public function KeyConfigOverride::getConfigType in Key 8
Gets the configuration type.
Return value
string The configuration type.
Overrides KeyConfigOverrideInterface::getConfigType
File
- src/
Entity/ KeyConfigOverride.php, line 105
Class
- KeyConfigOverride
- Defines the KeyConfigOverride entity.
Namespace
Drupal\key\EntityCode
public function getConfigType() {
return $this->config_type;
}