public function PageVariantInterface::getStaticContexts in Page Manager 8
Same name and namespace in other branches
- 8.4 src/PageVariantInterface.php \Drupal\page_manager\PageVariantInterface::getStaticContexts()
Returns the static context configurations for this page entity.
Return value
array[] An array of static context configurations.
1 method overrides PageVariantInterface::getStaticContexts()
- PageVariant::getStaticContexts in src/
Entity/ PageVariant.php - Returns the static context configurations for this page entity.
File
- src/
PageVariantInterface.php, line 149 - Contains Drupal\page_manager\PageVariantInterface.
Class
- PageVariantInterface
- Provides an interface defining a PageVariant entity.
Namespace
Drupal\page_managerCode
public function getStaticContexts();