You are here

oembed_providers.services.yml in oEmbed Providers 1.1.x

Same filename and directory in other branches
  1. 2.x oembed_providers.services.yml
  2. 1.0.x oembed_providers.services.yml

File

oembed_providers.services.yml
View source
  1. services:
  2. oembed_providers.oembed.provider_repository:
  3. decorates: media.oembed.provider_repository
  4. class: Drupal\oembed_providers\OEmbed\ProviderRepositoryDecorator
  5. public: false
  6. arguments: ['@oembed_providers.oembed.provider_repository.inner', '@entity_type.manager', '@http_client', '@config.factory', '@datetime.time', '@cache.default', '@module_handler']
  7. oembed_providers.invalidator:
  8. class: Drupal\oembed_providers\Cache\OembedProvidersCacheTagInvalidator
  9. arguments: ['@plugin.manager.media.source']
  10. tags:
  11. - { name: cache_tags_invalidator }