function ContextMapperInterface::getContextValues
Same name in other branches
- 8.x-3.x src/ContextMapperInterface.php \Drupal\ctools\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 19
Class
- ContextMapperInterface
- Provides an interface for mapping context configurations to context objects.
Namespace
Drupal\ctoolsCode
public function getContextValues(array $static_context_configurations);