public function ConfigName::getName in Update helper 2.x
Same name and namespace in other branches
- 8 src/ConfigName.php \Drupal\update_helper\ConfigName::getName()
Get configuration name.
Return value
string Config name.
File
- src/
ConfigName.php, line 171
Class
- ConfigName
- Configuration name class for easier handling of configuration references.
Namespace
Drupal\update_helperCode
public function getName() {
return $this->name;
}