Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConfigRenameEvent.php

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\Config

Code

public function getOldName() {
    return $this->oldName;
}
RSS feed
Powered by Drupal