CoreConfigFactory
class CoreConfigFactory (View source)
Factory for silverstripe configs
Methods
createRoot()
Create root application config.
createCore()
Rebuild new uncached config, which is mutable
buildStaticTransformer()
No description
buildYamlTransformerForPath(array|string $dirs)
No description
Details
__construct(CacheFactory $cacheFactory = null)
Create factory
CachedConfigCollection
createRoot()
Create root application config.
This will be an immutable cached config, which conditionally generates a nested "core" config.
MemoryConfigCollection
createCore()
Rebuild new uncached config, which is mutable