You are here

protected property ConfigRenameEvent::$oldName in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/ConfigRenameEvent.php \Drupal\Core\Config\ConfigRenameEvent::oldName

The old configuration object name.

Type: string

File

core/lib/Drupal/Core/Config/ConfigRenameEvent.php, line 15

Class

ConfigRenameEvent
Configuration event fired when renaming a configuration object.

Namespace

Drupal\Core\Config

Code

protected $oldName;