public StorageInterface::getAllCollectionNames()
Gets the existing collections.
A configuration storage can contain multiple sets of configuration objects in partitioned collections. The collection key name identifies the current collection used.
Return value
array An array of existing collection names.
File
- core/lib/Drupal/Core/Config/StorageInterface.php, line 191
Class
- StorageInterface
- Defines an interface for configuration storage.
Namespace
Drupal\Core\Config
Code
public function getAllCollectionNames();
Please login to continue.