Constructs the config rename event.
\Drupal\Core\Config\StorableConfigBase $config: The configuration that has been renamed.
string $old_name: The old configuration object name.
Overrides ConfigCrudEvent::__construct
public function __construct(StorableConfigBase $config, $old_name) { $this->config = $config; $this->oldName = $old_name; }