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
Comments
Comment #1
eojthebraveHere's a first pass at this one.
Comment #2
jhodgdonLooks right to me, thanks!
Comment #3
alexpottDocumentation fixes are permitted under the beta evaluation rules. Committed 5923e58 and pushed to 8.0.x. Thanks!
Comment #5
wim leersLooks good; thanks!