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
protected $configObjects = [];