You are here

layout_builder_restrictions.services.yml in Layout Builder Restrictions 8.2

Same filename and directory in other branches
  1. 8 layout_builder_restrictions.services.yml

File

layout_builder_restrictions.services.yml
View source
  1. services:
  2. plugin.manager.layout_builder_restriction:
  3. class: Drupal\layout_builder_restrictions\Plugin\LayoutBuilderRestrictionManager
  4. arguments: ['@container.namespaces', '@cache.discovery', '@module_handler', '@config.factory']
  5. layout_builder_restrictions.route_subscriber:
  6. class: Drupal\layout_builder_restrictions\Routing\RouteSubscriber
  7. tags:
  8. - { name: event_subscriber }