Excerpt | |||||
---|---|---|---|---|---|
|
Table of Contents |
---|
Status | ||||
---|---|---|---|---|
|
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
.
...
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
...