function NodeTranslationExceptionSubscriber::getSubscribedEvents
File
-
core/
modules/ node/ src/ EventSubscriber/ NodeTranslationExceptionSubscriber.php, line 120
Class
- NodeTranslationExceptionSubscriber
- Redirect node translations that have been consolidated by migration.
Namespace
Drupal\node\EventSubscriberCode
public static function getSubscribedEvents() {
$events = [];
$events[KernelEvents::EXCEPTION] = [
'onException',
];
return $events;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.