Files
oai-symfony/typo3conf/ext/static_info_tables/Configuration/Services.yaml
2026-07-03 17:53:31 +02:00

36 lines
1.1 KiB
YAML

# Configuration/Services.yaml
services:
_defaults:
autowire: true
autoconfigure: true
public: false
SJBR\StaticInfoTables\:
resource: '../Classes/*'
exclude: '../Classes/Domain/Model/*'
SJBR\StaticInfoTables\EventListener\AfterPackageActivationEventListener:
tags:
- name: event.listener
identifier: 'staticInfoTablesListener'
event: TYPO3\CMS\Core\Package\Event\AfterPackageActivationEvent
public: true
SJBR\StaticInfoTables\EventListener\AfterExtensionStaticDatabaseContentHasBeenImportedEventListener:
tags:
- name: event.listener
identifier: 'staticInfoTablesListener'
event: TYPO3\CMS\Extensionmanager\Event\AfterExtensionStaticDatabaseContentHasBeenImportedEvent
public: true
SJBR\StaticInfoTables\Configuration\TypoScript\ConfigurationHelper:
public: true
SJBR\StaticInfoTables\Hook\Backend\Form\FormDataProvider\TcaLabelProcessor:
public: true
SJBR\StaticInfoTables\Hook\Backend\Form\FormDataProvider\TcaSelectItemsProcessor:
public: true
SJBR\StaticInfoTables\Hook\Core\DataHandling\ProcessDataMap:
public: true