function ExceptionTestSiteSubscriber::getHandledFormats
Overrides HttpExceptionSubscriberBase::getHandledFormats
File
-
core/
lib/ Drupal/ Core/ EventSubscriber/ ExceptionTestSiteSubscriber.php, line 23
Class
- ExceptionTestSiteSubscriber
- Custom handling of errors when in a system-under-test.
Namespace
Drupal\Core\EventSubscriberCode
protected function getHandledFormats() {
return [
'html',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.