UnmetDependenciesException::getConfigObjects

public UnmetDependenciesException::getConfigObjects()

Gets the list of configuration objects that have unmet dependencies.

Return value

array A list of configuration objects that have unmet dependencies.

File

core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 33

Class

UnmetDependenciesException
An exception thrown if configuration has unmet dependencies.

Namespace

Drupal\Core\Config

Code

public function getConfigObjects() {
  return $this->configObjects;
}
doc_Drupal
2016-10-29 09:50:26
Comments
Leave a Comment

Please login to continue.