Skip to content
Snippets Groups Projects
Services.yaml 643 B
Newer Older
services:
  _defaults:
    autowire: true
    autoconfigure: true
  SGalinski\SgYoutube\Preview\PreviewRenderer:
    autowire: true

  SGalinski\SgYoutube\Service\YoutubeService:
    public: true
Matthias Adrowski's avatar
Matthias Adrowski committed
    autowire: false
    arguments:
      $cache: '@cache.sgyoutube_cache'

  cache.sgyoutube_cache:
    class: TYPO3\CMS\Core\Cache\Frontend\FrontendInterface
    factory: [ '@TYPO3\CMS\Core\Cache\CacheManager', 'getCache' ]
    arguments: [ 'sgyoutube_cache' ]
Georgi's avatar
Georgi committed

  SGalinski\SgYoutube\Form\Element\LicenceStatus:
    autowire: false
    autoconfigure: false