Implements \Drupal\Core\Config\Context\ContextInterface::init().
Overrides ContextInterface::init
public function init() {
// Reset existing overrides and get a UUID for this context.
$this->overrides = array();
$this
->setUuid();
// Notify event listeners that a configuration context has been created.
$this
->notify('context', NULL);
return $this;
}