public function ContextInterface::notify

Dispatches a config event.

Parameters

string $config_event_name: Event name.

\Drupal\Core\Config\Config $config: (optional) Configuration object.

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

File

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

Class

ContextInterface
Defines the configuration context interface.

Namespace

Drupal\Core\Config\Context

Code

public function notify($config_event_name, Config $config = NULL);