function 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 36  
Class
- ConfigRenameEvent
 - Configuration event fired when renaming a configuration object.
 
Namespace
Drupal\Core\ConfigCode
public function getOldName() {
  return $this->oldName;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.