function OptionsRequestSubscriber::getSubscribedEvents
File
- 
              core/lib/ Drupal/ Core/ EventSubscriber/ OptionsRequestSubscriber.php, line 63 
Class
- OptionsRequestSubscriber
- Handles options requests.
Namespace
Drupal\Core\EventSubscriberCode
public static function getSubscribedEvents() {
  // Set a high priority so it is executed before routing.
  $events[KernelEvents::REQUEST][] = [
    'onRequest',
    1000,
  ];
  return $events;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
