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