Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/b13/container/Configuration/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/b13/container/Configuration/Services.yaml

services:
  _defaults:
    autowire: true
    autoconfigure: true
    public: false

  B13\Container\:
    resource: '../Classes/*'
    exclude:
      - '../Classes/Domain/Model/*'
      - '../Classes/Backend/Grid/*'
      - '../Classes/Integrity/Error/*'
      - '../Classes/Tca/ContainerConfiguration.php'
      - '../Classes/**/Exception.php'

  B13\Container\Backend\Preview\ContainerPreviewRenderer:
    public: true
  B13\Container\Hooks\UsedRecords:
    public: true
  B13\Container\Hooks\Datahandler\CommandMapAfterFinishHook:
    public: true
  B13\Container\Hooks\Datahandler\CommandMapBeforeStartHook:
    public: true
  B13\Container\Hooks\Datahandler\CommandMapPostProcessingHook:
    public: true
  B13\Container\Hooks\Datahandler\DatamapBeforeStartHook:
    public: true
  B13\Container\Hooks\Datahandler\DatamapPreProcessFieldArrayHook:
    public: true
  B13\Container\Hooks\Datahandler\DeleteHook:
    public: true
  B13\Container\ContentDefender\Hooks\ColumnConfigurationManipulationHook:
    public: true
  B13\Container\DataProcessing\ContainerProcessor:
    public: true
  B13\Container\Updates\ContainerMigrateSorting:
    public: true
  B13\Container\Updates\ContainerDeleteChildrenWithWrongPid:
    public: true
  B13\Container\Hooks\TableConfigurationPostProcessing:
    public: true
  B13\Container\Tca\ItemProcFunc:
    public: true

  B13\Container\View\ContainerLayoutView:
    shared: false
    public: true

  B13\Container\Listener\RecordSummaryForLocalization:
    tags:
      - name: event.listener
        identifier: 'tx-container-record-summary-for-localization'
        event: TYPO3\CMS\Backend\Controller\Event\AfterRecordSummaryForLocalizationEvent
  B13\Container\Listener\ContentUsedOnPage:
    tags:
      - name: event.listener
        identifier: 'tx-container-content-used-on-page'
        event: TYPO3\CMS\Backend\View\Event\IsContentUsedOnPageLayoutEvent
  B13\Container\Listener\ModifyNewContentElementWizardItems:
    tags:
      - name: event.listener
        identifier: 'tx-container-new-content-element-wizard'
        event: TYPO3\CMS\Backend\Controller\Event\ModifyNewContentElementWizardItemsEvent
  B13\Container\Listener\PageTsConfig:
    tags:
      - name: event.listener
        identifier: 'tx-container-page-ts-config'
        event: TYPO3\CMS\Core\Configuration\Event\ModifyLoadedPageTsConfigEvent
  B13\Container\Listener\BootCompleted:
    tags:
      - name: event.listener
        identifier: 'tx-container-boot-completed'
        event: TYPO3\CMS\Core\Core\Event\BootCompletedEvent
  B13\Container\Command\FixLanguageModeCommand:
    tags:
      - name: 'console.command'
        command: 'container:fixLanguageModeCommand'
        schedulable: false
        description: connect children of connected container if possible, else disconnect container
  B13\Container\Command\FixContainerParentForConnectedModeCommand:
    tags:
      - name: 'console.command'
        command: 'container:fixContainerParentForConnectedModeCommand'
        schedulable: false
        description: tx_container_parent of children in connected mode should point to default language container
  B13\Container\Command\DeleteChildrenWithWrongPidCommand:
    tags:
      - name: 'console.command'
        command: 'container:deleteChildrenWithWrongPid'
        schedulable: false
        description: delete all child records with pid neq containers pid
  B13\Container\Command\DeleteChildrenWithNonExistingParentCommand:
    tags:
      - name: 'console.command'
        command: 'container:deleteChildrenWithNonExistingParentCommand'
        schedulable: false
        description: delete all child records with a non existing parent record (they are displayed as unsued)
  B13\Container\Command\IntegrityCommand:
    tags:
      - name: 'console.command'
        command: 'container:integrity'
        schedulable: true
        description: Checks integrity of containers
  B13\Container\Command\SortingCommand:
    tags:
      - name: 'console.command'
        command: 'container:sorting'
        schedulable: false
        description: Resort Content Elements