CoreConfigFactory
class CoreConfigFactory
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
at line 36
__construct(CacheFactory $cacheFactory = null)
Create factory
at line 48
CachedConfigCollection
createRoot()
Create root application config.
This will be an immutable cached config, which conditionally generates a nested "core" config.
at line 78
MemoryConfigCollection
createCore()
Rebuild new uncached config, which is mutable