public static UnmetDependenciesException::create($extension, array $config_objects)
Creates an exception for an extension and a list of configuration objects.
Parameters
$extension: The name of the extension that is being installed.
array $config_objects: A list of configuration object names that have unmet dependencies
Return value
\Drupal\Core\Config\PreExistingConfigException
File
core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 77
Class
UnmetDependenciesException An e