W3cubDocs

/Drupal 8

public function 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

public function getConfigObjects() {
  return $this->configObjects;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!PreExistingConfigException.php/function/PreExistingConfigException::getConfigObjects/8.1.x