opigno_forum.services.yml in Opigno forum 3.x
Same filename and directory in other branches
File
opigno_forum.services.ymlView source
- services:
- opigno_forum.access_checker:
- class: Drupal\opigno_forum\Access\ForumAccessCheck
- arguments: ['@current_user']
- tags:
- - { name: access_check, applies_to: _forum_access_check }
- opigno_forum.route_subscriber:
- class: Drupal\opigno_forum\Routing\RouteSubscriber
- tags:
- - { name: event_subscriber }