1 config.inc | public Config::getName() |
Returns the name of this configuration object.
Return value
string: The name of the configuration object.
File
- core/
includes/ config.inc, line 522 - This is the API for configuration storage.
Class
- Config
- Defines the default configuration object.
Code
public function getName() {
return $this->name;
}