Skip to content
Snippets Groups Projects
Verified Commit 398192b2 authored by Dave Long's avatar Dave Long
Browse files

Issue #3436136 by dineshkumarbollu, joachim: Improve documentation for OptionsRequestSubscriber

(cherry picked from commit 4b548572)
parent c1c3ae32
No related branches found
No related tags found
4 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...
Pipeline #149829 passed with warnings
Pipeline: drupal

#149887

    Pipeline: drupal

    #149880

      Pipeline: drupal

      #149875

        +7
        ......@@ -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 {
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment