You are here

protected property UnmetDependenciesException::$configObjects in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/UnmetDependenciesException.php \Drupal\Core\Config\UnmetDependenciesException::configObjects

A list of configuration objects that have unmet dependencies.

Type: array

File

core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 23
Contains \Drupal\Core\Config\UnmetDependenciesException.

Class

UnmetDependenciesException
An exception thrown if configuration has unmet dependencies.

Namespace

Drupal\Core\Config

Code

protected $configObjects = [];