public function PageVariantInterface::getPage in Page Manager 8.4
Same name and namespace in other branches
- 8 src/PageVariantInterface.php \Drupal\page_manager\PageVariantInterface::getPage()
Gets the page this variant is on.
Return value
\Drupal\page_manager\PageInterface
1 method overrides PageVariantInterface::getPage()
- PageVariant::getPage in src/
Entity/ PageVariant.php - Gets the page this variant is on.
File
- src/
PageVariantInterface.php, line 45
Class
- PageVariantInterface
- Provides an interface defining a PageVariant entity.
Namespace
Drupal\page_managerCode
public function getPage();