You are here

final class PageManagerEvents in Page Manager 8.4

Same name and namespace in other branches
  1. 8 src/Event/PageManagerEvents.php \Drupal\page_manager\Event\PageManagerEvents

Defines events for the Page Manager module.

Hierarchy

Expanded class hierarchy of PageManagerEvents

5 files declare their use of PageManagerEvents
CurrentUserContext.php in src/EventSubscriber/CurrentUserContext.php
LanguageInterfaceContext.php in src/EventSubscriber/LanguageInterfaceContext.php
Page.php in src/Entity/Page.php
PageTest.php in tests/src/Unit/PageTest.php
RouteParamContext.php in src/EventSubscriber/RouteParamContext.php

File

src/Event/PageManagerEvents.php, line 8

Namespace

Drupal\page_manager\Event
View source
final class PageManagerEvents {

  /**
   * Name of the event when gathering context for a page.
   *
   * @see \Drupal\page_manager\Entity\Page::getContexts()
   * @see \Drupal\page_manager\Event\PageManagerContextEvent
   */
  const PAGE_CONTEXT = 'page_manager.page_context';

}

Members

Namesort descending Modifiers Type Description Overrides
PageManagerEvents::PAGE_CONTEXT constant Name of the event when gathering context for a page.