You are here

opigno_forum.services.yml in Opigno forum 8

Same filename and directory in other branches
  1. 3.x opigno_forum.services.yml

File

opigno_forum.services.yml
View source
  1. services:
  2. opigno_forum.access_checker:
  3. class: Drupal\opigno_forum\Access\ForumAccessCheck
  4. arguments: ['@current_user']
  5. tags:
  6. - { name: access_check, applies_to: _forum_access_check }
  7. opigno_forum.route_subscriber:
  8. class: Drupal\opigno_forum\Routing\RouteSubscriber
  9. tags:
  10. - { name: event_subscriber }