You are here

protected property PageManagerContextEvent::$page in Page Manager 8

Same name and namespace in other branches
  1. 8.4 src/Event/PageManagerContextEvent.php \Drupal\page_manager\Event\PageManagerContextEvent::page

The page entity the context is gathered for.

Type: \Drupal\page_manager\PageInterface

File

src/Event/PageManagerContextEvent.php, line 25
Contains \Drupal\page_manager\Event\PageManagerContextEvent.

Class

PageManagerContextEvent
Wraps a page entity for event subscribers.

Namespace

Drupal\page_manager\Event

Code

protected $page;