PolicyLoader
class PolicyLoader implements LoaderInterface (View source)
Properties
protected string | $temporaryDirectoryPath | An absolute file path to store configuration caches in. If null no cache will be active. |
Methods
void
setTemporaryDirectoryPath(string $temporaryDirectoryPath)
Set an absolute file path to store configuration caches in. If null no cache will be active.
array
load(array $packages, ApplicationContext $context)
Read configuration resources and return the final configuration array for the given configurationType
Details
__construct(YamlSource $yamlSource)
No description
void
setTemporaryDirectoryPath(string $temporaryDirectoryPath)
Set an absolute file path to store configuration caches in. If null no cache will be active.
array
load(array $packages, ApplicationContext $context)
Read configuration resources and return the final configuration array for the given configurationType