ConfigBase::getName

public ConfigBase::getName()

Returns the name of this configuration object.

Return value

string The name of the configuration object.

File

core/lib/Drupal/Core/Config/ConfigBase.php, line 66

Class

ConfigBase
Provides a base class for configuration objects with get/set support.

Namespace

Drupal\Core\Config

Code

public function getName() {
  return $this->name;
}
doc_Drupal
2016-10-29 08:52:11
Comments
Leave a Comment

Please login to continue.