Your IP : 216.73.217.95


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-webhooks/Configuration/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/typo3/cms-webhooks/Configuration/Services.yaml

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

  TYPO3\CMS\Webhooks\:
    resource: '../Classes/*'

  TYPO3\CMS\Webhooks\WebhookTypesRegistry:
    public: true

  TYPO3\CMS\Webhooks\Listener\PageModificationListener:
    public: true

  # public true is required in ajax backend calls (e.g. when adding a file)
  TYPO3\CMS\Webhooks\Listener\MessageListener:
    public: true

  TYPO3\CMS\Webhooks\MessageHandler\WebhookMessageHandler:
    tags:
      - name: 'messenger.message_handler'

  TYPO3\CMS\Webhooks\Repository\WebhookRepository:
    public: true # Required in test context
    arguments:
      $runtimeCache: '@cache.runtime'

  TYPO3\CMS\Webhooks\Tca\ItemsProcFunc\WebhookTypesItemsProcFunc:
    public: true