ConfigCollectionInfo
class ConfigCollectionInfo extends Event (View source)
Gets information on all the possible configuration collections.
Properties
| protected array | $collections | Configuration collection information keyed by collection name. |
Methods
addCollection(string $collection, ConfigFactoryOverrideInterface $override_service = NULL)
Adds a collection to the list of possible collections.
array
getCollectionNames(bool $include_default = TRUE)
Gets the list of possible collection names.
getOverrideService(string $collection)
Gets the config factory override service responsible for the collection.
Details
addCollection(string $collection, ConfigFactoryOverrideInterface $override_service = NULL)
Adds a collection to the list of possible collections.
array
getCollectionNames(bool $include_default = TRUE)
Gets the list of possible collection names.
ConfigFactoryOverrideInterface|null
getOverrideService(string $collection)
Gets the config factory override service responsible for the collection.