mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Implemented ActionTemplateNameService
This commit is contained in:
@@ -6,3 +6,4 @@ 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"
|
@@ -44,6 +44,9 @@ services:
|
||||
# add more service definitions when explicit configuration is needed
|
||||
# please note that last definitions always *replace* previous ones
|
||||
|
||||
# Map Interfaces to concrete classes
|
||||
Infinito\Domain\TemplateManagement\TemplateNameServiceInterface: "@Infinito\\Domain\\TemplateManagement\\TemplateNameService"
|
||||
|
||||
# Needed for integration tests
|
||||
Infinito\Domain\RequestManagement\Entity\RequestedEntityService:
|
||||
public: true
|
||||
|
Reference in New Issue
Block a user