Constructs a configuration event object.
\Drupal\Core\Config\Context\ContextInterface: Configuration context object.
\Drupal\Core\Config\Config: (optional) Configuration object.
public function __construct(ContextInterface $context, Config $config = NULL) {
$this->config = $config;
$this->context = $context;
}