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

Breadcrumb

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

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 30

Class

UnmetDependenciesException
An exception thrown if configuration has unmet dependencies.

Namespace

Drupal\Core\Config

Code

protected $configObjects = [];

API Navigation

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