public function ContextInterface::init

Initializes a configuration context for use.

Return value

\Drupal\Core\Config\Context\ConfigContext The config context object.

1 method overrides ContextInterface::init()
ConfigContext::init in drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php
Implements \Drupal\Core\Config\Context\ContextInterface::init().

File

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

Class

ContextInterface
Defines the configuration context interface.

Namespace

Drupal\Core\Config\Context

Code

public function init();