You are here

protected property PageManagerContextEvent::$page in Page Manager 8.4

Same name and namespace in other branches
  1. 8 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 20

Class

PageManagerContextEvent
Wraps a page entity for event subscribers.

Namespace

Drupal\page_manager\Event

Code

protected $page;