|
<?xml version="1.0" encoding="utf-8"?> |
|
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> |
|
<parameters> |
|
<parameter key="kernel.root_dir">/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/src</parameter> |
|
<parameter key="kernel.project_dir">/Users/Dirollo/Documents/Mes sites/BoucherieDirollo</parameter> |
|
<parameter key="kernel.environment">dev</parameter> |
|
<parameter key="kernel.debug">true</parameter> |
|
<parameter key="kernel.name">src</parameter> |
|
<parameter key="kernel.cache_dir">/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev</parameter> |
|
<parameter key="kernel.logs_dir">/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/log</parameter> |
|
<parameter key="kernel.bundles" type="collection"> |
|
<parameter key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</parameter> |
|
</parameter> |
|
<parameter key="kernel.bundles_metadata" type="collection"> |
|
<parameter key="FrameworkBundle" type="collection"> |
|
<parameter key="path">/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/vendor/symfony/framework-bundle</parameter> |
|
<parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter> |
|
</parameter> |
|
</parameter> |
|
<parameter key="kernel.charset">UTF-8</parameter> |
|
<parameter key="kernel.container_class">srcDevDebugProjectContainer</parameter> |
|
<parameter key="container.autowiring.strict_mode">true</parameter> |
|
<parameter key="container.dumper.inline_class_loader">true</parameter> |
|
<parameter key="fragment.renderer.hinclude.global_template"></parameter> |
|
<parameter key="fragment.path">/_fragment</parameter> |
|
<parameter key="kernel.secret">%env(APP_SECRET)%</parameter> |
|
<parameter key="kernel.http_method_override">true</parameter> |
|
<parameter key="kernel.trusted_hosts" type="collection"/> |
|
<parameter key="kernel.default_locale">en</parameter> |
|
<parameter key="templating.helper.code.file_link_format">null</parameter> |
|
<parameter key="debug.file_link_format">null</parameter> |
|
<parameter key="session.metadata.storage_key">_sf2_meta</parameter> |
|
<parameter key="session.storage.options" type="collection"> |
|
<parameter key="cache_limiter">0</parameter> |
|
<parameter key="cookie_httponly">true</parameter> |
|
<parameter key="gc_probability">1</parameter> |
|
</parameter> |
|
<parameter key="session.save_path">/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev/sessions</parameter> |
|
<parameter key="session.metadata.update_threshold">0</parameter> |
|
<parameter key="data_collector.templates" type="collection"/> |
|
<parameter key="debug.error_handler.throw_at">-1</parameter> |
|
<parameter key="debug.container.dump">/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev/srcDevDebugProjectContainer.xml</parameter> |
|
<parameter key="router.request_context.host">localhost</parameter> |
|
<parameter key="router.request_context.scheme">http</parameter> |
|
<parameter key="router.request_context.base_url"></parameter> |
|
<parameter key="router.resource">kernel::loadRoutes</parameter> |
|
<parameter key="router.cache_class_prefix">srcDevDebugProjectContainer</parameter> |
|
<parameter key="request_listener.http_port">80</parameter> |
|
<parameter key="request_listener.https_port">443</parameter> |
|
<parameter key="console.command.ids" type="collection"/> |
|
</parameters> |
|
<services> |
|
<service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/> |
|
<service id="controller_name_converter" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser" public="false"> |
|
<tag name="monolog.logger" channel="request"/> |
|
<argument type="service" id="kernel"/> |
|
</service> |
|
<service id="controller_resolver" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver" public="false"> |
|
<tag name="monolog.logger" channel="request"/> |
|
<argument type="service" id="service_container"/> |
|
<argument type="service" id="controller_name_converter"/> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
</service> |
|
<service id="argument_metadata_factory" class="Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory" public="false"/> |
|
<service id="argument_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver" public="false"> |
|
<argument type="service" id="argument_metadata_factory"/> |
|
<argument type="iterator"> |
|
<argument type="service" id="argument_resolver.request_attribute"/> |
|
<argument type="service" id="argument_resolver.request"/> |
|
<argument type="service" id="argument_resolver.session"/> |
|
<argument type="service" id="argument_resolver.service"/> |
|
<argument type="service" id="argument_resolver.default"/> |
|
<argument type="service" id="argument_resolver.variadic"/> |
|
</argument> |
|
</service> |
|
<service id="argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver" public="false"> |
|
<tag name="controller.argument_value_resolver" priority="100"/> |
|
</service> |
|
<service id="argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver" public="false"> |
|
<tag name="controller.argument_value_resolver" priority="50"/> |
|
</service> |
|
<service id="argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver" public="false"> |
|
<tag name="controller.argument_value_resolver" priority="50"/> |
|
</service> |
|
<service id="argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver" public="false"> |
|
<tag name="controller.argument_value_resolver" priority="-50"/> |
|
<argument type="service" id=".service_locator.9_yeNH1"/> |
|
</service> |
|
<service id="argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver" public="false"> |
|
<tag name="controller.argument_value_resolver" priority="-100"/> |
|
</service> |
|
<service id="argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver" public="false"> |
|
<tag name="controller.argument_value_resolver" priority="-150"/> |
|
</service> |
|
<service id="response_listener" class="Symfony\Component\HttpKernel\EventListener\ResponseListener" public="false"> |
|
<tag name="kernel.event_subscriber"/> |
|
<tag name="container.hot_path"/> |
|
<argument>UTF-8</argument> |
|
</service> |
|
<service id="streamed_response_listener" class="Symfony\Component\HttpKernel\EventListener\StreamedResponseListener" public="false"> |
|
<tag name="kernel.event_subscriber"/> |
|
<tag name="container.hot_path"/> |
|
</service> |
|
<service id="locale_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleListener" public="false"> |
|
<tag name="kernel.event_subscriber"/> |
|
<tag name="container.hot_path"/> |
|
<tag name="container.hot_path"/> |
|
<argument type="service" id="request_stack"/> |
|
<argument>en</argument> |
|
<argument type="service" id="router.default" on-invalid="ignore"/> |
|
</service> |
|
<service id="validate_request_listener" class="Symfony\Component\HttpKernel\EventListener\ValidateRequestListener" public="false"> |
|
<tag name="kernel.event_subscriber"/> |
|
<tag name="container.hot_path"/> |
|
</service> |
|
<service id="resolve_controller_name_subscriber" class="Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber" public="false"> |
|
<tag name="kernel.event_subscriber"/> |
|
<tag name="container.hot_path"/> |
|
<argument type="service" id="controller_name_converter"/> |
|
</service> |
|
<service id="parameter_bag" class="Symfony\Component\DependencyInjection\ParameterBag\ContainerBag" public="false"> |
|
<argument type="service" id="service_container"/> |
|
</service> |
|
<service id="event_dispatcher" class="Symfony\Component\EventDispatcher\EventDispatcher" public="true"> |
|
<tag name="container.hot_path"/> |
|
<call method="addListener"> |
|
<argument>kernel.response</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="response_listener"/> |
|
<argument>onKernelResponse</argument> |
|
</argument> |
|
<argument>0</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.response</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="streamed_response_listener"/> |
|
<argument>onKernelResponse</argument> |
|
</argument> |
|
<argument>-1024</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.request</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="locale_listener"/> |
|
<argument>onKernelRequest</argument> |
|
</argument> |
|
<argument>16</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.finish_request</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="locale_listener"/> |
|
<argument>onKernelFinishRequest</argument> |
|
</argument> |
|
<argument>0</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.request</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="validate_request_listener"/> |
|
<argument>onKernelRequest</argument> |
|
</argument> |
|
<argument>256</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.request</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="resolve_controller_name_subscriber"/> |
|
<argument>onKernelRequest</argument> |
|
</argument> |
|
<argument>24</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>console.error</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="console.error_listener"/> |
|
<argument>onConsoleError</argument> |
|
</argument> |
|
<argument>-128</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>console.terminate</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="console.error_listener"/> |
|
<argument>onConsoleTerminate</argument> |
|
</argument> |
|
<argument>-128</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.request</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="session_listener"/> |
|
<argument>onKernelRequest</argument> |
|
</argument> |
|
<argument>128</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.response</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="session_listener"/> |
|
<argument>onKernelResponse</argument> |
|
</argument> |
|
<argument>-1000</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.finish_request</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="session_listener"/> |
|
<argument>onFinishRequest</argument> |
|
</argument> |
|
<argument>0</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.request</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="debug.debug_handlers_listener"/> |
|
<argument>configure</argument> |
|
</argument> |
|
<argument>2048</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>console.command</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="debug.debug_handlers_listener"/> |
|
<argument>configure</argument> |
|
</argument> |
|
<argument>2048</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.request</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="router_listener"/> |
|
<argument>onKernelRequest</argument> |
|
</argument> |
|
<argument>32</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.finish_request</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="router_listener"/> |
|
<argument>onKernelFinishRequest</argument> |
|
</argument> |
|
<argument>0</argument> |
|
</call> |
|
<call method="addListener"> |
|
<argument>kernel.exception</argument> |
|
<argument type="collection"> |
|
<argument type="service" id="router_listener"/> |
|
<argument>onKernelException</argument> |
|
</argument> |
|
<argument>-64</argument> |
|
</call> |
|
</service> |
|
<service id="http_kernel" class="Symfony\Component\HttpKernel\HttpKernel" public="true"> |
|
<tag name="container.hot_path"/> |
|
<argument type="service" id="event_dispatcher"/> |
|
<argument type="service" id="controller_resolver"/> |
|
<argument type="service" id="request_stack"/> |
|
<argument type="service" id="argument_resolver"/> |
|
</service> |
|
<service id="request_stack" class="Symfony\Component\HttpFoundation\RequestStack" public="true"/> |
|
<service id="cache_warmer" class="Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate" public="true"> |
|
<argument type="tagged" tag="kernel.cache_warmer"/> |
|
</service> |
|
<service id="cache_clearer" class="Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer" public="true"> |
|
<argument type="tagged" tag="kernel.cache_clearer"/> |
|
</service> |
|
<service id="kernel" public="true" synthetic="true"/> |
|
<service id="filesystem" class="Symfony\Component\Filesystem\Filesystem" public="true"/> |
|
<service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator" public="false"> |
|
<argument type="service" id="kernel"/> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/src/Resources</argument> |
|
<argument type="collection"> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/src</argument> |
|
</argument> |
|
</service> |
|
<service id="uri_signer" class="Symfony\Component\HttpKernel\UriSigner" public="false"> |
|
<argument>%env(APP_SECRET)%</argument> |
|
</service> |
|
<service id="config_cache_factory" class="Symfony\Component\Config\ResourceCheckerConfigCacheFactory" public="false"> |
|
<argument type="tagged" tag="config_cache.resource_checker"/> |
|
</service> |
|
<service id="dependency_injection.config.container_parameters_resource_checker" class="Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker" public="false"> |
|
<tag name="config_cache.resource_checker" priority="-980"/> |
|
<argument type="service" id="service_container"/> |
|
</service> |
|
<service id="config.resource.self_checking_resource_checker" class="Symfony\Component\Config\Resource\SelfCheckingResourceChecker" public="false"> |
|
<tag name="config_cache.resource_checker" priority="-990"/> |
|
</service> |
|
<service id="fragment.handler" class="Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler" public="false"> |
|
<argument type="service" id=".service_locator.gmwRZ3h"/> |
|
<argument type="service" id="request_stack"/> |
|
<argument>true</argument> |
|
</service> |
|
<service id="fragment.renderer.inline" class="Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer" public="false"> |
|
<tag name="kernel.fragment_renderer" alias="inline"/> |
|
<argument type="service" id="http_kernel"/> |
|
<argument type="service" id="event_dispatcher"/> |
|
<call method="setFragmentPath"> |
|
<argument>/_fragment</argument> |
|
</call> |
|
</service> |
|
<service id="console.error_listener" class="Symfony\Component\Console\EventListener\ErrorListener" public="false"> |
|
<tag name="kernel.event_subscriber"/> |
|
<tag name="monolog.logger" channel="console"/> |
|
<argument type="service" id="logger" on-invalid="null"/> |
|
</service> |
|
<service id="console.command.about" class="Symfony\Bundle\FrameworkBundle\Command\AboutCommand" public="false"> |
|
<tag name="console.command" command="about"/> |
|
<call method="setName"> |
|
<argument>about</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.assets_install" class="Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand" public="false"> |
|
<tag name="console.command" command="assets:install"/> |
|
<argument type="service" id="filesystem"/> |
|
<call method="setName"> |
|
<argument>assets:install</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.cache_clear" class="Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand" public="false"> |
|
<tag name="console.command" command="cache:clear"/> |
|
<argument type="service" id="cache_clearer"/> |
|
<argument type="service" id="filesystem"/> |
|
<call method="setName"> |
|
<argument>cache:clear</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.cache_pool_clear" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand" public="false"> |
|
<tag name="console.command" command="cache:pool:clear"/> |
|
<argument type="service" id="cache.global_clearer"/> |
|
<call method="setName"> |
|
<argument>cache:pool:clear</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.cache_pool_prune" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand" public="false"> |
|
<tag name="console.command" command="cache:pool:prune"/> |
|
<argument type="iterator"/> |
|
<call method="setName"> |
|
<argument>cache:pool:prune</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.cache_pool_delete" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand" public="false"> |
|
<tag name="console.command" command="cache:pool:delete"/> |
|
<argument type="service" id="cache.global_clearer"/> |
|
<call method="setName"> |
|
<argument>cache:pool:delete</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.cache_warmup" class="Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand" public="false"> |
|
<tag name="console.command" command="cache:warmup"/> |
|
<argument type="service" id="cache_warmer"/> |
|
<call method="setName"> |
|
<argument>cache:warmup</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.config_debug" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand" public="false"> |
|
<tag name="console.command" command="debug:config"/> |
|
<call method="setName"> |
|
<argument>debug:config</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.config_dump_reference" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand" public="false"> |
|
<tag name="console.command" command="config:dump-reference"/> |
|
<call method="setName"> |
|
<argument>config:dump-reference</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.container_debug" class="Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand" public="false"> |
|
<tag name="console.command" command="debug:container"/> |
|
<call method="setName"> |
|
<argument>debug:container</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.debug_autowiring" class="Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand" public="false"> |
|
<tag name="console.command" command="debug:autowiring"/> |
|
<call method="setName"> |
|
<argument>debug:autowiring</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.event_dispatcher_debug" class="Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand" public="false"> |
|
<tag name="console.command" command="debug:event-dispatcher"/> |
|
<argument type="service" id="event_dispatcher"/> |
|
<call method="setName"> |
|
<argument>debug:event-dispatcher</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.router_debug" class="Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand" public="false"> |
|
<tag name="console.command" command="debug:router"/> |
|
<argument type="service" id="router.default"/> |
|
<call method="setName"> |
|
<argument>debug:router</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.router_match" class="Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand" public="false"> |
|
<tag name="console.command" command="router:match"/> |
|
<argument type="service" id="router.default"/> |
|
<call method="setName"> |
|
<argument>router:match</argument> |
|
</call> |
|
</service> |
|
<service id="console.command.yaml_lint" class="Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand" public="false"> |
|
<tag name="console.command" command="lint:yaml"/> |
|
<call method="setName"> |
|
<argument>lint:yaml</argument> |
|
</call> |
|
</service> |
|
<service id="cache.app" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" public="true"> |
|
<tag name="cache.pool"/> |
|
<argument>l2WGSBZAlu</argument> |
|
<argument>0</argument> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev/pools</argument> |
|
<call method="setLogger"> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
</call> |
|
</service> |
|
<service id="cache.app.simple" class="Symfony\Component\Cache\Simple\Psr6Cache" public="false"> |
|
<argument type="service" id="cache.app"/> |
|
</service> |
|
<service id="cache.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="true"> |
|
<tag name="cache.pool"/> |
|
<argument>UGP9+Vscxx</argument> |
|
<argument>0</argument> |
|
<argument>%container.build_id%</argument> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev/pools</argument> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/> |
|
</service> |
|
<service id="cache.validator" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="false"> |
|
<tag name="cache.pool"/> |
|
<argument>Fhi2oyVX0s</argument> |
|
<argument>0</argument> |
|
<argument>%container.build_id%</argument> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev/pools</argument> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/> |
|
</service> |
|
<service id="cache.serializer" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="false"> |
|
<tag name="cache.pool"/> |
|
<argument>oQCa-mwIRh</argument> |
|
<argument>0</argument> |
|
<argument>%container.build_id%</argument> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev/pools</argument> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/> |
|
</service> |
|
<service id="cache.annotations" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="false"> |
|
<tag name="cache.pool"/> |
|
<argument>qR0bSrclhY</argument> |
|
<argument>0</argument> |
|
<argument>%container.build_id%</argument> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev/pools</argument> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/> |
|
</service> |
|
<service id="cache.adapter.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="false" abstract="true"> |
|
<tag name="cache.pool" clearer="cache.system_clearer"/> |
|
<tag name="monolog.logger" channel="cache"/> |
|
<argument></argument> |
|
<argument>0</argument> |
|
<argument>%container.build_id%</argument> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev/pools</argument> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/> |
|
</service> |
|
<service id="cache.adapter.apcu" class="Symfony\Component\Cache\Adapter\ApcuAdapter" public="false" abstract="true"> |
|
<tag name="cache.pool" clearer="cache.default_clearer"/> |
|
<tag name="monolog.logger" channel="cache"/> |
|
<argument></argument> |
|
<argument>0</argument> |
|
<argument>%container.build_id%</argument> |
|
<call method="setLogger"> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
</call> |
|
</service> |
|
<service id="cache.adapter.doctrine" class="Symfony\Component\Cache\Adapter\DoctrineAdapter" public="false" abstract="true"> |
|
<tag name="cache.pool" provider="cache.default_doctrine_provider" clearer="cache.default_clearer"/> |
|
<tag name="monolog.logger" channel="cache"/> |
|
<argument></argument> |
|
<argument></argument> |
|
<argument>0</argument> |
|
<call method="setLogger"> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
</call> |
|
</service> |
|
<service id="cache.adapter.filesystem" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" public="false" abstract="true"> |
|
<tag name="cache.pool" clearer="cache.default_clearer"/> |
|
<tag name="monolog.logger" channel="cache"/> |
|
<argument></argument> |
|
<argument>0</argument> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev/pools</argument> |
|
<call method="setLogger"> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
</call> |
|
</service> |
|
<service id="cache.adapter.psr6" class="Symfony\Component\Cache\Adapter\ProxyAdapter" public="false" abstract="true"> |
|
<tag name="cache.pool" provider="cache.default_psr6_provider" clearer="cache.default_clearer"/> |
|
<argument></argument> |
|
<argument></argument> |
|
<argument>0</argument> |
|
</service> |
|
<service id="cache.adapter.redis" class="Symfony\Component\Cache\Adapter\RedisAdapter" public="false" abstract="true"> |
|
<tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer"/> |
|
<tag name="monolog.logger" channel="cache"/> |
|
<argument></argument> |
|
<argument></argument> |
|
<argument>0</argument> |
|
<call method="setLogger"> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
</call> |
|
</service> |
|
<service id="cache.adapter.memcached" class="Symfony\Component\Cache\Adapter\MemcachedAdapter" public="false" abstract="true"> |
|
<tag name="cache.pool" provider="cache.default_memcached_provider" clearer="cache.default_clearer" reset="reset"/> |
|
<tag name="monolog.logger" channel="cache"/> |
|
<argument></argument> |
|
<argument></argument> |
|
<argument>0</argument> |
|
<call method="setLogger"> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
</call> |
|
</service> |
|
<service id="cache.adapter.array" class="Symfony\Component\Cache\Adapter\ArrayAdapter" public="false" abstract="true"> |
|
<tag name="cache.pool" clearer="cache.default_clearer"/> |
|
<tag name="monolog.logger" channel="cache"/> |
|
<argument>0</argument> |
|
<call method="setLogger"> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
</call> |
|
</service> |
|
<service id="cache.default_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="false"> |
|
<tag name="cache.pool.clearer"/> |
|
<argument type="collection"> |
|
<argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/> |
|
</argument> |
|
</service> |
|
<service id="cache.system_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true"> |
|
<tag name="cache.pool.clearer"/> |
|
<tag name="kernel.cache_clearer"/> |
|
<argument type="collection"> |
|
<argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/> |
|
<argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/> |
|
<argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/> |
|
<argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/> |
|
</argument> |
|
</service> |
|
<service id="cache.global_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true"> |
|
<tag name="cache.pool.clearer"/> |
|
<argument type="collection"> |
|
<argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/> |
|
<argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/> |
|
<argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/> |
|
<argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/> |
|
<argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/> |
|
</argument> |
|
</service> |
|
<service id=".2_ServiceLocator~ekBW_9l" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false"> |
|
<tag name="container.service_locator"/> |
|
<argument type="collection"> |
|
<argument key="initialized_session" type="service" id="session" on-invalid="ignore_uninitialized"/> |
|
<argument key="session" type="service" id="session" on-invalid="ignore"/> |
|
</argument> |
|
</service> |
|
<service id=".1_NativeFileSessionHandler~ekBW_9l" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler" public="false"> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev/sessions</argument> |
|
</service> |
|
<service id="session" class="Symfony\Component\HttpFoundation\Session\Session" public="true"> |
|
<argument type="service" id="session.storage.native"/> |
|
<argument type="service" id="session.attribute_bag"/> |
|
<argument type="service" id="session.flash_bag"/> |
|
</service> |
|
<service id="session.storage.metadata_bag" class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag" public="false"> |
|
<argument>_sf2_meta</argument> |
|
<argument>0</argument> |
|
</service> |
|
<service id="session.storage.native" class="Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage" public="false"> |
|
<argument>%session.storage.options%</argument> |
|
<argument>null</argument> |
|
<argument type="service" id="session.storage.metadata_bag"/> |
|
</service> |
|
<service id="session.storage.php_bridge" class="Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage" public="false"> |
|
<argument>null</argument> |
|
<argument type="service" id="session.storage.metadata_bag"/> |
|
</service> |
|
<service id="session.flash_bag" class="Symfony\Component\HttpFoundation\Session\Flash\FlashBag" public="false"/> |
|
<service id="session.attribute_bag" class="Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag" public="false"/> |
|
<service id="session.storage.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage" public="false"> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev/sessions</argument> |
|
<argument>MOCKSESSID</argument> |
|
<argument type="service" id="session.storage.metadata_bag"/> |
|
</service> |
|
<service id="session.handler.native_file" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler" public="false"> |
|
<argument type="service" id=".1_NativeFileSessionHandler~ekBW_9l"/> |
|
</service> |
|
<service id="session_listener" class="Symfony\Component\HttpKernel\EventListener\SessionListener" public="false"> |
|
<tag name="kernel.event_subscriber"/> |
|
<tag name="container.hot_path"/> |
|
<tag name="container.hot_path"/> |
|
<tag name="container.hot_path"/> |
|
<argument type="service" id=".2_ServiceLocator~ekBW_9l"/> |
|
</service> |
|
<service id="session.save_listener" class="Symfony\Component\HttpKernel\EventListener\SaveSessionListener" public="false"> |
|
<deprecated>The "%service_id%" service is deprecated since Symfony 4.1. Use the "session_listener" service instead.</deprecated> |
|
</service> |
|
<service id=".cache_connection.GD_MSZC" class="Symfony\Component\Cache\Adapter\AbstractAdapter" public="false"> |
|
<argument>redis://localhost</argument> |
|
<argument type="collection"> |
|
<argument key="lazy">true</argument> |
|
</argument> |
|
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createConnection"/> |
|
</service> |
|
<service id=".cache_connection.JKE6keX" class="Symfony\Component\Cache\Adapter\AbstractAdapter" public="false"> |
|
<argument>memcached://localhost</argument> |
|
<argument type="collection"> |
|
<argument key="lazy">true</argument> |
|
</argument> |
|
<factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createConnection"/> |
|
</service> |
|
<service id="debug.debug_handlers_listener" class="Symfony\Component\HttpKernel\EventListener\DebugHandlersListener" public="false"> |
|
<tag name="kernel.event_subscriber"/> |
|
<tag name="monolog.logger" channel="php"/> |
|
<tag name="container.hot_path"/> |
|
<argument>null</argument> |
|
<argument type="service" id="logger" on-invalid="null"/> |
|
<argument>null</argument> |
|
<argument>-1</argument> |
|
<argument>true</argument> |
|
<argument type="service" id="debug.file_link_formatter"/> |
|
<argument>true</argument> |
|
</service> |
|
<service id="debug.file_link_formatter" class="Symfony\Component\HttpKernel\Debug\FileLinkFormatter" public="false"> |
|
<argument>null</argument> |
|
</service> |
|
<service id="routing.resolver" class="Symfony\Component\Config\Loader\LoaderResolver" public="false"> |
|
<call method="addLoader"> |
|
<argument type="service" id="routing.loader.xml"/> |
|
</call> |
|
<call method="addLoader"> |
|
<argument type="service" id="routing.loader.yml"/> |
|
</call> |
|
<call method="addLoader"> |
|
<argument type="service" id="routing.loader.php"/> |
|
</call> |
|
<call method="addLoader"> |
|
<argument type="service" id="routing.loader.glob"/> |
|
</call> |
|
<call method="addLoader"> |
|
<argument type="service" id="routing.loader.directory"/> |
|
</call> |
|
<call method="addLoader"> |
|
<argument type="service" id="routing.loader.service"/> |
|
</call> |
|
</service> |
|
<service id="routing.loader.xml" class="Symfony\Component\Routing\Loader\XmlFileLoader" public="false"> |
|
<tag name="routing.loader"/> |
|
<argument type="service" id="file_locator"/> |
|
</service> |
|
<service id="routing.loader.yml" class="Symfony\Component\Routing\Loader\YamlFileLoader" public="false"> |
|
<tag name="routing.loader"/> |
|
<argument type="service" id="file_locator"/> |
|
</service> |
|
<service id="routing.loader.php" class="Symfony\Component\Routing\Loader\PhpFileLoader" public="false"> |
|
<tag name="routing.loader"/> |
|
<argument type="service" id="file_locator"/> |
|
</service> |
|
<service id="routing.loader.glob" class="Symfony\Component\Routing\Loader\GlobFileLoader" public="false"> |
|
<tag name="routing.loader"/> |
|
<argument type="service" id="file_locator"/> |
|
</service> |
|
<service id="routing.loader.directory" class="Symfony\Component\Routing\Loader\DirectoryLoader" public="false"> |
|
<tag name="routing.loader"/> |
|
<argument type="service" id="file_locator"/> |
|
</service> |
|
<service id="routing.loader.service" class="Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader" public="false"> |
|
<tag name="routing.loader"/> |
|
<argument type="service" id="service_container"/> |
|
</service> |
|
<service id="routing.loader" class="Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader" public="true"> |
|
<argument type="service" id="controller_name_converter"/> |
|
<argument type="service" id="routing.resolver"/> |
|
</service> |
|
<service id="router.default" class="Symfony\Bundle\FrameworkBundle\Routing\Router" public="false"> |
|
<tag name="monolog.logger" channel="router"/> |
|
<tag name="container.service_subscriber" id="routing.loader"/> |
|
<argument type="service" id=".service_locator.oNnsU_h.router.default"/> |
|
<argument>kernel::loadRoutes</argument> |
|
<argument type="collection"> |
|
<argument key="cache_dir">/Users/Dirollo/Documents/Mes sites/BoucherieDirollo/var/cache/dev</argument> |
|
<argument key="debug">true</argument> |
|
<argument key="generator_class">Symfony\Component\Routing\Generator\UrlGenerator</argument> |
|
<argument key="generator_base_class">Symfony\Component\Routing\Generator\UrlGenerator</argument> |
|
<argument key="generator_dumper_class">Symfony\Component\Routing\Generator\Dumper\PhpGeneratorDumper</argument> |
|
<argument key="generator_cache_class">srcDevDebugProjectContainerUrlGenerator</argument> |
|
<argument key="matcher_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher</argument> |
|
<argument key="matcher_base_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher</argument> |
|
<argument key="matcher_dumper_class">Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper</argument> |
|
<argument key="matcher_cache_class">srcDevDebugProjectContainerUrlMatcher</argument> |
|
<argument key="strict_requirements">true</argument> |
|
<argument key="resource_type">service</argument> |
|
</argument> |
|
<argument type="service" id="router.request_context" on-invalid="ignore"/> |
|
<argument type="service" id="parameter_bag" on-invalid="ignore"/> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
<call method="setConfigCacheFactory"> |
|
<argument type="service" id="config_cache_factory"/> |
|
</call> |
|
</service> |
|
<service id="router.request_context" class="Symfony\Component\Routing\RequestContext" public="false"> |
|
<argument></argument> |
|
<argument>GET</argument> |
|
<argument>localhost</argument> |
|
<argument>http</argument> |
|
<argument>80</argument> |
|
<argument>443</argument> |
|
</service> |
|
<service id="router.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer" public="false"> |
|
<tag name="container.service_subscriber" id="router"/> |
|
<tag name="kernel.cache_warmer"/> |
|
<argument type="service" id=".service_locator.tdKlFgs.router.cache_warmer"/> |
|
</service> |
|
<service id="router_listener" class="Symfony\Component\HttpKernel\EventListener\RouterListener" public="false"> |
|
<tag name="kernel.event_subscriber"/> |
|
<tag name="monolog.logger" channel="request"/> |
|
<tag name="container.hot_path"/> |
|
<tag name="container.hot_path"/> |
|
<argument type="service" id="router.default"/> |
|
<argument type="service" id="request_stack"/> |
|
<argument type="service" id="router.request_context" on-invalid="ignore"/> |
|
<argument type="service" id="logger" on-invalid="ignore"/> |
|
<argument>/Users/Dirollo/Documents/Mes sites/BoucherieDirollo</argument> |
|
<argument>true</argument> |
|
</service> |
|
<service id="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" class="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" public="true"> |
|
<argument type="service" id="router.default"/> |
|
<argument>80</argument> |
|
<argument>443</argument> |
|
</service> |
|
<service id="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" class="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" public="true"> |
|
<argument>null</argument> |
|
<argument>null</argument> |
|
</service> |
|
<service id=".service_locator.9_yeNH1" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false"> |
|
<tag name="container.service_locator"/> |
|
<argument type="collection"/> |
|
</service> |
|
<service id=".service_locator.gmwRZ3h" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false"> |
|
<tag name="container.service_locator"/> |
|
<argument type="collection"> |
|
<argument key="inline" type="service" id="fragment.renderer.inline"/> |
|
</argument> |
|
</service> |
|
<service id="logger" class="Symfony\Component\HttpKernel\Log\Logger" public="false"/> |
|
<service id=".service_locator.oNnsU_h" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false"> |
|
<tag name="container.service_locator"/> |
|
<argument type="collection"> |
|
<argument key="routing.loader" type="service" id="routing.loader"/> |
|
</argument> |
|
</service> |
|
<service id=".service_locator.oNnsU_h.router.default" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false"> |
|
<argument>router.default</argument> |
|
<argument type="service" id="service_container"/> |
|
<factory service=".service_locator.oNnsU_h" method="withContext"/> |
|
</service> |
|
<service id=".service_locator.tdKlFgs" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false"> |
|
<tag name="container.service_locator"/> |
|
<argument type="collection"> |
|
<argument key="router" type="service" id="router.default"/> |
|
</argument> |
|
</service> |
|
<service id=".service_locator.tdKlFgs.router.cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false"> |
|
<argument>router.cache_warmer</argument> |
|
<argument type="service" id="service_container"/> |
|
<factory service=".service_locator.tdKlFgs" method="withContext"/> |
|
</service> |
|
<service id="console.command_loader" class="Symfony\Component\Console\CommandLoader\ContainerCommandLoader" public="true"> |
|
<argument type="service" id=".service_locator.K2fdwAZ"/> |
|
<argument type="collection"> |
|
<argument key="about">console.command.about</argument> |
|
<argument key="assets:install">console.command.assets_install</argument> |
|
<argument key="cache:clear">console.command.cache_clear</argument> |
|
<argument key="cache:pool:clear">console.command.cache_pool_clear</argument> |
|
<argument key="cache:pool:prune">console.command.cache_pool_prune</argument> |
|
<argument key="cache:pool:delete">console.command.cache_pool_delete</argument> |
|
<argument key="cache:warmup">console.command.cache_warmup</argument> |
|
<argument key="debug:config">console.command.config_debug</argument> |
|
<argument key="config:dump-reference">console.command.config_dump_reference</argument> |
|
<argument key="debug:container">console.command.container_debug</argument> |
|
<argument key="debug:autowiring">console.command.debug_autowiring</argument> |
|
<argument key="debug:event-dispatcher">console.command.event_dispatcher_debug</argument> |
|
<argument key="debug:router">console.command.router_debug</argument> |
|
<argument key="router:match">console.command.router_match</argument> |
|
<argument key="lint:yaml">console.command.yaml_lint</argument> |
|
</argument> |
|
</service> |
|
<service id=".service_locator.K2fdwAZ" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false"> |
|
<tag name="container.service_locator"/> |
|
<argument type="collection"> |
|
<argument key="console.command.about" type="service" id="console.command.about"/> |
|
<argument key="console.command.assets_install" type="service" id="console.command.assets_install"/> |
|
<argument key="console.command.cache_clear" type="service" id="console.command.cache_clear"/> |
|
<argument key="console.command.cache_pool_clear" type="service" id="console.command.cache_pool_clear"/> |
|
<argument key="console.command.cache_pool_delete" type="service" id="console.command.cache_pool_delete"/> |
|
<argument key="console.command.cache_pool_prune" type="service" id="console.command.cache_pool_prune"/> |
|
<argument key="console.command.cache_warmup" type="service" id="console.command.cache_warmup"/> |
|
<argument key="console.command.config_debug" type="service" id="console.command.config_debug"/> |
|
<argument key="console.command.config_dump_reference" type="service" id="console.command.config_dump_reference"/> |
|
<argument key="console.command.container_debug" type="service" id="console.command.container_debug"/> |
|
<argument key="console.command.debug_autowiring" type="service" id="console.command.debug_autowiring"/> |
|
<argument key="console.command.event_dispatcher_debug" type="service" id="console.command.event_dispatcher_debug"/> |
|
<argument key="console.command.router_debug" type="service" id="console.command.router_debug"/> |
|
<argument key="console.command.router_match" type="service" id="console.command.router_match"/> |
|
<argument key="console.command.yaml_lint" type="service" id="console.command.yaml_lint"/> |
|
</argument> |
|
</service> |
|
<service id="Psr\Container\ContainerInterface" alias="service_container" public="false"/> |
|
<service id="Symfony\Component\DependencyInjection\ContainerInterface" alias="service_container" public="false"/> |
|
<service id="Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface" alias="parameter_bag" public="false"/> |
|
<service id="Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface" alias="parameter_bag" public="false"/> |
|
<service id="Symfony\Component\EventDispatcher\EventDispatcherInterface" alias="event_dispatcher" public="false"/> |
|
<service id="Symfony\Component\HttpKernel\HttpKernelInterface" alias="http_kernel" public="false"/> |
|
<service id="Symfony\Component\HttpFoundation\RequestStack" alias="request_stack" public="false"/> |
|
<service id="Symfony\Component\HttpKernel\KernelInterface" alias="kernel" public="false"/> |
|
<service id="Symfony\Component\Filesystem\Filesystem" alias="filesystem" public="false"/> |
|
<service id="Symfony\Component\HttpKernel\Config\FileLocator" alias="file_locator" public="false"/> |
|
<service id="cache.app_clearer" alias="cache.default_clearer" public="true"/> |
|
<service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app" public="false"/> |
|
<service id="Psr\SimpleCache\CacheInterface" alias="cache.app.simple" public="false"/> |
|
<service id="Symfony\Component\Cache\Adapter\AdapterInterface" alias="cache.app" public="false"/> |
|
<service id="Symfony\Component\HttpFoundation\Session\SessionInterface" alias="session" public="false"/> |
|
<service id="Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface" alias="session.storage.native" public="false"/> |
|
<service id="SessionHandlerInterface" alias="session.handler" public="false"/> |
|
<service id="Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface" alias="session.flash_bag" public="false"/> |
|
<service id="session.storage.filesystem" alias="session.storage.mock_file" public="false"/> |
|
<service id="session.storage" alias="session.storage.native"/> |
|
<service id="cache.default_redis_provider" alias=".cache_connection.GD_MSZC" public="false"/> |
|
<service id="cache.default_memcached_provider" alias=".cache_connection.JKE6keX" public="false"/> |
|
<service id="Symfony\Component\HttpKernel\Debug\FileLinkFormatter" alias="debug.file_link_formatter" public="false"/> |
|
<service id="router" alias="router.default" public="true"/> |
|
<service id="Symfony\Component\Routing\RouterInterface" alias="router.default" public="false"/> |
|
<service id="Symfony\Component\Routing\Generator\UrlGeneratorInterface" alias="router.default" public="false"/> |
|
<service id="Symfony\Component\Routing\Matcher\UrlMatcherInterface" alias="router.default" public="false"/> |
|
<service id="Symfony\Component\Routing\RequestContextAwareInterface" alias="router.default" public="false"/> |
|
<service id="Symfony\Component\Routing\RequestContext" alias="router.request_context" public="false"/> |
|
<service id="argument_resolver.controller_locator" alias=".service_locator.9_yeNH1"/> |
|
<service id="Psr\Log\LoggerInterface" alias="logger" public="false"/> |
|
<service id=".service_locator.AoifO_3" alias=".2_ServiceLocator~ekBW_9l" public="false"/> |
|
</services> |
|
</container> |