public function ContextMapperInterface::getContextValues in Page Manager 8
Same name and namespace in other branches
- 8.4 src/ContextMapperInterface.php \Drupal\page_manager\ContextMapperInterface::getContextValues()
Gathers the static context values.
Parameters
array[] $static_context_configurations: An array of static context configurations.
Return value
\Drupal\Component\Plugin\Context\ContextInterface[] An array of set context values, keyed by context name.
1 method overrides ContextMapperInterface::getContextValues()
- ContextMapper::getContextValues in src/
ContextMapper.php - Gathers the static context values.
File
- src/
ContextMapperInterface.php, line 24 - Contains \Drupal\page_manager\ContextMapperInterface.
Class
- ContextMapperInterface
- Provides an interface for mapping context configurations to context objects.
Namespace
Drupal\page_managerCode
public function getContextValues(array $static_context_configurations);