interface ContextMapperInterface
Same name in other branches
- 8.x-3.x src/ContextMapperInterface.php \Drupal\ctools\ContextMapperInterface
Provides an interface for mapping context configurations to context objects.
Hierarchy
- interface \Drupal\ctools\ContextMapperInterface
Expanded class hierarchy of ContextMapperInterface
All classes that implement ContextMapperInterface
File
-
src/
ContextMapperInterface.php, line 8
Namespace
Drupal\ctoolsView source
interface ContextMapperInterface {
/**
* Gathers the static context values.
*
* @param array[] $static_context_configurations
* An array of static context configurations.
*
* @return \Drupal\Component\Plugin\Context\ContextInterface[]
* An array of set context values, keyed by context name.
*/
public function getContextValues(array $static_context_configurations);
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
ContextMapperInterface::getContextValues | public | function | Gathers the static context values. | 1 |