public 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 43
Class
- UnmetDependenciesException
- An exception thrown if configuration has unmet dependencies.
Namespace
Drupal\Core\Config
Code
1 2 3 | public function getExtension() { return $this ->extension; } |
Please login to continue.