You are here

service exception.custom_page_html in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \exception.custom_page_html

Class

Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber

Tags

  • event_subscriber

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber
  2. tags:
  3. - { name: event_subscriber }
  4. arguments:
  5. - '@config.factory'
  6. - '@http_kernel'
  7. - '@logger.channel.php'
  8. - '@redirect.destination'
  9. - '@router.no_access_checks'
  10. - '@access_manager'