2018-09-01 22:18:13 +02:00
|
|
|
twig:
|
|
|
|
paths: ['%kernel.project_dir%/templates']
|
|
|
|
debug: '%kernel.debug%'
|
|
|
|
strict_variables: '%kernel.debug%'
|
2018-09-06 17:47:47 +02:00
|
|
|
form_themes: ['bootstrap_4_layout.html.twig']
|
2019-02-18 21:09:57 +01:00
|
|
|
globals:
|
2019-05-30 16:18:10 +02:00
|
|
|
layer_action_map: "@Infinito\\Domain\\Layer\\LayerActionMap"
|
2019-05-30 16:52:02 +02:00
|
|
|
requested_action_service: "@Infinito\\Domain\\Request\\Action\\RequestedActionService"
|
2019-05-30 17:10:41 +02:00
|
|
|
action_icon_class_map: "@Infinito\\Domain\\Twig\\ActionIconClassMap"
|
|
|
|
layer_icon_class_map: "@Infinito\\Domain\\Twig\\LayerIconClassMap"
|
2019-05-30 17:07:11 +02:00
|
|
|
action_template_name_service: "@Infinito\\Domain\\Template\\ActionTemplateNameServiceInterface"
|
2019-04-13 20:12:32 +02:00
|
|
|
# @todo rename variable
|
2019-05-30 19:23:49 +02:00
|
|
|
action_template_data_store_service: "@Infinito\\Domain\\DataAccess\\ActionsViewsDAOService"
|
2019-04-13 17:25:24 +02:00
|
|
|
# @todo Remove dom service
|
2019-05-30 16:07:20 +02:00
|
|
|
entity_dom_service: "@Infinito\\Domain\\Dom\\EntityDomServiceInterface"
|