You are here

opigno_dashboard.services.yml in Opigno dashboard 8

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

File

opigno_dashboard.services.yml
View source
  1. services:
  2. opigno_dashboard.block:
  3. class: Drupal\opigno_dashboard\BlockService
  4. arguments: []
  5. opigno_dashboard.redirect_on_access_denied:
  6. class: Drupal\opigno_dashboard\EventSubscriber\RedirectOnAccessDeniedSubscriber
  7. arguments: ['@current_user']
  8. tags:
  9. - { name: event_subscriber }