add api to add a validation on export elements

Exports elements should implements "ExportElementValidatedInterface"
This commit is contained in:
2017-02-02 22:32:02 +01:00
parent 43047c5008
commit 5c0ca70ebf
10 changed files with 209 additions and 11 deletions

View File

@@ -90,6 +90,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
$loader->load('services/logger.yml');
$loader->load('services/repositories.yml');
$loader->load('services/pagination.yml');
$loader->load('services/export.yml');
}