function UnmetDependenciesException::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/ UnmetDependenciesException.php, line 58
Class
- UnmetDependenciesException
- An exception thrown if configuration has unmet dependencies.
Namespace
Drupal\Core\ConfigCode
public function getExtension() {
return $this->extension;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.