public static PreExistingConfigException::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 objects that already exist in active configuration, keyed by config collection.
Return value
\Drupal\Core\Config\PreExistingConfigException
File
core/lib/Drupal/Core/Config/PreExistingConfigException.php, line 58
C