PreExistingConfigException::getConfigObjects

public PreExistingConfigException::getConfigObjects()

Gets the list of configuration objects that already exist.

Return value

array A list of configuration objects that already exist in active configuration keyed by collection.

File

core/lib/Drupal/Core/Config/PreExistingConfigException.php, line 33

Class

PreExistingConfigException
An exception thrown if configuration with the same name already exists.

Namespace

Drupal\Core\Config

Code

1
2
3
public function getConfigObjects() {
  return $this->configObjects;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.