You are here

protected property PageVariant::$pageEntity in Page Manager 8

Same name and namespace in other branches
  1. 8.4 src/Entity/PageVariant.php \Drupal\page_manager\Entity\PageVariant::pageEntity

The loaded page entity this page variant entity belongs to.

Type: \Drupal\page_manager\PageInterface

File

src/Entity/PageVariant.php, line 108
Contains Drupal\page_manager\Entity\PageVariant.

Class

PageVariant
Defines the page variant entity.

Namespace

Drupal\page_manager\Entity

Code

protected $pageEntity;