public function ConfigRenameEvent::getOldName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/ConfigRenameEvent.php \Drupal\Core\Config\ConfigRenameEvent::getOldName()
 
Gets the old configuration object name.
Return value
string The old configuration object name.
File
- core/
lib/ Drupal/ Core/ Config/ ConfigRenameEvent.php, line 41  - Contains \Drupal\Core\Config\ConfigRenameEvent.
 
Class
- ConfigRenameEvent
 - Configuration event fired when renaming a configuration object.
 
Namespace
Drupal\Core\ConfigCode
public function getOldName() {
  return $this->oldName;
}