You are here

entity_legal.services.yml in Entity Legal 3.0.x

File

entity_legal.services.yml
View source
  1. services:
  2. entity_legal.subscriber:
  3. class: Drupal\entity_legal\EventSubscriber\EntityLegalSubscriber
  4. tags:
  5. - { name: event_subscriber }
  6. plugin.manager.entity_legal:
  7. class: Drupal\entity_legal\EntityLegalPluginManager
  8. parent: default_plugin_manager