public function ContextMapperInterface::getContextValues in Chaos Tool Suite (ctools) 8.3
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 19
Class
- ContextMapperInterface
- Provides an interface for mapping context configurations to context objects.
Namespace
Drupal\ctoolsCode
public function getContextValues(array $static_context_configurations);