Implements \Drupal\Core\Config\Context\ContextInterface::notify().
Overrides ContextInterface::notify
public function notify($config_event_name, Config $config = NULL) {
$this->eventDispatcher
->dispatch('config.' . $config_event_name, new ConfigEvent($this, $config));
}