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.
Expanded class hierarchy of ContextInterface
All classes that implement ContextInterface
Drupal\Core\Config\ConfigFactory
config()
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContextInterface:: |
public | function | Returns the stored value for a given key. | 1 |
ContextInterface:: |
public | function | Gets the override data for a configuration object. | 1 |
ContextInterface:: |
public | function | Gets the uuid for the context. | 1 |
ContextInterface:: |
public | function | Initializes a configuration context for use. | 1 |
ContextInterface:: |
public | function | Dispatches a config event. | 1 |
ContextInterface:: |
public | function | Saves a value for a given key. | 1 |
ContextInterface:: |
public | function | Sets the override data for a configuration object. | 1 |
ContextInterface:: |
public | function | Sets the uuid for the context. | 1 |