Note |
---|
title | Version compatibility |
---|
|
This recipe is compatible with eZ Publish 5.4 / 2014.07 |
Status |
---|
colour | Yellow |
---|
title | EZP >= 5.4 / 2014.07 |
---|
|
Description
Symfony Config component makes it possible to define semantic configuration, exposed to the end-developer. This configuration is validated by rules you define, e.g. validating type (string, array, integer, boolean...). Usually, once validated and processed this semantic configuration is then mapped to internal key/value parameters stored in the ServiceContainer
.
...
Info |
---|
For more information on ConfigResolver, namespaces and scopes, see eZ Publish configuration basics. |
Excerpt |
---|
Goal of this feature is to make it easy to implement a SiteAccess aware semantic configuration and its mapping to internal config for any eZ bundle developer. |
Semantic configuration parsing
...