wip: continue implementation

This commit is contained in:
Björn Fromme
2024-11-27 11:31:48 +01:00
parent b5d52b0053
commit 84ab6446ea
81 changed files with 9127 additions and 898 deletions
+10 -4
View File
@@ -10,6 +10,8 @@ services:
_defaults:
autowire: true # Automatically injects dependencies in your services.
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
bind:
$xmlPath: '%kernel.project_dir%/var/xmlexport'
# makes classes in src/ available to be used as services
# this creates a service per class whose id is the fully-qualified class name
@@ -29,10 +31,14 @@ services:
bpn_url: '%env(APP_BPN_ENDPOINT)%'
debug: '%env(bool:APP_BPN_DEBUG)%'
App\BusProNet\DataLoader\TravelDataLoader:
App\Twig\AppRuntime:
arguments:
$xmlPath: '%kernel.project_dir%/var/xmlexport'
$intlExtension: '@twig.extension.intl'
App\BusProNet\DataLoader\PickupDataLoader:
App\Menu\MenuBuilder:
arguments:
$xmlPath: '%kernel.project_dir%/var/xmlexport'
$factory: '@knp_menu.factory'
tags:
- name: knp_menu.menu_builder
method: createMainMenu
alias: main