1.20.x config.inc public Config::getName()

Returns the name of this configuration object.

Return value

string: The name of the configuration object.

File

includes/config.inc, line 542
This is the API for configuration storage.

Class

Config
Defines the default configuration object.

Code

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