public function PageInterface::getContexts in Page Manager 8.4
Same name and namespace in other branches
- 8 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 199
Class
- PageInterface
- Provides an interface for page entities.
Namespace
Drupal\page_managerCode
public function getContexts();