You are here

PageManagerEvents.php in Page Manager 8.4

Same filename and directory in other branches
  1. 8 src/Event/PageManagerEvents.php

File

src/Event/PageManagerEvents.php
View source
<?php

namespace Drupal\page_manager\Event;


/**
 * Defines events for the Page Manager module.
 */
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';

}

Classes

Namesort descending Description
PageManagerEvents Defines events for the Page Manager module.