public ConfigFactoryInterface::loadMultiple(array $names)
Returns a list of configuration objects for the given names.
This will pre-load all requested configuration objects does not create new configuration objects. This method always return immutable objects. ConfigFactoryInterface::getEditable() should be used to retrieve mutable configuration objects, one by one.
array $names: List of names of configuration objects.
\Drupal\Core\Config\ImmutableConfig[] List of successfully loaded configuration objects, keyed by name.
public function loadMultiple(array $names);
© 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!ConfigFactoryInterface.php/function/ConfigFactoryInterface::loadMultiple/8.1.x