Implemented ActionTemplateDataStoreService in MVC and template

This commit is contained in:
Kevin Frantz
2019-02-19 21:08:29 +01:00
parent 472eb60fd5
commit 9862bc493c
8 changed files with 56 additions and 40 deletions

View File

@@ -6,4 +6,5 @@ twig:
globals:
layer_action_map: "@Infinito\\Domain\\LayerManagement\\LayerActionMap"
action_icon_class_map: "@Infinito\\Domain\\TwigManagement\\ActionIconClassMap"
action_template_name_service: "@Infinito\\Domain\\TemplateManagement\\ActionTemplateNameServiceInterface"
action_template_name_service: "@Infinito\\Domain\\TemplateManagement\\ActionTemplateNameServiceInterface"
action_template_data_store_service: "@Infinito\\Domain\\TemplateManagement\\ActionTemplateDataStoreServiceInterface"