Loading core/lib/Drupal/Core/EventSubscriber/OptionsRequestSubscriber.php +3 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,9 @@ /** * Handles options requests. * * Therefore it sends an options response using all methods on all possible * routes. * Listens to KernelEvents::REQUEST and responds to OPTIONS requests by * providing an Allow header listing all the HTTP methods allowed for the * requested routes. */ class OptionsRequestSubscriber implements EventSubscriberInterface { Loading Loading
core/lib/Drupal/Core/EventSubscriber/OptionsRequestSubscriber.php +3 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,9 @@ /** * Handles options requests. * * Therefore it sends an options response using all methods on all possible * routes. * Listens to KernelEvents::REQUEST and responds to OPTIONS requests by * providing an Allow header listing all the HTTP methods allowed for the * requested routes. */ class OptionsRequestSubscriber implements EventSubscriberInterface { Loading