Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UnmetDependenciesException.php

function UnmetDependenciesException::getConfigObjects

Gets the list of configuration objects that have unmet dependencies.

Return value

array A list of configuration objects that have unmet dependencies, keyed by object name, with the value being a list of the unmet dependencies.

File

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

Class

UnmetDependenciesException
An exception thrown if configuration has unmet dependencies.

Namespace

Drupal\Core\Config

Code

public function getConfigObjects() {
    return $this->configObjects;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal