CoreConfigFactory
class CoreConfigFactory (View source)
Factory for silverstripe configs
Properties
protected | CacheFactory | $cacheFactory |
Methods
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
protected YamlTransformer
buildYamlTransformer()
No description
PrivateStaticTransformer
buildStaticTransformer()
No description
YamlTransformer
buildYamlTransformerForPath(array|string $dirs)
No description