drush devel:eventfor drush 9x


List implementations of a given event and optionally edit one.

drush devel:event

  • Aliases


    devel:event has 3 alias/es:


    drush fne

    drush fn-event

    drush event

  • Arguments


    devel:event accepts 2 argument/s:


    event* : The name of the event to explore. If omitted, a list of events is shown.

    implementation* : The name of the implementation to show. Usually omitted.

  • Options


    devel:event accepts 3 option/s:


    --notify

    --notify : notify

    --druplicon

    --druplicon : druplicon

    --xh-link

    --xh-link : xh-link

  • Examples


    Pick a Kernel event, then pick an implementation, and then view its source code.

    devel-event

    Pick a terminate subscribers implementation and view its source code.

    devel-event kernel.terminate

  • Comments


    comments powered by Disqus