var/cache/dev/ContainerY5zop0v/appDevDebugProjectContainer.php line 1196

Open in your IDE?
  1. <?php
  2. namespace ContainerY5zop0v;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class appDevDebugProjectContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters = [];
  21.     private $targetDirs = [];
  22.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  23.     {
  24.         $dir $this->targetDirs[0] = \dirname($containerDir);
  25.         for ($i 1$i <= 5; ++$i) {
  26.             $this->targetDirs[$i] = $dir = \dirname($dir);
  27.         }
  28.         $this->buildParameters $buildParameters;
  29.         $this->containerDir $containerDir;
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services = [];
  32.         $this->normalizedIds = [
  33.             'guzzlehttp\\clientinterface' => 'GuzzleHttp\\ClientInterface',
  34.             'knp\\component\\pager\\paginatorinterface' => 'Knp\\Component\\Pager\\PaginatorInterface',
  35.             'symfony\\bundle\\frameworkbundle\\controller\\redirectcontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController',
  36.             'symfony\\bundle\\frameworkbundle\\controller\\templatecontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController',
  37.             'symfonydev\\appbundle\\datafixtures\\init\\rolefixtures' => 'SymfonyDev\\AppBundle\\DataFixtures\\Init\\RoleFixtures',
  38.             'symfonydev\\appbundle\\datafixtures\\init\\userfixtures' => 'SymfonyDev\\AppBundle\\DataFixtures\\Init\\UserFixtures',
  39.             'symfonydev\\appbundle\\services\\auspost\\auspost' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Auspost',
  40.             'symfonydev\\appbundle\\services\\auspost\\auspostclient' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostClient',
  41.             'symfonydev\\appbundle\\services\\auspost\\auspostmanager' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostManager',
  42.             'symfonydev\\appbundle\\services\\auspost\\dto\\addressdto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\AddressDto',
  43.             'symfonydev\\appbundle\\services\\auspost\\dto\\auspostresponsedto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\AuspostResponseDto',
  44.             'symfonydev\\appbundle\\services\\auspost\\dto\\dimensiondto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\DimensionDto',
  45.             'symfonydev\\appbundle\\services\\auspost\\dto\\labeltypedto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\LabelTypeDto',
  46.             'symfonydev\\appbundle\\services\\auspost\\dto\\parceldto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\ParcelDto',
  47.             'symfonydev\\appbundle\\services\\auspost\\dto\\shipmentdto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\ShipmentDto',
  48.             'symfonydev\\appbundle\\services\\auspost\\factory\\ordershipmentfactory' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Factory\\OrderShipmentFactory',
  49.             'symfonydev\\appbundle\\services\\auspost\\interfaces\\countrymapperinterface' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\CountryMapperInterface',
  50.             'symfonydev\\appbundle\\services\\auspost\\interfaces\\ordershipmentfactoryinterface' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\OrderShipmentFactoryInterface',
  51.             'symfonydev\\appbundle\\services\\auspost\\mapper\\countrymapper' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Mapper\\CountryMapper',
  52.             'symfonydev\\appbundle\\services\\auspost\\shipment' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Shipment',
  53.             'symfonydev\\appbundle\\services\\order\\validation\\addressvalidator' => 'SymfonyDev\\AppBundle\\Services\\Order\\Validation\\AddressValidator',
  54.             'symfonydev\\appbundle\\services\\order\\validation\\interfaces\\addressvalidatorinterface' => 'SymfonyDev\\AppBundle\\Services\\Order\\Validation\\Interfaces\\AddressValidatorInterface',
  55.             'symfonydev\\appbundle\\services\\patient\\constraint\\isaustraliapostcode' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsAustraliaPostcode',
  56.             'symfonydev\\appbundle\\services\\patient\\constraint\\isaustraliastate' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsAustraliaState',
  57.             'symfonydev\\appbundle\\services\\patient\\constraint\\iscanadaanduspostcode' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsCanadaAndUSPostcode',
  58.             'symfonydev\\appbundle\\services\\patient\\constraint\\iscanadaandusstate' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsCanadaAndUSState',
  59.             'symfonydev\\appbundle\\services\\patient\\constraint\\isnewzealandpostcode' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsNewZealandPostcode',
  60.             'symfonydev\\appbundle\\services\\patient\\constraint\\isnewzealandstate' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsNewZealandState',
  61.             'symfonydev\\appbundle\\services\\patient\\constraint\\isukpostcode' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsUKPostcode',
  62.             'symfonydev\\appbundle\\services\\patient\\interfaces\\patientcompanynameresolverinterface' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Interfaces\\PatientCompanyNameResolverInterface',
  63.             'symfonydev\\appbundle\\services\\patient\\resolver\\patientcompanynameresolver' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Resolver\\PatientCompanyNameResolver',
  64.             'symfonydev\\appbundle\\services\\patient\\validator\\isaustraliapostcodevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsAustraliaPostcodeValidator',
  65.             'symfonydev\\appbundle\\services\\patient\\validator\\isaustraliastatevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsAustraliaStateValidator',
  66.             'symfonydev\\appbundle\\services\\patient\\validator\\iscanadaanduspostcodevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsCanadaAndUSPostcodeValidator',
  67.             'symfonydev\\appbundle\\services\\patient\\validator\\iscanadaandusstatevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsCanadaAndUSStateValidator',
  68.             'symfonydev\\appbundle\\services\\patient\\validator\\isnewzealandpostcodevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsNewZealandPostcodeValidator',
  69.             'symfonydev\\appbundle\\services\\patient\\validator\\isnewzealandstatevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsNewZealandStateValidator',
  70.             'symfonydev\\appbundle\\services\\patient\\validator\\isukpostcodevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsUKPostcodeValidator',
  71.         ];
  72.         $this->syntheticIds = [
  73.             'kernel' => true,
  74.         ];
  75.         $this->methodMap = [
  76.             'annotation_reader' => 'getAnnotationReaderService',
  77.             'annotations.reader' => 'getAnnotations_ReaderService',
  78.             'argument_metadata_factory' => 'getArgumentMetadataFactoryService',
  79.             'assetic.asset_factory' => 'getAssetic_AssetFactoryService',
  80.             'assetic.request_listener' => 'getAssetic_RequestListenerService',
  81.             'assets.context' => 'getAssets_ContextService',
  82.             'assets.packages' => 'getAssets_PackagesService',
  83.             'cache.annotations' => 'getCache_AnnotationsService',
  84.             'cache.app' => 'getCache_AppService',
  85.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  86.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  87.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  88.             'cache.serializer' => 'getCache_SerializerService',
  89.             'cache.system' => 'getCache_SystemService',
  90.             'cache.validator' => 'getCache_ValidatorService',
  91.             'config_cache_factory' => 'getConfigCacheFactoryService',
  92.             'controller_name_converter' => 'getControllerNameConverterService',
  93.             'data_collector.dump' => 'getDataCollector_DumpService',
  94.             'data_collector.form' => 'getDataCollector_FormService',
  95.             'data_collector.form.extractor' => 'getDataCollector_Form_ExtractorService',
  96.             'data_collector.request' => 'getDataCollector_RequestService',
  97.             'data_collector.router' => 'getDataCollector_RouterService',
  98.             'debug.argument_resolver' => 'getDebug_ArgumentResolverService',
  99.             'debug.controller_resolver' => 'getDebug_ControllerResolverService',
  100.             'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService',
  101.             'debug.event_dispatcher' => 'getDebug_EventDispatcherService',
  102.             'debug.file_link_formatter' => 'getDebug_FileLinkFormatterService',
  103.             'debug.log_processor' => 'getDebug_LogProcessorService',
  104.             'debug.security.access.decision_manager' => 'getDebug_Security_Access_DecisionManagerService',
  105.             'debug.stopwatch' => 'getDebug_StopwatchService',
  106.             'doctrine' => 'getDoctrineService',
  107.             'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService',
  108.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  109.             'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService',
  110.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService',
  111.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService',
  112.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService',
  113.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  114.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  115.             'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService',
  116.             'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService',
  117.             'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
  118.             'file_locator' => 'getFileLocatorService',
  119.             'fragment.listener' => 'getFragment_ListenerService',
  120.             'framework_extra_bundle.argument_name_convertor' => 'getFrameworkExtraBundle_ArgumentNameConvertorService',
  121.             'framework_extra_bundle.event.is_granted' => 'getFrameworkExtraBundle_Event_IsGrantedService',
  122.             'http_kernel' => 'getHttpKernelService',
  123.             'knp_paginator.helper.processor' => 'getKnpPaginator_Helper_ProcessorService',
  124.             'knp_paginator.subscriber.sliding_pagination' => 'getKnpPaginator_Subscriber_SlidingPaginationService',
  125.             'knp_paginator.twig.extension.pagination' => 'getKnpPaginator_Twig_Extension_PaginationService',
  126.             'locale_listener' => 'getLocaleListenerService',
  127.             'logger' => 'getLoggerService',
  128.             'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
  129.             'monolog.handler.main' => 'getMonolog_Handler_MainService',
  130.             'monolog.handler.server_log' => 'getMonolog_Handler_ServerLogService',
  131.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  132.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService',
  133.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  134.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  135.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  136.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  137.             'profiler' => 'getProfilerService',
  138.             'profiler_listener' => 'getProfilerListenerService',
  139.             'request_stack' => 'getRequestStackService',
  140.             'resolve_controller_name_subscriber' => 'getResolveControllerNameSubscriberService',
  141.             'response_listener' => 'getResponseListenerService',
  142.             'router' => 'getRouterService',
  143.             'router.request_context' => 'getRouter_RequestContextService',
  144.             'router_listener' => 'getRouterListenerService',
  145.             'security.authentication.manager' => 'getSecurity_Authentication_ManagerService',
  146.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  147.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  148.             'security.firewall' => 'getSecurity_FirewallService',
  149.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  150.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  151.             'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService',
  152.             'security.role_hierarchy' => 'getSecurity_RoleHierarchyService',
  153.             'security.token_storage' => 'getSecurity_TokenStorageService',
  154.             'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService',
  155.             'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService',
  156.             'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService',
  157.             'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService',
  158.             'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService',
  159.             'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService',
  160.             'service_locator.sr6ctxe' => 'getServiceLocator_Sr6ctxeService',
  161.             'session.save_listener' => 'getSession_SaveListenerService',
  162.             'session_listener' => 'getSessionListenerService',
  163.             'snx_request_listener' => 'getSnxRequestListenerService',
  164.             'streamed_response_listener' => 'getStreamedResponseListenerService',
  165.             'templating.locator' => 'getTemplating_LocatorService',
  166.             'templating.name_parser' => 'getTemplating_NameParserService',
  167.             'translator' => 'getTranslatorService',
  168.             'twig' => 'getTwigService',
  169.             'twig.loader' => 'getTwig_LoaderService',
  170.             'twig.profile' => 'getTwig_ProfileService',
  171.             'uri_signer' => 'getUriSignerService',
  172.             'validate_request_listener' => 'getValidateRequestListenerService',
  173.             'validator' => 'getValidatorService',
  174.             'validator.builder' => 'getValidator_BuilderService',
  175.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  176.             'web_profiler.csp.handler' => 'getWebProfiler_Csp_HandlerService',
  177.             'web_profiler.debug_toolbar' => 'getWebProfiler_DebugToolbarService',
  178.         ];
  179.         $this->fileMap = [
  180.             'GuzzleHttp\\ClientInterface' => 'getClientInterfaceService.php',
  181.             'SymfonyDev\\AppBundle\\DataFixtures\\Init\\RoleFixtures' => 'getRoleFixturesService.php',
  182.             'SymfonyDev\\AppBundle\\DataFixtures\\Init\\UserFixtures' => 'getUserFixturesService.php',
  183.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Auspost' => 'getAuspostService.php',
  184.             'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostClient' => 'getAuspostClientService.php',
  185.             'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostManager' => 'getAuspostManagerService.php',
  186.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\AddressDto' => 'getAddressDtoService.php',
  187.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\AuspostResponseDto' => 'getAuspostResponseDtoService.php',
  188.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\DimensionDto' => 'getDimensionDtoService.php',
  189.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\LabelTypeDto' => 'getLabelTypeDtoService.php',
  190.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\ParcelDto' => 'getParcelDtoService.php',
  191.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\ShipmentDto' => 'getShipmentDtoService.php',
  192.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Factory\\OrderShipmentFactory' => 'getOrderShipmentFactoryService.php',
  193.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\CountryMapperInterface' => 'getCountryMapperInterfaceService.php',
  194.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\OrderShipmentFactoryInterface' => 'getOrderShipmentFactoryInterfaceService.php',
  195.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Mapper\\CountryMapper' => 'getCountryMapperService.php',
  196.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Shipment' => 'getShipmentService.php',
  197.             'SymfonyDev\\AppBundle\\Services\\Order\\Validation\\AddressValidator' => 'getAddressValidatorService.php',
  198.             'SymfonyDev\\AppBundle\\Services\\Order\\Validation\\Interfaces\\AddressValidatorInterface' => 'getAddressValidatorInterfaceService.php',
  199.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsAustraliaPostcode' => 'getIsAustraliaPostcodeService.php',
  200.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsAustraliaState' => 'getIsAustraliaStateService.php',
  201.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsCanadaAndUSPostcode' => 'getIsCanadaAndUSPostcodeService.php',
  202.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsCanadaAndUSState' => 'getIsCanadaAndUSStateService.php',
  203.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsNewZealandPostcode' => 'getIsNewZealandPostcodeService.php',
  204.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsNewZealandState' => 'getIsNewZealandStateService.php',
  205.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsUKPostcode' => 'getIsUKPostcodeService.php',
  206.             'SymfonyDev\\AppBundle\\Services\\Patient\\Interfaces\\PatientCompanyNameResolverInterface' => 'getPatientCompanyNameResolverInterfaceService.php',
  207.             'SymfonyDev\\AppBundle\\Services\\Patient\\Resolver\\PatientCompanyNameResolver' => 'getPatientCompanyNameResolverService.php',
  208.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsAustraliaPostcodeValidator' => 'getIsAustraliaPostcodeValidatorService.php',
  209.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsAustraliaStateValidator' => 'getIsAustraliaStateValidatorService.php',
  210.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsCanadaAndUSPostcodeValidator' => 'getIsCanadaAndUSPostcodeValidatorService.php',
  211.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsCanadaAndUSStateValidator' => 'getIsCanadaAndUSStateValidatorService.php',
  212.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsNewZealandPostcodeValidator' => 'getIsNewZealandPostcodeValidatorService.php',
  213.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsNewZealandStateValidator' => 'getIsNewZealandStateValidatorService.php',
  214.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsUKPostcodeValidator' => 'getIsUKPostcodeValidatorService.php',
  215.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  216.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  217.             'annotations.cache' => 'getAnnotations_CacheService.php',
  218.             'annotations.cache_warmer' => 'getAnnotations_CacheWarmerService.php',
  219.             'ap_manager' => 'getApManagerService.php',
  220.             'argument_resolver.default' => 'getArgumentResolver_DefaultService.php',
  221.             'argument_resolver.request' => 'getArgumentResolver_RequestService.php',
  222.             'argument_resolver.request_attribute' => 'getArgumentResolver_RequestAttributeService.php',
  223.             'argument_resolver.service' => 'getArgumentResolver_ServiceService.php',
  224.             'argument_resolver.session' => 'getArgumentResolver_SessionService.php',
  225.             'argument_resolver.variadic' => 'getArgumentResolver_VariadicService.php',
  226.             'assetic.asset_manager' => 'getAssetic_AssetManagerService.php',
  227.             'assetic.asset_manager_cache_warmer' => 'getAssetic_AssetManagerCacheWarmerService.php',
  228.             'assetic.controller' => 'getAssetic_ControllerService.php',
  229.             'assetic.filter.cssrewrite' => 'getAssetic_Filter_CssrewriteService.php',
  230.             'assetic.filter_manager' => 'getAssetic_FilterManagerService.php',
  231.             'authentication_success_handler' => 'getAuthenticationSuccessHandlerService.php',
  232.             'base_entity_manager' => 'getBaseEntityManagerService.php',
  233.             'base_manager' => 'getBaseManagerService.php',
  234.             'cache.default_clearer' => 'getCache_DefaultClearerService.php',
  235.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  236.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  237.             'cache_clearer' => 'getCacheClearerService.php',
  238.             'cache_warmer' => 'getCacheWarmerService.php',
  239.             'conditioning_price_manager' => 'getConditioningPriceManagerService.php',
  240.             'config.resource.self_checking_resource_checker' => 'getConfig_Resource_SelfCheckingResourceCheckerService.php',
  241.             'console.command.about' => 'getConsole_Command_AboutService.php',
  242.             'console.command.assets_install' => 'getConsole_Command_AssetsInstallService.php',
  243.             'console.command.cache_clear' => 'getConsole_Command_CacheClearService.php',
  244.             'console.command.cache_pool_clear' => 'getConsole_Command_CachePoolClearService.php',
  245.             'console.command.cache_pool_prune' => 'getConsole_Command_CachePoolPruneService.php',
  246.             'console.command.cache_warmup' => 'getConsole_Command_CacheWarmupService.php',
  247.             'console.command.config_debug' => 'getConsole_Command_ConfigDebugService.php',
  248.             'console.command.config_dump_reference' => 'getConsole_Command_ConfigDumpReferenceService.php',
  249.             'console.command.container_debug' => 'getConsole_Command_ContainerDebugService.php',
  250.             'console.command.debug_autowiring' => 'getConsole_Command_DebugAutowiringService.php',
  251.             'console.command.event_dispatcher_debug' => 'getConsole_Command_EventDispatcherDebugService.php',
  252.             'console.command.form_debug' => 'getConsole_Command_FormDebugService.php',
  253.             'console.command.router_debug' => 'getConsole_Command_RouterDebugService.php',
  254.             'console.command.router_match' => 'getConsole_Command_RouterMatchService.php',
  255.             'console.command.xliff_lint' => 'getConsole_Command_XliffLintService.php',
  256.             'console.command.yaml_lint' => 'getConsole_Command_YamlLintService.php',
  257.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  258.             'console.error_listener' => 'getConsole_ErrorListenerService.php',
  259.             'country_manager' => 'getCountryManagerService.php',
  260.             'coupon_manager' => 'getCouponManagerService.php',
  261.             'debug.dump_listener' => 'getDebug_DumpListenerService.php',
  262.             'debug.file_link_formatter.url_format' => 'getDebug_FileLinkFormatter_UrlFormatService.php',
  263.             'dependency_injection.config.container_parameters_resource_checker' => 'getDependencyInjection_Config_ContainerParametersResourceCheckerService.php',
  264.             'deprecated.form.registry' => 'getDeprecated_Form_RegistryService.php',
  265.             'deprecated.form.registry.csrf' => 'getDeprecated_Form_Registry_CsrfService.php',
  266.             'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService.php',
  267.             'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService.php',
  268.             'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService.php',
  269.             'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService.php',
  270.             'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService.php',
  271.             'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService.php',
  272.             'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService.php',
  273.             'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService.php',
  274.             'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService.php',
  275.             'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService.php',
  276.             'doctrine.fixtures_load_command' => 'getDoctrine_FixturesLoadCommandService.php',
  277.             'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService.php',
  278.             'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService.php',
  279.             'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService.php',
  280.             'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService.php',
  281.             'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php',
  282.             'doctrine.orm.proxy_cache_warmer' => 'getDoctrine_Orm_ProxyCacheWarmerService.php',
  283.             'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService.php',
  284.             'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService.php',
  285.             'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService.php',
  286.             'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService.php',
  287.             'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService.php',
  288.             'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService.php',
  289.             'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService.php',
  290.             'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService.php',
  291.             'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService.php',
  292.             'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService.php',
  293.             'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService.php',
  294.             'doctrine_migrations.diff_command' => 'getDoctrineMigrations_DiffCommandService.php',
  295.             'doctrine_migrations.dump_schema_command' => 'getDoctrineMigrations_DumpSchemaCommandService.php',
  296.             'doctrine_migrations.execute_command' => 'getDoctrineMigrations_ExecuteCommandService.php',
  297.             'doctrine_migrations.generate_command' => 'getDoctrineMigrations_GenerateCommandService.php',
  298.             'doctrine_migrations.latest_command' => 'getDoctrineMigrations_LatestCommandService.php',
  299.             'doctrine_migrations.migrate_command' => 'getDoctrineMigrations_MigrateCommandService.php',
  300.             'doctrine_migrations.rollup_command' => 'getDoctrineMigrations_RollupCommandService.php',
  301.             'doctrine_migrations.status_command' => 'getDoctrineMigrations_StatusCommandService.php',
  302.             'doctrine_migrations.up_to_date_command' => 'getDoctrineMigrations_UpToDateCommandService.php',
  303.             'doctrine_migrations.version_command' => 'getDoctrineMigrations_VersionCommandService.php',
  304.             'dosage_manager' => 'getDosageManagerService.php',
  305.             'filesystem' => 'getFilesystemService.php',
  306.             'form.factory' => 'getForm_FactoryService.php',
  307.             'form.registry' => 'getForm_RegistryService.php',
  308.             'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService.php',
  309.             'form.server_params' => 'getForm_ServerParamsService.php',
  310.             'form.type.birthday' => 'getForm_Type_BirthdayService.php',
  311.             'form.type.button' => 'getForm_Type_ButtonService.php',
  312.             'form.type.checkbox' => 'getForm_Type_CheckboxService.php',
  313.             'form.type.choice' => 'getForm_Type_ChoiceService.php',
  314.             'form.type.collection' => 'getForm_Type_CollectionService.php',
  315.             'form.type.country' => 'getForm_Type_CountryService.php',
  316.             'form.type.currency' => 'getForm_Type_CurrencyService.php',
  317.             'form.type.date' => 'getForm_Type_DateService.php',
  318.             'form.type.datetime' => 'getForm_Type_DatetimeService.php',
  319.             'form.type.email' => 'getForm_Type_EmailService.php',
  320.             'form.type.entity' => 'getForm_Type_EntityService.php',
  321.             'form.type.file' => 'getForm_Type_FileService.php',
  322.             'form.type.form' => 'getForm_Type_FormService.php',
  323.             'form.type.hidden' => 'getForm_Type_HiddenService.php',
  324.             'form.type.integer' => 'getForm_Type_IntegerService.php',
  325.             'form.type.language' => 'getForm_Type_LanguageService.php',
  326.             'form.type.locale' => 'getForm_Type_LocaleService.php',
  327.             'form.type.money' => 'getForm_Type_MoneyService.php',
  328.             'form.type.number' => 'getForm_Type_NumberService.php',
  329.             'form.type.password' => 'getForm_Type_PasswordService.php',
  330.             'form.type.percent' => 'getForm_Type_PercentService.php',
  331.             'form.type.radio' => 'getForm_Type_RadioService.php',
  332.             'form.type.range' => 'getForm_Type_RangeService.php',
  333.             'form.type.repeated' => 'getForm_Type_RepeatedService.php',
  334.             'form.type.reset' => 'getForm_Type_ResetService.php',
  335.             'form.type.search' => 'getForm_Type_SearchService.php',
  336.             'form.type.submit' => 'getForm_Type_SubmitService.php',
  337.             'form.type.text' => 'getForm_Type_TextService.php',
  338.             'form.type.textarea' => 'getForm_Type_TextareaService.php',
  339.             'form.type.time' => 'getForm_Type_TimeService.php',
  340.             'form.type.timezone' => 'getForm_Type_TimezoneService.php',
  341.             'form.type.url' => 'getForm_Type_UrlService.php',
  342.             'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService.php',
  343.             'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService.php',
  344.             'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService.php',
  345.             'form.type_extension.form.transformation_failure_handling' => 'getForm_TypeExtension_Form_TransformationFailureHandlingService.php',
  346.             'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService.php',
  347.             'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService.php',
  348.             'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService.php',
  349.             'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService.php',
  350.             'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService.php',
  351.             'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService.php',
  352.             'formula_manager' => 'getFormulaManagerService.php',
  353.             'fragment.handler' => 'getFragment_HandlerService.php',
  354.             'fragment.renderer.hinclude' => 'getFragment_Renderer_HincludeService.php',
  355.             'fragment.renderer.inline' => 'getFragment_Renderer_InlineService.php',
  356.             'granule_price_manager' => 'getGranulePriceManagerService.php',
  357.             'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService.php',
  358.             'knp_paginator' => 'getKnpPaginatorService.php',
  359.             'knp_paginator.subscriber.filtration' => 'getKnpPaginator_Subscriber_FiltrationService.php',
  360.             'knp_paginator.subscriber.paginate' => 'getKnpPaginator_Subscriber_PaginateService.php',
  361.             'knp_paginator.subscriber.sortable' => 'getKnpPaginator_Subscriber_SortableService.php',
  362.             'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService.php',
  363.             'monolog.logger.assetic' => 'getMonolog_Logger_AsseticService.php',
  364.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService.php',
  365.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService.php',
  366.             'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService.php',
  367.             'mw_manager' => 'getMwManagerService.php',
  368.             'news_manager' => 'getNewsManagerService.php',
  369.             'notification_manager' => 'getNotificationManagerService.php',
  370.             'ord_manager' => 'getOrdManagerService.php',
  371.             'patient_manager' => 'getPatientManagerService.php',
  372.             'post_price_manager' => 'getPostPriceManagerService.php',
  373.             'product_manager' => 'getProductManagerService.php',
  374.             'property_accessor' => 'getPropertyAccessorService.php',
  375.             'router.cache_warmer' => 'getRouter_CacheWarmerService.php',
  376.             'routing.loader' => 'getRouting_LoaderService.php',
  377.             'security.access.authenticated_voter' => 'getSecurity_Access_AuthenticatedVoterService.php',
  378.             'security.access.expression_voter' => 'getSecurity_Access_ExpressionVoterService.php',
  379.             'security.access.role_hierarchy_voter' => 'getSecurity_Access_RoleHierarchyVoterService.php',
  380.             'security.access_listener' => 'getSecurity_AccessListenerService.php',
  381.             'security.access_map' => 'getSecurity_AccessMapService.php',
  382.             'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService.php',
  383.             'security.authentication.listener.anonymous.main' => 'getSecurity_Authentication_Listener_Anonymous_MainService.php',
  384.             'security.authentication.listener.form.main' => 'getSecurity_Authentication_Listener_Form_MainService.php',
  385.             'security.authentication.provider.anonymous.main' => 'getSecurity_Authentication_Provider_Anonymous_MainService.php',
  386.             'security.authentication.provider.dao.main' => 'getSecurity_Authentication_Provider_Dao_MainService.php',
  387.             'security.authentication.session_strategy.main' => 'getSecurity_Authentication_SessionStrategy_MainService.php',
  388.             'security.authentication.switchuser_listener.main' => 'getSecurity_Authentication_SwitchuserListener_MainService.php',
  389.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  390.             'security.channel_listener' => 'getSecurity_ChannelListenerService.php',
  391.             'security.command.user_password_encoder' => 'getSecurity_Command_UserPasswordEncoderService.php',
  392.             'security.context_listener.0' => 'getSecurity_ContextListener_0Service.php',
  393.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  394.             'security.csrf.token_storage' => 'getSecurity_Csrf_TokenStorageService.php',
  395.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService.php',
  396.             'security.firewall.map.context.dev' => 'getSecurity_Firewall_Map_Context_DevService.php',
  397.             'security.firewall.map.context.main' => 'getSecurity_Firewall_Map_Context_MainService.php',
  398.             'security.http_utils' => 'getSecurity_HttpUtilsService.php',
  399.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  400.             'security.request_matcher.00qf1z7' => 'getSecurity_RequestMatcher_00qf1z7Service.php',
  401.             'security.request_matcher.zfhj2lw' => 'getSecurity_RequestMatcher_Zfhj2lwService.php',
  402.             'security.user.provider.concrete.entity_provider' => 'getSecurity_User_Provider_Concrete_EntityProviderService.php',
  403.             'security.user_checker' => 'getSecurity_UserCheckerService.php',
  404.             'security.user_value_resolver' => 'getSecurity_UserValueResolverService.php',
  405.             'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService.php',
  406.             'sensio_distribution.security_checker' => 'getSensioDistribution_SecurityCheckerService.php',
  407.             'sensio_distribution.security_checker.command' => 'getSensioDistribution_SecurityChecker_CommandService.php',
  408.             'services_resetter' => 'getServicesResetterService.php',
  409.             'session' => 'getSessionService.php',
  410.             'session.handler' => 'getSession_HandlerService.php',
  411.             'session.storage.filesystem' => 'getSession_Storage_FilesystemService.php',
  412.             'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService.php',
  413.             'session.storage.native' => 'getSession_Storage_NativeService.php',
  414.             'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService.php',
  415.             'site_parameter_manager' => 'getSiteParameterManagerService.php',
  416.             'sms_manager' => 'getSmsManagerService.php',
  417.             'soap_api' => 'getSoapApiService.php',
  418.             'stock_manager' => 'getStockManagerService.php',
  419.             'supplier_manager' => 'getSupplierManagerService.php',
  420.             'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService.php',
  421.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  422.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  423.             'swiftmailer.mailer.default.spool' => 'getSwiftmailer_Mailer_Default_SpoolService.php',
  424.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService.php',
  425.             'swiftmailer.mailer.default.transport.eventdispatcher' => 'getSwiftmailer_Mailer_Default_Transport_EventdispatcherService.php',
  426.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  427.             'templating' => 'getTemplatingService.php',
  428.             'templating.cache_warmer.template_paths' => 'getTemplating_CacheWarmer_TemplatePathsService.php',
  429.             'templating.filename_parser' => 'getTemplating_FilenameParserService.php',
  430.             'templating.finder' => 'getTemplating_FinderService.php',
  431.             'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService.php',
  432.             'templating.helper.security' => 'getTemplating_Helper_SecurityService.php',
  433.             'templating.loader' => 'getTemplating_LoaderService.php',
  434.             'twig.cache_warmer' => 'getTwig_CacheWarmerService.php',
  435.             'twig.command.debug' => 'getTwig_Command_DebugService.php',
  436.             'twig.command.lint' => 'getTwig_Command_LintService.php',
  437.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  438.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  439.             'twig.exception_listener' => 'getTwig_ExceptionListenerService.php',
  440.             'twig.form.renderer' => 'getTwig_Form_RendererService.php',
  441.             'twig.runtime.httpkernel' => 'getTwig_Runtime_HttpkernelService.php',
  442.             'twig.template_cache_warmer' => 'getTwig_TemplateCacheWarmerService.php',
  443.             'twig.translation.extractor' => 'getTwig_Translation_ExtractorService.php',
  444.             'user_manager' => 'getUserManagerService.php',
  445.             'validator.email' => 'getValidator_EmailService.php',
  446.             'validator.expression' => 'getValidator_ExpressionService.php',
  447.             'validator.mapping.cache_warmer' => 'getValidator_Mapping_CacheWarmerService.php',
  448.             'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService.php',
  449.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  450.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  451.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  452.             'web_server.command.server_log' => 'getWebServer_Command_ServerLogService.php',
  453.             'web_server.command.server_run' => 'getWebServer_Command_ServerRunService.php',
  454.             'web_server.command.server_start' => 'getWebServer_Command_ServerStartService.php',
  455.             'web_server.command.server_status' => 'getWebServer_Command_ServerStatusService.php',
  456.             'web_server.command.server_stop' => 'getWebServer_Command_ServerStopService.php',
  457.         ];
  458.         $this->privates = [
  459.             'Knp\\Component\\Pager\\PaginatorInterface' => true,
  460.             'session.storage' => true,
  461.             'swiftmailer.mailer' => true,
  462.             'swiftmailer.plugin.messagelogger' => true,
  463.             'swiftmailer.spool' => true,
  464.             'swiftmailer.transport' => true,
  465.             'swiftmailer.transport.real' => true,
  466.             'GuzzleHttp\\ClientInterface' => true,
  467.             'SymfonyDev\\AppBundle\\DataFixtures\\Init\\RoleFixtures' => true,
  468.             'SymfonyDev\\AppBundle\\DataFixtures\\Init\\UserFixtures' => true,
  469.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Auspost' => true,
  470.             'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostClient' => true,
  471.             'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostManager' => true,
  472.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\CountryMapperInterface' => true,
  473.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\OrderShipmentFactoryInterface' => true,
  474.             'SymfonyDev\\AppBundle\\Services\\Order\\Validation\\Interfaces\\AddressValidatorInterface' => true,
  475.             'SymfonyDev\\AppBundle\\Services\\Patient\\Interfaces\\PatientCompanyNameResolverInterface' => true,
  476.             'annotation_reader' => true,
  477.             'annotations.cache' => true,
  478.             'annotations.cache_warmer' => true,
  479.             'annotations.reader' => true,
  480.             'ap_manager' => true,
  481.             'argument_metadata_factory' => true,
  482.             'argument_resolver.default' => true,
  483.             'argument_resolver.request' => true,
  484.             'argument_resolver.request_attribute' => true,
  485.             'argument_resolver.service' => true,
  486.             'argument_resolver.session' => true,
  487.             'argument_resolver.variadic' => true,
  488.             'assetic.asset_factory' => true,
  489.             'assetic.asset_manager' => true,
  490.             'assetic.asset_manager_cache_warmer' => true,
  491.             'assetic.controller' => true,
  492.             'assetic.filter.cssrewrite' => true,
  493.             'assetic.filter_manager' => true,
  494.             'assetic.request_listener' => true,
  495.             'assets.context' => true,
  496.             'assets.packages' => true,
  497.             'authentication_success_handler' => true,
  498.             'base_entity_manager' => true,
  499.             'base_manager' => true,
  500.             'cache.annotations' => true,
  501.             'cache.default_clearer' => true,
  502.             'cache.doctrine.orm.default.metadata' => true,
  503.             'cache.doctrine.orm.default.query' => true,
  504.             'cache.doctrine.orm.default.result' => true,
  505.             'cache.serializer' => true,
  506.             'cache.validator' => true,
  507.             'conditioning_price_manager' => true,
  508.             'config.resource.self_checking_resource_checker' => true,
  509.             'config_cache_factory' => true,
  510.             'console.command.about' => true,
  511.             'console.command.assets_install' => true,
  512.             'console.command.cache_clear' => true,
  513.             'console.command.cache_pool_clear' => true,
  514.             'console.command.cache_pool_prune' => true,
  515.             'console.command.cache_warmup' => true,
  516.             'console.command.config_debug' => true,
  517.             'console.command.config_dump_reference' => true,
  518.             'console.command.container_debug' => true,
  519.             'console.command.debug_autowiring' => true,
  520.             'console.command.event_dispatcher_debug' => true,
  521.             'console.command.form_debug' => true,
  522.             'console.command.router_debug' => true,
  523.             'console.command.router_match' => true,
  524.             'console.command.xliff_lint' => true,
  525.             'console.command.yaml_lint' => true,
  526.             'console.error_listener' => true,
  527.             'controller_name_converter' => true,
  528.             'country_manager' => true,
  529.             'coupon_manager' => true,
  530.             'data_collector.form' => true,
  531.             'data_collector.form.extractor' => true,
  532.             'data_collector.request' => true,
  533.             'data_collector.router' => true,
  534.             'debug.argument_resolver' => true,
  535.             'debug.controller_resolver' => true,
  536.             'debug.debug_handlers_listener' => true,
  537.             'debug.dump_listener' => true,
  538.             'debug.event_dispatcher' => true,
  539.             'debug.file_link_formatter' => true,
  540.             'debug.file_link_formatter.url_format' => true,
  541.             'debug.log_processor' => true,
  542.             'debug.security.access.decision_manager' => true,
  543.             'debug.stopwatch' => true,
  544.             'dependency_injection.config.container_parameters_resource_checker' => true,
  545.             'deprecated.form.registry' => true,
  546.             'deprecated.form.registry.csrf' => true,
  547.             'doctrine.cache_clear_metadata_command' => true,
  548.             'doctrine.cache_clear_query_cache_command' => true,
  549.             'doctrine.cache_clear_result_command' => true,
  550.             'doctrine.cache_collection_region_command' => true,
  551.             'doctrine.clear_entity_region_command' => true,
  552.             'doctrine.clear_query_region_command' => true,
  553.             'doctrine.database_create_command' => true,
  554.             'doctrine.database_drop_command' => true,
  555.             'doctrine.database_import_command' => true,
  556.             'doctrine.dbal.connection_factory' => true,
  557.             'doctrine.dbal.logger.profiling.default' => true,
  558.             'doctrine.ensure_production_settings_command' => true,
  559.             'doctrine.fixtures_load_command' => true,
  560.             'doctrine.generate_entities_command' => true,
  561.             'doctrine.mapping_convert_command' => true,
  562.             'doctrine.mapping_import_command' => true,
  563.             'doctrine.mapping_info_command' => true,
  564.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => true,
  565.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => true,
  566.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => true,
  567.             'doctrine.orm.default_entity_listener_resolver' => true,
  568.             'doctrine.orm.default_entity_manager.property_info_extractor' => true,
  569.             'doctrine.orm.default_listeners.attach_entity_listeners' => true,
  570.             'doctrine.orm.default_manager_configurator' => true,
  571.             'doctrine.orm.proxy_cache_warmer' => true,
  572.             'doctrine.orm.validator.unique' => true,
  573.             'doctrine.orm.validator_initializer' => true,
  574.             'doctrine.query_dql_command' => true,
  575.             'doctrine.query_sql_command' => true,
  576.             'doctrine.schema_create_command' => true,
  577.             'doctrine.schema_drop_command' => true,
  578.             'doctrine.schema_update_command' => true,
  579.             'doctrine.schema_validate_command' => true,
  580.             'doctrine_cache.contains_command' => true,
  581.             'doctrine_cache.delete_command' => true,
  582.             'doctrine_cache.flush_command' => true,
  583.             'doctrine_cache.stats_command' => true,
  584.             'doctrine_migrations.diff_command' => true,
  585.             'doctrine_migrations.dump_schema_command' => true,
  586.             'doctrine_migrations.execute_command' => true,
  587.             'doctrine_migrations.generate_command' => true,
  588.             'doctrine_migrations.latest_command' => true,
  589.             'doctrine_migrations.migrate_command' => true,
  590.             'doctrine_migrations.rollup_command' => true,
  591.             'doctrine_migrations.status_command' => true,
  592.             'doctrine_migrations.up_to_date_command' => true,
  593.             'doctrine_migrations.version_command' => true,
  594.             'dosage_manager' => true,
  595.             'file_locator' => true,
  596.             'form.registry' => true,
  597.             'form.resolved_type_factory' => true,
  598.             'form.server_params' => true,
  599.             'form.type.choice' => true,
  600.             'form.type.entity' => true,
  601.             'form.type.form' => true,
  602.             'form.type_extension.csrf' => true,
  603.             'form.type_extension.form.data_collector' => true,
  604.             'form.type_extension.form.http_foundation' => true,
  605.             'form.type_extension.form.transformation_failure_handling' => true,
  606.             'form.type_extension.form.validator' => true,
  607.             'form.type_extension.repeated.validator' => true,
  608.             'form.type_extension.submit.validator' => true,
  609.             'form.type_extension.upload.validator' => true,
  610.             'form.type_guesser.doctrine' => true,
  611.             'form.type_guesser.validator' => true,
  612.             'formula_manager' => true,
  613.             'fragment.handler' => true,
  614.             'fragment.listener' => true,
  615.             'fragment.renderer.hinclude' => true,
  616.             'fragment.renderer.inline' => true,
  617.             'framework_extra_bundle.argument_name_convertor' => true,
  618.             'framework_extra_bundle.event.is_granted' => true,
  619.             'granule_price_manager' => true,
  620.             'kernel.class_cache.cache_warmer' => true,
  621.             'knp_paginator.helper.processor' => true,
  622.             'knp_paginator.subscriber.filtration' => true,
  623.             'knp_paginator.subscriber.paginate' => true,
  624.             'knp_paginator.subscriber.sliding_pagination' => true,
  625.             'knp_paginator.subscriber.sortable' => true,
  626.             'knp_paginator.twig.extension.pagination' => true,
  627.             'locale_listener' => true,
  628.             'logger' => true,
  629.             'monolog.handler.console' => true,
  630.             'monolog.handler.main' => true,
  631.             'monolog.handler.null_internal' => true,
  632.             'monolog.handler.server_log' => true,
  633.             'monolog.logger.assetic' => true,
  634.             'monolog.logger.cache' => true,
  635.             'monolog.logger.console' => true,
  636.             'monolog.logger.doctrine' => true,
  637.             'monolog.logger.event' => true,
  638.             'monolog.logger.php' => true,
  639.             'monolog.logger.profiler' => true,
  640.             'monolog.logger.request' => true,
  641.             'monolog.logger.security' => true,
  642.             'monolog.logger.templating' => true,
  643.             'mw_manager' => true,
  644.             'news_manager' => true,
  645.             'notification_manager' => true,
  646.             'ord_manager' => true,
  647.             'patient_manager' => true,
  648.             'post_price_manager' => true,
  649.             'product_manager' => true,
  650.             'profiler_listener' => true,
  651.             'property_accessor' => true,
  652.             'resolve_controller_name_subscriber' => true,
  653.             'response_listener' => true,
  654.             'router.cache_warmer' => true,
  655.             'router.request_context' => true,
  656.             'router_listener' => true,
  657.             'security.access.authenticated_voter' => true,
  658.             'security.access.expression_voter' => true,
  659.             'security.access.role_hierarchy_voter' => true,
  660.             'security.access_listener' => true,
  661.             'security.access_map' => true,
  662.             'security.authentication.guard_handler' => true,
  663.             'security.authentication.listener.anonymous.main' => true,
  664.             'security.authentication.listener.form.main' => true,
  665.             'security.authentication.manager' => true,
  666.             'security.authentication.provider.anonymous.main' => true,
  667.             'security.authentication.provider.dao.main' => true,
  668.             'security.authentication.session_strategy.main' => true,
  669.             'security.authentication.switchuser_listener.main' => true,
  670.             'security.authentication.trust_resolver' => true,
  671.             'security.channel_listener' => true,
  672.             'security.command.user_password_encoder' => true,
  673.             'security.context_listener.0' => true,
  674.             'security.csrf.token_storage' => true,
  675.             'security.encoder_factory' => true,
  676.             'security.firewall' => true,
  677.             'security.firewall.map' => true,
  678.             'security.firewall.map.context.dev' => true,
  679.             'security.firewall.map.context.main' => true,
  680.             'security.http_utils' => true,
  681.             'security.logout_url_generator' => true,
  682.             'security.rememberme.response_listener' => true,
  683.             'security.request_matcher.00qf1z7' => true,
  684.             'security.request_matcher.zfhj2lw' => true,
  685.             'security.role_hierarchy' => true,
  686.             'security.user.provider.concrete.entity_provider' => true,
  687.             'security.user_checker' => true,
  688.             'security.user_value_resolver' => true,
  689.             'security.validator.user_password' => true,
  690.             'sensio_distribution.security_checker' => true,
  691.             'sensio_distribution.security_checker.command' => true,
  692.             'sensio_framework_extra.cache.listener' => true,
  693.             'sensio_framework_extra.controller.listener' => true,
  694.             'sensio_framework_extra.converter.listener' => true,
  695.             'sensio_framework_extra.converter.manager' => true,
  696.             'sensio_framework_extra.security.listener' => true,
  697.             'sensio_framework_extra.view.listener' => true,
  698.             'service_locator.sr6ctxe' => true,
  699.             'session.handler' => true,
  700.             'session.save_listener' => true,
  701.             'session.storage.filesystem' => true,
  702.             'session.storage.metadata_bag' => true,
  703.             'session.storage.native' => true,
  704.             'session.storage.php_bridge' => true,
  705.             'session_listener' => true,
  706.             'site_parameter_manager' => true,
  707.             'sms_manager' => true,
  708.             'snx_request_listener' => true,
  709.             'soap_api' => true,
  710.             'stock_manager' => true,
  711.             'streamed_response_listener' => true,
  712.             'supplier_manager' => true,
  713.             'swiftmailer.email_sender.listener' => true,
  714.             'swiftmailer.mailer.default.spool' => true,
  715.             'swiftmailer.mailer.default.transport' => true,
  716.             'swiftmailer.mailer.default.transport.eventdispatcher' => true,
  717.             'templating.cache_warmer.template_paths' => true,
  718.             'templating.filename_parser' => true,
  719.             'templating.finder' => true,
  720.             'templating.helper.logout_url' => true,
  721.             'templating.helper.security' => true,
  722.             'templating.locator' => true,
  723.             'templating.name_parser' => true,
  724.             'twig.cache_warmer' => true,
  725.             'twig.command.debug' => true,
  726.             'twig.command.lint' => true,
  727.             'twig.exception_listener' => true,
  728.             'twig.form.renderer' => true,
  729.             'twig.loader' => true,
  730.             'twig.profile' => true,
  731.             'twig.runtime.httpkernel' => true,
  732.             'twig.template_cache_warmer' => true,
  733.             'twig.translation.extractor' => true,
  734.             'uri_signer' => true,
  735.             'user_manager' => true,
  736.             'validate_request_listener' => true,
  737.             'validator.builder' => true,
  738.             'validator.email' => true,
  739.             'validator.expression' => true,
  740.             'validator.mapping.cache_warmer' => true,
  741.             'var_dumper.cli_dumper' => true,
  742.             'web_profiler.csp.handler' => true,
  743.             'web_profiler.debug_toolbar' => true,
  744.             'web_server.command.server_log' => true,
  745.             'web_server.command.server_run' => true,
  746.             'web_server.command.server_start' => true,
  747.             'web_server.command.server_status' => true,
  748.             'web_server.command.server_stop' => true,
  749.         ];
  750.         $this->aliases = [
  751.             'Knp\\Component\\Pager\\PaginatorInterface' => 'knp_paginator',
  752.             'cache.app_clearer' => 'cache.default_clearer',
  753.             'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'doctrine_cache.contains_command',
  754.             'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'doctrine_cache.delete_command',
  755.             'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'doctrine_cache.flush_command',
  756.             'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'doctrine_cache.stats_command',
  757.             'database_connection' => 'doctrine.dbal.default_connection',
  758.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  759.             'event_dispatcher' => 'debug.event_dispatcher',
  760.             'mailer' => 'swiftmailer.mailer.default',
  761.             'session.storage' => 'session.storage.native',
  762.             'swiftmailer.mailer' => 'swiftmailer.mailer.default',
  763.             'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger',
  764.             'swiftmailer.spool' => 'swiftmailer.mailer.default.spool',
  765.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  766.             'swiftmailer.transport.real' => 'swiftmailer.mailer.default.transport.real',
  767.         ];
  768.         $this->privates['service_container'] = function () {
  769.             include_once $this->targetDirs[3].'/src/SymfonyDev/AppBundle/EventListener/RequestListener.php';
  770.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Security.php';
  771.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php';
  772.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php';
  773.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  774.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php';
  775.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php';
  776.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php';
  777.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php';
  778.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php';
  779.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php';
  780.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/ResolveControllerNameSubscriber.php';
  781.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php';
  782.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php';
  783.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php';
  784.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php';
  785.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php';
  786.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php';
  787.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php';
  788.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php';
  789.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php';
  790.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php';
  791.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  792.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php';
  793.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php';
  794.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php';
  795.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php';
  796.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  797.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  798.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php';
  799.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php';
  800.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php';
  801.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php';
  802.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php';
  803.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php';
  804.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php';
  805.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php';
  806.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php';
  807.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php';
  808.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SaveSessionListener.php';
  809.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php';
  810.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php';
  811.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php';
  812.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php';
  813.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php';
  814.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php';
  815.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php';
  816.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php';
  817.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  818.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParser.php';
  819.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php';
  820.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php';
  821.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php';
  822.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php';
  823.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php';
  824.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php';
  825.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php';
  826.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php';
  827.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php';
  828.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php';
  829.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php';
  830.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php';
  831.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php';
  832.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php';
  833.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php';
  834.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php';
  835.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php';
  836.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php';
  837.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php';
  838.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php';
  839.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php';
  840.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php';
  841.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php';
  842.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  843.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  844.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php';
  845.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php';
  846.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php';
  847.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php';
  848.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php';
  849.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php';
  850.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php';
  851.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php';
  852.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php';
  853.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php';
  854.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php';
  855.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php';
  856.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php';
  857.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php';
  858.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php';
  859.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php';
  860.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php';
  861.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php';
  862.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php';
  863.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php';
  864.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php';
  865.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php';
  866.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php';
  867.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php';
  868.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php';
  869.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php';
  870.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php';
  871.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php';
  872.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php';
  873.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php';
  874.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php';
  875.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  876.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  877.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  878.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php';
  879.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php';
  880.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  881.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php';
  882.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php';
  883.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php';
  884.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  885.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php';
  886.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php';
  887.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php';
  888.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php';
  889.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php';
  890.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php';
  891.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php';
  892.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php';
  893.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php';
  894.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php';
  895.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  896.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  897.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  898.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php';
  899.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php';
  900.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  901.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php';
  902.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php';
  903.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php';
  904.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php';
  905.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php';
  906.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php';
  907.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php';
  908.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php';
  909.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php';
  910.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php';
  911.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
  912.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/InitRuntimeInterface.php';
  913.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php';
  914.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php';
  915.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php';
  916.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php';
  917.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php';
  918.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php';
  919.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php';
  920.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  921.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  922.             include_once $this->targetDirs[3].'/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php';
  923.             include_once $this->targetDirs[3].'/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php';
  924.             include_once $this->targetDirs[3].'/vendor/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php';
  925.             include_once $this->targetDirs[3].'/vendor/symfony/assetic-bundle/DefaultValueSupplier.php';
  926.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php';
  927.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php';
  928.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  929.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  930.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  931.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  932.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  933.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  934.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  935.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  936.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  937.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  938.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  939.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php';
  940.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ServerLogHandler.php';
  941.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  942.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  943.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  944.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  945.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  946.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php';
  947.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php';
  948.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ResetInterface.php';
  949.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  950.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  951.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  952.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  953.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  954.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  955.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  956.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php';
  957.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  958.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php';
  959.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  960.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  961.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
  962.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php';
  963.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php';
  964.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php';
  965.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php';
  966.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php';
  967.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  968.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  969.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  970.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  971.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  972.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  973.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  974.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  975.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php';
  976.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  977.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  978.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  979.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  980.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  981.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  982.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  983.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  984.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  985.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  986.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  987.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  988.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  989.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  990.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  991.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  992.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  993.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  994.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  995.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  996.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  997.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  998.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  999.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  1000.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php';
  1001.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  1002.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  1003.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  1004.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  1005.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  1006.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php';
  1007.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  1008.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  1009.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  1010.             include_once $this->targetDirs[3].'/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php';
  1011.             include_once $this->targetDirs[3].'/vendor/symfony/assetic-bundle/Factory/AssetFactory.php';
  1012.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php';
  1013.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php';
  1014.             include_once $this->targetDirs[3].'/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php';
  1015.             include_once $this->targetDirs[3].'/vendor/symfony/assetic-bundle/Factory/Worker/UseControllerWorker.php';
  1016.             include_once $this->targetDirs[3].'/vendor/symfony/assetic-bundle/EventListener/RequestListener.php';
  1017.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  1018.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  1019.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  1020.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php';
  1021.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php';
  1022.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php';
  1023.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php';
  1024.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php';
  1025.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php';
  1026.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php';
  1027.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1028.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1029.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php';
  1030.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php';
  1031.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php';
  1032.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php';
  1033.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php';
  1034.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php';
  1035.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php';
  1036.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php';
  1037.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceSubscriberInterface.php';
  1038.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php';
  1039.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php';
  1040.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php';
  1041.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php';
  1042.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1043.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1044.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1045.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1046.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';
  1047.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php';
  1048.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php';
  1049.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/TraceableValidator.php';
  1050.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  1051.         };
  1052.     }
  1053.     public function getRemovedIds()
  1054.     {
  1055.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1056.     }
  1057.     public function compile()
  1058.     {
  1059.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1060.     }
  1061.     public function isCompiled()
  1062.     {
  1063.         return true;
  1064.     }
  1065.     public function isFrozen()
  1066.     {
  1067.         @trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0. Use the isCompiled() method instead.'__METHOD__), E_USER_DEPRECATED);
  1068.         return true;
  1069.     }
  1070.     protected function load($file$lazyLoad true)
  1071.     {
  1072.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1073.     }
  1074.     protected function createProxy($class, \Closure $factory)
  1075.     {
  1076.         class_exists($classfalse) || $this->load("{$class}.php");
  1077.         return $factory();
  1078.     }
  1079.     /**
  1080.      * Gets the public 'cache.app' shared service.
  1081.      *
  1082.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1083.      */
  1084.     protected function getCache_AppService()
  1085.     {
  1086.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('KernkZmtnK'0, ($this->targetDirs[0].'/pools'));
  1087.         $a->setLogger(${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'});
  1088.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1089.     }
  1090.     /**
  1091.      * Gets the public 'cache.system' shared service.
  1092.      *
  1093.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1094.      */
  1095.     protected function getCache_SystemService()
  1096.     {
  1097.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('37xGtMI03q'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1098.     }
  1099.     /**
  1100.      * Gets the public 'data_collector.dump' shared service.
  1101.      *
  1102.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1103.      */
  1104.     protected function getDataCollector_DumpService()
  1105.     {
  1106.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, 'UTF-8', ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL);
  1107.     }
  1108.     /**
  1109.      * Gets the public 'doctrine' shared service.
  1110.      *
  1111.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1112.      */
  1113.     protected function getDoctrineService()
  1114.     {
  1115.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1116.     }
  1117.     /**
  1118.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1119.      *
  1120.      * @return \Doctrine\DBAL\Connection
  1121.      */
  1122.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1123.     {
  1124.         $a = new \Doctrine\DBAL\Configuration();
  1125.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1126.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger(${($_ = isset($this->services['monolog.logger.doctrine']) ? $this->services['monolog.logger.doctrine'] : $this->getMonolog_Logger_DoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}));
  1127.         $b->addLogger(${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : ($this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
  1128.         $a->setSQLLogger($b);
  1129.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
  1130.         $d = new \Gedmo\Timestampable\TimestampableListener();
  1131.         $d->setAnnotationReader(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  1132.         $c->addEventSubscriber($d);
  1133.         $c->addEventListener([=> 'loadClassMetadata'], ${($_ = isset($this->services['doctrine.orm.default_listeners.attach_entity_listeners']) ? $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] : ($this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener())) && false ?: '_'});
  1134.         return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : ($this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))) && false ?: '_'}->createConnection(['driver' => 'pdo_mysql''host' => '127.0.0.1''port' => NULL'dbname' => 'dev_safflowernx''user' => 'root''password' => 'dev26!Login''charset' => 'UTF8''driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1135.     }
  1136.     /**
  1137.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1138.      *
  1139.      * @return \Doctrine\ORM\EntityManager
  1140.      */
  1141.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1142.     {
  1143.         if ($lazyLoad) {
  1144.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1145.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1146.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1147.                     $proxy->setProxyInitializer(null);
  1148.                     return true;
  1149.                 });
  1150.             });
  1151.         }
  1152.         $a = new \Doctrine\ORM\Configuration();
  1153.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1154.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'}, [=> ($this->targetDirs[3].'/src/SymfonyDev/AppBundle/Entity')]), 'SymfonyDev\\AppBundle\\Entity');
  1155.         $a->setEntityNamespaces(['SymfonyDevAppBundle' => 'SymfonyDev\\AppBundle\\Entity']);
  1156.         $a->setMetadataCacheImpl(${($_ = isset($this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata']) ? $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] : $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()) && false ?: '_'});
  1157.         $a->setQueryCacheImpl(${($_ = isset($this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.query']) ? $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] : $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()) && false ?: '_'});
  1158.         $a->setResultCacheImpl(${($_ = isset($this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.result']) ? $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] : $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()) && false ?: '_'});
  1159.         $a->setMetadataDriverImpl($b);
  1160.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  1161.         $a->setProxyNamespace('Proxies');
  1162.         $a->setAutoGenerateProxyClasses(true);
  1163.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1164.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1165.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1166.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1167.         $a->setEntityListenerResolver(${($_ = isset($this->services['doctrine.orm.default_entity_listener_resolver']) ? $this->services['doctrine.orm.default_entity_listener_resolver'] : ($this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))) && false ?: '_'});
  1168.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(${($_ = isset($this->services['service_locator.sr6ctxe']) ? $this->services['service_locator.sr6ctxe'] : ($this->services['service_locator.sr6ctxe'] = new \Symfony\Component\DependencyInjection\ServiceLocator([]))) && false ?: '_'}));
  1169.         $a->addCustomStringFunction('field''SymfonyDev\\AppBundle\\DQL\\Field');
  1170.         $instance = \Doctrine\ORM\EntityManager::create(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, $a);
  1171.         ${($_ = isset($this->services['doctrine.orm.default_manager_configurator']) ? $this->services['doctrine.orm.default_manager_configurator'] : ($this->services['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))) && false ?: '_'}->configure($instance);
  1172.         return $instance;
  1173.     }
  1174.     /**
  1175.      * Gets the public 'http_kernel' shared service.
  1176.      *
  1177.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1178.      */
  1179.     protected function getHttpKernelService()
  1180.     {
  1181.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['debug.controller_resolver']) ? $this->services['debug.controller_resolver'] : $this->getDebug_ControllerResolverService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
  1182.     }
  1183.     /**
  1184.      * Gets the public 'profiler' shared service.
  1185.      *
  1186.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1187.      */
  1188.     protected function getProfilerService()
  1189.     {
  1190.         $a = ${($_ = isset($this->services['monolog.logger.profiler']) ? $this->services['monolog.logger.profiler'] : $this->getMonolog_Logger_ProfilerService()) && false ?: '_'};
  1191.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1192.         $b = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'};
  1193.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1194.         $c->addInstance('cache.app', ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->getCache_AppService()) && false ?: '_'});
  1195.         $c->addInstance('cache.system', ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->getCache_SystemService()) && false ?: '_'});
  1196.         $c->addInstance('cache.validator', ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'});
  1197.         $c->addInstance('cache.serializer', ${($_ = isset($this->services['cache.serializer']) ? $this->services['cache.serializer'] : $this->getCache_SerializerService()) && false ?: '_'});
  1198.         $c->addInstance('cache.annotations', ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'});
  1199.         $c->addInstance('cache.doctrine.orm.default.metadata', ${($_ = isset($this->services['cache.doctrine.orm.default.metadata']) ? $this->services['cache.doctrine.orm.default.metadata'] : $this->getCache_Doctrine_Orm_Default_MetadataService()) && false ?: '_'});
  1200.         $c->addInstance('cache.doctrine.orm.default.result', ${($_ = isset($this->services['cache.doctrine.orm.default.result']) ? $this->services['cache.doctrine.orm.default.result'] : $this->getCache_Doctrine_Orm_Default_ResultService()) && false ?: '_'});
  1201.         $c->addInstance('cache.doctrine.orm.default.query', ${($_ = isset($this->services['cache.doctrine.orm.default.query']) ? $this->services['cache.doctrine.orm.default.query'] : $this->getCache_Doctrine_Orm_Default_QueryService()) && false ?: '_'});
  1202.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1203.         $d->addLogger('default', ${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : ($this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
  1204.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1205.         if ($this->has('kernel')) {
  1206.             $e->setKernel($b);
  1207.         }
  1208.         $instance->add(${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'});
  1209.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}));
  1210.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1211.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'}));
  1212.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1213.         $instance->add(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->getDataCollector_FormService()) && false ?: '_'});
  1214.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1215.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/appDevDebugProjectContainer')));
  1216.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}));
  1217.         $instance->add(${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'});
  1218.         $instance->add($c);
  1219.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
  1220.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
  1221.         $instance->add($d);
  1222.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1223.         $instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
  1224.         $instance->add($e);
  1225.         return $instance;
  1226.     }
  1227.     /**
  1228.      * Gets the public 'request_stack' shared service.
  1229.      *
  1230.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1231.      */
  1232.     protected function getRequestStackService()
  1233.     {
  1234.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1235.     }
  1236.     /**
  1237.      * Gets the public 'router' shared service.
  1238.      *
  1239.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1240.      */
  1241.     protected function getRouterService()
  1242.     {
  1243.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, ($this->targetDirs[0].'/assetic/routing.yml'), ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper''generator_cache_class' => 'appDevDebugProjectContainerUrlGenerator''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper''matcher_cache_class' => 'appDevDebugProjectContainerUrlMatcher''strict_requirements' => true'resource_type' => 'yaml'], ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'});
  1244.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  1245.         return $instance;
  1246.     }
  1247.     /**
  1248.      * Gets the public 'security.authorization_checker' shared service.
  1249.      *
  1250.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1251.      */
  1252.     protected function getSecurity_AuthorizationCheckerService()
  1253.     {
  1254.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, false);
  1255.     }
  1256.     /**
  1257.      * Gets the public 'security.token_storage' shared service.
  1258.      *
  1259.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1260.      */
  1261.     protected function getSecurity_TokenStorageService()
  1262.     {
  1263.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1264.     }
  1265.     /**
  1266.      * Gets the public 'translator' shared service.
  1267.      *
  1268.      * @return \Symfony\Component\Translation\IdentityTranslator
  1269.      */
  1270.     protected function getTranslatorService()
  1271.     {
  1272.         return $this->services['translator'] = new \Symfony\Component\Translation\IdentityTranslator(new \Symfony\Component\Translation\MessageSelector());
  1273.     }
  1274.     /**
  1275.      * Gets the public 'twig' shared service.
  1276.      *
  1277.      * @return \Twig\Environment
  1278.      */
  1279.     protected function getTwigService()
  1280.     {
  1281.         $this->services['twig'] = $instance = new \Twig\Environment(${($_ = isset($this->services['twig.loader']) ? $this->services['twig.loader'] : $this->getTwig_LoaderService()) && false ?: '_'}, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8']);
  1282.         $a = ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'};
  1283.         $b = ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'};
  1284.         $c = ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'};
  1285.         $d = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1286.         $d->setDisplayOptions(['fileLinkFormat' => $b]);
  1287.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1288.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  1289.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1290.         $f->setEnvironment('dev');
  1291.         $f->setDebug(true);
  1292.         if ($this->has('security.token_storage')) {
  1293.             $f->setTokenStorage(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
  1294.         }
  1295.         if ($this->has('request_stack')) {
  1296.             $f->setRequestStack($c);
  1297.         }
  1298.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}));
  1299.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}));
  1300.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, $a));
  1301.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}));
  1302.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(${($_ = isset($this->services['assets.packages']) ? $this->services['assets.packages'] : $this->getAssets_PackagesService()) && false ?: '_'}));
  1303.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, ($this->targetDirs[3].'/app'), 'UTF-8'));
  1304.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}));
  1305.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1306.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1307.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1308.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1309.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
  1310.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1311.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->getVarDumper_ClonerService()) && false ?: '_'}, $d));
  1312.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1313.         $instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension(${($_ = isset($this->services['assetic.asset_factory']) ? $this->services['assetic.asset_factory'] : $this->getAssetic_AssetFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, true, [], $this->parameters['assetic.bundles'], new \Symfony\Bundle\AsseticBundle\DefaultValueSupplier($this)));
  1314.         $instance->addExtension(${($_ = isset($this->services['knp_paginator.twig.extension.pagination']) ? $this->services['knp_paginator.twig.extension.pagination'] : $this->getKnpPaginator_Twig_Extension_PaginationService()) && false ?: '_'});
  1315.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1316.         $instance->addGlobal('app'$f);
  1317.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
  1318.             return ${($_ = isset($this->services['twig.runtime.httpkernel']) ? $this->services['twig.runtime.httpkernel'] : $this->load('getTwig_Runtime_HttpkernelService.php')) && false ?: '_'};
  1319.         }, 'Symfony\\Component\\Form\\FormRenderer' => function () {
  1320.             return ${($_ = isset($this->services['twig.form.renderer']) ? $this->services['twig.form.renderer'] : $this->load('getTwig_Form_RendererService.php')) && false ?: '_'};
  1321.         }])));
  1322.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1323.         return $instance;
  1324.     }
  1325.     /**
  1326.      * Gets the public 'validator' shared service.
  1327.      *
  1328.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1329.      */
  1330.     protected function getValidatorService()
  1331.     {
  1332.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->getValidator_BuilderService()) && false ?: '_'}->getValidator());
  1333.     }
  1334.     /**
  1335.      * Gets the public 'var_dumper.cloner' shared service.
  1336.      *
  1337.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1338.      */
  1339.     protected function getVarDumper_ClonerService()
  1340.     {
  1341.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1342.         $instance->setMaxItems(2500);
  1343.         $instance->setMinDepth(1);
  1344.         $instance->setMaxString(-1);
  1345.         return $instance;
  1346.     }
  1347.     /**
  1348.      * Gets the private 'annotation_reader' shared service.
  1349.      *
  1350.      * @return \Doctrine\Common\Annotations\CachedReader
  1351.      */
  1352.     protected function getAnnotationReaderService()
  1353.     {
  1354.         return $this->services['annotation_reader'] = new \Doctrine\Common\Annotations\CachedReader(${($_ = isset($this->services['annotations.reader']) ? $this->services['annotations.reader'] : $this->getAnnotations_ReaderService()) && false ?: '_'}, ${($_ = isset($this->services['annotations.cache']) ? $this->services['annotations.cache'] : $this->load('getAnnotations_CacheService.php')) && false ?: '_'}, true);
  1355.     }
  1356.     /**
  1357.      * Gets the private 'annotations.reader' shared service.
  1358.      *
  1359.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1360.      */
  1361.     protected function getAnnotations_ReaderService()
  1362.     {
  1363.         $this->services['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1364.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1365.         $a->registerUniqueLoader('class_exists');
  1366.         $instance->addGlobalIgnoredName('required'$a);
  1367.         return $instance;
  1368.     }
  1369.     /**
  1370.      * Gets the private 'argument_metadata_factory' shared service.
  1371.      *
  1372.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  1373.      */
  1374.     protected function getArgumentMetadataFactoryService()
  1375.     {
  1376.         return $this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  1377.     }
  1378.     /**
  1379.      * Gets the private 'assetic.asset_factory' shared service.
  1380.      *
  1381.      * @return \Symfony\Bundle\AsseticBundle\Factory\AssetFactory
  1382.      */
  1383.     protected function getAssetic_AssetFactoryService()
  1384.     {
  1385.         $this->services['assetic.asset_factory'] = $instance = new \Symfony\Bundle\AsseticBundle\Factory\AssetFactory(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, $this$this->getParameterBag(), ($this->targetDirs[3].'/app/../web'), true);
  1386.         $instance->addWorker(new \Symfony\Bundle\AsseticBundle\Factory\Worker\UseControllerWorker());
  1387.         return $instance;
  1388.     }
  1389.     /**
  1390.      * Gets the private 'assetic.request_listener' shared service.
  1391.      *
  1392.      * @return \Symfony\Bundle\AsseticBundle\EventListener\RequestListener
  1393.      */
  1394.     protected function getAssetic_RequestListenerService()
  1395.     {
  1396.         return $this->services['assetic.request_listener'] = new \Symfony\Bundle\AsseticBundle\EventListener\RequestListener();
  1397.     }
  1398.     /**
  1399.      * Gets the private 'assets.context' shared service.
  1400.      *
  1401.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1402.      */
  1403.     protected function getAssets_ContextService()
  1404.     {
  1405.         return $this->services['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ''false);
  1406.     }
  1407.     /**
  1408.      * Gets the private 'assets.packages' shared service.
  1409.      *
  1410.      * @return \Symfony\Component\Asset\Packages
  1411.      */
  1412.     protected function getAssets_PackagesService()
  1413.     {
  1414.         return $this->services['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ${($_ = isset($this->services['assets.context']) ? $this->services['assets.context'] : $this->getAssets_ContextService()) && false ?: '_'}), []);
  1415.     }
  1416.     /**
  1417.      * Gets the private 'cache.annotations' shared service.
  1418.      *
  1419.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1420.      */
  1421.     protected function getCache_AnnotationsService()
  1422.     {
  1423.         return $this->services['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('X3zzVKxW8T'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1424.     }
  1425.     /**
  1426.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1427.      *
  1428.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1429.      */
  1430.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1431.     {
  1432.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1433.     }
  1434.     /**
  1435.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1436.      *
  1437.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1438.      */
  1439.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1440.     {
  1441.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1442.     }
  1443.     /**
  1444.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1445.      *
  1446.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1447.      */
  1448.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1449.     {
  1450.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1451.     }
  1452.     /**
  1453.      * Gets the private 'cache.serializer' shared service.
  1454.      *
  1455.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1456.      */
  1457.     protected function getCache_SerializerService()
  1458.     {
  1459.         return $this->services['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ykDTePKFtl'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1460.     }
  1461.     /**
  1462.      * Gets the private 'cache.validator' shared service.
  1463.      *
  1464.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1465.      */
  1466.     protected function getCache_ValidatorService()
  1467.     {
  1468.         return $this->services['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iq8SuJKuZd'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1469.     }
  1470.     /**
  1471.      * Gets the private 'config_cache_factory' shared service.
  1472.      *
  1473.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1474.      */
  1475.     protected function getConfigCacheFactoryService()
  1476.     {
  1477.         return $this->services['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1478.             yield => ${($_ = isset($this->services['dependency_injection.config.container_parameters_resource_checker']) ? $this->services['dependency_injection.config.container_parameters_resource_checker'] : ($this->services['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this))) && false ?: '_'};
  1479.             yield => ${($_ = isset($this->services['config.resource.self_checking_resource_checker']) ? $this->services['config.resource.self_checking_resource_checker'] : ($this->services['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker())) && false ?: '_'};
  1480.         }, 2));
  1481.     }
  1482.     /**
  1483.      * Gets the private 'controller_name_converter' shared service.
  1484.      *
  1485.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  1486.      */
  1487.     protected function getControllerNameConverterService()
  1488.     {
  1489.         return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  1490.     }
  1491.     /**
  1492.      * Gets the private 'data_collector.form' shared service.
  1493.      *
  1494.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1495.      */
  1496.     protected function getDataCollector_FormService()
  1497.     {
  1498.         return $this->services['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(${($_ = isset($this->services['data_collector.form.extractor']) ? $this->services['data_collector.form.extractor'] : ($this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())) && false ?: '_'});
  1499.     }
  1500.     /**
  1501.      * Gets the private 'data_collector.form.extractor' shared service.
  1502.      *
  1503.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  1504.      */
  1505.     protected function getDataCollector_Form_ExtractorService()
  1506.     {
  1507.         return $this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  1508.     }
  1509.     /**
  1510.      * Gets the private 'data_collector.request' shared service.
  1511.      *
  1512.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
  1513.      */
  1514.     protected function getDataCollector_RequestService()
  1515.     {
  1516.         return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector();
  1517.     }
  1518.     /**
  1519.      * Gets the private 'data_collector.router' shared service.
  1520.      *
  1521.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  1522.      */
  1523.     protected function getDataCollector_RouterService()
  1524.     {
  1525.         return $this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  1526.     }
  1527.     /**
  1528.      * Gets the private 'debug.argument_resolver' shared service.
  1529.      *
  1530.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  1531.      */
  1532.     protected function getDebug_ArgumentResolverService()
  1533.     {
  1534.         return $this->services['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'}, new RewindableGenerator(function () {
  1535.             yield => ${($_ = isset($this->services['argument_resolver.request_attribute']) ? $this->services['argument_resolver.request_attribute'] : ($this->services['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver())) && false ?: '_'};
  1536.             yield => ${($_ = isset($this->services['argument_resolver.request']) ? $this->services['argument_resolver.request'] : ($this->services['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver())) && false ?: '_'};
  1537.             yield => ${($_ = isset($this->services['argument_resolver.session']) ? $this->services['argument_resolver.session'] : ($this->services['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver())) && false ?: '_'};
  1538.             yield => ${($_ = isset($this->services['security.user_value_resolver']) ? $this->services['security.user_value_resolver'] : $this->load('getSecurity_UserValueResolverService.php')) && false ?: '_'};
  1539.             yield => ${($_ = isset($this->services['argument_resolver.service']) ? $this->services['argument_resolver.service'] : $this->load('getArgumentResolver_ServiceService.php')) && false ?: '_'};
  1540.             yield => ${($_ = isset($this->services['argument_resolver.default']) ? $this->services['argument_resolver.default'] : ($this->services['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver())) && false ?: '_'};
  1541.             yield => ${($_ = isset($this->services['argument_resolver.variadic']) ? $this->services['argument_resolver.variadic'] : ($this->services['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver())) && false ?: '_'};
  1542.         }, 7)), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  1543.     }
  1544.     /**
  1545.      * Gets the private 'debug.controller_resolver' shared service.
  1546.      *
  1547.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1548.      */
  1549.     protected function getDebug_ControllerResolverService()
  1550.     {
  1551.         return $this->services['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
  1552.     }
  1553.     /**
  1554.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1555.      *
  1556.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1557.      */
  1558.     protected function getDebug_DebugHandlersListenerService()
  1559.     {
  1560.         return $this->services['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ${($_ = isset($this->services['monolog.logger.php']) ? $this->services['monolog.logger.php'] : $this->getMonolog_Logger_PhpService()) && false ?: '_'}, -1, -1true, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, true);
  1561.     }
  1562.     /**
  1563.      * Gets the private 'debug.event_dispatcher' shared service.
  1564.      *
  1565.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1566.      */
  1567.     protected function getDebug_EventDispatcherService()
  1568.     {
  1569.         $this->services['debug.event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher($this), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.event']) ? $this->services['monolog.logger.event'] : $this->getMonolog_Logger_EventService()) && false ?: '_'});
  1570.         $instance->addListener('kernel.request', [=> function () {
  1571.             return ${($_ = isset($this->services['snx_request_listener']) ? $this->services['snx_request_listener'] : $this->getSnxRequestListenerService()) && false ?: '_'};
  1572.         }, => 'onKernelRequest'], 0);
  1573.         $instance->addListener('security.interactive_login', [=> function () {
  1574.             return ${($_ = isset($this->services['authentication_success_handler']) ? $this->services['authentication_success_handler'] : $this->load('getAuthenticationSuccessHandlerService.php')) && false ?: '_'};
  1575.         }, => 'onSecurityInteractiveLogin'], 0);
  1576.         $instance->addListener('kernel.controller', [=> function () {
  1577.             return ${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'};
  1578.         }, => 'onKernelController'], 0);
  1579.         $instance->addListener('kernel.request', [=> function () {
  1580.             return ${($_ = isset($this->services['assetic.request_listener']) ? $this->services['assetic.request_listener'] : ($this->services['assetic.request_listener'] = new \Symfony\Bundle\AsseticBundle\EventListener\RequestListener())) && false ?: '_'};
  1581.         }, => 'onKernelRequest'], 0);
  1582.         $instance->addListener('kernel.request', [=> function () {
  1583.             return ${($_ = isset($this->services['knp_paginator.subscriber.sliding_pagination']) ? $this->services['knp_paginator.subscriber.sliding_pagination'] : $this->getKnpPaginator_Subscriber_SlidingPaginationService()) && false ?: '_'};
  1584.         }, => 'onKernelRequest'], 0);
  1585.         $instance->addListener('kernel.response', [=> function () {
  1586.             return ${($_ = isset($this->services['response_listener']) ? $this->services['response_listener'] : ($this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'))) && false ?: '_'};
  1587.         }, => 'onKernelResponse'], 0);
  1588.         $instance->addListener('kernel.response', [=> function () {
  1589.             return ${($_ = isset($this->services['streamed_response_listener']) ? $this->services['streamed_response_listener'] : ($this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener())) && false ?: '_'};
  1590.         }, => 'onKernelResponse'], -1024);
  1591.         $instance->addListener('kernel.request', [=> function () {
  1592.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1593.         }, => 'onKernelRequest'], 16);
  1594.         $instance->addListener('kernel.finish_request', [=> function () {
  1595.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1596.         }, => 'onKernelFinishRequest'], 0);
  1597.         $instance->addListener('kernel.request', [=> function () {
  1598.             return ${($_ = isset($this->services['validate_request_listener']) ? $this->services['validate_request_listener'] : ($this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener())) && false ?: '_'};
  1599.         }, => 'onKernelRequest'], 256);
  1600.         $instance->addListener('kernel.request', [=> function () {
  1601.             return ${($_ = isset($this->services['resolve_controller_name_subscriber']) ? $this->services['resolve_controller_name_subscriber'] : $this->getResolveControllerNameSubscriberService()) && false ?: '_'};
  1602.         }, => 'onKernelRequest'], 24);
  1603.         $instance->addListener('console.error', [=> function () {
  1604.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1605.         }, => 'onConsoleError'], -128);
  1606.         $instance->addListener('console.terminate', [=> function () {
  1607.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1608.         }, => 'onConsoleTerminate'], -128);
  1609.         $instance->addListener('kernel.request', [=> function () {
  1610.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1611.         }, => 'onKernelRequest'], 128);
  1612.         $instance->addListener('kernel.response', [=> function () {
  1613.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1614.         }, => 'onKernelResponse'], -1000);
  1615.         $instance->addListener('kernel.finish_request', [=> function () {
  1616.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1617.         }, => 'onFinishRequest'], 0);
  1618.         $instance->addListener('kernel.response', [=> function () {
  1619.             return ${($_ = isset($this->services['session.save_listener']) ? $this->services['session.save_listener'] : ($this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener())) && false ?: '_'};
  1620.         }, => 'onKernelResponse'], -1000);
  1621.         $instance->addListener('kernel.request', [=> function () {
  1622.             return ${($_ = isset($this->services['fragment.listener']) ? $this->services['fragment.listener'] : $this->getFragment_ListenerService()) && false ?: '_'};
  1623.         }, => 'onKernelRequest'], 48);
  1624.         $instance->addListener('kernel.response', [=> function () {
  1625.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1626.         }, => 'onKernelResponse'], -100);
  1627.         $instance->addListener('kernel.exception', [=> function () {
  1628.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1629.         }, => 'onKernelException'], 0);
  1630.         $instance->addListener('kernel.terminate', [=> function () {
  1631.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1632.         }, => 'onKernelTerminate'], -1024);
  1633.         $instance->addListener('kernel.controller', [=> function () {
  1634.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1635.         }, => 'onKernelController'], 0);
  1636.         $instance->addListener('kernel.response', [=> function () {
  1637.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1638.         }, => 'onKernelResponse'], 0);
  1639.         $instance->addListener('kernel.request', [=> function () {
  1640.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1641.         }, => 'configure'], 2048);
  1642.         $instance->addListener('console.command', [=> function () {
  1643.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1644.         }, => 'configure'], 2048);
  1645.         $instance->addListener('kernel.request', [=> function () {
  1646.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1647.         }, => 'onKernelRequest'], 32);
  1648.         $instance->addListener('kernel.finish_request', [=> function () {
  1649.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1650.         }, => 'onKernelFinishRequest'], 0);
  1651.         $instance->addListener('kernel.exception', [=> function () {
  1652.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1653.         }, => 'onKernelException'], -64);
  1654.         $instance->addListener('kernel.response', [=> function () {
  1655.             return ${($_ = isset($this->services['security.rememberme.response_listener']) ? $this->services['security.rememberme.response_listener'] : ($this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener())) && false ?: '_'};
  1656.         }, => 'onKernelResponse'], 0);
  1657.         $instance->addListener('kernel.request', [=> function () {
  1658.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1659.         }, => 'onKernelRequest'], 8);
  1660.         $instance->addListener('kernel.finish_request', [=> function () {
  1661.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1662.         }, => 'onKernelFinishRequest'], 0);
  1663.         $instance->addListener('kernel.exception', [=> function () {
  1664.             return ${($_ = isset($this->services['twig.exception_listener']) ? $this->services['twig.exception_listener'] : $this->load('getTwig_ExceptionListenerService.php')) && false ?: '_'};
  1665.         }, => 'onKernelException'], -128);
  1666.         $instance->addListener('console.command', [=> function () {
  1667.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1668.         }, => 'onCommand'], 255);
  1669.         $instance->addListener('console.terminate', [=> function () {
  1670.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1671.         }, => 'onTerminate'], -255);
  1672.         $instance->addListener('kernel.exception', [=> function () {
  1673.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1674.         }, => 'onException'], 0);
  1675.         $instance->addListener('kernel.terminate', [=> function () {
  1676.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1677.         }, => 'onTerminate'], 0);
  1678.         $instance->addListener('console.error', [=> function () {
  1679.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1680.         }, => 'onException'], 0);
  1681.         $instance->addListener('console.terminate', [=> function () {
  1682.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1683.         }, => 'onTerminate'], 0);
  1684.         $instance->addListener('kernel.controller', [=> function () {
  1685.             return ${($_ = isset($this->services['sensio_framework_extra.controller.listener']) ? $this->services['sensio_framework_extra.controller.listener'] : $this->getSensioFrameworkExtra_Controller_ListenerService()) && false ?: '_'};
  1686.         }, => 'onKernelController'], 0);
  1687.         $instance->addListener('kernel.controller', [=> function () {
  1688.             return ${($_ = isset($this->services['sensio_framework_extra.converter.listener']) ? $this->services['sensio_framework_extra.converter.listener'] : $this->getSensioFrameworkExtra_Converter_ListenerService()) && false ?: '_'};
  1689.         }, => 'onKernelController'], 0);
  1690.         $instance->addListener('kernel.controller', [=> function () {
  1691.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1692.         }, => 'onKernelController'], -128);
  1693.         $instance->addListener('kernel.view', [=> function () {
  1694.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1695.         }, => 'onKernelView'], 0);
  1696.         $instance->addListener('kernel.controller', [=> function () {
  1697.             return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
  1698.         }, => 'onKernelController'], 0);
  1699.         $instance->addListener('kernel.response', [=> function () {
  1700.             return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
  1701.         }, => 'onKernelResponse'], 0);
  1702.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1703.             return ${($_ = isset($this->services['sensio_framework_extra.security.listener']) ? $this->services['sensio_framework_extra.security.listener'] : $this->getSensioFrameworkExtra_Security_ListenerService()) && false ?: '_'};
  1704.         }, => 'onKernelControllerArguments'], 0);
  1705.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1706.             return ${($_ = isset($this->services['framework_extra_bundle.event.is_granted']) ? $this->services['framework_extra_bundle.event.is_granted'] : $this->getFrameworkExtraBundle_Event_IsGrantedService()) && false ?: '_'};
  1707.         }, => 'onKernelControllerArguments'], 0);
  1708.         $instance->addListener('console.command', [=> function () {
  1709.             return ${($_ = isset($this->services['debug.dump_listener']) ? $this->services['debug.dump_listener'] : $this->load('getDebug_DumpListenerService.php')) && false ?: '_'};
  1710.         }, => 'configure'], 1024);
  1711.         $instance->addListener('kernel.response', [=> function () {
  1712.             return ${($_ = isset($this->services['web_profiler.debug_toolbar']) ? $this->services['web_profiler.debug_toolbar'] : $this->getWebProfiler_DebugToolbarService()) && false ?: '_'};
  1713.         }, => 'onKernelResponse'], -128);
  1714.         $instance->addListener('knp_pager.before', [=> function () {
  1715.             return ${($_ = isset($this->services['knp_paginator.subscriber.paginate']) ? $this->services['knp_paginator.subscriber.paginate'] : ($this->services['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber())) && false ?: '_'};
  1716.         }, => 'before'], 0);
  1717.         $instance->addListener('knp_pager.pagination', [=> function () {
  1718.             return ${($_ = isset($this->services['knp_paginator.subscriber.paginate']) ? $this->services['knp_paginator.subscriber.paginate'] : ($this->services['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber())) && false ?: '_'};
  1719.         }, => 'pagination'], 0);
  1720.         $instance->addListener('knp_pager.before', [=> function () {
  1721.             return ${($_ = isset($this->services['knp_paginator.subscriber.sortable']) ? $this->services['knp_paginator.subscriber.sortable'] : ($this->services['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber())) && false ?: '_'};
  1722.         }, => 'before'], 1);
  1723.         $instance->addListener('knp_pager.before', [=> function () {
  1724.             return ${($_ = isset($this->services['knp_paginator.subscriber.filtration']) ? $this->services['knp_paginator.subscriber.filtration'] : ($this->services['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber())) && false ?: '_'};
  1725.         }, => 'before'], 1);
  1726.         $instance->addListener('knp_pager.pagination', [=> function () {
  1727.             return ${($_ = isset($this->services['knp_paginator.subscriber.sliding_pagination']) ? $this->services['knp_paginator.subscriber.sliding_pagination'] : $this->getKnpPaginator_Subscriber_SlidingPaginationService()) && false ?: '_'};
  1728.         }, => 'pagination'], 1);
  1729.         return $instance;
  1730.     }
  1731.     /**
  1732.      * Gets the private 'debug.file_link_formatter' shared service.
  1733.      *
  1734.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1735.      */
  1736.     protected function getDebug_FileLinkFormatterService()
  1737.     {
  1738.         return $this->services['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, $this->targetDirs[3], function () {
  1739.             return ${($_ = isset($this->services['debug.file_link_formatter.url_format']) ? $this->services['debug.file_link_formatter.url_format'] : $this->load('getDebug_FileLinkFormatter_UrlFormatService.php')) && false ?: '_'};
  1740.         });
  1741.     }
  1742.     /**
  1743.      * Gets the private 'debug.log_processor' shared service.
  1744.      *
  1745.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1746.      */
  1747.     protected function getDebug_LogProcessorService()
  1748.     {
  1749.         return $this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor();
  1750.     }
  1751.     /**
  1752.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1753.      *
  1754.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1755.      */
  1756.     protected function getDebug_Security_Access_DecisionManagerService()
  1757.     {
  1758.         return $this->services['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  1759.             yield => ${($_ = isset($this->services['security.access.authenticated_voter']) ? $this->services['security.access.authenticated_voter'] : $this->load('getSecurity_Access_AuthenticatedVoterService.php')) && false ?: '_'};
  1760.             yield => ${($_ = isset($this->services['security.access.role_hierarchy_voter']) ? $this->services['security.access.role_hierarchy_voter'] : $this->load('getSecurity_Access_RoleHierarchyVoterService.php')) && false ?: '_'};
  1761.             yield => ${($_ = isset($this->services['security.access.expression_voter']) ? $this->services['security.access.expression_voter'] : $this->load('getSecurity_Access_ExpressionVoterService.php')) && false ?: '_'};
  1762.         }, 3), 'affirmative'falsetrue));
  1763.     }
  1764.     /**
  1765.      * Gets the private 'debug.stopwatch' shared service.
  1766.      *
  1767.      * @return \Symfony\Component\Stopwatch\Stopwatch
  1768.      */
  1769.     protected function getDebug_StopwatchService()
  1770.     {
  1771.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  1772.     }
  1773.     /**
  1774.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  1775.      *
  1776.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  1777.      */
  1778.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  1779.     {
  1780.         return $this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
  1781.     }
  1782.     /**
  1783.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  1784.      *
  1785.      * @return \Doctrine\DBAL\Logging\DebugStack
  1786.      */
  1787.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  1788.     {
  1789.         return $this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  1790.     }
  1791.     /**
  1792.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' shared service.
  1793.      *
  1794.      * @return \Symfony\Component\Cache\DoctrineProvider
  1795.      */
  1796.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()
  1797.     {
  1798.         return $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\DoctrineProvider(${($_ = isset($this->services['cache.doctrine.orm.default.metadata']) ? $this->services['cache.doctrine.orm.default.metadata'] : $this->getCache_Doctrine_Orm_Default_MetadataService()) && false ?: '_'});
  1799.     }
  1800.     /**
  1801.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' shared service.
  1802.      *
  1803.      * @return \Symfony\Component\Cache\DoctrineProvider
  1804.      */
  1805.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()
  1806.     {
  1807.         return $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\DoctrineProvider(${($_ = isset($this->services['cache.doctrine.orm.default.query']) ? $this->services['cache.doctrine.orm.default.query'] : $this->getCache_Doctrine_Orm_Default_QueryService()) && false ?: '_'});
  1808.     }
  1809.     /**
  1810.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' shared service.
  1811.      *
  1812.      * @return \Symfony\Component\Cache\DoctrineProvider
  1813.      */
  1814.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()
  1815.     {
  1816.         return $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\DoctrineProvider(${($_ = isset($this->services['cache.doctrine.orm.default.result']) ? $this->services['cache.doctrine.orm.default.result'] : $this->getCache_Doctrine_Orm_Default_ResultService()) && false ?: '_'});
  1817.     }
  1818.     /**
  1819.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  1820.      *
  1821.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1822.      */
  1823.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1824.     {
  1825.         return $this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  1826.     }
  1827.     /**
  1828.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  1829.      *
  1830.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  1831.      */
  1832.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  1833.     {
  1834.         return $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  1835.     }
  1836.     /**
  1837.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  1838.      *
  1839.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  1840.      */
  1841.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  1842.     {
  1843.         return $this->services['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  1844.     }
  1845.     /**
  1846.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  1847.      *
  1848.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  1849.      */
  1850.     protected function getDoctrine_Orm_ValidatorInitializerService()
  1851.     {
  1852.         return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1853.     }
  1854.     /**
  1855.      * Gets the private 'file_locator' shared service.
  1856.      *
  1857.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  1858.      */
  1859.     protected function getFileLocatorService()
  1860.     {
  1861.         return $this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/app/Resources'), [=> ($this->targetDirs[3].'/app')]);
  1862.     }
  1863.     /**
  1864.      * Gets the private 'fragment.listener' shared service.
  1865.      *
  1866.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  1867.      */
  1868.     protected function getFragment_ListenerService()
  1869.     {
  1870.         return $this->services['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(${($_ = isset($this->services['uri_signer']) ? $this->services['uri_signer'] : ($this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt'))) && false ?: '_'}, '/_fragment');
  1871.     }
  1872.     /**
  1873.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1874.      *
  1875.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1876.      */
  1877.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1878.     {
  1879.         return $this->services['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'});
  1880.     }
  1881.     /**
  1882.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1883.      *
  1884.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1885.      */
  1886.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1887.     {
  1888.         return $this->services['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'});
  1889.     }
  1890.     /**
  1891.      * Gets the private 'knp_paginator.helper.processor' shared service.
  1892.      *
  1893.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  1894.      */
  1895.     protected function getKnpPaginator_Helper_ProcessorService()
  1896.     {
  1897.         return $this->services['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  1898.     }
  1899.     /**
  1900.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1901.      *
  1902.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1903.      */
  1904.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1905.     {
  1906.         return $this->services['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@SymfonyDevApp/Partial/_pagination.html.twig''defaultSortableTemplate' => '@SymfonyDevApp/Partial/_sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 10]);
  1907.     }
  1908.     /**
  1909.      * Gets the private 'knp_paginator.twig.extension.pagination' shared service.
  1910.      *
  1911.      * @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
  1912.      */
  1913.     protected function getKnpPaginator_Twig_Extension_PaginationService()
  1914.     {
  1915.         return $this->services['knp_paginator.twig.extension.pagination'] = new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(${($_ = isset($this->services['knp_paginator.helper.processor']) ? $this->services['knp_paginator.helper.processor'] : $this->getKnpPaginator_Helper_ProcessorService()) && false ?: '_'});
  1916.     }
  1917.     /**
  1918.      * Gets the private 'locale_listener' shared service.
  1919.      *
  1920.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1921.      */
  1922.     protected function getLocaleListenerService()
  1923.     {
  1924.         return $this->services['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, 'en', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'});
  1925.     }
  1926.     /**
  1927.      * Gets the private 'logger' shared service.
  1928.      *
  1929.      * @return \Symfony\Bridge\Monolog\Logger
  1930.      */
  1931.     protected function getLoggerService()
  1932.     {
  1933.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1934.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1935.         $instance->useMicrosecondTimestamps(true);
  1936.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1937.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1938.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1939.         return $instance;
  1940.     }
  1941.     /**
  1942.      * Gets the private 'monolog.handler.console' shared service.
  1943.      *
  1944.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1945.      */
  1946.     protected function getMonolog_Handler_ConsoleService()
  1947.     {
  1948.         return $this->services['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1949.     }
  1950.     /**
  1951.      * Gets the private 'monolog.handler.main' shared service.
  1952.      *
  1953.      * @return \Monolog\Handler\StreamHandler
  1954.      */
  1955.     protected function getMonolog_Handler_MainService()
  1956.     {
  1957.         $this->services['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/logs/dev.log'), 100trueNULLfalse);
  1958.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1959.         return $instance;
  1960.     }
  1961.     /**
  1962.      * Gets the private 'monolog.handler.server_log' shared service.
  1963.      *
  1964.      * @return \Symfony\Bridge\Monolog\Handler\ServerLogHandler
  1965.      */
  1966.     protected function getMonolog_Handler_ServerLogService()
  1967.     {
  1968.         return $this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true);
  1969.     }
  1970.     /**
  1971.      * Gets the private 'monolog.logger.cache' shared service.
  1972.      *
  1973.      * @return \Symfony\Bridge\Monolog\Logger
  1974.      */
  1975.     protected function getMonolog_Logger_CacheService()
  1976.     {
  1977.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1978.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1979.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1980.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1981.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1982.         return $instance;
  1983.     }
  1984.     /**
  1985.      * Gets the private 'monolog.logger.doctrine' shared service.
  1986.      *
  1987.      * @return \Symfony\Bridge\Monolog\Logger
  1988.      */
  1989.     protected function getMonolog_Logger_DoctrineService()
  1990.     {
  1991.         $this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1992.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1993.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1994.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1995.         return $instance;
  1996.     }
  1997.     /**
  1998.      * Gets the private 'monolog.logger.event' shared service.
  1999.      *
  2000.      * @return \Symfony\Bridge\Monolog\Logger
  2001.      */
  2002.     protected function getMonolog_Logger_EventService()
  2003.     {
  2004.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  2005.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2006.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2007.         return $instance;
  2008.     }
  2009.     /**
  2010.      * Gets the private 'monolog.logger.php' shared service.
  2011.      *
  2012.      * @return \Symfony\Bridge\Monolog\Logger
  2013.      */
  2014.     protected function getMonolog_Logger_PhpService()
  2015.     {
  2016.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2017.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2018.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2019.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2020.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2021.         return $instance;
  2022.     }
  2023.     /**
  2024.      * Gets the private 'monolog.logger.profiler' shared service.
  2025.      *
  2026.      * @return \Symfony\Bridge\Monolog\Logger
  2027.      */
  2028.     protected function getMonolog_Logger_ProfilerService()
  2029.     {
  2030.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  2031.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2032.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2033.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2034.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2035.         return $instance;
  2036.     }
  2037.     /**
  2038.      * Gets the private 'monolog.logger.request' shared service.
  2039.      *
  2040.      * @return \Symfony\Bridge\Monolog\Logger
  2041.      */
  2042.     protected function getMonolog_Logger_RequestService()
  2043.     {
  2044.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2045.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2046.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2047.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2048.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2049.         return $instance;
  2050.     }
  2051.     /**
  2052.      * Gets the private 'profiler_listener' shared service.
  2053.      *
  2054.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2055.      */
  2056.     protected function getProfilerListenerService()
  2057.     {
  2058.         return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULLfalsefalse);
  2059.     }
  2060.     /**
  2061.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2062.      *
  2063.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2064.      */
  2065.     protected function getResolveControllerNameSubscriberService()
  2066.     {
  2067.         return $this->services['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'});
  2068.     }
  2069.     /**
  2070.      * Gets the private 'response_listener' shared service.
  2071.      *
  2072.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  2073.      */
  2074.     protected function getResponseListenerService()
  2075.     {
  2076.         return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  2077.     }
  2078.     /**
  2079.      * Gets the private 'router.request_context' shared service.
  2080.      *
  2081.      * @return \Symfony\Component\Routing\RequestContext
  2082.      */
  2083.     protected function getRouter_RequestContextService()
  2084.     {
  2085.         return $this->services['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2086.     }
  2087.     /**
  2088.      * Gets the private 'router_listener' shared service.
  2089.      *
  2090.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2091.      */
  2092.     protected function getRouterListenerService()
  2093.     {
  2094.         return $this->services['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}, $this->targetDirs[3], true);
  2095.     }
  2096.     /**
  2097.      * Gets the private 'security.authentication.manager' shared service.
  2098.      *
  2099.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2100.      */
  2101.     protected function getSecurity_Authentication_ManagerService()
  2102.     {
  2103.         $this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2104.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.main']) ? $this->services['security.authentication.provider.dao.main'] : $this->load('getSecurity_Authentication_Provider_Dao_MainService.php')) && false ?: '_'};
  2105.             yield => ${($_ = isset($this->services['security.authentication.provider.anonymous.main']) ? $this->services['security.authentication.provider.anonymous.main'] : ($this->services['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
  2106.         }, 2), true);
  2107.         $instance->setEventDispatcher(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});
  2108.         return $instance;
  2109.     }
  2110.     /**
  2111.      * Gets the private 'security.authentication.trust_resolver' shared service.
  2112.      *
  2113.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  2114.      */
  2115.     protected function getSecurity_Authentication_TrustResolverService()
  2116.     {
  2117.         return $this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken');
  2118.     }
  2119.     /**
  2120.      * Gets the private 'security.firewall' shared service.
  2121.      *
  2122.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2123.      */
  2124.     protected function getSecurity_FirewallService()
  2125.     {
  2126.         return $this->services['security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'});
  2127.     }
  2128.     /**
  2129.      * Gets the private 'security.firewall.map' shared service.
  2130.      *
  2131.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2132.      */
  2133.     protected function getSecurity_Firewall_MapService()
  2134.     {
  2135.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.firewall.map.context.dev' => function () {
  2136.             return ${($_ = isset($this->services['security.firewall.map.context.dev']) ? $this->services['security.firewall.map.context.dev'] : $this->load('getSecurity_Firewall_Map_Context_DevService.php')) && false ?: '_'};
  2137.         }, 'security.firewall.map.context.main' => function () {
  2138.             return ${($_ = isset($this->services['security.firewall.map.context.main']) ? $this->services['security.firewall.map.context.main'] : $this->load('getSecurity_Firewall_Map_Context_MainService.php')) && false ?: '_'};
  2139.         }]), new RewindableGenerator(function () {
  2140.             yield 'security.firewall.map.context.dev' => ${($_ = isset($this->services['security.request_matcher.zfhj2lw']) ? $this->services['security.request_matcher.zfhj2lw'] : ($this->services['security.request_matcher.zfhj2lw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/'))) && false ?: '_'};
  2141.             yield 'security.firewall.map.context.main' => ${($_ = isset($this->services['security.request_matcher.00qf1z7']) ? $this->services['security.request_matcher.00qf1z7'] : ($this->services['security.request_matcher.00qf1z7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'))) && false ?: '_'};
  2142.         }, 2));
  2143.     }
  2144.     /**
  2145.      * Gets the private 'security.logout_url_generator' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2148.      */
  2149.     protected function getSecurity_LogoutUrlGeneratorService()
  2150.     {
  2151.         $this->services['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
  2152.         $instance->registerListener('main''app_security_logout''logout''_csrf_token'NULLNULL);
  2153.         return $instance;
  2154.     }
  2155.     /**
  2156.      * Gets the private 'security.rememberme.response_listener' shared service.
  2157.      *
  2158.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  2159.      */
  2160.     protected function getSecurity_Rememberme_ResponseListenerService()
  2161.     {
  2162.         return $this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  2163.     }
  2164.     /**
  2165.      * Gets the private 'security.role_hierarchy' shared service.
  2166.      *
  2167.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2168.      */
  2169.     protected function getSecurity_RoleHierarchyService()
  2170.     {
  2171.         return $this->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2172.     }
  2173.     /**
  2174.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  2175.      *
  2176.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  2177.      */
  2178.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  2179.     {
  2180.         return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  2181.     }
  2182.     /**
  2183.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2184.      *
  2185.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2186.      */
  2187.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2188.     {
  2189.         return $this->services['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2190.     }
  2191.     /**
  2192.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2193.      *
  2194.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2195.      */
  2196.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2197.     {
  2198.         return $this->services['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(${($_ = isset($this->services['sensio_framework_extra.converter.manager']) ? $this->services['sensio_framework_extra.converter.manager'] : $this->getSensioFrameworkExtra_Converter_ManagerService()) && false ?: '_'}, true);
  2199.     }
  2200.     /**
  2201.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  2202.      *
  2203.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  2204.      */
  2205.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  2206.     {
  2207.         $this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2208.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2209.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2210.         return $instance;
  2211.     }
  2212.     /**
  2213.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2214.      *
  2215.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2216.      */
  2217.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2218.     {
  2219.         return $this->services['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ${($_ = isset($this->services['security.authentication.trust_resolver']) ? $this->services['security.authentication.trust_resolver'] : ($this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'))) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}, ${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
  2220.     }
  2221.     /**
  2222.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2223.      *
  2224.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2225.      */
  2226.     protected function getSensioFrameworkExtra_View_ListenerService()
  2227.     {
  2228.         return $this->services['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}), ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'});
  2229.     }
  2230.     /**
  2231.      * Gets the private 'service_locator.sr6ctxe' shared service.
  2232.      *
  2233.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2234.      */
  2235.     protected function getServiceLocator_Sr6ctxeService()
  2236.     {
  2237.         return $this->services['service_locator.sr6ctxe'] = new \Symfony\Component\DependencyInjection\ServiceLocator([]);
  2238.     }
  2239.     /**
  2240.      * Gets the private 'session.save_listener' shared service.
  2241.      *
  2242.      * @return \Symfony\Component\HttpKernel\EventListener\SaveSessionListener
  2243.      */
  2244.     protected function getSession_SaveListenerService()
  2245.     {
  2246.         return $this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener();
  2247.     }
  2248.     /**
  2249.      * Gets the private 'session_listener' shared service.
  2250.      *
  2251.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2252.      */
  2253.     protected function getSessionListenerService()
  2254.     {
  2255.         return $this->services['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(['session' => function () {
  2256.             return ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->load('getSessionService.php')) && false ?: '_'};
  2257.         }]));
  2258.     }
  2259.     /**
  2260.      * Gets the private 'snx_request_listener' shared autowired service.
  2261.      *
  2262.      * @return \SymfonyDev\AppBundle\EventListener\RequestListener
  2263.      */
  2264.     protected function getSnxRequestListenerService()
  2265.     {
  2266.         return $this->services['snx_request_listener'] = new \SymfonyDev\AppBundle\EventListener\RequestListener(new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.authorization_checker' => function () {
  2267.             return ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'};
  2268.         }, 'security.token_storage' => function () {
  2269.             return ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'};
  2270.         }])), ${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'});
  2271.     }
  2272.     /**
  2273.      * Gets the private 'streamed_response_listener' shared service.
  2274.      *
  2275.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  2276.      */
  2277.     protected function getStreamedResponseListenerService()
  2278.     {
  2279.         return $this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  2280.     }
  2281.     /**
  2282.      * Gets the private 'templating.locator' shared service.
  2283.      *
  2284.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  2285.      */
  2286.     protected function getTemplating_LocatorService()
  2287.     {
  2288.         return $this->services['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(${($_ = isset($this->services['file_locator']) ? $this->services['file_locator'] : ($this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/app/Resources'), [=> ($this->targetDirs[3].'/app')]))) && false ?: '_'}, $this->targetDirs[0]);
  2289.     }
  2290.     /**
  2291.      * Gets the private 'templating.name_parser' shared service.
  2292.      *
  2293.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  2294.      */
  2295.     protected function getTemplating_NameParserService()
  2296.     {
  2297.         return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  2298.     }
  2299.     /**
  2300.      * Gets the private 'twig.loader' shared service.
  2301.      *
  2302.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  2303.      */
  2304.     protected function getTwig_LoaderService()
  2305.     {
  2306.         $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(${($_ = isset($this->services['templating.locator']) ? $this->services['templating.locator'] : $this->getTemplating_LocatorService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, $this->targetDirs[3]);
  2307.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  2308.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '!Framework');
  2309.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  2310.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  2311.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
  2312.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  2313.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2314.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2315.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2316.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2317.         $instance->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  2318.         $instance->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  2319.         $instance->addPath(($this->targetDirs[3].'/src/SymfonyDev/AppBundle/Resources/views'), 'SymfonyDevApp');
  2320.         $instance->addPath(($this->targetDirs[3].'/src/SymfonyDev/AppBundle/Resources/views'), '!SymfonyDevApp');
  2321.         $instance->addPath(($this->targetDirs[3].'/src/SymfonyDev/SoapBundle/Resources/views'), 'SymfonyDevSoap');
  2322.         $instance->addPath(($this->targetDirs[3].'/src/SymfonyDev/SoapBundle/Resources/views'), '!SymfonyDevSoap');
  2323.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  2324.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '!Debug');
  2325.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  2326.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  2327.         $instance->addPath(($this->targetDirs[3].'/app/Resources/views'));
  2328.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  2329.         return $instance;
  2330.     }
  2331.     /**
  2332.      * Gets the private 'twig.profile' shared service.
  2333.      *
  2334.      * @return \Twig\Profiler\Profile
  2335.      */
  2336.     protected function getTwig_ProfileService()
  2337.     {
  2338.         return $this->services['twig.profile'] = new \Twig\Profiler\Profile();
  2339.     }
  2340.     /**
  2341.      * Gets the private 'uri_signer' shared service.
  2342.      *
  2343.      * @return \Symfony\Component\HttpKernel\UriSigner
  2344.      */
  2345.     protected function getUriSignerService()
  2346.     {
  2347.         return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt');
  2348.     }
  2349.     /**
  2350.      * Gets the private 'validate_request_listener' shared service.
  2351.      *
  2352.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  2353.      */
  2354.     protected function getValidateRequestListenerService()
  2355.     {
  2356.         return $this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  2357.     }
  2358.     /**
  2359.      * Gets the private 'validator.builder' shared service.
  2360.      *
  2361.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2362.      */
  2363.     protected function getValidator_BuilderService()
  2364.     {
  2365.         $this->services['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2366.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
  2367.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2368.         }, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
  2369.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2370.         }, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
  2371.             return ${($_ = isset($this->services['validator.email']) ? $this->services['validator.email'] : ($this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false))) && false ?: '_'};
  2372.         }, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
  2373.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2374.         }, 'doctrine.orm.validator.unique' => function () {
  2375.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2376.         }, 'security.validator.user_password' => function () {
  2377.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2378.         }, 'validator.expression' => function () {
  2379.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2380.         }])));
  2381.         if ($this->has('translator')) {
  2382.             $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  2383.         }
  2384.         $instance->setTranslationDomain('validators');
  2385.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml')]);
  2386.         $instance->enableAnnotationMapping(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2387.         $instance->addMethodMapping('loadValidatorMetadata');
  2388.         $instance->addObjectInitializers([=> ${($_ = isset($this->services['doctrine.orm.validator_initializer']) ? $this->services['doctrine.orm.validator_initializer'] : $this->getDoctrine_Orm_ValidatorInitializerService()) && false ?: '_'}]);
  2389.         return $instance;
  2390.     }
  2391.     /**
  2392.      * Gets the private 'web_profiler.csp.handler' shared service.
  2393.      *
  2394.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2395.      */
  2396.     protected function getWebProfiler_Csp_HandlerService()
  2397.     {
  2398.         return $this->services['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2399.     }
  2400.     /**
  2401.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2402.      *
  2403.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2404.      */
  2405.     protected function getWebProfiler_DebugToolbarService()
  2406.     {
  2407.         return $this->services['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}, false2'bottom', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ${($_ = isset($this->services['web_profiler.csp.handler']) ? $this->services['web_profiler.csp.handler'] : $this->getWebProfiler_Csp_HandlerService()) && false ?: '_'});
  2408.     }
  2409.     public function getParameter($name)
  2410.     {
  2411.         $name = (string) $name;
  2412.         if (isset($this->buildParameters[$name])) {
  2413.             return $this->buildParameters[$name];
  2414.         }
  2415.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2416.             $name $this->normalizeParameterName($name);
  2417.             if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2418.                 throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2419.             }
  2420.         }
  2421.         if (isset($this->loadedDynamicParameters[$name])) {
  2422.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2423.         }
  2424.         return $this->parameters[$name];
  2425.     }
  2426.     public function hasParameter($name)
  2427.     {
  2428.         $name = (string) $name;
  2429.         if (isset($this->buildParameters[$name])) {
  2430.             return true;
  2431.         }
  2432.         $name $this->normalizeParameterName($name);
  2433.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2434.     }
  2435.     public function setParameter($name$value)
  2436.     {
  2437.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2438.     }
  2439.     public function getParameterBag()
  2440.     {
  2441.         if (null === $this->parameterBag) {
  2442.             $parameters $this->parameters;
  2443.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2444.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2445.             }
  2446.             foreach ($this->buildParameters as $name => $value) {
  2447.                 $parameters[$name] = $value;
  2448.             }
  2449.             $this->parameterBag = new FrozenParameterBag($parameters);
  2450.         }
  2451.         return $this->parameterBag;
  2452.     }
  2453.     private $loadedDynamicParameters = [
  2454.         'kernel.root_dir' => false,
  2455.         'kernel.project_dir' => false,
  2456.         'kernel.cache_dir' => false,
  2457.         'kernel.logs_dir' => false,
  2458.         'kernel.bundles_metadata' => false,
  2459.         'session.save_path' => false,
  2460.         'validator.mapping.cache.file' => false,
  2461.         'profiler.storage.dsn' => false,
  2462.         'debug.container.dump' => false,
  2463.         'router.resource' => false,
  2464.         'twig.default_path' => false,
  2465.         'swiftmailer.spool.default.file.path' => false,
  2466.         'doctrine.orm.proxy_dir' => false,
  2467.         'assetic.cache_dir' => false,
  2468.         'assetic.read_from' => false,
  2469.         'assetic.write_to' => false,
  2470.         'doctrine_migrations.dir_name' => false,
  2471.     ];
  2472.     private $dynamicParameters = [];
  2473.     /**
  2474.      * Computes a dynamic parameter.
  2475.      *
  2476.      * @param string $name The name of the dynamic parameter to load
  2477.      *
  2478.      * @return mixed The value of the dynamic parameter
  2479.      *
  2480.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2481.      */
  2482.     private function getDynamicParameter($name)
  2483.     {
  2484.         switch ($name) {
  2485.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/app'); break;
  2486.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2487.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2488.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/logs'); break;
  2489.             case 'kernel.bundles_metadata'$value = [
  2490.                 'FrameworkBundle' => [
  2491.                     'parent' => NULL,
  2492.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  2493.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2494.                 ],
  2495.                 'SecurityBundle' => [
  2496.                     'parent' => NULL,
  2497.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  2498.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2499.                 ],
  2500.                 'TwigBundle' => [
  2501.                     'parent' => NULL,
  2502.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  2503.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2504.                 ],
  2505.                 'MonologBundle' => [
  2506.                     'parent' => NULL,
  2507.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2508.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2509.                 ],
  2510.                 'SwiftmailerBundle' => [
  2511.                     'parent' => NULL,
  2512.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2513.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2514.                 ],
  2515.                 'DoctrineBundle' => [
  2516.                     'parent' => NULL,
  2517.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2518.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2519.                 ],
  2520.                 'SensioFrameworkExtraBundle' => [
  2521.                     'parent' => NULL,
  2522.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  2523.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2524.                 ],
  2525.                 'AsseticBundle' => [
  2526.                     'parent' => NULL,
  2527.                     'path' => ($this->targetDirs[3].'/vendor/symfony/assetic-bundle'),
  2528.                     'namespace' => 'Symfony\\Bundle\\AsseticBundle',
  2529.                 ],
  2530.                 'StofDoctrineExtensionsBundle' => [
  2531.                     'parent' => NULL,
  2532.                     'path' => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle'),
  2533.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2534.                 ],
  2535.                 'DoctrineFixturesBundle' => [
  2536.                     'parent' => NULL,
  2537.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
  2538.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2539.                 ],
  2540.                 'DoctrineMigrationsBundle' => [
  2541.                     'parent' => NULL,
  2542.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2543.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2544.                 ],
  2545.                 'KnpPaginatorBundle' => [
  2546.                     'parent' => NULL,
  2547.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle'),
  2548.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2549.                 ],
  2550.                 'SymfonyDevAppBundle' => [
  2551.                     'parent' => NULL,
  2552.                     'path' => ($this->targetDirs[3].'/src/SymfonyDev/AppBundle'),
  2553.                     'namespace' => 'SymfonyDev\\AppBundle',
  2554.                 ],
  2555.                 'SymfonyDevSoapBundle' => [
  2556.                     'parent' => NULL,
  2557.                     'path' => ($this->targetDirs[3].'/src/SymfonyDev/SoapBundle'),
  2558.                     'namespace' => 'SymfonyDev\\SoapBundle',
  2559.                 ],
  2560.                 'DebugBundle' => [
  2561.                     'parent' => NULL,
  2562.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  2563.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2564.                 ],
  2565.                 'WebProfilerBundle' => [
  2566.                     'parent' => NULL,
  2567.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  2568.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2569.                 ],
  2570.                 'SensioDistributionBundle' => [
  2571.                     'parent' => NULL,
  2572.                     'path' => ($this->targetDirs[3].'/vendor/sensio/distribution-bundle'),
  2573.                     'namespace' => 'Sensio\\Bundle\\DistributionBundle',
  2574.                 ],
  2575.                 'SensioGeneratorBundle' => [
  2576.                     'parent' => NULL,
  2577.                     'path' => ($this->targetDirs[3].'/vendor/sensio/generator-bundle'),
  2578.                     'namespace' => 'Sensio\\Bundle\\GeneratorBundle',
  2579.                 ],
  2580.                 'WebServerBundle' => [
  2581.                     'parent' => NULL,
  2582.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle'),
  2583.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2584.                 ],
  2585.             ]; break;
  2586.             case 'session.save_path'$value = ($this->targetDirs[2].'/sessions/dev'); break;
  2587.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2588.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2589.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/appDevDebugProjectContainer.xml'); break;
  2590.             case 'router.resource'$value = ($this->targetDirs[0].'/assetic/routing.yml'); break;
  2591.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2592.             case 'swiftmailer.spool.default.file.path'$value = ($this->targetDirs[2].'/spool/default'); break;
  2593.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2594.             case 'assetic.cache_dir'$value = ($this->targetDirs[0].'/assetic'); break;
  2595.             case 'assetic.read_from'$value = ($this->targetDirs[3].'/app/../web'); break;
  2596.             case 'assetic.write_to'$value = ($this->targetDirs[3].'/app/../web'); break;
  2597.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/app/DoctrineMigrations'); break;
  2598.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2599.         }
  2600.         $this->loadedDynamicParameters[$name] = true;
  2601.         return $this->dynamicParameters[$name] = $value;
  2602.     }
  2603.     private $normalizedParameterNames = [
  2604.         'firebase_apikey' => 'firebase_apiKey',
  2605.         'firebase_databaseurl' => 'firebase_databaseURL',
  2606.         'nm.firebase.apikey' => 'nm.firebase.apiKey',
  2607.         'nm.firebase.databaseurl' => 'nm.firebase.databaseURL',
  2608.     ];
  2609.     private function normalizeParameterName($name)
  2610.     {
  2611.         if (isset($this->normalizedParameterNames[$normalizedName strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName$this->parameters)) {
  2612.             $normalizedName = isset($this->normalizedParameterNames[$normalizedName]) ? $this->normalizedParameterNames[$normalizedName] : $normalizedName;
  2613.             if ((string) $name !== $normalizedName) {
  2614.                 @trigger_error(sprintf('Parameter names will be made case sensitive in Symfony 4.0. Using "%s" instead of "%s" is deprecated since Symfony 3.4.'$name$normalizedName), E_USER_DEPRECATED);
  2615.             }
  2616.         } else {
  2617.             $normalizedName $this->normalizedParameterNames[$normalizedName] = (string) $name;
  2618.         }
  2619.         return $normalizedName;
  2620.     }
  2621.     /**
  2622.      * Gets the default parameters.
  2623.      *
  2624.      * @return array An array of the default parameters
  2625.      */
  2626.     protected function getDefaultParameters()
  2627.     {
  2628.         return [
  2629.             'kernel.environment' => 'dev',
  2630.             'kernel.debug' => true,
  2631.             'kernel.name' => 'app',
  2632.             'kernel.bundles' => [
  2633.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2634.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2635.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2636.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2637.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2638.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2639.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2640.                 'AsseticBundle' => 'Symfony\\Bundle\\AsseticBundle\\AsseticBundle',
  2641.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2642.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2643.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2644.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2645.                 'SymfonyDevAppBundle' => 'SymfonyDev\\AppBundle\\SymfonyDevAppBundle',
  2646.                 'SymfonyDevSoapBundle' => 'SymfonyDev\\SoapBundle\\SymfonyDevSoapBundle',
  2647.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2648.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2649.                 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle',
  2650.                 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle',
  2651.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2652.             ],
  2653.             'kernel.charset' => 'UTF-8',
  2654.             'kernel.container_class' => 'appDevDebugProjectContainer',
  2655.             'container.autowiring.strict_mode' => true,
  2656.             'container.dumper.inline_class_loader' => true,
  2657.             'database_host' => '127.0.0.1',
  2658.             'database_port' => NULL,
  2659.             'database_name' => 'dev_safflowernx',
  2660.             'database_user' => 'root',
  2661.             'database_password' => 'dev26!Login',
  2662.             'mailer_transport' => 'smtp',
  2663.             'mailer_host' => 'mail.safflower.com.au',
  2664.             'mailer_user' => 'info@safflower.com.au',
  2665.             'mailer_password' => '12Bluebird!',
  2666.             'mailer_encryption' => 'ssl',
  2667.             'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  2668.             'requires_channel' => 'http',
  2669.             'mw_uuid' => '4ed6b0a089fd2',
  2670.             'mw_api_key' => 'daiyech2',
  2671.             'mw_api_passphrase' => '7rqklc18',
  2672.             'mw_live_mode' => false,
  2673.             'site_email' => 'info@safflower.com.au',
  2674.             'firebase_apiKey' => 'AIzaSyCXslU5ukkx9t2fq9IO3HWT2D_82tgw0Q0',
  2675.             'firebase_databaseURL' => 'https://fir-test-ab61c.firebaseio.com',
  2676.             'sms_api_key' => '34dc97fc42071cac07ec1178cd9d62b9',
  2677.             'sms_api_secret' => 's1fwtqYs0TcwDeV89',
  2678.             'ap_account_number' => 2011479541,
  2679.             'ap_username' => '92578c93-cd12-4ea7-b731-61eef3e142a6',
  2680.             'ap_pwd' => 'x04C5B$F83C6EE5FC3!E',
  2681.             'ap_live_mode' => false,
  2682.             'locale' => 'en',
  2683.             'fragment.renderer.hinclude.global_template' => NULL,
  2684.             'fragment.path' => '/_fragment',
  2685.             'kernel.secret' => 'ThisTokenIsNotSoSecretChangeIt',
  2686.             'kernel.http_method_override' => true,
  2687.             'kernel.trusted_hosts' => [
  2688.             ],
  2689.             'kernel.default_locale' => 'en',
  2690.             'templating.helper.code.file_link_format' => NULL,
  2691.             'debug.file_link_format' => NULL,
  2692.             'session.metadata.storage_key' => '_sf2_meta',
  2693.             'session.storage.options' => [
  2694.                 'cache_limiter' => '0',
  2695.                 'cookie_httponly' => true,
  2696.                 'gc_probability' => 1,
  2697.             ],
  2698.             'session.metadata.update_threshold' => '0',
  2699.             'form.type_extension.csrf.enabled' => true,
  2700.             'form.type_extension.csrf.field_name' => '_token',
  2701.             'asset.request_context.base_path' => '',
  2702.             'asset.request_context.secure' => false,
  2703.             'templating.loader.cache.path' => NULL,
  2704.             'templating.engines' => [
  2705.                 => 'twig',
  2706.             ],
  2707.             'validator.mapping.cache.prefix' => '',
  2708.             'validator.translation_domain' => 'validators',
  2709.             'profiler_listener.only_exceptions' => false,
  2710.             'profiler_listener.only_master_requests' => false,
  2711.             'debug.error_handler.throw_at' => -1,
  2712.             'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2713.             'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2714.             'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
  2715.             'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2716.             'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2717.             'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
  2718.             'router.options.matcher.cache_class' => 'appDevDebugProjectContainerUrlMatcher',
  2719.             'router.options.generator.cache_class' => 'appDevDebugProjectContainerUrlGenerator',
  2720.             'router.request_context.host' => 'localhost',
  2721.             'router.request_context.scheme' => 'http',
  2722.             'router.request_context.base_url' => '',
  2723.             'router.cache_class_prefix' => 'appDevDebugProjectContainer',
  2724.             'request_listener.http_port' => 80,
  2725.             'request_listener.https_port' => 443,
  2726.             'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  2727.             'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  2728.             'security.role_hierarchy.roles' => [
  2729.                 'ROLE_USER' => [
  2730.                 ],
  2731.                 'ROLE_ADMIN' => [
  2732.                     => 'ROLE_USER',
  2733.                 ],
  2734.                 'ROLE_STUDENT' => [
  2735.                     => 'ROLE_ADMIN',
  2736.                 ],
  2737.                 'ROLE_PRACTITIONER' => [
  2738.                     => 'ROLE_ADMIN',
  2739.                 ],
  2740.                 'ROLE_STAFF' => [
  2741.                     => 'ROLE_ADMIN',
  2742.                 ],
  2743.                 'ROLE_SUPER_ADMIN' => [
  2744.                     => 'ROLE_STAFF',
  2745.                 ],
  2746.             ],
  2747.             'security.access.denied_url' => NULL,
  2748.             'security.authentication.manager.erase_credentials' => true,
  2749.             'security.authentication.session_strategy.strategy' => 'migrate',
  2750.             'security.access.always_authenticate_before_granting' => false,
  2751.             'security.authentication.hide_user_not_found' => true,
  2752.             'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
  2753.             'twig.form.resources' => [
  2754.                 => 'form_div_layout.html.twig',
  2755.             ],
  2756.             'monolog.use_microseconds' => true,
  2757.             'monolog.swift_mailer.handlers' => [
  2758.             ],
  2759.             'monolog.handlers_to_channels' => [
  2760.                 'monolog.handler.server_log' => NULL,
  2761.                 'monolog.handler.console' => [
  2762.                     'type' => 'exclusive',
  2763.                     'elements' => [
  2764.                         => 'event',
  2765.                         => 'doctrine',
  2766.                         => 'console',
  2767.                     ],
  2768.                 ],
  2769.                 'monolog.handler.main' => [
  2770.                     'type' => 'exclusive',
  2771.                     'elements' => [
  2772.                         => 'event',
  2773.                     ],
  2774.                 ],
  2775.             ],
  2776.             'swiftmailer.class' => 'Swift_Mailer',
  2777.             'swiftmailer.transport.sendmail.class' => 'Swift_Transport_SendmailTransport',
  2778.             'swiftmailer.transport.mail.class' => 'Swift_Transport_MailTransport',
  2779.             'swiftmailer.transport.failover.class' => 'Swift_Transport_FailoverTransport',
  2780.             'swiftmailer.plugin.redirecting.class' => 'Swift_Plugins_RedirectingPlugin',
  2781.             'swiftmailer.plugin.impersonate.class' => 'Swift_Plugins_ImpersonatePlugin',
  2782.             'swiftmailer.plugin.messagelogger.class' => 'Swift_Plugins_MessageLogger',
  2783.             'swiftmailer.plugin.antiflood.class' => 'Swift_Plugins_AntiFloodPlugin',
  2784.             'swiftmailer.transport.smtp.class' => 'Swift_Transport_EsmtpTransport',
  2785.             'swiftmailer.plugin.blackhole.class' => 'Swift_Plugins_BlackholePlugin',
  2786.             'swiftmailer.spool.file.class' => 'Swift_FileSpool',
  2787.             'swiftmailer.spool.memory.class' => 'Swift_MemorySpool',
  2788.             'swiftmailer.email_sender.listener.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener',
  2789.             'swiftmailer.data_collector.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\DataCollector\\MessageDataCollector',
  2790.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  2791.             'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  2792.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  2793.             'swiftmailer.mailer.default.transport.smtp.host' => 'mail.safflower.com.au',
  2794.             'swiftmailer.mailer.default.transport.smtp.username' => 'info@safflower.com.au',
  2795.             'swiftmailer.mailer.default.transport.smtp.password' => '12Bluebird!',
  2796.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  2797.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  2798.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  2799.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  2800.             'swiftmailer.mailer.default.spool.enabled' => true,
  2801.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2802.             'swiftmailer.mailer.default.single_address' => NULL,
  2803.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2804.             'swiftmailer.spool.enabled' => true,
  2805.             'swiftmailer.delivery.enabled' => true,
  2806.             'swiftmailer.single_address' => NULL,
  2807.             'swiftmailer.mailers' => [
  2808.                 'default' => 'swiftmailer.mailer.default',
  2809.             ],
  2810.             'swiftmailer.default_mailer' => 'default',
  2811.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2812.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2813.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2814.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2815.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2816.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2817.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2818.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2819.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2820.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2821.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2822.             'doctrine_cache.memcache.host' => 'localhost',
  2823.             'doctrine_cache.memcache.port' => 11211,
  2824.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2825.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2826.             'doctrine_cache.memcached.host' => 'localhost',
  2827.             'doctrine_cache.memcached.port' => 11211,
  2828.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2829.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2830.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2831.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2832.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2833.             'doctrine_cache.predis.scheme' => 'tcp',
  2834.             'doctrine_cache.predis.host' => 'localhost',
  2835.             'doctrine_cache.predis.port' => 6379,
  2836.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2837.             'doctrine_cache.redis.connection.class' => 'Redis',
  2838.             'doctrine_cache.redis.host' => 'localhost',
  2839.             'doctrine_cache.redis.port' => 6379,
  2840.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2841.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2842.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2843.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2844.             'doctrine_cache.riak.host' => 'localhost',
  2845.             'doctrine_cache.riak.port' => 8087,
  2846.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2847.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2848.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2849.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2850.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2851.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2852.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2853.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2854.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2855.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2856.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2857.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2858.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2859.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2860.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2861.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2862.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2863.             'doctrine.entity_managers' => [
  2864.                 'default' => 'doctrine.orm.default_entity_manager',
  2865.             ],
  2866.             'doctrine.default_entity_manager' => 'default',
  2867.             'doctrine.dbal.connection_factory.types' => [
  2868.             ],
  2869.             'doctrine.connections' => [
  2870.                 'default' => 'doctrine.dbal.default_connection',
  2871.             ],
  2872.             'doctrine.default_connection' => 'default',
  2873.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2874.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2875.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2876.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2877.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2878.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2879.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2880.             'doctrine.orm.cache.memcache_port' => 11211,
  2881.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2882.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2883.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2884.             'doctrine.orm.cache.memcached_port' => 11211,
  2885.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2886.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2887.             'doctrine.orm.cache.redis_host' => 'localhost',
  2888.             'doctrine.orm.cache.redis_port' => 6379,
  2889.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2890.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2891.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2892.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2893.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2894.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2895.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2896.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2897.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2898.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2899.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2900.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2901.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2902.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2903.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2904.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2905.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2906.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2907.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2908.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2909.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2910.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2911.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2912.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2913.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2914.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2915.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2916.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2917.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2918.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2919.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2920.             'assetic.asset_factory.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\AssetFactory',
  2921.             'assetic.asset_manager.class' => 'Assetic\\Factory\\LazyAssetManager',
  2922.             'assetic.asset_manager_cache_warmer.class' => 'Symfony\\Bundle\\AsseticBundle\\CacheWarmer\\AssetManagerCacheWarmer',
  2923.             'assetic.cached_formula_loader.class' => 'Assetic\\Factory\\Loader\\CachedFormulaLoader',
  2924.             'assetic.config_cache.class' => 'Assetic\\Cache\\ConfigCache',
  2925.             'assetic.config_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\ConfigurationLoader',
  2926.             'assetic.config_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\ConfigurationResource',
  2927.             'assetic.coalescing_directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\CoalescingDirectoryResource',
  2928.             'assetic.directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\DirectoryResource',
  2929.             'assetic.filter_manager.class' => 'Symfony\\Bundle\\AsseticBundle\\FilterManager',
  2930.             'assetic.worker.ensure_filter.class' => 'Assetic\\Factory\\Worker\\EnsureFilterWorker',
  2931.             'assetic.worker.cache_busting.class' => 'Assetic\\Factory\\Worker\\CacheBustingWorker',
  2932.             'assetic.value_supplier.class' => 'Symfony\\Bundle\\AsseticBundle\\DefaultValueSupplier',
  2933.             'assetic.node.paths' => [
  2934.             ],
  2935.             'assetic.bundles' => [
  2936.                 => 'SymfonyDevAppBundle',
  2937.             ],
  2938.             'assetic.twig_extension.class' => 'Symfony\\Bundle\\AsseticBundle\\Twig\\AsseticExtension',
  2939.             'assetic.twig_formula_loader.class' => 'Assetic\\Extension\\Twig\\TwigFormulaLoader',
  2940.             'assetic.helper.dynamic.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\DynamicAsseticHelper',
  2941.             'assetic.helper.static.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\StaticAsseticHelper',
  2942.             'assetic.php_formula_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\AsseticHelperFormulaLoader',
  2943.             'assetic.debug' => true,
  2944.             'assetic.use_controller' => true,
  2945.             'assetic.enable_profiler' => false,
  2946.             'assetic.variables' => [
  2947.             ],
  2948.             'assetic.java.bin' => '/usr/bin/java',
  2949.             'assetic.node.bin' => '/usr/bin/node',
  2950.             'assetic.ruby.bin' => '/usr/bin/ruby',
  2951.             'assetic.sass.bin' => '/usr/bin/sass',
  2952.             'assetic.reactjsx.bin' => '/usr/bin/jsx',
  2953.             'assetic.filter.cssrewrite.class' => 'Assetic\\Filter\\CssRewriteFilter',
  2954.             'assetic.twig_extension.functions' => [
  2955.             ],
  2956.             'assetic.controller.class' => 'Symfony\\Bundle\\AsseticBundle\\Controller\\AsseticController',
  2957.             'assetic.routing_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader',
  2958.             'assetic.cache.class' => 'Assetic\\Cache\\FilesystemCache',
  2959.             'assetic.use_controller_worker.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Worker\\UseControllerWorker',
  2960.             'assetic.request_listener.class' => 'Symfony\\Bundle\\AsseticBundle\\EventListener\\RequestListener',
  2961.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  2962.             'stof_doctrine_extensions.default_locale' => 'en',
  2963.             'stof_doctrine_extensions.translation_fallback' => false,
  2964.             'stof_doctrine_extensions.persist_default_translation' => false,
  2965.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  2966.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  2967.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  2968.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  2969.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  2970.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  2971.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  2972.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  2973.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  2974.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  2975.             'doctrine_migrations.name' => 'Application Migrations',
  2976.             'doctrine_migrations.migrations_paths' => [
  2977.             ],
  2978.             'doctrine_migrations.namespace' => 'Application\\Migrations',
  2979.             'doctrine_migrations.table_name' => 'migration_versions',
  2980.             'doctrine_migrations.column_name' => 'version',
  2981.             'doctrine_migrations.column_length' => 14,
  2982.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2983.             'doctrine_migrations.all_or_nothing' => false,
  2984.             'doctrine_migrations.custom_template' => NULL,
  2985.             'doctrine_migrations.organize_migrations' => false,
  2986.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  2987.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  2988.             'knp_paginator.template.pagination' => '@SymfonyDevApp/Partial/_pagination.html.twig',
  2989.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2990.             'knp_paginator.template.sortable' => '@SymfonyDevApp/Partial/_sortable_link.html.twig',
  2991.             'knp_paginator.page_range' => 10,
  2992.             'ap.account_number' => 2011479541,
  2993.             'ap.username' => '92578c93-cd12-4ea7-b731-61eef3e142a6',
  2994.             'ap.pwd' => 'x04C5B$F83C6EE5FC3!E',
  2995.             'ap.live_mode' => false,
  2996.             'ap.class' => 'SymfonyDev\\AppBundle\\Manager\\ApManager',
  2997.             'mw.uuid' => '4ed6b0a089fd2',
  2998.             'mw.api_key' => 'daiyech2',
  2999.             'mw.api_passphrase' => '7rqklc18',
  3000.             'mw.live_mode' => false,
  3001.             'mw.class' => 'SymfonyDev\\AppBundle\\Manager\\MwManager',
  3002.             'sms.api_key' => '34dc97fc42071cac07ec1178cd9d62b9',
  3003.             'sms.api_secret' => 's1fwtqYs0TcwDeV89',
  3004.             'sms.class' => 'SymfonyDev\\AppBundle\\Manager\\SmsManager',
  3005.             'nm.firebase.apiKey' => 'AIzaSyCXslU5ukkx9t2fq9IO3HWT2D_82tgw0Q0',
  3006.             'nm.firebase.databaseURL' => 'https://fir-test-ab61c.firebaseio.com',
  3007.             'notification_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\NotificationManager',
  3008.             'base_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\BaseManager',
  3009.             'base_entity_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\BaseEntityManager',
  3010.             'user_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\UserManager',
  3011.             'supplier_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\SupplierManager',
  3012.             'country_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\CountryManager',
  3013.             'coupon_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\CouponManager',
  3014.             'site_parameter_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\SiteParameterManager',
  3015.             'product_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\ProductManager',
  3016.             'news_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\NewsManager',
  3017.             'dosage_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\DosageManager',
  3018.             'formula_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\FormulaManager',
  3019.             'stock_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\StockManager',
  3020.             'patient_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\PatientManager',
  3021.             'post_price_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\PostPriceManager',
  3022.             'conditioning_price_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\ConditioningPriceManager',
  3023.             'granule_price_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\GranulePriceManager',
  3024.             'ord_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\OrdManager',
  3025.             'web_profiler.debug_toolbar.position' => 'bottom',
  3026.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3027.             'web_profiler.debug_toolbar.mode' => 2,
  3028.             'data_collector.templates' => [
  3029.                 'data_collector.request' => [
  3030.                     => 'request',
  3031.                     => '@WebProfiler/Collector/request.html.twig',
  3032.                 ],
  3033.                 'data_collector.time' => [
  3034.                     => 'time',
  3035.                     => '@WebProfiler/Collector/time.html.twig',
  3036.                 ],
  3037.                 'data_collector.memory' => [
  3038.                     => 'memory',
  3039.                     => '@WebProfiler/Collector/memory.html.twig',
  3040.                 ],
  3041.                 'data_collector.validator' => [
  3042.                     => 'validator',
  3043.                     => '@WebProfiler/Collector/validator.html.twig',
  3044.                 ],
  3045.                 'data_collector.ajax' => [
  3046.                     => 'ajax',
  3047.                     => '@WebProfiler/Collector/ajax.html.twig',
  3048.                 ],
  3049.                 'data_collector.form' => [
  3050.                     => 'form',
  3051.                     => '@WebProfiler/Collector/form.html.twig',
  3052.                 ],
  3053.                 'data_collector.exception' => [
  3054.                     => 'exception',
  3055.                     => '@WebProfiler/Collector/exception.html.twig',
  3056.                 ],
  3057.                 'data_collector.logger' => [
  3058.                     => 'logger',
  3059.                     => '@WebProfiler/Collector/logger.html.twig',
  3060.                 ],
  3061.                 'data_collector.events' => [
  3062.                     => 'events',
  3063.                     => '@WebProfiler/Collector/events.html.twig',
  3064.                 ],
  3065.                 'data_collector.router' => [
  3066.                     => 'router',
  3067.                     => '@WebProfiler/Collector/router.html.twig',
  3068.                 ],
  3069.                 'data_collector.cache' => [
  3070.                     => 'cache',
  3071.                     => '@WebProfiler/Collector/cache.html.twig',
  3072.                 ],
  3073.                 'data_collector.security' => [
  3074.                     => 'security',
  3075.                     => '@Security/Collector/security.html.twig',
  3076.                 ],
  3077.                 'data_collector.twig' => [
  3078.                     => 'twig',
  3079.                     => '@WebProfiler/Collector/twig.html.twig',
  3080.                 ],
  3081.                 'data_collector.doctrine' => [
  3082.                     => 'db',
  3083.                     => '@Doctrine/Collector/db.html.twig',
  3084.                 ],
  3085.                 'swiftmailer.data_collector' => [
  3086.                     => 'swiftmailer',
  3087.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3088.                 ],
  3089.                 'data_collector.dump' => [
  3090.                     => 'dump',
  3091.                     => '@Debug/Profiler/dump.html.twig',
  3092.                 ],
  3093.                 'data_collector.config' => [
  3094.                     => 'config',
  3095.                     => '@WebProfiler/Collector/config.html.twig',
  3096.                 ],
  3097.             ],
  3098.             'console.command.ids' => [
  3099.                 'console.command.symfony_bundle_frameworkbundle_command_aboutcommand' => 'console.command.about',
  3100.                 'console.command.symfony_bundle_frameworkbundle_command_assetsinstallcommand' => 'console.command.assets_install',
  3101.                 'console.command.symfony_bundle_frameworkbundle_command_cacheclearcommand' => 'console.command.cache_clear',
  3102.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolclearcommand' => 'console.command.cache_pool_clear',
  3103.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolprunecommand' => 'console.command.cache_pool_prune',
  3104.                 'console.command.symfony_bundle_frameworkbundle_command_cachewarmupcommand' => 'console.command.cache_warmup',
  3105.                 'console.command.symfony_bundle_frameworkbundle_command_configdebugcommand' => 'console.command.config_debug',
  3106.                 'console.command.symfony_bundle_frameworkbundle_command_configdumpreferencecommand' => 'console.command.config_dump_reference',
  3107.                 'console.command.symfony_bundle_frameworkbundle_command_containerdebugcommand' => 'console.command.container_debug',
  3108.                 'console.command.symfony_bundle_frameworkbundle_command_debugautowiringcommand' => 'console.command.debug_autowiring',
  3109.                 'console.command.symfony_bundle_frameworkbundle_command_eventdispatcherdebugcommand' => 'console.command.event_dispatcher_debug',
  3110.                 'console.command.symfony_bundle_frameworkbundle_command_routerdebugcommand' => 'console.command.router_debug',
  3111.                 'console.command.symfony_bundle_frameworkbundle_command_routermatchcommand' => 'console.command.router_match',
  3112.                 'console.command.symfony_bundle_frameworkbundle_command_xlifflintcommand' => 'console.command.xliff_lint',
  3113.                 'console.command.symfony_bundle_frameworkbundle_command_yamllintcommand' => 'console.command.yaml_lint',
  3114.                 'console.command.symfony_component_form_command_debugcommand' => 'console.command.form_debug',
  3115.                 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'security.command.user_password_encoder',
  3116.                 'console.command.symfony_bridge_twig_command_debugcommand' => 'twig.command.debug',
  3117.                 'console.command.symfony_bundle_twigbundle_command_lintcommand' => 'twig.command.lint',
  3118.                 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand',
  3119.                 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand',
  3120.                 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand',
  3121.                 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand',
  3122.                 'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command',
  3123.                 'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command',
  3124.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command',
  3125.                 'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command',
  3126.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command',
  3127.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command',
  3128.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command',
  3129.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command',
  3130.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command',
  3131.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command',
  3132.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command',
  3133.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command',
  3134.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command',
  3135.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command',
  3136.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command',
  3137.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command',
  3138.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command',
  3139.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command',
  3140.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command',
  3141.                 'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command',
  3142.                 'console.command.doctrine_bundle_fixturesbundle_command_loaddatafixturesdoctrinecommand' => 'doctrine.fixtures_load_command',
  3143.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'doctrine_migrations.diff_command',
  3144.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdumpschemadoctrinecommand' => 'doctrine_migrations.dump_schema_command',
  3145.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'doctrine_migrations.execute_command',
  3146.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'doctrine_migrations.generate_command',
  3147.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'doctrine_migrations.latest_command',
  3148.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'doctrine_migrations.migrate_command',
  3149.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsrollupdoctrinecommand' => 'doctrine_migrations.rollup_command',
  3150.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'doctrine_migrations.status_command',
  3151.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsuptodatedoctrinecommand' => 'doctrine_migrations.up_to_date_command',
  3152.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'doctrine_migrations.version_command',
  3153.                 'console.command.sensiolabs_security_command_securitycheckercommand' => 'sensio_distribution.security_checker.command',
  3154.                 'console.command.symfony_bundle_webserverbundle_command_serverruncommand' => 'web_server.command.server_run',
  3155.                 'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' => 'web_server.command.server_start',
  3156.                 'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' => 'web_server.command.server_stop',
  3157.                 'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' => 'web_server.command.server_status',
  3158.                 'console.command.symfony_bundle_webserverbundle_command_serverlogcommand' => 'web_server.command.server_log',
  3159.             ],
  3160.             'console.lazy_command.ids' => [
  3161.                 'console.command.about' => true,
  3162.                 'console.command.assets_install' => true,
  3163.                 'console.command.cache_clear' => true,
  3164.                 'console.command.cache_pool_clear' => true,
  3165.                 'console.command.cache_pool_prune' => true,
  3166.                 'console.command.cache_warmup' => true,
  3167.                 'console.command.config_debug' => true,
  3168.                 'console.command.config_dump_reference' => true,
  3169.                 'console.command.container_debug' => true,
  3170.                 'console.command.debug_autowiring' => true,
  3171.                 'console.command.event_dispatcher_debug' => true,
  3172.                 'console.command.router_debug' => true,
  3173.                 'console.command.router_match' => true,
  3174.                 'console.command.xliff_lint' => true,
  3175.                 'console.command.yaml_lint' => true,
  3176.                 'console.command.form_debug' => true,
  3177.                 'security.command.user_password_encoder' => true,
  3178.                 'twig.command.debug' => true,
  3179.                 'twig.command.lint' => true,
  3180.                 'doctrine.database_create_command' => true,
  3181.                 'doctrine.database_drop_command' => true,
  3182.                 'doctrine.database_import_command' => true,
  3183.                 'doctrine.generate_entities_command' => true,
  3184.                 'doctrine.query_sql_command' => true,
  3185.                 'doctrine.cache_clear_metadata_command' => true,
  3186.                 'doctrine.cache_clear_query_cache_command' => true,
  3187.                 'doctrine.cache_clear_result_command' => true,
  3188.                 'doctrine.cache_collection_region_command' => true,
  3189.                 'doctrine.mapping_convert_command' => true,
  3190.                 'doctrine.schema_create_command' => true,
  3191.                 'doctrine.schema_drop_command' => true,
  3192.                 'doctrine.ensure_production_settings_command' => true,
  3193.                 'doctrine.clear_entity_region_command' => true,
  3194.                 'doctrine.mapping_info_command' => true,
  3195.                 'doctrine.clear_query_region_command' => true,
  3196.                 'doctrine.query_dql_command' => true,
  3197.                 'doctrine.schema_update_command' => true,
  3198.                 'doctrine.schema_validate_command' => true,
  3199.                 'doctrine.mapping_import_command' => true,
  3200.                 'doctrine.fixtures_load_command' => true,
  3201.                 'doctrine_migrations.diff_command' => true,
  3202.                 'doctrine_migrations.dump_schema_command' => true,
  3203.                 'doctrine_migrations.execute_command' => true,
  3204.                 'doctrine_migrations.generate_command' => true,
  3205.                 'doctrine_migrations.latest_command' => true,
  3206.                 'doctrine_migrations.migrate_command' => true,
  3207.                 'doctrine_migrations.rollup_command' => true,
  3208.                 'doctrine_migrations.status_command' => true,
  3209.                 'doctrine_migrations.up_to_date_command' => true,
  3210.                 'doctrine_migrations.version_command' => true,
  3211.                 'sensio_distribution.security_checker.command' => true,
  3212.                 'web_server.command.server_run' => true,
  3213.                 'web_server.command.server_start' => true,
  3214.                 'web_server.command.server_stop' => true,
  3215.                 'web_server.command.server_status' => true,
  3216.                 'web_server.command.server_log' => true,
  3217.             ],
  3218.         ];
  3219.     }
  3220. }