public function PageInterface::getContexts in Page Manager 8
Same name and namespace in other branches
- 8.4 src/PageInterface.php \Drupal\page_manager\PageInterface::getContexts()
Gets the values for all defined contexts.
Return value
\Drupal\Core\Plugin\Context\ContextInterface[] An array of set context values, keyed by context name.
1 method overrides PageInterface::getContexts()
- Page::getContexts in src/
Entity/ Page.php - Gets the values for all defined contexts.
File
- src/
PageInterface.php, line 204 - Contains \Drupal\page_manager\PageInterface.
Class
- PageInterface
- Provides an interface for page entities.
Namespace
Drupal\page_managerCode
public function getContexts();