This issue is for adding the @Event tag and appropriate documentation to the following list of events.

$this->eventDispatcher->dispatch(RenderEvents::SELECT_PAGE_DISPLAY_VARIANT, $event);

This documentation should include the following information:

- What the event is
- What it is used for
- What kind of $event object is passed along.
- @see links to related classes (event class, representative class where event is dispatched, representative class where event is subscribed to).

See the parent issue for a documentation template, and more information: #2382169: [meta] Add @Event to all events defined by drupal core

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

eojthebrave’s picture

Status: Active » Needs review
FileSize
1.15 KB

Here's a first pass at this one.

jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

Looks right to me, thanks!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Documentation fixes are permitted under the beta evaluation rules. Committed 5923e58 and pushed to 8.0.x. Thanks!

  • alexpott committed 5923e58 on 8.0.x
    Issue #2415511 by eojthebrave: Add @Event documentation to all...
Wim Leers’s picture

Looks good; thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.