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