static function QueryPathEventSubscriber::getSubscribedEvents in Opigno module 8
Same name and namespace in other branches
- 3.x src/EventSubscriber/QueryPathEventSubscriber.php \Drupal\opigno_module\EventSubscriber\QueryPathEventSubscriber::getSubscribedEvents()
File
- src/
EventSubscriber/ QueryPathEventSubscriber.php, line 43
Class
Namespace
Drupal\opigno_module\EventSubscriberCode
static function getSubscribedEvents() {
$events[KernelEvents::RESPONSE][] = [
'checkRedirection',
];
return $events;
}