paragraphs_collection.services.yml in Paragraphs Collection 8
File
paragraphs_collection.services.ymlView source
- services:
- paragraphs_collection.style_discovery:
- class: \Drupal\paragraphs_collection\StyleDiscovery
- arguments: ['@module_handler', '@string_translation', '@controller_resolver', '@cache.discovery', '@theme_handler', '@config.factory', '@current_user']
- paragraphs_collection.grid_layout_discovery:
- class: \Drupal\paragraphs_collection\GridLayoutDiscovery
- arguments: ['@module_handler', '@cache.discovery', '@theme_handler']
- paragraphs_collection.style_config_cache_tag_invalidator:
- class: Drupal\paragraphs_collection\EventSubscriber\ParagraphsCollectionStyleConfigCacheTag
- arguments: ['@cache_tags.invalidator']
- tags:
- - { name: event_subscriber }