Gets the list of configuration objects that have unmet dependencies.
array A list of configuration objects that have unmet dependencies, keyed by object name, with the value being a list of the unmet dependencies.
public function getConfigObjects() { return $this->configObjects; }