Dispatches a config event.
Parameters
string $config_event_name:
Event name.
\Drupal\Core\Config\Config $config:
(optional) Configuration object.
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);