public function ConfigMergeEvent::getConfigName in Config Merge 8
Gets the name of the configuration object that was in process.
Return value
string
File
- src/
Event/ ConfigMergeEvent.php, line 66
Class
- ConfigMergeEvent
- Class ConfigMergeEvent
Namespace
Drupal\config_merge\EventCode
public function getConfigName() {
return $this->configName;
}