You are here

userprotect.services.yml in User protect 8

File

userprotect.services.yml
View source
  1. services:
  2. plugin.manager.userprotect.user_protection:
  3. class: Drupal\userprotect\Plugin\UserProtection\UserProtectionManager
  4. parent: default_plugin_manager
  5. userprotect.route_subscriber:
  6. class: Drupal\userprotect\Routing\RouteSubscriber
  7. tags:
  8. - { name: event_subscriber }
  9. access_check.user_protect.role_access:
  10. class: Drupal\userprotect\Access\UserProtectRoleAccessCheck
  11. tags:
  12. - { name: access_check, applies_to: _userprotect_role_access_check }