public function Config::getName

Returns the name of this configuration object.

Return value

string The name of the configuration object.

File

drupal/core/lib/Drupal/Core/Config/Config.php, line 101
Definition of Drupal\Core\Config\Config.

Class

Config
Defines the default configuration object.

Namespace

Drupal\Core\Config

Code

public function getName() {
  return $this->name;
}