interface ContextInterface

Same name in this branch

Defines the configuration context interface.

The configuration context object will contain predefined parameters used by the configuration object for storage operations and notifications and contextual data to be used by configuration event listeners.

Hierarchy

Expanded class hierarchy of ContextInterface

All classes that implement ContextInterface

See also

Drupal\Core\Config\Config

Drupal\Core\Config\ConfigFactory

config()

12 files declare their use of ContextInterface
1 string reference to 'ContextInterface'

File

drupal/core/lib/Drupal/Core/Config/Context/ContextInterface.php, line 23
Contains \Drupal\Core\Config\Context\ContextInterface.

Namespace

Drupal\Core\Config\Context
View source

Members

Namesort descending Modifiers Type Description Overrides
ContextInterface::get public function Returns the stored value for a given key. 1
ContextInterface::getOverrides public function Gets the override data for a configuration object. 1
ContextInterface::getUuid public function Gets the uuid for the context. 1
ContextInterface::init public function Initializes a configuration context for use. 1
ContextInterface::notify public function Dispatches a config event. 1
ContextInterface::set public function Saves a value for a given key. 1
ContextInterface::setOverrides public function Sets the override data for a configuration object. 1
ContextInterface::setUuid public function Sets the uuid for the context. 1