A list of configuration objects that have unmet dependencies.
Type: array
File
- core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 18
Class
- UnmetDependenciesException
- An exception thrown if configuration has unmet dependencies.
Namespace
Drupal\Core\Config
Code
1 | protected $configObjects = []; |
Please login to continue.