Skip to content

Commit

Permalink
[TASK] Backend service configuration
Browse files Browse the repository at this point in the history
Configure folder for backend controller and backend view helper as service.

Resolves: #3376
  • Loading branch information
3l73 authored and dkd-kaehm committed May 15, 2023
1 parent f4a7a06 commit 5e9c3fb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Configuration/Services.yaml
Expand Up @@ -7,6 +7,13 @@ services:
resource: '../Classes/*'
exclude: '../Classes/Eid/*'

backend_controller:
namespace: ApacheSolrForTypo3\Solr\Controller\Backend\Search\
resource: '../Classes/Controller/Backend/Search/*'
public: true
autowire: true
tags: ['backend.controller']

ApacheSolrForTypo3\Solr\Domain\Index\Queue\UpdateHandler\DataUpdateHandler:
public: true
arguments:
Expand Down Expand Up @@ -192,3 +199,9 @@ services:
ApacheSolrForTypo3\Solr\Report\FilterVarStatus:
tags:
- name: reports.status

viewhelper_backend:
namespace: ApacheSolrForTypo3\Solr\ViewHelpers\Backend\
resource: '../Classes/ViewHelpers/Backend/*'
public: true
autowire: true

0 comments on commit 5e9c3fb

Please sign in to comment.