function ExceptionTestSiteSubscriber::getPriority

Specifies the priority of all listeners in this class.

The default priority is 1, which is very low. To have listeners that have a "first attempt" at handling exceptions return a higher priority.

Return value

int The event priority of this subscriber.

Overrides HttpExceptionSubscriberBase::getPriority

File

core/lib/Drupal/Core/EventSubscriber/ExceptionTestSiteSubscriber.php, line 16

Class

ExceptionTestSiteSubscriber
Custom handling of errors when in a system-under-test.

Namespace

Drupal\Core\EventSubscriber

Code

protected static function getPriority() {
  return 3;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.