An exception thrown if configuration has unmet dependencies.
Hierarchy
- class \Drupal\Core\Config\ConfigException extends \RuntimeException
- class \Drupal\Core\Config\UnmetDependenciesException
File
- core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 11
Namespace
Drupal\Core\Config
Members
Name | Modifiers | Type | Description |
---|---|---|---|
UnmetDependenciesException::$configObjects | protected | property | A list of configuration objects that have unmet dependencies. |
UnmetDependenciesException::$extension | protected | property | The name of the extension that is being installed. |
UnmetDependenciesException::create | public static | function | Creates an exception for an extension and a list of configuration objects. |
UnmetDependenciesException::getConfigObjects | public | function | Gets the list of configuration objects that have unmet dependencies. |
UnmetDependenciesException::getExtension | public | function | Gets the name of the extension that is being installed. |
UnmetDependenciesException::getTranslatedMessage | public | function | Gets a translated message from the exception. |
Please login to continue.