Implemented draft for Data Access Management

This commit is contained in:
Kevin Frantz
2019-04-13 17:25:24 +02:00
parent e74140e5d4
commit 67d753d9ef
11 changed files with 688 additions and 414 deletions

View File

@@ -10,4 +10,5 @@ twig:
layer_icon_class_map: "@Infinito\\Domain\\TwigManagement\\LayerIconClassMap"
action_template_name_service: "@Infinito\\Domain\\TemplateManagement\\ActionTemplateNameServiceInterface"
action_template_data_store_service: "@Infinito\\Domain\\TemplateManagement\\ActionTemplateDataStoreServiceInterface"
# @todo Remove dom service
entity_dom_service: "@Infinito\\Domain\\DomManagement\\EntityDomServiceInterface"