UnmetDependenciesException
class UnmetDependenciesException extends ConfigException (View source)
An exception thrown if configuration has unmet dependencies.
Properties
| protected array | $configObjects | A list of configuration objects that have unmet dependencies. |
|
| protected string | $extension | The name of the extension that is being installed. |
Methods
Gets the list of configuration objects that have unmet dependencies.
Gets the name of the extension that is being installed.
Gets a translated message from the exception.
Creates an exception for an extension and a list of configuration objects.
Formats a list of configuration objects.
Details
array
getConfigObjects()
Gets the list of configuration objects that have unmet dependencies.
string
getExtension()
Gets the name of the extension that is being installed.
string
getTranslatedMessage(TranslationInterface $string_translation, $extension)
Gets a translated message from the exception.
static PreExistingConfigException
create($extension, array $config_objects)
Creates an exception for an extension and a list of configuration objects.
static protected string
formatConfigObjectList(array $config_objects)
Formats a list of configuration objects.