mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add api to add a validation on export elements
Exports elements should implements "ExportElementValidatedInterface"
This commit is contained in:
6
Resources/config/services/export.yml
Normal file
6
Resources/config/services/export.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
chill.main.export_element_validator:
|
||||
class: Chill\MainBundle\Validator\Constraints\Export\ExportElementConstraintValidator
|
||||
tags:
|
||||
- { name: validator.constraint_validator }
|
||||
|
Reference in New Issue
Block a user