UnmetDependenciesException::$configObjects
Same name in other branches
- 9 core/lib/Drupal/Core/Config/UnmetDependenciesException.php \Drupal\Core\Config\UnmetDependenciesException::configObjects
- 10 core/lib/Drupal/Core/Config/UnmetDependenciesException.php \Drupal\Core\Config\UnmetDependenciesException::configObjects
- 11.x core/lib/Drupal/Core/Config/UnmetDependenciesException.php \Drupal\Core\Config\UnmetDependenciesException::configObjects
A list of configuration objects that have unmet dependencies.
The list is keyed by the config object name, and the value is an array of the missing dependencies:
self::configObjects = [
config_object_name => [
'missing_dependency_1',
'missing_dependency_2',
]
];
Type: array
File
-
core/
lib/ Drupal/ Core/ Config/ UnmetDependenciesException.php, line 32
Class
- UnmetDependenciesException
- An exception thrown if configuration has unmet dependencies.
Namespace
Drupal\Core\ConfigCode
protected $configObjects = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.