public function PreExistingConfigException::getExtension in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/PreExistingConfigException.php \Drupal\Core\Config\PreExistingConfigException::getExtension()
Gets the name of the extension that is being installed.
Return value
string The name of the extension that is being installed.
File
- core/
lib/ Drupal/ Core/ Config/ PreExistingConfigException.php, line 48 - Contains \Drupal\Core\Config\PreExistingConfigException.
Class
- PreExistingConfigException
- An exception thrown if configuration with the same name already exists.
Namespace
Drupal\Core\ConfigCode
public function getExtension() {
return $this->extension;
}