var/cache/dev/ContainerUxtrx7f/appDevDebugProjectContainer.php line 1773

Open in your IDE?
  1. <?php
  2. namespace ContainerUxtrx7f;
  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.             'appbundle\\controller\\admin\\approval\\approvalrequestcontroller' => 'AppBundle\\Controller\\Admin\\Approval\\ApprovalRequestController',
  34.             'appbundle\\controller\\admin\\approval\\approvalrequesthistorycontroller' => 'AppBundle\\Controller\\Admin\\Approval\\ApprovalRequestHistoryController',
  35.             'appbundle\\controller\\admin\\base\\basecontroller' => 'AppBundle\\Controller\\Admin\\Base\\BaseController',
  36.             'appbundle\\controller\\admin\\base\\facilityarticlebasecontroller' => 'AppBundle\\Controller\\Admin\\Base\\FacilityArticleBaseController',
  37.             'appbundle\\controller\\admin\\base\\facilitybasecontroller' => 'AppBundle\\Controller\\Admin\\Base\\FacilityBaseController',
  38.             'appbundle\\controller\\admin\\base\\facilitymasterbasecontroller' => 'AppBundle\\Controller\\Admin\\Base\\FacilityMasterBaseController',
  39.             'appbundle\\controller\\admin\\base\\importbasecontroller' => 'AppBundle\\Controller\\Admin\\Base\\ImportBaseController',
  40.             'appbundle\\controller\\admin\\base\\masterarticlebasecontroller' => 'AppBundle\\Controller\\Admin\\Base\\MasterArticleBaseController',
  41.             'appbundle\\controller\\admin\\base\\masterbasecontroller' => 'AppBundle\\Controller\\Admin\\Base\\MasterBaseController',
  42.             'appbundle\\controller\\admin\\base\\mastermasterbasecontroller' => 'AppBundle\\Controller\\Admin\\Base\\MasterMasterBaseController',
  43.             'appbundle\\controller\\admin\\base\\staffcontroller' => 'AppBundle\\Controller\\Admin\\Base\\StaffController',
  44.             'appbundle\\controller\\admin\\facility\\mediacontroller' => 'AppBundle\\Controller\\Admin\\Facility\\MediaController',
  45.             'appbundle\\controller\\admin\\facility\\usercontroller' => 'AppBundle\\Controller\\Admin\\Facility\\UserController',
  46.             'appbundle\\controller\\admin\\homecontroller' => 'AppBundle\\Controller\\Admin\\HomeController',
  47.             'appbundle\\controller\\admin\\master\\facilitycontactsettingcontroller' => 'AppBundle\\Controller\\Admin\\Master\\FacilityContactSettingController',
  48.             'appbundle\\controller\\admin\\master\\facilitycontroller' => 'AppBundle\\Controller\\Admin\\Master\\FacilityController',
  49.             'appbundle\\controller\\admin\\master\\maintenance\\logcontroller' => 'AppBundle\\Controller\\Admin\\Master\\Maintenance\\LogController',
  50.             'appbundle\\controller\\admin\\master\\maintenance\\mailtestcontroller' => 'AppBundle\\Controller\\Admin\\Master\\Maintenance\\MailTestController',
  51.             'appbundle\\controller\\admin\\master\\maintenance\\menucontroller' => 'AppBundle\\Controller\\Admin\\Master\\Maintenance\\MenuController',
  52.             'appbundle\\controller\\admin\\master\\maintenance\\phpinfocontroller' => 'AppBundle\\Controller\\Admin\\Master\\Maintenance\\PhpinfoController',
  53.             'appbundle\\controller\\admin\\master\\maintenance\\plugincontroller' => 'AppBundle\\Controller\\Admin\\Master\\Maintenance\\PluginController',
  54.             'appbundle\\controller\\admin\\master\\maintenance\\routingcontroller' => 'AppBundle\\Controller\\Admin\\Master\\Maintenance\\RoutingController',
  55.             'appbundle\\controller\\admin\\master\\maintenance\\systemcontroller' => 'AppBundle\\Controller\\Admin\\Master\\Maintenance\\SystemController',
  56.             'appbundle\\controller\\admin\\master\\maintenance\\topmenucontroller' => 'AppBundle\\Controller\\Admin\\Master\\Maintenance\\TopMenuController',
  57.             'appbundle\\controller\\admin\\master\\maintenance\\toppagecontroller' => 'AppBundle\\Controller\\Admin\\Master\\Maintenance\\TopPageController',
  58.             'appbundle\\controller\\admin\\master\\masterareacontroller' => 'AppBundle\\Controller\\Admin\\Master\\MasterAreaController',
  59.             'appbundle\\controller\\admin\\master\\masterlanguagecontroller' => 'AppBundle\\Controller\\Admin\\Master\\MasterLanguageController',
  60.             'appbundle\\controller\\admin\\master\\masterprefecturecontroller' => 'AppBundle\\Controller\\Admin\\Master\\MasterPrefectureController',
  61.             'appbundle\\controller\\admin\\master\\usercontroller' => 'AppBundle\\Controller\\Admin\\Master\\UserController',
  62.             'appbundle\\controller\\admin\\master\\usergroupcontroller' => 'AppBundle\\Controller\\Admin\\Master\\UserGroupController',
  63.             'appbundle\\controller\\admin\\master\\userprivilegecontroller' => 'AppBundle\\Controller\\Admin\\Master\\UserPrivilegeController',
  64.             'appbundle\\controller\\admin\\media\\categorycontroller' => 'AppBundle\\Controller\\Admin\\Media\\CategoryController',
  65.             'appbundle\\controller\\admin\\media\\itemcontroller' => 'AppBundle\\Controller\\Admin\\Media\\ItemController',
  66.             'appbundle\\controller\\admin\\media\\tagcontroller' => 'AppBundle\\Controller\\Admin\\Media\\TagController',
  67.             'appbundle\\controller\\admin\\param\\paramcontroller' => 'AppBundle\\Controller\\Admin\\Param\\ParamController',
  68.             'appbundle\\controller\\admin\\param\\parammastercontroller' => 'AppBundle\\Controller\\Admin\\Param\\ParamMasterController',
  69.             'appbundle\\controller\\admin\\param\\sectioncontroller' => 'AppBundle\\Controller\\Admin\\Param\\SectionController',
  70.             'appbundle\\controller\\admin\\protectedfilecontroller' => 'AppBundle\\Controller\\Admin\\ProtectedFileController',
  71.             'appbundle\\controller\\admin\\revision\\revisioncontroller' => 'AppBundle\\Controller\\Admin\\Revision\\RevisionController',
  72.             'appbundle\\controller\\admin\\securitycontroller' => 'AppBundle\\Controller\\Admin\\SecurityController',
  73.             'appbundle\\controller\\api\\assetcontroller' => 'AppBundle\\Controller\\Api\\AssetController',
  74.             'appbundle\\controller\\api\\defaultcontroller' => 'AppBundle\\Controller\\Api\\DefaultController',
  75.             'appbundle\\controller\\api\\mediacontroller' => 'AppBundle\\Controller\\Api\\MediaController',
  76.             'appbundle\\controller\\api\\pagebuildercontroller' => 'AppBundle\\Controller\\Api\\PageBuilderController',
  77.             'appbundle\\controller\\autoroutecontroller' => 'AppBundle\\Controller\\AutoRouteController',
  78.             'appbundle\\controller\\basecontroller' => 'AppBundle\\Controller\\BaseController',
  79.             'appbundle\\controller\\facilitydisplaybasecontroller' => 'AppBundle\\Controller\\FacilityDisplayBaseController',
  80.             'appbundle\\controller\\setupcontroller' => 'AppBundle\\Controller\\SetupController',
  81.             'appbundle\\datacollector\\customrequestdatacollector' => 'AppBundle\\DataCollector\\CustomRequestDataCollector',
  82.             'appbundle\\eventlistener\\exceptionlistener' => 'AppBundle\\EventListener\\ExceptionListener',
  83.             'appbundle\\form\\admin\\approval\\approvalrequesttype' => 'AppBundle\\Form\\Admin\\Approval\\ApprovalRequestType',
  84.             'appbundle\\form\\admin\\facility\\changepasswordtype' => 'AppBundle\\Form\\Admin\\Facility\\ChangePasswordType',
  85.             'appbundle\\form\\admin\\facility\\profiletype' => 'AppBundle\\Form\\Admin\\Facility\\ProfileType',
  86.             'appbundle\\form\\admin\\facility\\registrationtype' => 'AppBundle\\Form\\Admin\\Facility\\RegistrationType',
  87.             'appbundle\\security\\customvoter' => 'AppBundle\\Security\\CustomVoter',
  88.             'appbundle\\validator\\constraints\\alphadashvalidator' => 'AppBundle\\Validator\\Constraints\\AlphaDashValidator',
  89.             'appbundle\\validator\\constraints\\alphanumvalidator' => 'AppBundle\\Validator\\Constraints\\AlphaNumValidator',
  90.             'appbundle\\validator\\constraints\\alphavalidator' => 'AppBundle\\Validator\\Constraints\\AlphaValidator',
  91.             'appbundle\\validator\\constraints\\blockconfirmedvalidator' => 'AppBundle\\Validator\\Constraints\\BlockConfirmedValidator',
  92.             'appbundle\\validator\\constraints\\confirmedvalidator' => 'AppBundle\\Validator\\Constraints\\ConfirmedValidator',
  93.             'appbundle\\validator\\constraints\\daterangevalidator' => 'AppBundle\\Validator\\Constraints\\DateRangeValidator',
  94.             'appbundle\\validator\\constraints\\datevalidator' => 'AppBundle\\Validator\\Constraints\\DateValidator',
  95.             'appbundle\\validator\\constraints\\emailvalidator' => 'AppBundle\\Validator\\Constraints\\EmailValidator',
  96.             'appbundle\\validator\\constraints\\encodeconvertiblevalidator' => 'AppBundle\\Validator\\Constraints\\EncodeConvertibleValidator',
  97.             'appbundle\\validator\\constraints\\hiraganavalidator' => 'AppBundle\\Validator\\Constraints\\HiraganaValidator',
  98.             'appbundle\\validator\\constraints\\katakanavalidator' => 'AppBundle\\Validator\\Constraints\\KatakanaValidator',
  99.             'appbundle\\validator\\constraints\\numericvalidator' => 'AppBundle\\Validator\\Constraints\\NumericValidator',
  100.             'appbundle\\validator\\constraints\\phonejpvalidator' => 'AppBundle\\Validator\\Constraints\\PhoneJpValidator',
  101.             'appbundle\\validator\\constraints\\recaptchav3validator' => 'AppBundle\\Validator\\Constraints\\ReCaptchaV3Validator',
  102.             'appbundle\\validator\\constraints\\timevalidator' => 'AppBundle\\Validator\\Constraints\\TimeValidator',
  103.             'appbundle\\validator\\constraints\\zipjpvalidator' => 'AppBundle\\Validator\\Constraints\\ZipJpValidator',
  104.             'knp\\component\\pager\\paginatorinterface' => 'Knp\\Component\\Pager\\PaginatorInterface',
  105.             'symfony\\bundle\\frameworkbundle\\controller\\redirectcontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController',
  106.             'symfony\\bundle\\frameworkbundle\\controller\\templatecontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController',
  107.         ];
  108.         $this->syntheticIds = [
  109.             'kernel' => true,
  110.         ];
  111.         $this->methodMap = [
  112.             'AppBundle\\DataCollector\\CustomRequestDataCollector' => 'getCustomRequestDataCollectorService',
  113.             'annotation_reader' => 'getAnnotationReaderService',
  114.             'annotations.reader' => 'getAnnotations_ReaderService',
  115.             'app.kernel_event_listener' => 'getApp_KernelEventListenerService',
  116.             'argument_metadata_factory' => 'getArgumentMetadataFactoryService',
  117.             'assets.context' => 'getAssets_ContextService',
  118.             'assets.packages' => 'getAssets_PackagesService',
  119.             'cache.annotations' => 'getCache_AnnotationsService',
  120.             'cache.app' => 'getCache_AppService',
  121.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  122.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  123.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  124.             'cache.serializer' => 'getCache_SerializerService',
  125.             'cache.system' => 'getCache_SystemService',
  126.             'cache.validator' => 'getCache_ValidatorService',
  127.             'config_cache_factory' => 'getConfigCacheFactoryService',
  128.             'controller_name_converter' => 'getControllerNameConverterService',
  129.             'custom.locale.listener' => 'getCustom_Locale_ListenerService',
  130.             'data_collector.dump' => 'getDataCollector_DumpService',
  131.             'data_collector.form' => 'getDataCollector_FormService',
  132.             'data_collector.form.extractor' => 'getDataCollector_Form_ExtractorService',
  133.             'data_collector.request' => 'getDataCollector_RequestService',
  134.             'data_collector.router' => 'getDataCollector_RouterService',
  135.             'data_collector.translation' => 'getDataCollector_TranslationService',
  136.             'debug.argument_resolver' => 'getDebug_ArgumentResolverService',
  137.             'debug.controller_resolver' => 'getDebug_ControllerResolverService',
  138.             'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService',
  139.             'debug.event_dispatcher' => 'getDebug_EventDispatcherService',
  140.             'debug.file_link_formatter' => 'getDebug_FileLinkFormatterService',
  141.             'debug.log_processor' => 'getDebug_LogProcessorService',
  142.             'debug.security.access.decision_manager' => 'getDebug_Security_Access_DecisionManagerService',
  143.             'debug.stopwatch' => 'getDebug_StopwatchService',
  144.             'doctrine' => 'getDoctrineService',
  145.             'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService',
  146.             'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
  147.             'file_locator' => 'getFileLocatorService',
  148.             'filesystem' => 'getFilesystemService',
  149.             'fos_user.util.canonical_fields_updater' => 'getFosUser_Util_CanonicalFieldsUpdaterService',
  150.             'fos_user.util.email_canonicalizer' => 'getFosUser_Util_EmailCanonicalizerService',
  151.             'fragment.listener' => 'getFragment_ListenerService',
  152.             'framework_extra_bundle.argument_name_convertor' => 'getFrameworkExtraBundle_ArgumentNameConvertorService',
  153.             'framework_extra_bundle.event.is_granted' => 'getFrameworkExtraBundle_Event_IsGrantedService',
  154.             'http_kernel' => 'getHttpKernelService',
  155.             'knp_paginator.helper.processor' => 'getKnpPaginator_Helper_ProcessorService',
  156.             'knp_paginator.subscriber.sliding_pagination' => 'getKnpPaginator_Subscriber_SlidingPaginationService',
  157.             'knp_paginator.twig.extension.pagination' => 'getKnpPaginator_Twig_Extension_PaginationService',
  158.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  159.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  160.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  161.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  162.             'liip_imagine.filter.configuration' => 'getLiipImagine_Filter_ConfigurationService',
  163.             'locale_listener' => 'getLocaleListenerService',
  164.             'logger' => 'getLoggerService',
  165.             'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
  166.             'monolog.handler.error' => 'getMonolog_Handler_ErrorService',
  167.             'monolog.handler.main' => 'getMonolog_Handler_MainService',
  168.             'monolog.handler.server_log' => 'getMonolog_Handler_ServerLogService',
  169.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  170.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  171.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  172.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  173.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  174.             'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
  175.             'monolog.processor.psr_log_message' => 'getMonolog_Processor_PsrLogMessageService',
  176.             'profiler' => 'getProfilerService',
  177.             'profiler.request_matcher' => 'getProfiler_RequestMatcherService',
  178.             'profiler_listener' => 'getProfilerListenerService',
  179.             'request_stack' => 'getRequestStackService',
  180.             'resolve_controller_name_subscriber' => 'getResolveControllerNameSubscriberService',
  181.             'response_listener' => 'getResponseListenerService',
  182.             'router' => 'getRouterService',
  183.             'router.request_context' => 'getRouter_RequestContextService',
  184.             'router_listener' => 'getRouterListenerService',
  185.             'security.authentication.manager' => 'getSecurity_Authentication_ManagerService',
  186.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  187.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  188.             'security.firewall' => 'getSecurity_FirewallService',
  189.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  190.             'security.helper' => 'getSecurity_HelperService',
  191.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  192.             'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService',
  193.             'security.role_hierarchy' => 'getSecurity_RoleHierarchyService',
  194.             'security.token_storage' => 'getSecurity_TokenStorageService',
  195.             'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService',
  196.             'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService',
  197.             'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService',
  198.             'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService',
  199.             'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService',
  200.             'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService',
  201.             'session.save_listener' => 'getSession_SaveListenerService',
  202.             'session_listener' => 'getSessionListenerService',
  203.             'streamed_response_listener' => 'getStreamedResponseListenerService',
  204.             'templating.locator' => 'getTemplating_LocatorService',
  205.             'templating.name_parser' => 'getTemplating_NameParserService',
  206.             'translator' => 'getTranslatorService',
  207.             'translator.default' => 'getTranslator_DefaultService',
  208.             'translator_listener' => 'getTranslatorListenerService',
  209.             'twig' => 'getTwigService',
  210.             'twig.loader' => 'getTwig_LoaderService',
  211.             'twig.profile' => 'getTwig_ProfileService',
  212.             'uri_signer' => 'getUriSignerService',
  213.             'validate_request_listener' => 'getValidateRequestListenerService',
  214.             'validator' => 'getValidatorService',
  215.             'validator.builder' => 'getValidator_BuilderService',
  216.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  217.             'web_profiler.csp.handler' => 'getWebProfiler_Csp_HandlerService',
  218.             'web_profiler.debug_toolbar' => 'getWebProfiler_DebugToolbarService',
  219.         ];
  220.         $this->fileMap = [
  221.             'AppBundle\\Controller\\Admin\\Approval\\ApprovalRequestController' => 'getApprovalRequestControllerService.php',
  222.             'AppBundle\\Controller\\Admin\\Approval\\ApprovalRequestHistoryController' => 'getApprovalRequestHistoryControllerService.php',
  223.             'AppBundle\\Controller\\Admin\\Base\\BaseController' => 'getBaseControllerService.php',
  224.             'AppBundle\\Controller\\Admin\\Base\\FacilityArticleBaseController' => 'getFacilityArticleBaseControllerService.php',
  225.             'AppBundle\\Controller\\Admin\\Base\\FacilityBaseController' => 'getFacilityBaseControllerService.php',
  226.             'AppBundle\\Controller\\Admin\\Base\\FacilityMasterBaseController' => 'getFacilityMasterBaseControllerService.php',
  227.             'AppBundle\\Controller\\Admin\\Base\\ImportBaseController' => 'getImportBaseControllerService.php',
  228.             'AppBundle\\Controller\\Admin\\Base\\MasterArticleBaseController' => 'getMasterArticleBaseControllerService.php',
  229.             'AppBundle\\Controller\\Admin\\Base\\MasterBaseController' => 'getMasterBaseControllerService.php',
  230.             'AppBundle\\Controller\\Admin\\Base\\MasterMasterBaseController' => 'getMasterMasterBaseControllerService.php',
  231.             'AppBundle\\Controller\\Admin\\Base\\StaffController' => 'getStaffControllerService.php',
  232.             'AppBundle\\Controller\\Admin\\Facility\\MediaController' => 'getMediaControllerService.php',
  233.             'AppBundle\\Controller\\Admin\\Facility\\UserController' => 'getUserControllerService.php',
  234.             'AppBundle\\Controller\\Admin\\HomeController' => 'getHomeControllerService.php',
  235.             'AppBundle\\Controller\\Admin\\Master\\FacilityContactSettingController' => 'getFacilityContactSettingControllerService.php',
  236.             'AppBundle\\Controller\\Admin\\Master\\FacilityController' => 'getFacilityControllerService.php',
  237.             'AppBundle\\Controller\\Admin\\Master\\Maintenance\\LogController' => 'getLogControllerService.php',
  238.             'AppBundle\\Controller\\Admin\\Master\\Maintenance\\MailTestController' => 'getMailTestControllerService.php',
  239.             'AppBundle\\Controller\\Admin\\Master\\Maintenance\\MenuController' => 'getMenuControllerService.php',
  240.             'AppBundle\\Controller\\Admin\\Master\\Maintenance\\PhpinfoController' => 'getPhpinfoControllerService.php',
  241.             'AppBundle\\Controller\\Admin\\Master\\Maintenance\\PluginController' => 'getPluginControllerService.php',
  242.             'AppBundle\\Controller\\Admin\\Master\\Maintenance\\RoutingController' => 'getRoutingControllerService.php',
  243.             'AppBundle\\Controller\\Admin\\Master\\Maintenance\\SystemController' => 'getSystemControllerService.php',
  244.             'AppBundle\\Controller\\Admin\\Master\\Maintenance\\TopMenuController' => 'getTopMenuControllerService.php',
  245.             'AppBundle\\Controller\\Admin\\Master\\Maintenance\\TopPageController' => 'getTopPageControllerService.php',
  246.             'AppBundle\\Controller\\Admin\\Master\\MasterAreaController' => 'getMasterAreaControllerService.php',
  247.             'AppBundle\\Controller\\Admin\\Master\\MasterLanguageController' => 'getMasterLanguageControllerService.php',
  248.             'AppBundle\\Controller\\Admin\\Master\\MasterPrefectureController' => 'getMasterPrefectureControllerService.php',
  249.             'AppBundle\\Controller\\Admin\\Master\\UserController' => 'getUserController2Service.php',
  250.             'AppBundle\\Controller\\Admin\\Master\\UserGroupController' => 'getUserGroupControllerService.php',
  251.             'AppBundle\\Controller\\Admin\\Master\\UserPrivilegeController' => 'getUserPrivilegeControllerService.php',
  252.             'AppBundle\\Controller\\Admin\\Media\\CategoryController' => 'getCategoryControllerService.php',
  253.             'AppBundle\\Controller\\Admin\\Media\\ItemController' => 'getItemControllerService.php',
  254.             'AppBundle\\Controller\\Admin\\Media\\TagController' => 'getTagControllerService.php',
  255.             'AppBundle\\Controller\\Admin\\Param\\ParamController' => 'getParamControllerService.php',
  256.             'AppBundle\\Controller\\Admin\\Param\\ParamMasterController' => 'getParamMasterControllerService.php',
  257.             'AppBundle\\Controller\\Admin\\Param\\SectionController' => 'getSectionControllerService.php',
  258.             'AppBundle\\Controller\\Admin\\ProtectedFileController' => 'getProtectedFileControllerService.php',
  259.             'AppBundle\\Controller\\Admin\\Revision\\RevisionController' => 'getRevisionControllerService.php',
  260.             'AppBundle\\Controller\\Admin\\SecurityController' => 'getSecurityControllerService.php',
  261.             'AppBundle\\Controller\\Api\\AssetController' => 'getAssetControllerService.php',
  262.             'AppBundle\\Controller\\Api\\DefaultController' => 'getDefaultControllerService.php',
  263.             'AppBundle\\Controller\\Api\\MediaController' => 'getMediaController2Service.php',
  264.             'AppBundle\\Controller\\Api\\PageBuilderController' => 'getPageBuilderControllerService.php',
  265.             'AppBundle\\Controller\\AutoRouteController' => 'getAutoRouteControllerService.php',
  266.             'AppBundle\\Controller\\BaseController' => 'getBaseController2Service.php',
  267.             'AppBundle\\Controller\\FacilityDisplayBaseController' => 'getFacilityDisplayBaseControllerService.php',
  268.             'AppBundle\\Controller\\SetupController' => 'getSetupControllerService.php',
  269.             'AppBundle\\EventListener\\ExceptionListener' => 'getExceptionListenerService.php',
  270.             'AppBundle\\Form\\Admin\\Approval\\ApprovalRequestType' => 'getApprovalRequestTypeService.php',
  271.             'AppBundle\\Form\\Admin\\Facility\\ChangePasswordType' => 'getChangePasswordTypeService.php',
  272.             'AppBundle\\Form\\Admin\\Facility\\ProfileType' => 'getProfileTypeService.php',
  273.             'AppBundle\\Form\\Admin\\Facility\\RegistrationType' => 'getRegistrationTypeService.php',
  274.             'AppBundle\\Security\\CustomVoter' => 'getCustomVoterService.php',
  275.             'AppBundle\\Validator\\Constraints\\AlphaDashValidator' => 'getAlphaDashValidatorService.php',
  276.             'AppBundle\\Validator\\Constraints\\AlphaNumValidator' => 'getAlphaNumValidatorService.php',
  277.             'AppBundle\\Validator\\Constraints\\AlphaValidator' => 'getAlphaValidatorService.php',
  278.             'AppBundle\\Validator\\Constraints\\BlockConfirmedValidator' => 'getBlockConfirmedValidatorService.php',
  279.             'AppBundle\\Validator\\Constraints\\ConfirmedValidator' => 'getConfirmedValidatorService.php',
  280.             'AppBundle\\Validator\\Constraints\\DateRangeValidator' => 'getDateRangeValidatorService.php',
  281.             'AppBundle\\Validator\\Constraints\\DateValidator' => 'getDateValidatorService.php',
  282.             'AppBundle\\Validator\\Constraints\\EmailValidator' => 'getEmailValidatorService.php',
  283.             'AppBundle\\Validator\\Constraints\\EncodeConvertibleValidator' => 'getEncodeConvertibleValidatorService.php',
  284.             'AppBundle\\Validator\\Constraints\\HiraganaValidator' => 'getHiraganaValidatorService.php',
  285.             'AppBundle\\Validator\\Constraints\\KatakanaValidator' => 'getKatakanaValidatorService.php',
  286.             'AppBundle\\Validator\\Constraints\\NumericValidator' => 'getNumericValidatorService.php',
  287.             'AppBundle\\Validator\\Constraints\\PhoneJpValidator' => 'getPhoneJpValidatorService.php',
  288.             'AppBundle\\Validator\\Constraints\\ReCaptchaV3Validator' => 'getReCaptchaV3ValidatorService.php',
  289.             'AppBundle\\Validator\\Constraints\\TimeValidator' => 'getTimeValidatorService.php',
  290.             'AppBundle\\Validator\\Constraints\\ZipJpValidator' => 'getZipJpValidatorService.php',
  291.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  292.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  293.             'annotations.cache' => 'getAnnotations_CacheService.php',
  294.             'annotations.cache_warmer' => 'getAnnotations_CacheWarmerService.php',
  295.             'app.approval_handler_collection' => 'getApp_ApprovalHandlerCollectionService.php',
  296.             'app.approval_manager' => 'getApp_ApprovalManagerService.php',
  297.             'app.auth_interactive_login_handler' => 'getApp_AuthInteractiveLoginHandlerService.php',
  298.             'app.config' => 'getApp_ConfigService.php',
  299.             'app.content_manager' => 'getApp_ContentManagerService.php',
  300.             'app.deepl_translator' => 'getApp_DeeplTranslatorService.php',
  301.             'app.form.change_password' => 'getApp_Form_ChangePasswordService.php',
  302.             'app.form.profile' => 'getApp_Form_ProfileService.php',
  303.             'app.form.registration' => 'getApp_Form_RegistrationService.php',
  304.             'app.global' => 'getApp_GlobalService.php',
  305.             'app.global_param_helper' => 'getApp_GlobalParamHelperService.php',
  306.             'app.helper.admin_common_helper' => 'getApp_Helper_AdminCommonHelperService.php',
  307.             'app.helper.admin_menu_helper' => 'getApp_Helper_AdminMenuHelperService.php',
  308.             'app.helper.auth_helper' => 'getApp_Helper_AuthHelperService.php',
  309.             'app.helper.config_helper' => 'getApp_Helper_ConfigHelperService.php',
  310.             'app.helper.file_helper' => 'getApp_Helper_FileHelperService.php',
  311.             'app.helper.global_helper' => 'getApp_Helper_GlobalHelperService.php',
  312.             'app.helper.html_helper' => 'getApp_Helper_HtmlHelperService.php',
  313.             'app.helper.image_helper' => 'getApp_Helper_ImageHelperService.php',
  314.             'app.helper.import_helper' => 'getApp_Helper_ImportHelperService.php',
  315.             'app.helper.script_loader' => 'getApp_Helper_ScriptLoaderService.php',
  316.             'app.helper.stack_helper' => 'getApp_Helper_StackHelperService.php',
  317.             'app.helper.view_helper' => 'getApp_Helper_ViewHelperService.php',
  318.             'app.import_manager' => 'getApp_ImportManagerService.php',
  319.             'app.media_item_approval_handler' => 'getApp_MediaItemApprovalHandlerService.php',
  320.             'app.media_manager' => 'getApp_MediaManagerService.php',
  321.             'app.media_usage_tracker' => 'getApp_MediaUsageTrackerService.php',
  322.             'app.mobile_detect' => 'getApp_MobileDetectService.php',
  323.             'app.multilingual_listener' => 'getApp_MultilingualListenerService.php',
  324.             'app.page_builder_factory' => 'getApp_PageBuilderFactoryService.php',
  325.             'app.param_helper' => 'getApp_ParamHelperService.php',
  326.             'app.param_loader_factory' => 'getApp_ParamLoaderFactoryService.php',
  327.             'app.param_loader_factory_helper' => 'getApp_ParamLoaderFactoryHelperService.php',
  328.             'app.param_manager' => 'getApp_ParamManagerService.php',
  329.             'app.remote_storage_manager' => 'getApp_RemoteStorageManagerService.php',
  330.             'app.setting_param' => 'getApp_SettingParamService.php',
  331.             'app.setting_param_helper' => 'getApp_SettingParamHelperService.php',
  332.             'app.validator.custom_unique' => 'getApp_Validator_CustomUniqueService.php',
  333.             'app.validator.facility_unique' => 'getApp_Validator_FacilityUniqueService.php',
  334.             'app.validator.unique' => 'getApp_Validator_UniqueService.php',
  335.             'argument_resolver.default' => 'getArgumentResolver_DefaultService.php',
  336.             'argument_resolver.request' => 'getArgumentResolver_RequestService.php',
  337.             'argument_resolver.request_attribute' => 'getArgumentResolver_RequestAttributeService.php',
  338.             'argument_resolver.service' => 'getArgumentResolver_ServiceService.php',
  339.             'argument_resolver.session' => 'getArgumentResolver_SessionService.php',
  340.             'argument_resolver.variadic' => 'getArgumentResolver_VariadicService.php',
  341.             'cache.default_clearer' => 'getCache_DefaultClearerService.php',
  342.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  343.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  344.             'cache_clearer' => 'getCacheClearerService.php',
  345.             'cache_warmer' => 'getCacheWarmerService.php',
  346.             'config.resource.self_checking_resource_checker' => 'getConfig_Resource_SelfCheckingResourceCheckerService.php',
  347.             'console.command.about' => 'getConsole_Command_AboutService.php',
  348.             'console.command.appbundle_command_clearlogscommand' => 'getConsole_Command_AppbundleCommandClearlogscommandService.php',
  349.             'console.command.appbundle_command_installbundlecommand' => 'getConsole_Command_AppbundleCommandInstallbundlecommandService.php',
  350.             'console.command.appbundle_command_registerbundlecommand' => 'getConsole_Command_AppbundleCommandRegisterbundlecommandService.php',
  351.             'console.command.appbundle_command_registerexistingbundlescommand' => 'getConsole_Command_AppbundleCommandRegisterexistingbundlescommandService.php',
  352.             'console.command.appbundle_command_registerprefecturescommand' => 'getConsole_Command_AppbundleCommandRegisterprefecturescommandService.php',
  353.             'console.command.appbundle_command_runuploadqueuecommand' => 'getConsole_Command_AppbundleCommandRunuploadqueuecommandService.php',
  354.             'console.command.appbundle_command_schemaupdatecommand' => 'getConsole_Command_AppbundleCommandSchemaupdatecommandService.php',
  355.             'console.command.appbundle_command_sendtestmailcommand' => 'getConsole_Command_AppbundleCommandSendtestmailcommandService.php',
  356.             'console.command.appbundle_command_updatebundleloadercommand' => 'getConsole_Command_AppbundleCommandUpdatebundleloadercommandService.php',
  357.             'console.command.appbundle_command_updateprivilegescommand' => 'getConsole_Command_AppbundleCommandUpdateprivilegescommandService.php',
  358.             'console.command.assets_install' => 'getConsole_Command_AssetsInstallService.php',
  359.             'console.command.cache_clear' => 'getConsole_Command_CacheClearService.php',
  360.             'console.command.cache_pool_clear' => 'getConsole_Command_CachePoolClearService.php',
  361.             'console.command.cache_pool_prune' => 'getConsole_Command_CachePoolPruneService.php',
  362.             'console.command.cache_warmup' => 'getConsole_Command_CacheWarmupService.php',
  363.             'console.command.config_debug' => 'getConsole_Command_ConfigDebugService.php',
  364.             'console.command.config_dump_reference' => 'getConsole_Command_ConfigDumpReferenceService.php',
  365.             'console.command.container_debug' => 'getConsole_Command_ContainerDebugService.php',
  366.             'console.command.debug_autowiring' => 'getConsole_Command_DebugAutowiringService.php',
  367.             'console.command.event_dispatcher_debug' => 'getConsole_Command_EventDispatcherDebugService.php',
  368.             'console.command.form_debug' => 'getConsole_Command_FormDebugService.php',
  369.             'console.command.router_debug' => 'getConsole_Command_RouterDebugService.php',
  370.             'console.command.router_match' => 'getConsole_Command_RouterMatchService.php',
  371.             'console.command.translation_debug' => 'getConsole_Command_TranslationDebugService.php',
  372.             'console.command.translation_update' => 'getConsole_Command_TranslationUpdateService.php',
  373.             'console.command.xliff_lint' => 'getConsole_Command_XliffLintService.php',
  374.             'console.command.yaml_lint' => 'getConsole_Command_YamlLintService.php',
  375.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  376.             'console.error_listener' => 'getConsole_ErrorListenerService.php',
  377.             'custom.custom_helper' => 'getCustom_CustomHelperService.php',
  378.             'debug.dump_listener' => 'getDebug_DumpListenerService.php',
  379.             'debug.file_link_formatter.url_format' => 'getDebug_FileLinkFormatter_UrlFormatService.php',
  380.             'debug.templating.engine.php' => 'getDebug_Templating_Engine_PhpService.php',
  381.             'dependency_injection.config.container_parameters_resource_checker' => 'getDependencyInjection_Config_ContainerParametersResourceCheckerService.php',
  382.             'deprecated.form.registry' => 'getDeprecated_Form_RegistryService.php',
  383.             'deprecated.form.registry.csrf' => 'getDeprecated_Form_Registry_CsrfService.php',
  384.             'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService.php',
  385.             'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService.php',
  386.             'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService.php',
  387.             'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService.php',
  388.             'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService.php',
  389.             'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService.php',
  390.             'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService.php',
  391.             'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService.php',
  392.             'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService.php',
  393.             'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService.php',
  394.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService.php',
  395.             'doctrine.dbal.default_regex_schema_filter' => 'getDoctrine_Dbal_DefaultRegexSchemaFilterService.php',
  396.             'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService.php',
  397.             'doctrine.fixtures_load_command' => 'getDoctrine_FixturesLoadCommandService.php',
  398.             'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService.php',
  399.             'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService.php',
  400.             'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService.php',
  401.             'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService.php',
  402.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService.php',
  403.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService.php',
  404.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService.php',
  405.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService.php',
  406.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
  407.             'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php',
  408.             'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php',
  409.             'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService.php',
  410.             'doctrine.orm.proxy_cache_warmer' => 'getDoctrine_Orm_ProxyCacheWarmerService.php',
  411.             'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService.php',
  412.             'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService.php',
  413.             'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService.php',
  414.             'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService.php',
  415.             'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService.php',
  416.             'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService.php',
  417.             'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService.php',
  418.             'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService.php',
  419.             'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService.php',
  420.             'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService.php',
  421.             'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService.php',
  422.             'doctrine_migrations.diff_command' => 'getDoctrineMigrations_DiffCommandService.php',
  423.             'doctrine_migrations.execute_command' => 'getDoctrineMigrations_ExecuteCommandService.php',
  424.             'doctrine_migrations.generate_command' => 'getDoctrineMigrations_GenerateCommandService.php',
  425.             'doctrine_migrations.latest_command' => 'getDoctrineMigrations_LatestCommandService.php',
  426.             'doctrine_migrations.migrate_command' => 'getDoctrineMigrations_MigrateCommandService.php',
  427.             'doctrine_migrations.status_command' => 'getDoctrineMigrations_StatusCommandService.php',
  428.             'doctrine_migrations.version_command' => 'getDoctrineMigrations_VersionCommandService.php',
  429.             'form.factory' => 'getForm_FactoryService.php',
  430.             'form.registry' => 'getForm_RegistryService.php',
  431.             'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService.php',
  432.             'form.server_params' => 'getForm_ServerParamsService.php',
  433.             'form.type.birthday' => 'getForm_Type_BirthdayService.php',
  434.             'form.type.button' => 'getForm_Type_ButtonService.php',
  435.             'form.type.checkbox' => 'getForm_Type_CheckboxService.php',
  436.             'form.type.choice' => 'getForm_Type_ChoiceService.php',
  437.             'form.type.collection' => 'getForm_Type_CollectionService.php',
  438.             'form.type.country' => 'getForm_Type_CountryService.php',
  439.             'form.type.currency' => 'getForm_Type_CurrencyService.php',
  440.             'form.type.date' => 'getForm_Type_DateService.php',
  441.             'form.type.datetime' => 'getForm_Type_DatetimeService.php',
  442.             'form.type.email' => 'getForm_Type_EmailService.php',
  443.             'form.type.entity' => 'getForm_Type_EntityService.php',
  444.             'form.type.file' => 'getForm_Type_FileService.php',
  445.             'form.type.form' => 'getForm_Type_FormService.php',
  446.             'form.type.hidden' => 'getForm_Type_HiddenService.php',
  447.             'form.type.integer' => 'getForm_Type_IntegerService.php',
  448.             'form.type.language' => 'getForm_Type_LanguageService.php',
  449.             'form.type.locale' => 'getForm_Type_LocaleService.php',
  450.             'form.type.money' => 'getForm_Type_MoneyService.php',
  451.             'form.type.number' => 'getForm_Type_NumberService.php',
  452.             'form.type.password' => 'getForm_Type_PasswordService.php',
  453.             'form.type.percent' => 'getForm_Type_PercentService.php',
  454.             'form.type.radio' => 'getForm_Type_RadioService.php',
  455.             'form.type.range' => 'getForm_Type_RangeService.php',
  456.             'form.type.repeated' => 'getForm_Type_RepeatedService.php',
  457.             'form.type.reset' => 'getForm_Type_ResetService.php',
  458.             'form.type.search' => 'getForm_Type_SearchService.php',
  459.             'form.type.submit' => 'getForm_Type_SubmitService.php',
  460.             'form.type.text' => 'getForm_Type_TextService.php',
  461.             'form.type.textarea' => 'getForm_Type_TextareaService.php',
  462.             'form.type.time' => 'getForm_Type_TimeService.php',
  463.             'form.type.timezone' => 'getForm_Type_TimezoneService.php',
  464.             'form.type.url' => 'getForm_Type_UrlService.php',
  465.             'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService.php',
  466.             'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService.php',
  467.             'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService.php',
  468.             'form.type_extension.form.transformation_failure_handling' => 'getForm_TypeExtension_Form_TransformationFailureHandlingService.php',
  469.             'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService.php',
  470.             'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService.php',
  471.             'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService.php',
  472.             'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService.php',
  473.             'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService.php',
  474.             'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService.php',
  475.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  476.             'fos_user.change_password.form.factory' => 'getFosUser_ChangePassword_Form_FactoryService.php',
  477.             'fos_user.change_password.form.type' => 'getFosUser_ChangePassword_Form_TypeService.php',
  478.             'fos_user.command.activate_user' => 'getFosUser_Command_ActivateUserService.php',
  479.             'fos_user.command.change_password' => 'getFosUser_Command_ChangePasswordService.php',
  480.             'fos_user.command.create_user' => 'getFosUser_Command_CreateUserService.php',
  481.             'fos_user.command.deactivate_user' => 'getFosUser_Command_DeactivateUserService.php',
  482.             'fos_user.command.demote_user' => 'getFosUser_Command_DemoteUserService.php',
  483.             'fos_user.command.promote_user' => 'getFosUser_Command_PromoteUserService.php',
  484.             'fos_user.listener.authentication' => 'getFosUser_Listener_AuthenticationService.php',
  485.             'fos_user.listener.flash' => 'getFosUser_Listener_FlashService.php',
  486.             'fos_user.listener.resetting' => 'getFosUser_Listener_ResettingService.php',
  487.             'fos_user.mailer' => 'getFosUser_MailerService.php',
  488.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  489.             'fos_user.profile.form.factory' => 'getFosUser_Profile_Form_FactoryService.php',
  490.             'fos_user.profile.form.type' => 'getFosUser_Profile_Form_TypeService.php',
  491.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  492.             'fos_user.registration.form.factory' => 'getFosUser_Registration_Form_FactoryService.php',
  493.             'fos_user.registration.form.type' => 'getFosUser_Registration_Form_TypeService.php',
  494.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  495.             'fos_user.resetting.form.factory' => 'getFosUser_Resetting_Form_FactoryService.php',
  496.             'fos_user.resetting.form.type' => 'getFosUser_Resetting_Form_TypeService.php',
  497.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  498.             'fos_user.security.interactive_login_listener' => 'getFosUser_Security_InteractiveLoginListenerService.php',
  499.             'fos_user.security.login_manager' => 'getFosUser_Security_LoginManagerService.php',
  500.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  501.             'fos_user.user_provider.username_email' => 'getFosUser_UserProvider_UsernameEmailService.php',
  502.             'fos_user.username_form_type' => 'getFosUser_UsernameFormTypeService.php',
  503.             'fos_user.util.password_updater' => 'getFosUser_Util_PasswordUpdaterService.php',
  504.             'fos_user.util.token_generator' => 'getFosUser_Util_TokenGeneratorService.php',
  505.             'fos_user.util.user_manipulator' => 'getFosUser_Util_UserManipulatorService.php',
  506.             'fragment.handler' => 'getFragment_HandlerService.php',
  507.             'fragment.renderer.hinclude' => 'getFragment_Renderer_HincludeService.php',
  508.             'fragment.renderer.inline' => 'getFragment_Renderer_InlineService.php',
  509.             'jms_serializer' => 'getJmsSerializerService.php',
  510.             'jms_serializer.accessor_strategy' => 'getJmsSerializer_AccessorStrategyService.php',
  511.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService.php',
  512.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService.php',
  513.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService.php',
  514.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService.php',
  515.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService.php',
  516.             'jms_serializer.expression_evaluator' => 'getJmsSerializer_ExpressionEvaluatorService.php',
  517.             'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService.php',
  518.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  519.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService.php',
  520.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService.php',
  521.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  522.             'jms_serializer.naming_strategy' => 'getJmsSerializer_NamingStrategyService.php',
  523.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
  524.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService.php',
  525.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService.php',
  526.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService.php',
  527.             'jms_serializer.templating.helper.serializer' => 'getJmsSerializer_Templating_Helper_SerializerService.php',
  528.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  529.             'jms_serializer.unserialize_object_constructor' => 'getJmsSerializer_UnserializeObjectConstructorService.php',
  530.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService.php',
  531.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService.php',
  532.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService.php',
  533.             'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService.php',
  534.             'knp_paginator' => 'getKnpPaginatorService.php',
  535.             'knp_paginator.subscriber.filtration' => 'getKnpPaginator_Subscriber_FiltrationService.php',
  536.             'knp_paginator.subscriber.paginate' => 'getKnpPaginator_Subscriber_PaginateService.php',
  537.             'knp_paginator.subscriber.sortable' => 'getKnpPaginator_Subscriber_SortableService.php',
  538.             'knp_paginator.templating.helper.pagination' => 'getKnpPaginator_Templating_Helper_PaginationService.php',
  539.             'liip_imagine' => 'getLiipImagineService.php',
  540.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php',
  541.             'liip_imagine.binary.loader.prototype.filesystem' => 'getLiipImagine_Binary_Loader_Prototype_FilesystemService.php',
  542.             'liip_imagine.binary.loader.prototype.stream' => 'getLiipImagine_Binary_Loader_Prototype_StreamService.php',
  543.             'liip_imagine.binary.mime_type_guesser' => 'getLiipImagine_Binary_MimeTypeGuesserService.php',
  544.             'liip_imagine.controller' => 'getLiipImagine_ControllerService.php',
  545.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php',
  546.             'liip_imagine.extension_guesser' => 'getLiipImagine_ExtensionGuesserService.php',
  547.             'liip_imagine.filter.loader.auto_rotate' => 'getLiipImagine_Filter_Loader_AutoRotateService.php',
  548.             'liip_imagine.filter.loader.background' => 'getLiipImagine_Filter_Loader_BackgroundService.php',
  549.             'liip_imagine.filter.loader.crop' => 'getLiipImagine_Filter_Loader_CropService.php',
  550.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php',
  551.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php',
  552.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php',
  553.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php',
  554.             'liip_imagine.filter.loader.paste' => 'getLiipImagine_Filter_Loader_PasteService.php',
  555.             'liip_imagine.filter.loader.relative_resize' => 'getLiipImagine_Filter_Loader_RelativeResizeService.php',
  556.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService.php',
  557.             'liip_imagine.filter.loader.resize' => 'getLiipImagine_Filter_Loader_ResizeService.php',
  558.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php',
  559.             'liip_imagine.filter.loader.scale' => 'getLiipImagine_Filter_Loader_ScaleService.php',
  560.             'liip_imagine.filter.loader.strip' => 'getLiipImagine_Filter_Loader_StripService.php',
  561.             'liip_imagine.filter.loader.thumbnail' => 'getLiipImagine_Filter_Loader_ThumbnailService.php',
  562.             'liip_imagine.filter.loader.upscale' => 'getLiipImagine_Filter_Loader_UpscaleService.php',
  563.             'liip_imagine.filter.loader.watermark' => 'getLiipImagine_Filter_Loader_WatermarkService.php',
  564.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php',
  565.             'liip_imagine.filter.post_processor.jpegoptim' => 'getLiipImagine_Filter_PostProcessor_JpegoptimService.php',
  566.             'liip_imagine.filter.post_processor.mozjpeg' => 'getLiipImagine_Filter_PostProcessor_MozjpegService.php',
  567.             'liip_imagine.filter.post_processor.optipng' => 'getLiipImagine_Filter_PostProcessor_OptipngService.php',
  568.             'liip_imagine.filter.post_processor.pngquant' => 'getLiipImagine_Filter_PostProcessor_PngquantService.php',
  569.             'liip_imagine.form.type.image' => 'getLiipImagine_Form_Type_ImageService.php',
  570.             'liip_imagine.mime_type_guesser' => 'getLiipImagine_MimeTypeGuesserService.php',
  571.             'liip_imagine.templating.helper' => 'getLiipImagine_Templating_HelperService.php',
  572.             'mod_contact_form.bundle_setup' => 'getModContactForm_BundleSetupService.php',
  573.             'mod_contact_form.bundle_utility' => 'getModContactForm_BundleUtilityService.php',
  574.             'mod_contact_form.mail_setting_approval_handler' => 'getModContactForm_MailSettingApprovalHandlerService.php',
  575.             'mod_restaurant.bundle_setup' => 'getModRestaurant_BundleSetupService.php',
  576.             'mod_restaurant.bundle_utility' => 'getModRestaurant_BundleUtilityService.php',
  577.             'mod_restaurant.view_helper' => 'getModRestaurant_ViewHelperService.php',
  578.             'mod_sightseeing.bundle_setup' => 'getModSightseeing_BundleSetupService.php',
  579.             'mod_sightseeing.bundle_utility' => 'getModSightseeing_BundleUtilityService.php',
  580.             'mod_sightseeing.entity_listener' => 'getModSightseeing_EntityListenerService.php',
  581.             'mod_sightseeing.item_approval_handler' => 'getModSightseeing_ItemApprovalHandlerService.php',
  582.             'mod_top.bundle_setup' => 'getModTop_BundleSetupService.php',
  583.             'mod_top.bundle_utility' => 'getModTop_BundleUtilityService.php',
  584.             'mod_top.view_helper' => 'getModTop_ViewHelperService.php',
  585.             'mod_topics.bundle_setup' => 'getModTopics_BundleSetupService.php',
  586.             'mod_topics.bundle_utility' => 'getModTopics_BundleUtilityService.php',
  587.             'mod_topics.item_approval_handler' => 'getModTopics_ItemApprovalHandlerService.php',
  588.             'mod_topics.item_entity_listener' => 'getModTopics_ItemEntityListenerService.php',
  589.             'mod_topics.view_helper' => 'getModTopics_ViewHelperService.php',
  590.             'monolog.handler.api' => 'getMonolog_Handler_ApiService.php',
  591.             'monolog.handler.custom' => 'getMonolog_Handler_CustomService.php',
  592.             'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService.php',
  593.             'monolog.logger.api' => 'getMonolog_Logger_ApiService.php',
  594.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService.php',
  595.             'monolog.logger.custom' => 'getMonolog_Logger_CustomService.php',
  596.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService.php',
  597.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService.php',
  598.             'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService.php',
  599.             'property_accessor' => 'getPropertyAccessorService.php',
  600.             'router.cache_warmer' => 'getRouter_CacheWarmerService.php',
  601.             'routing.loader' => 'getRouting_LoaderService.php',
  602.             'security.access.authenticated_voter' => 'getSecurity_Access_AuthenticatedVoterService.php',
  603.             'security.access.expression_voter' => 'getSecurity_Access_ExpressionVoterService.php',
  604.             'security.access.simple_role_voter' => 'getSecurity_Access_SimpleRoleVoterService.php',
  605.             'security.access_listener' => 'getSecurity_AccessListenerService.php',
  606.             'security.access_map' => 'getSecurity_AccessMapService.php',
  607.             'security.authentication.basic_entry_point.setup_util' => 'getSecurity_Authentication_BasicEntryPoint_SetupUtilService.php',
  608.             'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService.php',
  609.             'security.authentication.listener.anonymous.admin_master' => 'getSecurity_Authentication_Listener_Anonymous_AdminMasterService.php',
  610.             'security.authentication.listener.basic.setup_util' => 'getSecurity_Authentication_Listener_Basic_SetupUtilService.php',
  611.             'security.authentication.listener.form.admin_master' => 'getSecurity_Authentication_Listener_Form_AdminMasterService.php',
  612.             'security.authentication.provider.anonymous.admin_master' => 'getSecurity_Authentication_Provider_Anonymous_AdminMasterService.php',
  613.             'security.authentication.provider.dao.admin_master' => 'getSecurity_Authentication_Provider_Dao_AdminMasterService.php',
  614.             'security.authentication.provider.dao.setup_util' => 'getSecurity_Authentication_Provider_Dao_SetupUtilService.php',
  615.             'security.authentication.session_strategy.admin_master' => 'getSecurity_Authentication_SessionStrategy_AdminMasterService.php',
  616.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  617.             'security.channel_listener' => 'getSecurity_ChannelListenerService.php',
  618.             'security.command.user_password_encoder' => 'getSecurity_Command_UserPasswordEncoderService.php',
  619.             'security.context_listener.0' => 'getSecurity_ContextListener_0Service.php',
  620.             'security.context_listener.1' => 'getSecurity_ContextListener_1Service.php',
  621.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  622.             'security.csrf.token_storage' => 'getSecurity_Csrf_TokenStorageService.php',
  623.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService.php',
  624.             'security.firewall.map.context.admin_master' => 'getSecurity_Firewall_Map_Context_AdminMasterService.php',
  625.             'security.firewall.map.context.dev' => 'getSecurity_Firewall_Map_Context_DevService.php',
  626.             'security.firewall.map.context.setup_util' => 'getSecurity_Firewall_Map_Context_SetupUtilService.php',
  627.             'security.http_utils' => 'getSecurity_HttpUtilsService.php',
  628.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  629.             'security.request_matcher.0zb2hdw' => 'getSecurity_RequestMatcher_0zb2hdwService.php',
  630.             'security.request_matcher.bagpchf' => 'getSecurity_RequestMatcher_BagpchfService.php',
  631.             'security.request_matcher.zfhj2lw' => 'getSecurity_RequestMatcher_Zfhj2lwService.php',
  632.             'security.user.provider.concrete.in_memory' => 'getSecurity_User_Provider_Concrete_InMemoryService.php',
  633.             'security.user_checker' => 'getSecurity_UserCheckerService.php',
  634.             'security.user_value_resolver' => 'getSecurity_UserValueResolverService.php',
  635.             'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService.php',
  636.             'sensio_distribution.security_checker' => 'getSensioDistribution_SecurityCheckerService.php',
  637.             'sensio_distribution.security_checker.command' => 'getSensioDistribution_SecurityChecker_CommandService.php',
  638.             'service_locator.g9snvqy' => 'getServiceLocator_G9snvqyService.php',
  639.             'services_resetter' => 'getServicesResetterService.php',
  640.             'session' => 'getSessionService.php',
  641.             'session.handler' => 'getSession_HandlerService.php',
  642.             'session.storage.filesystem' => 'getSession_Storage_FilesystemService.php',
  643.             'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService.php',
  644.             'session.storage.native' => 'getSession_Storage_NativeService.php',
  645.             'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService.php',
  646.             'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService.php',
  647.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  648.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  649.             'swiftmailer.mailer.default.spool' => 'getSwiftmailer_Mailer_Default_SpoolService.php',
  650.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService.php',
  651.             'swiftmailer.mailer.default.transport.eventdispatcher' => 'getSwiftmailer_Mailer_Default_Transport_EventdispatcherService.php',
  652.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  653.             'templating' => 'getTemplatingService.php',
  654.             'templating.cache_warmer.template_paths' => 'getTemplating_CacheWarmer_TemplatePathsService.php',
  655.             'templating.filename_parser' => 'getTemplating_FilenameParserService.php',
  656.             'templating.finder' => 'getTemplating_FinderService.php',
  657.             'templating.globals' => 'getTemplating_GlobalsService.php',
  658.             'templating.helper.actions' => 'getTemplating_Helper_ActionsService.php',
  659.             'templating.helper.assets' => 'getTemplating_Helper_AssetsService.php',
  660.             'templating.helper.code' => 'getTemplating_Helper_CodeService.php',
  661.             'templating.helper.form' => 'getTemplating_Helper_FormService.php',
  662.             'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService.php',
  663.             'templating.helper.request' => 'getTemplating_Helper_RequestService.php',
  664.             'templating.helper.router' => 'getTemplating_Helper_RouterService.php',
  665.             'templating.helper.security' => 'getTemplating_Helper_SecurityService.php',
  666.             'templating.helper.session' => 'getTemplating_Helper_SessionService.php',
  667.             'templating.helper.slots' => 'getTemplating_Helper_SlotsService.php',
  668.             'templating.helper.stopwatch' => 'getTemplating_Helper_StopwatchService.php',
  669.             'templating.helper.translator' => 'getTemplating_Helper_TranslatorService.php',
  670.             'templating.loader' => 'getTemplating_LoaderService.php',
  671.             'translation.dumper.csv' => 'getTranslation_Dumper_CsvService.php',
  672.             'translation.dumper.ini' => 'getTranslation_Dumper_IniService.php',
  673.             'translation.dumper.json' => 'getTranslation_Dumper_JsonService.php',
  674.             'translation.dumper.mo' => 'getTranslation_Dumper_MoService.php',
  675.             'translation.dumper.php' => 'getTranslation_Dumper_PhpService.php',
  676.             'translation.dumper.po' => 'getTranslation_Dumper_PoService.php',
  677.             'translation.dumper.qt' => 'getTranslation_Dumper_QtService.php',
  678.             'translation.dumper.res' => 'getTranslation_Dumper_ResService.php',
  679.             'translation.dumper.xliff' => 'getTranslation_Dumper_XliffService.php',
  680.             'translation.dumper.yml' => 'getTranslation_Dumper_YmlService.php',
  681.             'translation.extractor' => 'getTranslation_ExtractorService.php',
  682.             'translation.extractor.php' => 'getTranslation_Extractor_PhpService.php',
  683.             'translation.loader' => 'getTranslation_LoaderService.php',
  684.             'translation.loader.csv' => 'getTranslation_Loader_CsvService.php',
  685.             'translation.loader.dat' => 'getTranslation_Loader_DatService.php',
  686.             'translation.loader.ini' => 'getTranslation_Loader_IniService.php',
  687.             'translation.loader.json' => 'getTranslation_Loader_JsonService.php',
  688.             'translation.loader.mo' => 'getTranslation_Loader_MoService.php',
  689.             'translation.loader.php' => 'getTranslation_Loader_PhpService.php',
  690.             'translation.loader.po' => 'getTranslation_Loader_PoService.php',
  691.             'translation.loader.qt' => 'getTranslation_Loader_QtService.php',
  692.             'translation.loader.res' => 'getTranslation_Loader_ResService.php',
  693.             'translation.loader.xliff' => 'getTranslation_Loader_XliffService.php',
  694.             'translation.loader.yml' => 'getTranslation_Loader_YmlService.php',
  695.             'translation.reader' => 'getTranslation_ReaderService.php',
  696.             'translation.warmer' => 'getTranslation_WarmerService.php',
  697.             'translation.writer' => 'getTranslation_WriterService.php',
  698.             'twig.cache_warmer' => 'getTwig_CacheWarmerService.php',
  699.             'twig.command.debug' => 'getTwig_Command_DebugService.php',
  700.             'twig.command.lint' => 'getTwig_Command_LintService.php',
  701.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  702.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  703.             'twig.exception_listener' => 'getTwig_ExceptionListenerService.php',
  704.             'twig.form.renderer' => 'getTwig_Form_RendererService.php',
  705.             'twig.runtime.httpkernel' => 'getTwig_Runtime_HttpkernelService.php',
  706.             'twig.template_cache_warmer' => 'getTwig_TemplateCacheWarmerService.php',
  707.             'twig.translation.extractor' => 'getTwig_Translation_ExtractorService.php',
  708.             'validator.admin_user_password_validator' => 'getValidator_AdminUserPasswordValidatorService.php',
  709.             'validator.email' => 'getValidator_EmailService.php',
  710.             'validator.expression' => 'getValidator_ExpressionService.php',
  711.             'validator.mapping.cache_warmer' => 'getValidator_Mapping_CacheWarmerService.php',
  712.             'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService.php',
  713.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  714.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  715.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  716.             'web_server.command.server_log' => 'getWebServer_Command_ServerLogService.php',
  717.             'web_server.command.server_run' => 'getWebServer_Command_ServerRunService.php',
  718.             'web_server.command.server_start' => 'getWebServer_Command_ServerStartService.php',
  719.             'web_server.command.server_status' => 'getWebServer_Command_ServerStatusService.php',
  720.             'web_server.command.server_stop' => 'getWebServer_Command_ServerStopService.php',
  721.         ];
  722.         $this->privates = [
  723.             'Knp\\Component\\Pager\\PaginatorInterface' => true,
  724.             'fos_user.util.username_canonicalizer' => true,
  725.             'security.authentication.session_strategy.setup_util' => true,
  726.             'session.storage' => true,
  727.             'swiftmailer.mailer' => true,
  728.             'swiftmailer.plugin.messagelogger' => true,
  729.             'swiftmailer.spool' => true,
  730.             'swiftmailer.transport' => true,
  731.             'swiftmailer.transport.real' => true,
  732.             'AppBundle\\DataCollector\\CustomRequestDataCollector' => true,
  733.             'AppBundle\\EventListener\\ExceptionListener' => true,
  734.             'AppBundle\\Form\\Admin\\Approval\\ApprovalRequestType' => true,
  735.             'AppBundle\\Form\\Admin\\Facility\\ChangePasswordType' => true,
  736.             'AppBundle\\Form\\Admin\\Facility\\ProfileType' => true,
  737.             'AppBundle\\Form\\Admin\\Facility\\RegistrationType' => true,
  738.             'AppBundle\\Security\\CustomVoter' => true,
  739.             'AppBundle\\Validator\\Constraints\\AlphaDashValidator' => true,
  740.             'AppBundle\\Validator\\Constraints\\AlphaNumValidator' => true,
  741.             'AppBundle\\Validator\\Constraints\\AlphaValidator' => true,
  742.             'AppBundle\\Validator\\Constraints\\BlockConfirmedValidator' => true,
  743.             'AppBundle\\Validator\\Constraints\\ConfirmedValidator' => true,
  744.             'AppBundle\\Validator\\Constraints\\DateRangeValidator' => true,
  745.             'AppBundle\\Validator\\Constraints\\DateValidator' => true,
  746.             'AppBundle\\Validator\\Constraints\\EmailValidator' => true,
  747.             'AppBundle\\Validator\\Constraints\\EncodeConvertibleValidator' => true,
  748.             'AppBundle\\Validator\\Constraints\\HiraganaValidator' => true,
  749.             'AppBundle\\Validator\\Constraints\\KatakanaValidator' => true,
  750.             'AppBundle\\Validator\\Constraints\\NumericValidator' => true,
  751.             'AppBundle\\Validator\\Constraints\\PhoneJpValidator' => true,
  752.             'AppBundle\\Validator\\Constraints\\ReCaptchaV3Validator' => true,
  753.             'AppBundle\\Validator\\Constraints\\TimeValidator' => true,
  754.             'AppBundle\\Validator\\Constraints\\ZipJpValidator' => true,
  755.             'annotation_reader' => true,
  756.             'annotations.cache' => true,
  757.             'annotations.cache_warmer' => true,
  758.             'annotations.reader' => true,
  759.             'app.auth_interactive_login_handler' => true,
  760.             'app.form.change_password' => true,
  761.             'app.form.profile' => true,
  762.             'app.form.registration' => true,
  763.             'app.global_param_helper' => true,
  764.             'app.helper.admin_common_helper' => true,
  765.             'app.helper.admin_menu_helper' => true,
  766.             'app.helper.file_helper' => true,
  767.             'app.helper.html_helper' => true,
  768.             'app.helper.image_helper' => true,
  769.             'app.helper.script_loader' => true,
  770.             'app.kernel_event_listener' => true,
  771.             'app.multilingual_listener' => true,
  772.             'app.param_helper' => true,
  773.             'app.validator.custom_unique' => true,
  774.             'app.validator.facility_unique' => true,
  775.             'app.validator.unique' => true,
  776.             'argument_metadata_factory' => true,
  777.             'argument_resolver.default' => true,
  778.             'argument_resolver.request' => true,
  779.             'argument_resolver.request_attribute' => true,
  780.             'argument_resolver.service' => true,
  781.             'argument_resolver.session' => true,
  782.             'argument_resolver.variadic' => true,
  783.             'assets.context' => true,
  784.             'assets.packages' => true,
  785.             'cache.annotations' => true,
  786.             'cache.default_clearer' => true,
  787.             'cache.doctrine.orm.default.metadata' => true,
  788.             'cache.doctrine.orm.default.query' => true,
  789.             'cache.doctrine.orm.default.result' => true,
  790.             'cache.serializer' => true,
  791.             'cache.validator' => true,
  792.             'config.resource.self_checking_resource_checker' => true,
  793.             'config_cache_factory' => true,
  794.             'console.command.about' => true,
  795.             'console.command.assets_install' => true,
  796.             'console.command.cache_clear' => true,
  797.             'console.command.cache_pool_clear' => true,
  798.             'console.command.cache_pool_prune' => true,
  799.             'console.command.cache_warmup' => true,
  800.             'console.command.config_debug' => true,
  801.             'console.command.config_dump_reference' => true,
  802.             'console.command.container_debug' => true,
  803.             'console.command.debug_autowiring' => true,
  804.             'console.command.event_dispatcher_debug' => true,
  805.             'console.command.form_debug' => true,
  806.             'console.command.router_debug' => true,
  807.             'console.command.router_match' => true,
  808.             'console.command.translation_debug' => true,
  809.             'console.command.translation_update' => true,
  810.             'console.command.xliff_lint' => true,
  811.             'console.command.yaml_lint' => true,
  812.             'console.error_listener' => true,
  813.             'controller_name_converter' => true,
  814.             'custom.locale.listener' => true,
  815.             'data_collector.form' => true,
  816.             'data_collector.form.extractor' => true,
  817.             'data_collector.request' => true,
  818.             'data_collector.router' => true,
  819.             'data_collector.translation' => true,
  820.             'debug.argument_resolver' => true,
  821.             'debug.controller_resolver' => true,
  822.             'debug.debug_handlers_listener' => true,
  823.             'debug.dump_listener' => true,
  824.             'debug.event_dispatcher' => true,
  825.             'debug.file_link_formatter' => true,
  826.             'debug.file_link_formatter.url_format' => true,
  827.             'debug.log_processor' => true,
  828.             'debug.security.access.decision_manager' => true,
  829.             'debug.stopwatch' => true,
  830.             'debug.templating.engine.php' => true,
  831.             'dependency_injection.config.container_parameters_resource_checker' => true,
  832.             'deprecated.form.registry' => true,
  833.             'deprecated.form.registry.csrf' => true,
  834.             'doctrine.cache_clear_metadata_command' => true,
  835.             'doctrine.cache_clear_query_cache_command' => true,
  836.             'doctrine.cache_clear_result_command' => true,
  837.             'doctrine.cache_collection_region_command' => true,
  838.             'doctrine.clear_entity_region_command' => true,
  839.             'doctrine.clear_query_region_command' => true,
  840.             'doctrine.database_create_command' => true,
  841.             'doctrine.database_drop_command' => true,
  842.             'doctrine.database_import_command' => true,
  843.             'doctrine.dbal.connection_factory' => true,
  844.             'doctrine.dbal.default_regex_schema_filter' => true,
  845.             'doctrine.dbal.logger.profiling.default' => true,
  846.             'doctrine.ensure_production_settings_command' => true,
  847.             'doctrine.fixtures_load_command' => true,
  848.             'doctrine.generate_entities_command' => true,
  849.             'doctrine.mapping_convert_command' => true,
  850.             'doctrine.mapping_import_command' => true,
  851.             'doctrine.mapping_info_command' => true,
  852.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => true,
  853.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => true,
  854.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => true,
  855.             'doctrine.orm.default_entity_manager.property_info_extractor' => true,
  856.             'doctrine.orm.default_listeners.attach_entity_listeners' => true,
  857.             'doctrine.orm.default_manager_configurator' => true,
  858.             'doctrine.orm.proxy_cache_warmer' => true,
  859.             'doctrine.orm.validator.unique' => true,
  860.             'doctrine.orm.validator_initializer' => true,
  861.             'doctrine.query_dql_command' => true,
  862.             'doctrine.query_sql_command' => true,
  863.             'doctrine.schema_create_command' => true,
  864.             'doctrine.schema_drop_command' => true,
  865.             'doctrine.schema_update_command' => true,
  866.             'doctrine.schema_validate_command' => true,
  867.             'doctrine_cache.contains_command' => true,
  868.             'doctrine_cache.delete_command' => true,
  869.             'doctrine_cache.flush_command' => true,
  870.             'doctrine_cache.stats_command' => true,
  871.             'doctrine_migrations.diff_command' => true,
  872.             'doctrine_migrations.execute_command' => true,
  873.             'doctrine_migrations.generate_command' => true,
  874.             'doctrine_migrations.latest_command' => true,
  875.             'doctrine_migrations.migrate_command' => true,
  876.             'doctrine_migrations.status_command' => true,
  877.             'doctrine_migrations.version_command' => true,
  878.             'file_locator' => true,
  879.             'form.registry' => true,
  880.             'form.resolved_type_factory' => true,
  881.             'form.server_params' => true,
  882.             'form.type.choice' => true,
  883.             'form.type.entity' => true,
  884.             'form.type.form' => true,
  885.             'form.type_extension.csrf' => true,
  886.             'form.type_extension.form.data_collector' => true,
  887.             'form.type_extension.form.http_foundation' => true,
  888.             'form.type_extension.form.transformation_failure_handling' => true,
  889.             'form.type_extension.form.validator' => true,
  890.             'form.type_extension.repeated.validator' => true,
  891.             'form.type_extension.submit.validator' => true,
  892.             'form.type_extension.upload.validator' => true,
  893.             'form.type_guesser.doctrine' => true,
  894.             'form.type_guesser.validator' => true,
  895.             'fos_user.change_password.form.factory' => true,
  896.             'fos_user.change_password.form.type' => true,
  897.             'fos_user.command.activate_user' => true,
  898.             'fos_user.command.change_password' => true,
  899.             'fos_user.command.create_user' => true,
  900.             'fos_user.command.deactivate_user' => true,
  901.             'fos_user.command.demote_user' => true,
  902.             'fos_user.command.promote_user' => true,
  903.             'fos_user.listener.authentication' => true,
  904.             'fos_user.listener.flash' => true,
  905.             'fos_user.listener.resetting' => true,
  906.             'fos_user.mailer' => true,
  907.             'fos_user.profile.form.factory' => true,
  908.             'fos_user.profile.form.type' => true,
  909.             'fos_user.registration.form.factory' => true,
  910.             'fos_user.registration.form.type' => true,
  911.             'fos_user.resetting.form.factory' => true,
  912.             'fos_user.resetting.form.type' => true,
  913.             'fos_user.security.interactive_login_listener' => true,
  914.             'fos_user.security.login_manager' => true,
  915.             'fos_user.user_provider.username_email' => true,
  916.             'fos_user.username_form_type' => true,
  917.             'fos_user.util.canonical_fields_updater' => true,
  918.             'fos_user.util.email_canonicalizer' => true,
  919.             'fos_user.util.password_updater' => true,
  920.             'fos_user.util.token_generator' => true,
  921.             'fos_user.util.user_manipulator' => true,
  922.             'fragment.handler' => true,
  923.             'fragment.listener' => true,
  924.             'fragment.renderer.hinclude' => true,
  925.             'fragment.renderer.inline' => true,
  926.             'framework_extra_bundle.argument_name_convertor' => true,
  927.             'framework_extra_bundle.event.is_granted' => true,
  928.             'jms_serializer.accessor_strategy' => true,
  929.             'jms_serializer.expression_evaluator' => true,
  930.             'jms_serializer.handler_registry' => true,
  931.             'jms_serializer.naming_strategy' => true,
  932.             'jms_serializer.templating.helper.serializer' => true,
  933.             'jms_serializer.unserialize_object_constructor' => true,
  934.             'kernel.class_cache.cache_warmer' => true,
  935.             'knp_paginator.helper.processor' => true,
  936.             'knp_paginator.subscriber.filtration' => true,
  937.             'knp_paginator.subscriber.paginate' => true,
  938.             'knp_paginator.subscriber.sliding_pagination' => true,
  939.             'knp_paginator.subscriber.sortable' => true,
  940.             'knp_paginator.templating.helper.pagination' => true,
  941.             'knp_paginator.twig.extension.pagination' => true,
  942.             'liip_imagine' => true,
  943.             'liip_imagine.binary.loader.default' => true,
  944.             'liip_imagine.binary.loader.prototype.filesystem' => true,
  945.             'liip_imagine.binary.loader.prototype.stream' => true,
  946.             'liip_imagine.binary.mime_type_guesser' => true,
  947.             'liip_imagine.cache.manager' => true,
  948.             'liip_imagine.cache.signer' => true,
  949.             'liip_imagine.controller' => true,
  950.             'liip_imagine.data.manager' => true,
  951.             'liip_imagine.extension_guesser' => true,
  952.             'liip_imagine.filter.configuration' => true,
  953.             'liip_imagine.filter.loader.auto_rotate' => true,
  954.             'liip_imagine.filter.loader.background' => true,
  955.             'liip_imagine.filter.loader.crop' => true,
  956.             'liip_imagine.filter.loader.downscale' => true,
  957.             'liip_imagine.filter.loader.flip' => true,
  958.             'liip_imagine.filter.loader.grayscale' => true,
  959.             'liip_imagine.filter.loader.interlace' => true,
  960.             'liip_imagine.filter.loader.paste' => true,
  961.             'liip_imagine.filter.loader.relative_resize' => true,
  962.             'liip_imagine.filter.loader.resample' => true,
  963.             'liip_imagine.filter.loader.resize' => true,
  964.             'liip_imagine.filter.loader.rotate' => true,
  965.             'liip_imagine.filter.loader.scale' => true,
  966.             'liip_imagine.filter.loader.strip' => true,
  967.             'liip_imagine.filter.loader.thumbnail' => true,
  968.             'liip_imagine.filter.loader.upscale' => true,
  969.             'liip_imagine.filter.loader.watermark' => true,
  970.             'liip_imagine.filter.manager' => true,
  971.             'liip_imagine.filter.post_processor.jpegoptim' => true,
  972.             'liip_imagine.filter.post_processor.mozjpeg' => true,
  973.             'liip_imagine.filter.post_processor.optipng' => true,
  974.             'liip_imagine.filter.post_processor.pngquant' => true,
  975.             'liip_imagine.form.type.image' => true,
  976.             'liip_imagine.mime_type_guesser' => true,
  977.             'liip_imagine.templating.helper' => true,
  978.             'locale_listener' => true,
  979.             'logger' => true,
  980.             'mod_restaurant.view_helper' => true,
  981.             'mod_sightseeing.entity_listener' => true,
  982.             'mod_top.view_helper' => true,
  983.             'mod_topics.item_entity_listener' => true,
  984.             'mod_topics.view_helper' => true,
  985.             'monolog.handler.api' => true,
  986.             'monolog.handler.console' => true,
  987.             'monolog.handler.custom' => true,
  988.             'monolog.handler.error' => true,
  989.             'monolog.handler.main' => true,
  990.             'monolog.handler.null_internal' => true,
  991.             'monolog.handler.server_log' => true,
  992.             'monolog.logger.cache' => true,
  993.             'monolog.logger.console' => true,
  994.             'monolog.logger.doctrine' => true,
  995.             'monolog.logger.event' => true,
  996.             'monolog.logger.php' => true,
  997.             'monolog.logger.profiler' => true,
  998.             'monolog.logger.request' => true,
  999.             'monolog.logger.security' => true,
  1000.             'monolog.logger.templating' => true,
  1001.             'monolog.logger.translation' => true,
  1002.             'monolog.processor.psr_log_message' => true,
  1003.             'profiler.request_matcher' => true,
  1004.             'profiler_listener' => true,
  1005.             'property_accessor' => true,
  1006.             'resolve_controller_name_subscriber' => true,
  1007.             'response_listener' => true,
  1008.             'router.cache_warmer' => true,
  1009.             'router.request_context' => true,
  1010.             'router_listener' => true,
  1011.             'security.access.authenticated_voter' => true,
  1012.             'security.access.expression_voter' => true,
  1013.             'security.access.simple_role_voter' => true,
  1014.             'security.access_listener' => true,
  1015.             'security.access_map' => true,
  1016.             'security.authentication.basic_entry_point.setup_util' => true,
  1017.             'security.authentication.guard_handler' => true,
  1018.             'security.authentication.listener.anonymous.admin_master' => true,
  1019.             'security.authentication.listener.basic.setup_util' => true,
  1020.             'security.authentication.listener.form.admin_master' => true,
  1021.             'security.authentication.manager' => true,
  1022.             'security.authentication.provider.anonymous.admin_master' => true,
  1023.             'security.authentication.provider.dao.admin_master' => true,
  1024.             'security.authentication.provider.dao.setup_util' => true,
  1025.             'security.authentication.session_strategy.admin_master' => true,
  1026.             'security.authentication.trust_resolver' => true,
  1027.             'security.channel_listener' => true,
  1028.             'security.command.user_password_encoder' => true,
  1029.             'security.context_listener.0' => true,
  1030.             'security.context_listener.1' => true,
  1031.             'security.csrf.token_storage' => true,
  1032.             'security.encoder_factory' => true,
  1033.             'security.firewall' => true,
  1034.             'security.firewall.map' => true,
  1035.             'security.firewall.map.context.admin_master' => true,
  1036.             'security.firewall.map.context.dev' => true,
  1037.             'security.firewall.map.context.setup_util' => true,
  1038.             'security.helper' => true,
  1039.             'security.http_utils' => true,
  1040.             'security.logout_url_generator' => true,
  1041.             'security.rememberme.response_listener' => true,
  1042.             'security.request_matcher.0zb2hdw' => true,
  1043.             'security.request_matcher.bagpchf' => true,
  1044.             'security.request_matcher.zfhj2lw' => true,
  1045.             'security.role_hierarchy' => true,
  1046.             'security.user.provider.concrete.in_memory' => true,
  1047.             'security.user_checker' => true,
  1048.             'security.user_value_resolver' => true,
  1049.             'security.validator.user_password' => true,
  1050.             'sensio_distribution.security_checker' => true,
  1051.             'sensio_distribution.security_checker.command' => true,
  1052.             'sensio_framework_extra.cache.listener' => true,
  1053.             'sensio_framework_extra.controller.listener' => true,
  1054.             'sensio_framework_extra.converter.listener' => true,
  1055.             'sensio_framework_extra.converter.manager' => true,
  1056.             'sensio_framework_extra.security.listener' => true,
  1057.             'sensio_framework_extra.view.listener' => true,
  1058.             'service_locator.g9snvqy' => true,
  1059.             'session.handler' => true,
  1060.             'session.save_listener' => true,
  1061.             'session.storage.filesystem' => true,
  1062.             'session.storage.metadata_bag' => true,
  1063.             'session.storage.native' => true,
  1064.             'session.storage.php_bridge' => true,
  1065.             'session_listener' => true,
  1066.             'streamed_response_listener' => true,
  1067.             'swiftmailer.email_sender.listener' => true,
  1068.             'swiftmailer.mailer.default.spool' => true,
  1069.             'swiftmailer.mailer.default.transport' => true,
  1070.             'swiftmailer.mailer.default.transport.eventdispatcher' => true,
  1071.             'templating.cache_warmer.template_paths' => true,
  1072.             'templating.filename_parser' => true,
  1073.             'templating.finder' => true,
  1074.             'templating.globals' => true,
  1075.             'templating.helper.actions' => true,
  1076.             'templating.helper.assets' => true,
  1077.             'templating.helper.code' => true,
  1078.             'templating.helper.form' => true,
  1079.             'templating.helper.logout_url' => true,
  1080.             'templating.helper.request' => true,
  1081.             'templating.helper.router' => true,
  1082.             'templating.helper.security' => true,
  1083.             'templating.helper.session' => true,
  1084.             'templating.helper.slots' => true,
  1085.             'templating.helper.stopwatch' => true,
  1086.             'templating.helper.translator' => true,
  1087.             'templating.locator' => true,
  1088.             'templating.name_parser' => true,
  1089.             'translation.dumper.csv' => true,
  1090.             'translation.dumper.ini' => true,
  1091.             'translation.dumper.json' => true,
  1092.             'translation.dumper.mo' => true,
  1093.             'translation.dumper.php' => true,
  1094.             'translation.dumper.po' => true,
  1095.             'translation.dumper.qt' => true,
  1096.             'translation.dumper.res' => true,
  1097.             'translation.dumper.xliff' => true,
  1098.             'translation.dumper.yml' => true,
  1099.             'translation.extractor' => true,
  1100.             'translation.extractor.php' => true,
  1101.             'translation.loader' => true,
  1102.             'translation.loader.csv' => true,
  1103.             'translation.loader.dat' => true,
  1104.             'translation.loader.ini' => true,
  1105.             'translation.loader.json' => true,
  1106.             'translation.loader.mo' => true,
  1107.             'translation.loader.php' => true,
  1108.             'translation.loader.po' => true,
  1109.             'translation.loader.qt' => true,
  1110.             'translation.loader.res' => true,
  1111.             'translation.loader.xliff' => true,
  1112.             'translation.loader.yml' => true,
  1113.             'translation.reader' => true,
  1114.             'translation.warmer' => true,
  1115.             'translation.writer' => true,
  1116.             'translator.default' => true,
  1117.             'translator_listener' => true,
  1118.             'twig.cache_warmer' => true,
  1119.             'twig.command.debug' => true,
  1120.             'twig.command.lint' => true,
  1121.             'twig.exception_listener' => true,
  1122.             'twig.form.renderer' => true,
  1123.             'twig.loader' => true,
  1124.             'twig.profile' => true,
  1125.             'twig.runtime.httpkernel' => true,
  1126.             'twig.template_cache_warmer' => true,
  1127.             'twig.translation.extractor' => true,
  1128.             'uri_signer' => true,
  1129.             'validate_request_listener' => true,
  1130.             'validator.admin_user_password_validator' => true,
  1131.             'validator.builder' => true,
  1132.             'validator.email' => true,
  1133.             'validator.expression' => true,
  1134.             'validator.mapping.cache_warmer' => true,
  1135.             'var_dumper.cli_dumper' => true,
  1136.             'web_profiler.csp.handler' => true,
  1137.             'web_profiler.debug_toolbar' => true,
  1138.             'web_server.command.server_log' => true,
  1139.             'web_server.command.server_run' => true,
  1140.             'web_server.command.server_start' => true,
  1141.             'web_server.command.server_status' => true,
  1142.             'web_server.command.server_stop' => true,
  1143.         ];
  1144.         $this->aliases = [
  1145.             'Knp\\Component\\Pager\\PaginatorInterface' => 'knp_paginator',
  1146.             'cache.app_clearer' => 'cache.default_clearer',
  1147.             'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'doctrine_cache.contains_command',
  1148.             'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'doctrine_cache.delete_command',
  1149.             'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'doctrine_cache.flush_command',
  1150.             'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'doctrine_cache.stats_command',
  1151.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'doctrine_migrations.diff_command',
  1152.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'doctrine_migrations.execute_command',
  1153.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'doctrine_migrations.generate_command',
  1154.             'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'doctrine_migrations.latest_command',
  1155.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'doctrine_migrations.migrate_command',
  1156.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'doctrine_migrations.status_command',
  1157.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'doctrine_migrations.version_command',
  1158.             'database_connection' => 'doctrine.dbal.default_connection',
  1159.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  1160.             'event_dispatcher' => 'debug.event_dispatcher',
  1161.             'fos_user.util.username_canonicalizer' => 'fos_user.util.email_canonicalizer',
  1162.             'mailer' => 'swiftmailer.mailer.default',
  1163.             'security.authentication.session_strategy.setup_util' => 'security.authentication.session_strategy.admin_master',
  1164.             'session.storage' => 'session.storage.native',
  1165.             'swiftmailer.mailer' => 'swiftmailer.mailer.default',
  1166.             'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger',
  1167.             'swiftmailer.spool' => 'swiftmailer.mailer.default.spool',
  1168.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  1169.             'swiftmailer.transport.real' => 'swiftmailer.mailer.default.transport.real',
  1170.         ];
  1171.     }
  1172.     public function getRemovedIds()
  1173.     {
  1174.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1175.     }
  1176.     public function compile()
  1177.     {
  1178.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1179.     }
  1180.     public function isCompiled()
  1181.     {
  1182.         return true;
  1183.     }
  1184.     public function isFrozen()
  1185.     {
  1186.         @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);
  1187.         return true;
  1188.     }
  1189.     protected function load($file$lazyLoad true)
  1190.     {
  1191.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1192.     }
  1193.     protected function createProxy($class, \Closure $factory)
  1194.     {
  1195.         class_exists($classfalse) || $this->load("{$class}.php");
  1196.         return $factory();
  1197.     }
  1198.     /**
  1199.      * Gets the public 'cache.app' shared service.
  1200.      *
  1201.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1202.      */
  1203.     protected function getCache_AppService()
  1204.     {
  1205.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('0F-mVzOh6o'0, ($this->targetDirs[0].'/pools'));
  1206.         $a->setLogger(${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'});
  1207.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1208.     }
  1209.     /**
  1210.      * Gets the public 'cache.system' shared service.
  1211.      *
  1212.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1213.      */
  1214.     protected function getCache_SystemService()
  1215.     {
  1216.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YRWU8m6SLE'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 ?: '_'}));
  1217.     }
  1218.     /**
  1219.      * Gets the public 'data_collector.dump' shared service.
  1220.      *
  1221.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1222.      */
  1223.     protected function getDataCollector_DumpService()
  1224.     {
  1225.         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);
  1226.     }
  1227.     /**
  1228.      * Gets the public 'doctrine' shared service.
  1229.      *
  1230.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1231.      */
  1232.     protected function getDoctrineService()
  1233.     {
  1234.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1235.     }
  1236.     /**
  1237.      * Gets the public 'filesystem' shared service.
  1238.      *
  1239.      * @return \Symfony\Component\Filesystem\Filesystem
  1240.      */
  1241.     protected function getFilesystemService()
  1242.     {
  1243.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1244.     }
  1245.     /**
  1246.      * Gets the public 'http_kernel' shared service.
  1247.      *
  1248.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1249.      */
  1250.     protected function getHttpKernelService()
  1251.     {
  1252.         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 ?: '_'});
  1253.     }
  1254.     /**
  1255.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1256.      *
  1257.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1258.      */
  1259.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1260.     {
  1261.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(${($_ = isset($this->services['filesystem']) ? $this->services['filesystem'] : ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())) && false ?: '_'}, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}, ($this->targetDirs[3].'/app/../web'), 'media/cache');
  1262.     }
  1263.     /**
  1264.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1265.      *
  1266.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1267.      */
  1268.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1269.     {
  1270.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'});
  1271.     }
  1272.     /**
  1273.      * Gets the public 'profiler' shared service.
  1274.      *
  1275.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1276.      */
  1277.     protected function getProfilerService()
  1278.     {
  1279.         $a = ${($_ = isset($this->services['monolog.logger.profiler']) ? $this->services['monolog.logger.profiler'] : $this->getMonolog_Logger_ProfilerService()) && false ?: '_'};
  1280.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1281.         $b = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'};
  1282.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1283.         $c->addInstance('cache.app', ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->getCache_AppService()) && false ?: '_'});
  1284.         $c->addInstance('cache.system', ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->getCache_SystemService()) && false ?: '_'});
  1285.         $c->addInstance('cache.validator', ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'});
  1286.         $c->addInstance('cache.serializer', ${($_ = isset($this->services['cache.serializer']) ? $this->services['cache.serializer'] : $this->getCache_SerializerService()) && false ?: '_'});
  1287.         $c->addInstance('cache.annotations', ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'});
  1288.         $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 ?: '_'});
  1289.         $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 ?: '_'});
  1290.         $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 ?: '_'});
  1291.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1292.         $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 ?: '_'});
  1293.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1294.         if ($this->has('kernel')) {
  1295.             $e->setKernel($b);
  1296.         }
  1297.         $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 ?: '_'});
  1298.         $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 ?: '_'}));
  1299.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1300.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'}));
  1301.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1302.         $instance->add(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->getDataCollector_FormService()) && false ?: '_'});
  1303.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1304.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/appDevDebugProjectContainer')));
  1305.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}));
  1306.         $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 ?: '_'});
  1307.         $instance->add($c);
  1308.         $instance->add(${($_ = isset($this->services['data_collector.translation']) ? $this->services['data_collector.translation'] : $this->getDataCollector_TranslationService()) && false ?: '_'});
  1309.         $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->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))) && 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 ?: '_'}));
  1310.         $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 ?: '_'}));
  1311.         $instance->add($d);
  1312.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1313.         $instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
  1314.         $instance->add(${($_ = isset($this->services['AppBundle\\DataCollector\\CustomRequestDataCollector']) ? $this->services['AppBundle\\DataCollector\\CustomRequestDataCollector'] : ($this->services['AppBundle\\DataCollector\\CustomRequestDataCollector'] = new \AppBundle\DataCollector\CustomRequestDataCollector())) && false ?: '_'});
  1315.         $instance->add($e);
  1316.         return $instance;
  1317.     }
  1318.     /**
  1319.      * Gets the public 'request_stack' shared service.
  1320.      *
  1321.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1322.      */
  1323.     protected function getRequestStackService()
  1324.     {
  1325.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1326.     }
  1327.     /**
  1328.      * Gets the public 'router' shared service.
  1329.      *
  1330.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1331.      */
  1332.     protected function getRouterService()
  1333.     {
  1334.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, ($this->targetDirs[3].'/app/config/routing_dev.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], ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'});
  1335.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  1336.         return $instance;
  1337.     }
  1338.     /**
  1339.      * Gets the public 'security.authorization_checker' shared service.
  1340.      *
  1341.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1342.      */
  1343.     protected function getSecurity_AuthorizationCheckerService()
  1344.     {
  1345.         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);
  1346.     }
  1347.     /**
  1348.      * Gets the public 'security.token_storage' shared service.
  1349.      *
  1350.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1351.      */
  1352.     protected function getSecurity_TokenStorageService()
  1353.     {
  1354.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1355.     }
  1356.     /**
  1357.      * Gets the public 'translator' shared service.
  1358.      *
  1359.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1360.      */
  1361.     protected function getTranslatorService()
  1362.     {
  1363.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(new \Symfony\Component\Translation\LoggingTranslator(${($_ = isset($this->services['translator.default']) ? $this->services['translator.default'] : $this->getTranslator_DefaultService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.translation']) ? $this->services['monolog.logger.translation'] : $this->getMonolog_Logger_TranslationService()) && false ?: '_'}));
  1364.     }
  1365.     /**
  1366.      * Gets the public 'twig' shared service.
  1367.      *
  1368.      * @return \Twig\Environment
  1369.      */
  1370.     protected function getTwigService()
  1371.     {
  1372.         $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']);
  1373.         $a = ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'};
  1374.         $b = ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'};
  1375.         $c = ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'};
  1376.         $d = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1377.         $d->setDisplayOptions(['fileLinkFormat' => $b]);
  1378.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1379.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  1380.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1381.         $f->setEnvironment('dev');
  1382.         $f->setDebug(true);
  1383.         if ($this->has('security.token_storage')) {
  1384.             $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 ?: '_'});
  1385.         }
  1386.         if ($this->has('request_stack')) {
  1387.             $f->setRequestStack($c);
  1388.         }
  1389.         $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 ?: '_'}));
  1390.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}));
  1391.         $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));
  1392.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}));
  1393.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(${($_ = isset($this->services['assets.packages']) ? $this->services['assets.packages'] : $this->getAssets_PackagesService()) && false ?: '_'}));
  1394.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, ($this->targetDirs[3].'/app'), 'UTF-8'));
  1395.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}));
  1396.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1397.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1398.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1399.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1400.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
  1401.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1402.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->getVarDumper_ClonerService()) && false ?: '_'}, $d));
  1403.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1404.         $instance->addExtension(new \Liip\ImagineBundle\Templating\ImagineExtension(${($_ = isset($this->services['liip_imagine.cache.manager']) ? $this->services['liip_imagine.cache.manager'] : $this->getLiipImagine_Cache_ManagerService()) && false ?: '_'}));
  1405.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1406.         $instance->addExtension(${($_ = isset($this->services['knp_paginator.twig.extension.pagination']) ? $this->services['knp_paginator.twig.extension.pagination'] : $this->getKnpPaginator_Twig_Extension_PaginationService()) && false ?: '_'});
  1407.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1408.         $instance->addGlobal('app'$f);
  1409.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(['JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => function () {
  1410.             return ${($_ = isset($this->services['jms_serializer.twig_extension.serializer_runtime_helper']) ? $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] : $this->load('getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php')) && false ?: '_'};
  1411.         }, 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
  1412.             return ${($_ = isset($this->services['twig.runtime.httpkernel']) ? $this->services['twig.runtime.httpkernel'] : $this->load('getTwig_Runtime_HttpkernelService.php')) && false ?: '_'};
  1413.         }, 'Symfony\\Component\\Form\\FormRenderer' => function () {
  1414.             return ${($_ = isset($this->services['twig.form.renderer']) ? $this->services['twig.form.renderer'] : $this->load('getTwig_Form_RendererService.php')) && false ?: '_'};
  1415.         }])));
  1416.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1417.         return $instance;
  1418.     }
  1419.     /**
  1420.      * Gets the public 'validator' shared service.
  1421.      *
  1422.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1423.      */
  1424.     protected function getValidatorService()
  1425.     {
  1426.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->getValidator_BuilderService()) && false ?: '_'}->getValidator());
  1427.     }
  1428.     /**
  1429.      * Gets the public 'var_dumper.cloner' shared service.
  1430.      *
  1431.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1432.      */
  1433.     protected function getVarDumper_ClonerService()
  1434.     {
  1435.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1436.         $instance->setMaxItems(2500);
  1437.         $instance->setMinDepth(1);
  1438.         $instance->setMaxString(-1);
  1439.         return $instance;
  1440.     }
  1441.     /**
  1442.      * Gets the private 'AppBundle\DataCollector\CustomRequestDataCollector' shared autowired service.
  1443.      *
  1444.      * @return \AppBundle\DataCollector\CustomRequestDataCollector
  1445.      */
  1446.     protected function getCustomRequestDataCollectorService()
  1447.     {
  1448.         return $this->services['AppBundle\\DataCollector\\CustomRequestDataCollector'] = new \AppBundle\DataCollector\CustomRequestDataCollector();
  1449.     }
  1450.     /**
  1451.      * Gets the private 'annotation_reader' shared service.
  1452.      *
  1453.      * @return \Doctrine\Common\Annotations\CachedReader
  1454.      */
  1455.     protected function getAnnotationReaderService()
  1456.     {
  1457.         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);
  1458.     }
  1459.     /**
  1460.      * Gets the private 'annotations.reader' shared service.
  1461.      *
  1462.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1463.      */
  1464.     protected function getAnnotations_ReaderService()
  1465.     {
  1466.         $this->services['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1467.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1468.         $a->registerUniqueLoader('class_exists');
  1469.         $instance->addGlobalIgnoredName('required'$a);
  1470.         return $instance;
  1471.     }
  1472.     /**
  1473.      * Gets the private 'app.kernel_event_listener' shared autowired service.
  1474.      *
  1475.      * @return \AppBundle\EventListener\KernelEventListener
  1476.      */
  1477.     protected function getApp_KernelEventListenerService()
  1478.     {
  1479.         return $this->services['app.kernel_event_listener'] = new \AppBundle\EventListener\KernelEventListener($this);
  1480.     }
  1481.     /**
  1482.      * Gets the private 'argument_metadata_factory' shared service.
  1483.      *
  1484.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  1485.      */
  1486.     protected function getArgumentMetadataFactoryService()
  1487.     {
  1488.         return $this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  1489.     }
  1490.     /**
  1491.      * Gets the private 'assets.context' shared service.
  1492.      *
  1493.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1494.      */
  1495.     protected function getAssets_ContextService()
  1496.     {
  1497.         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);
  1498.     }
  1499.     /**
  1500.      * Gets the private 'assets.packages' shared service.
  1501.      *
  1502.      * @return \Symfony\Component\Asset\Packages
  1503.      */
  1504.     protected function getAssets_PackagesService()
  1505.     {
  1506.         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 ?: '_'}), []);
  1507.     }
  1508.     /**
  1509.      * Gets the private 'cache.annotations' shared service.
  1510.      *
  1511.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1512.      */
  1513.     protected function getCache_AnnotationsService()
  1514.     {
  1515.         return $this->services['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZVMtV+9dpb'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 ?: '_'}));
  1516.     }
  1517.     /**
  1518.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1519.      *
  1520.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1521.      */
  1522.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1523.     {
  1524.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1525.     }
  1526.     /**
  1527.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1528.      *
  1529.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1530.      */
  1531.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1532.     {
  1533.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1534.     }
  1535.     /**
  1536.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1537.      *
  1538.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1539.      */
  1540.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1541.     {
  1542.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1543.     }
  1544.     /**
  1545.      * Gets the private 'cache.serializer' shared service.
  1546.      *
  1547.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1548.      */
  1549.     protected function getCache_SerializerService()
  1550.     {
  1551.         return $this->services['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7jYh88E8pm'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 ?: '_'}));
  1552.     }
  1553.     /**
  1554.      * Gets the private 'cache.validator' shared service.
  1555.      *
  1556.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1557.      */
  1558.     protected function getCache_ValidatorService()
  1559.     {
  1560.         return $this->services['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-MVKSlK2eK'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 ?: '_'}));
  1561.     }
  1562.     /**
  1563.      * Gets the private 'config_cache_factory' shared service.
  1564.      *
  1565.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1566.      */
  1567.     protected function getConfigCacheFactoryService()
  1568.     {
  1569.         return $this->services['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1570.             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 ?: '_'};
  1571.             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 ?: '_'};
  1572.         }, 2));
  1573.     }
  1574.     /**
  1575.      * Gets the private 'controller_name_converter' shared service.
  1576.      *
  1577.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  1578.      */
  1579.     protected function getControllerNameConverterService()
  1580.     {
  1581.         return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  1582.     }
  1583.     /**
  1584.      * Gets the private 'custom.locale.listener' shared autowired service.
  1585.      *
  1586.      * @return \CustomBundle\EventListener\LocaleListener
  1587.      */
  1588.     protected function getCustom_Locale_ListenerService()
  1589.     {
  1590.         return $this->services['custom.locale.listener'] = new \CustomBundle\EventListener\LocaleListener(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  1591.     }
  1592.     /**
  1593.      * Gets the private 'data_collector.form' shared service.
  1594.      *
  1595.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1596.      */
  1597.     protected function getDataCollector_FormService()
  1598.     {
  1599.         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 ?: '_'});
  1600.     }
  1601.     /**
  1602.      * Gets the private 'data_collector.form.extractor' shared service.
  1603.      *
  1604.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  1605.      */
  1606.     protected function getDataCollector_Form_ExtractorService()
  1607.     {
  1608.         return $this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  1609.     }
  1610.     /**
  1611.      * Gets the private 'data_collector.request' shared service.
  1612.      *
  1613.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
  1614.      */
  1615.     protected function getDataCollector_RequestService()
  1616.     {
  1617.         return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector();
  1618.     }
  1619.     /**
  1620.      * Gets the private 'data_collector.router' shared service.
  1621.      *
  1622.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  1623.      */
  1624.     protected function getDataCollector_RouterService()
  1625.     {
  1626.         return $this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  1627.     }
  1628.     /**
  1629.      * Gets the private 'data_collector.translation' shared service.
  1630.      *
  1631.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  1632.      */
  1633.     protected function getDataCollector_TranslationService()
  1634.     {
  1635.         return $this->services['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  1636.     }
  1637.     /**
  1638.      * Gets the private 'debug.argument_resolver' shared service.
  1639.      *
  1640.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  1641.      */
  1642.     protected function getDebug_ArgumentResolverService()
  1643.     {
  1644.         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 () {
  1645.             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 ?: '_'};
  1646.             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 ?: '_'};
  1647.             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 ?: '_'};
  1648.             yield => ${($_ = isset($this->services['security.user_value_resolver']) ? $this->services['security.user_value_resolver'] : $this->load('getSecurity_UserValueResolverService.php')) && false ?: '_'};
  1649.             yield => ${($_ = isset($this->services['argument_resolver.service']) ? $this->services['argument_resolver.service'] : $this->load('getArgumentResolver_ServiceService.php')) && false ?: '_'};
  1650.             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 ?: '_'};
  1651.             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 ?: '_'};
  1652.         }, 7)), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  1653.     }
  1654.     /**
  1655.      * Gets the private 'debug.controller_resolver' shared service.
  1656.      *
  1657.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1658.      */
  1659.     protected function getDebug_ControllerResolverService()
  1660.     {
  1661.         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 ?: '_'});
  1662.     }
  1663.     /**
  1664.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1665.      *
  1666.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1667.      */
  1668.     protected function getDebug_DebugHandlersListenerService()
  1669.     {
  1670.         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);
  1671.     }
  1672.     /**
  1673.      * Gets the private 'debug.event_dispatcher' shared service.
  1674.      *
  1675.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1676.      */
  1677.     protected function getDebug_EventDispatcherService()
  1678.     {
  1679.         $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 ?: '_'});
  1680.         $instance->addListener('kernel.exception', [=> function () {
  1681.             return ${($_ = isset($this->services['AppBundle\\EventListener\\ExceptionListener']) ? $this->services['AppBundle\\EventListener\\ExceptionListener'] : ($this->services['AppBundle\\EventListener\\ExceptionListener'] = new \AppBundle\EventListener\ExceptionListener($this))) && false ?: '_'};
  1682.         }, => 'onKernelException'], 0);
  1683.         $instance->addListener('kernel.controller', [=> function () {
  1684.             return ${($_ = isset($this->services['app.kernel_event_listener']) ? $this->services['app.kernel_event_listener'] : ($this->services['app.kernel_event_listener'] = new \AppBundle\EventListener\KernelEventListener($this))) && false ?: '_'};
  1685.         }, => 'onKernelController'], 0);
  1686.         $instance->addListener('kernel.finish_request', [=> function () {
  1687.             return ${($_ = isset($this->services['app.kernel_event_listener']) ? $this->services['app.kernel_event_listener'] : ($this->services['app.kernel_event_listener'] = new \AppBundle\EventListener\KernelEventListener($this))) && false ?: '_'};
  1688.         }, => 'onKernelFinishRequest'], 0);
  1689.         $instance->addListener('kernel.response', [=> function () {
  1690.             return ${($_ = isset($this->services['app.kernel_event_listener']) ? $this->services['app.kernel_event_listener'] : ($this->services['app.kernel_event_listener'] = new \AppBundle\EventListener\KernelEventListener($this))) && false ?: '_'};
  1691.         }, => 'onKernelResponse'], 0);
  1692.         $instance->addListener('security.interactive_login', [=> function () {
  1693.             return ${($_ = isset($this->services['app.auth_interactive_login_handler']) ? $this->services['app.auth_interactive_login_handler'] : ($this->services['app.auth_interactive_login_handler'] = new \AppBundle\EventListener\AuthInteractiveLoginHandler())) && false ?: '_'};
  1694.         }, => 'onSecurityInteractiveLogin'], 0);
  1695.         $instance->addListener('kernel.controller', [=> function () {
  1696.             return ${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'};
  1697.         }, => 'onKernelController'], 0);
  1698.         $instance->addListener('kernel.request', [=> function () {
  1699.             return ${($_ = isset($this->services['knp_paginator.subscriber.sliding_pagination']) ? $this->services['knp_paginator.subscriber.sliding_pagination'] : $this->getKnpPaginator_Subscriber_SlidingPaginationService()) && false ?: '_'};
  1700.         }, => 'onKernelRequest'], 0);
  1701.         $instance->addListener('kernel.terminate', [=> function () {
  1702.             return ${($_ = isset($this->services['AppBundle\\Controller\\Admin\\Master\\Maintenance\\SystemController']) ? $this->services['AppBundle\\Controller\\Admin\\Master\\Maintenance\\SystemController'] : ($this->services['AppBundle\\Controller\\Admin\\Master\\Maintenance\\SystemController'] = new \AppBundle\Controller\Admin\Master\Maintenance\SystemController())) && false ?: '_'};
  1703.         }, => 'commandAction'], 0);
  1704.         $instance->addListener('kernel.terminate', [=> function () {
  1705.             return ${($_ = isset($this->services['AppBundle\\Controller\\Admin\\Master\\MasterLanguageController']) ? $this->services['AppBundle\\Controller\\Admin\\Master\\MasterLanguageController'] : ($this->services['AppBundle\\Controller\\Admin\\Master\\MasterLanguageController'] = new \AppBundle\Controller\Admin\Master\MasterLanguageController())) && false ?: '_'};
  1706.         }, => 'forceCacheClear'], 0);
  1707.         $instance->addListener('kernel.terminate', [=> function () {
  1708.             return ${($_ = isset($this->services['AppBundle\\Controller\\SetupController']) ? $this->services['AppBundle\\Controller\\SetupController'] : ($this->services['AppBundle\\Controller\\SetupController'] = new \AppBundle\Controller\SetupController())) && false ?: '_'};
  1709.         }, => 'forceCacheClear'], 0);
  1710.         $instance->addListener('kernel.controller', [=> function () {
  1711.             return ${($_ = isset($this->services['AppBundle\\DataCollector\\CustomRequestDataCollector']) ? $this->services['AppBundle\\DataCollector\\CustomRequestDataCollector'] : ($this->services['AppBundle\\DataCollector\\CustomRequestDataCollector'] = new \AppBundle\DataCollector\CustomRequestDataCollector())) && false ?: '_'};
  1712.         }, => 'onKernelController'], 0);
  1713.         $instance->addListener('kernel.response', [=> function () {
  1714.             return ${($_ = isset($this->services['AppBundle\\DataCollector\\CustomRequestDataCollector']) ? $this->services['AppBundle\\DataCollector\\CustomRequestDataCollector'] : ($this->services['AppBundle\\DataCollector\\CustomRequestDataCollector'] = new \AppBundle\DataCollector\CustomRequestDataCollector())) && false ?: '_'};
  1715.         }, => 'onKernelResponse'], 0);
  1716.         $instance->addListener('kernel.request', [=> function () {
  1717.             return ${($_ = isset($this->services['custom.locale.listener']) ? $this->services['custom.locale.listener'] : $this->getCustom_Locale_ListenerService()) && false ?: '_'};
  1718.         }, => 'onKernelRequest'], 20);
  1719.         $instance->addListener('kernel.response', [=> function () {
  1720.             return ${($_ = isset($this->services['response_listener']) ? $this->services['response_listener'] : ($this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'))) && false ?: '_'};
  1721.         }, => 'onKernelResponse'], 0);
  1722.         $instance->addListener('kernel.response', [=> function () {
  1723.             return ${($_ = isset($this->services['streamed_response_listener']) ? $this->services['streamed_response_listener'] : ($this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener())) && false ?: '_'};
  1724.         }, => 'onKernelResponse'], -1024);
  1725.         $instance->addListener('kernel.request', [=> function () {
  1726.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1727.         }, => 'onKernelRequest'], 16);
  1728.         $instance->addListener('kernel.finish_request', [=> function () {
  1729.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1730.         }, => 'onKernelFinishRequest'], 0);
  1731.         $instance->addListener('kernel.request', [=> function () {
  1732.             return ${($_ = isset($this->services['validate_request_listener']) ? $this->services['validate_request_listener'] : ($this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener())) && false ?: '_'};
  1733.         }, => 'onKernelRequest'], 256);
  1734.         $instance->addListener('kernel.request', [=> function () {
  1735.             return ${($_ = isset($this->services['resolve_controller_name_subscriber']) ? $this->services['resolve_controller_name_subscriber'] : $this->getResolveControllerNameSubscriberService()) && false ?: '_'};
  1736.         }, => 'onKernelRequest'], 24);
  1737.         $instance->addListener('console.error', [=> function () {
  1738.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1739.         }, => 'onConsoleError'], -128);
  1740.         $instance->addListener('console.terminate', [=> function () {
  1741.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1742.         }, => 'onConsoleTerminate'], -128);
  1743.         $instance->addListener('kernel.request', [=> function () {
  1744.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1745.         }, => 'onKernelRequest'], 128);
  1746.         $instance->addListener('kernel.response', [=> function () {
  1747.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1748.         }, => 'onKernelResponse'], -1000);
  1749.         $instance->addListener('kernel.finish_request', [=> function () {
  1750.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1751.         }, => 'onFinishRequest'], 0);
  1752.         $instance->addListener('kernel.response', [=> function () {
  1753.             return ${($_ = isset($this->services['session.save_listener']) ? $this->services['session.save_listener'] : ($this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener())) && false ?: '_'};
  1754.         }, => 'onKernelResponse'], -1000);
  1755.         $instance->addListener('kernel.request', [=> function () {
  1756.             return ${($_ = isset($this->services['fragment.listener']) ? $this->services['fragment.listener'] : $this->getFragment_ListenerService()) && false ?: '_'};
  1757.         }, => 'onKernelRequest'], 48);
  1758.         $instance->addListener('kernel.request', [=> function () {
  1759.             return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
  1760.         }, => 'onKernelRequest'], 10);
  1761.         $instance->addListener('kernel.finish_request', [=> function () {
  1762.             return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
  1763.         }, => 'onKernelFinishRequest'], 0);
  1764.         $instance->addListener('kernel.response', [=> function () {
  1765.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1766.         }, => 'onKernelResponse'], -100);
  1767.         $instance->addListener('kernel.exception', [=> function () {
  1768.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1769.         }, => 'onKernelException'], 0);
  1770.         $instance->addListener('kernel.terminate', [=> function () {
  1771.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1772.         }, => 'onKernelTerminate'], -1024);
  1773.         $instance->addListener('kernel.controller', [=> function () {
  1774.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1775.         }, => 'onKernelController'], 0);
  1776.         $instance->addListener('kernel.response', [=> function () {
  1777.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1778.         }, => 'onKernelResponse'], 0);
  1779.         $instance->addListener('kernel.request', [=> function () {
  1780.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1781.         }, => 'configure'], 2048);
  1782.         $instance->addListener('console.command', [=> function () {
  1783.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1784.         }, => 'configure'], 2048);
  1785.         $instance->addListener('kernel.request', [=> function () {
  1786.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1787.         }, => 'onKernelRequest'], 32);
  1788.         $instance->addListener('kernel.finish_request', [=> function () {
  1789.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1790.         }, => 'onKernelFinishRequest'], 0);
  1791.         $instance->addListener('kernel.exception', [=> function () {
  1792.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1793.         }, => 'onKernelException'], -64);
  1794.         $instance->addListener('kernel.response', [=> function () {
  1795.             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 ?: '_'};
  1796.         }, => 'onKernelResponse'], 0);
  1797.         $instance->addListener('kernel.request', [=> function () {
  1798.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1799.         }, => 'onKernelRequest'], 8);
  1800.         $instance->addListener('kernel.finish_request', [=> function () {
  1801.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1802.         }, => 'onKernelFinishRequest'], 0);
  1803.         $instance->addListener('kernel.exception', [=> function () {
  1804.             return ${($_ = isset($this->services['twig.exception_listener']) ? $this->services['twig.exception_listener'] : $this->load('getTwig_ExceptionListenerService.php')) && false ?: '_'};
  1805.         }, => 'onKernelException'], -128);
  1806.         $instance->addListener('console.command', [=> function () {
  1807.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1808.         }, => 'onCommand'], 255);
  1809.         $instance->addListener('console.terminate', [=> function () {
  1810.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1811.         }, => 'onTerminate'], -255);
  1812.         $instance->addListener('kernel.exception', [=> function () {
  1813.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1814.         }, => 'onException'], 0);
  1815.         $instance->addListener('kernel.terminate', [=> function () {
  1816.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1817.         }, => 'onTerminate'], 0);
  1818.         $instance->addListener('console.error', [=> function () {
  1819.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1820.         }, => 'onException'], 0);
  1821.         $instance->addListener('console.terminate', [=> function () {
  1822.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1823.         }, => 'onTerminate'], 0);
  1824.         $instance->addListener('kernel.controller', [=> function () {
  1825.             return ${($_ = isset($this->services['sensio_framework_extra.controller.listener']) ? $this->services['sensio_framework_extra.controller.listener'] : $this->getSensioFrameworkExtra_Controller_ListenerService()) && false ?: '_'};
  1826.         }, => 'onKernelController'], 0);
  1827.         $instance->addListener('kernel.controller', [=> function () {
  1828.             return ${($_ = isset($this->services['sensio_framework_extra.converter.listener']) ? $this->services['sensio_framework_extra.converter.listener'] : $this->getSensioFrameworkExtra_Converter_ListenerService()) && false ?: '_'};
  1829.         }, => 'onKernelController'], 0);
  1830.         $instance->addListener('kernel.controller', [=> function () {
  1831.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1832.         }, => 'onKernelController'], -128);
  1833.         $instance->addListener('kernel.view', [=> function () {
  1834.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1835.         }, => 'onKernelView'], 0);
  1836.         $instance->addListener('kernel.controller', [=> function () {
  1837.             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 ?: '_'};
  1838.         }, => 'onKernelController'], 0);
  1839.         $instance->addListener('kernel.response', [=> function () {
  1840.             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 ?: '_'};
  1841.         }, => 'onKernelResponse'], 0);
  1842.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1843.             return ${($_ = isset($this->services['sensio_framework_extra.security.listener']) ? $this->services['sensio_framework_extra.security.listener'] : $this->getSensioFrameworkExtra_Security_ListenerService()) && false ?: '_'};
  1844.         }, => 'onKernelControllerArguments'], 0);
  1845.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1846.             return ${($_ = isset($this->services['framework_extra_bundle.event.is_granted']) ? $this->services['framework_extra_bundle.event.is_granted'] : $this->getFrameworkExtraBundle_Event_IsGrantedService()) && false ?: '_'};
  1847.         }, => 'onKernelControllerArguments'], 0);
  1848.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1849.             return ${($_ = isset($this->services['fos_user.security.interactive_login_listener']) ? $this->services['fos_user.security.interactive_login_listener'] : $this->load('getFosUser_Security_InteractiveLoginListenerService.php')) && false ?: '_'};
  1850.         }, => 'onImplicitLogin'], 0);
  1851.         $instance->addListener('security.interactive_login', [=> function () {
  1852.             return ${($_ = isset($this->services['fos_user.security.interactive_login_listener']) ? $this->services['fos_user.security.interactive_login_listener'] : $this->load('getFosUser_Security_InteractiveLoginListenerService.php')) && false ?: '_'};
  1853.         }, => 'onSecurityInteractiveLogin'], 0);
  1854.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1855.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1856.         }, => 'authenticate'], 0);
  1857.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1858.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1859.         }, => 'authenticate'], 0);
  1860.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1861.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1862.         }, => 'authenticate'], 0);
  1863.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1864.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1865.         }, => 'addSuccessFlash'], 0);
  1866.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1867.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1868.         }, => 'addSuccessFlash'], 0);
  1869.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1870.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1871.         }, => 'addSuccessFlash'], 0);
  1872.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1873.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1874.         }, => 'addSuccessFlash'], 0);
  1875.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1876.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1877.         }, => 'addSuccessFlash'], 0);
  1878.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1879.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1880.         }, => 'addSuccessFlash'], 0);
  1881.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1882.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1883.         }, => 'addSuccessFlash'], 0);
  1884.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1885.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1886.         }, => 'onResettingResetInitialize'], 0);
  1887.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1888.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1889.         }, => 'onResettingResetSuccess'], 0);
  1890.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1891.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1892.         }, => 'onResettingResetRequest'], 0);
  1893.         $instance->addListener('console.command', [=> function () {
  1894.             return ${($_ = isset($this->services['debug.dump_listener']) ? $this->services['debug.dump_listener'] : $this->load('getDebug_DumpListenerService.php')) && false ?: '_'};
  1895.         }, => 'configure'], 1024);
  1896.         $instance->addListener('kernel.response', [=> function () {
  1897.             return ${($_ = isset($this->services['web_profiler.debug_toolbar']) ? $this->services['web_profiler.debug_toolbar'] : $this->getWebProfiler_DebugToolbarService()) && false ?: '_'};
  1898.         }, => 'onKernelResponse'], -128);
  1899.         $instance->addListener('knp_pager.before', [=> function () {
  1900.             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 ?: '_'};
  1901.         }, => 'before'], 0);
  1902.         $instance->addListener('knp_pager.pagination', [=> function () {
  1903.             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 ?: '_'};
  1904.         }, => 'pagination'], 0);
  1905.         $instance->addListener('knp_pager.before', [=> function () {
  1906.             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 ?: '_'};
  1907.         }, => 'before'], 1);
  1908.         $instance->addListener('knp_pager.before', [=> function () {
  1909.             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 ?: '_'};
  1910.         }, => 'before'], 1);
  1911.         $instance->addListener('knp_pager.pagination', [=> function () {
  1912.             return ${($_ = isset($this->services['knp_paginator.subscriber.sliding_pagination']) ? $this->services['knp_paginator.subscriber.sliding_pagination'] : $this->getKnpPaginator_Subscriber_SlidingPaginationService()) && false ?: '_'};
  1913.         }, => 'pagination'], 1);
  1914.         return $instance;
  1915.     }
  1916.     /**
  1917.      * Gets the private 'debug.file_link_formatter' shared service.
  1918.      *
  1919.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1920.      */
  1921.     protected function getDebug_FileLinkFormatterService()
  1922.     {
  1923.         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 () {
  1924.             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 ?: '_'};
  1925.         });
  1926.     }
  1927.     /**
  1928.      * Gets the private 'debug.log_processor' shared service.
  1929.      *
  1930.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1931.      */
  1932.     protected function getDebug_LogProcessorService()
  1933.     {
  1934.         return $this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor();
  1935.     }
  1936.     /**
  1937.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1938.      *
  1939.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1940.      */
  1941.     protected function getDebug_Security_Access_DecisionManagerService()
  1942.     {
  1943.         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 () {
  1944.             yield => ${($_ = isset($this->services['security.access.authenticated_voter']) ? $this->services['security.access.authenticated_voter'] : $this->load('getSecurity_Access_AuthenticatedVoterService.php')) && false ?: '_'};
  1945.             yield => ${($_ = isset($this->services['security.access.simple_role_voter']) ? $this->services['security.access.simple_role_voter'] : ($this->services['security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter())) && false ?: '_'};
  1946.             yield => ${($_ = isset($this->services['security.access.expression_voter']) ? $this->services['security.access.expression_voter'] : $this->load('getSecurity_Access_ExpressionVoterService.php')) && false ?: '_'};
  1947.             yield => ${($_ = isset($this->services['AppBundle\\Security\\CustomVoter']) ? $this->services['AppBundle\\Security\\CustomVoter'] : ($this->services['AppBundle\\Security\\CustomVoter'] = new \AppBundle\Security\CustomVoter($this))) && false ?: '_'};
  1948.         }, 4), 'affirmative'falsetrue));
  1949.     }
  1950.     /**
  1951.      * Gets the private 'debug.stopwatch' shared service.
  1952.      *
  1953.      * @return \Symfony\Component\Stopwatch\Stopwatch
  1954.      */
  1955.     protected function getDebug_StopwatchService()
  1956.     {
  1957.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  1958.     }
  1959.     /**
  1960.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  1961.      *
  1962.      * @return \Doctrine\DBAL\Logging\DebugStack
  1963.      */
  1964.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  1965.     {
  1966.         return $this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  1967.     }
  1968.     /**
  1969.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  1970.      *
  1971.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  1972.      */
  1973.     protected function getDoctrine_Orm_ValidatorInitializerService()
  1974.     {
  1975.         return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1976.     }
  1977.     /**
  1978.      * Gets the private 'file_locator' shared service.
  1979.      *
  1980.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  1981.      */
  1982.     protected function getFileLocatorService()
  1983.     {
  1984.         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')]);
  1985.     }
  1986.     /**
  1987.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1988.      *
  1989.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1990.      */
  1991.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1992.     {
  1993.         $a = ${($_ = isset($this->services['fos_user.util.email_canonicalizer']) ? $this->services['fos_user.util.email_canonicalizer'] : ($this->services['fos_user.util.email_canonicalizer'] = new \FOS\UserBundle\Util\Canonicalizer())) && false ?: '_'};
  1994.         return $this->services['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1995.     }
  1996.     /**
  1997.      * Gets the private 'fos_user.util.email_canonicalizer' shared service.
  1998.      *
  1999.      * @return \FOS\UserBundle\Util\Canonicalizer
  2000.      */
  2001.     protected function getFosUser_Util_EmailCanonicalizerService()
  2002.     {
  2003.         return $this->services['fos_user.util.email_canonicalizer'] = new \FOS\UserBundle\Util\Canonicalizer();
  2004.     }
  2005.     /**
  2006.      * Gets the private 'fragment.listener' shared service.
  2007.      *
  2008.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2009.      */
  2010.     protected function getFragment_ListenerService()
  2011.     {
  2012.         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('ed3d858db0374dca756dca6280a3509c0d569ab4'))) && false ?: '_'}, '/_fragment');
  2013.     }
  2014.     /**
  2015.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2016.      *
  2017.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2018.      */
  2019.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2020.     {
  2021.         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 ?: '_'});
  2022.     }
  2023.     /**
  2024.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2025.      *
  2026.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2027.      */
  2028.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2029.     {
  2030.         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 ?: '_'});
  2031.     }
  2032.     /**
  2033.      * Gets the private 'knp_paginator.helper.processor' shared service.
  2034.      *
  2035.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  2036.      */
  2037.     protected function getKnpPaginator_Helper_ProcessorService()
  2038.     {
  2039.         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 ?: '_'});
  2040.     }
  2041.     /**
  2042.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2043.      *
  2044.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2045.      */
  2046.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2047.     {
  2048.         return $this->services['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5]);
  2049.     }
  2050.     /**
  2051.      * Gets the private 'knp_paginator.twig.extension.pagination' shared service.
  2052.      *
  2053.      * @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
  2054.      */
  2055.     protected function getKnpPaginator_Twig_Extension_PaginationService()
  2056.     {
  2057.         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 ?: '_'});
  2058.     }
  2059.     /**
  2060.      * Gets the private 'liip_imagine.cache.manager' shared service.
  2061.      *
  2062.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2063.      */
  2064.     protected function getLiipImagine_Cache_ManagerService()
  2065.     {
  2066.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(${($_ = isset($this->services['liip_imagine.filter.configuration']) ? $this->services['liip_imagine.filter.configuration'] : ($this->services['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration([]))) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['liip_imagine.cache.signer']) ? $this->services['liip_imagine.cache.signer'] : ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer('ed3d858db0374dca756dca6280a3509c0d569ab4'))) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, 'default');
  2067.         $instance->addResolver('default', ${($_ = isset($this->services['liip_imagine.cache.resolver.default']) ? $this->services['liip_imagine.cache.resolver.default'] : $this->getLiipImagine_Cache_Resolver_DefaultService()) && false ?: '_'});
  2068.         $instance->addResolver('no_cache', ${($_ = isset($this->services['liip_imagine.cache.resolver.no_cache_web_path']) ? $this->services['liip_imagine.cache.resolver.no_cache_web_path'] : $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()) && false ?: '_'});
  2069.         return $instance;
  2070.     }
  2071.     /**
  2072.      * Gets the private 'liip_imagine.cache.signer' shared service.
  2073.      *
  2074.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2075.      */
  2076.     protected function getLiipImagine_Cache_SignerService()
  2077.     {
  2078.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer('ed3d858db0374dca756dca6280a3509c0d569ab4');
  2079.     }
  2080.     /**
  2081.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2082.      *
  2083.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2084.      */
  2085.     protected function getLiipImagine_Filter_ConfigurationService()
  2086.     {
  2087.         return $this->services['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration([]);
  2088.     }
  2089.     /**
  2090.      * Gets the private 'locale_listener' shared service.
  2091.      *
  2092.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2093.      */
  2094.     protected function getLocaleListenerService()
  2095.     {
  2096.         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 ?: '_'}, 'ja', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'});
  2097.     }
  2098.     /**
  2099.      * Gets the private 'logger' shared service.
  2100.      *
  2101.      * @return \Symfony\Bridge\Monolog\Logger
  2102.      */
  2103.     protected function getLoggerService()
  2104.     {
  2105.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2106.         $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 ?: '_'});
  2107.         $instance->useMicrosecondTimestamps(true);
  2108.         $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 ?: '_'});
  2109.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2110.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.error']) ? $this->services['monolog.handler.error'] : $this->getMonolog_Handler_ErrorService()) && false ?: '_'});
  2111.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2112.         return $instance;
  2113.     }
  2114.     /**
  2115.      * Gets the private 'monolog.handler.console' shared service.
  2116.      *
  2117.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2118.      */
  2119.     protected function getMonolog_Handler_ConsoleService()
  2120.     {
  2121.         return $this->services['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2122.     }
  2123.     /**
  2124.      * Gets the private 'monolog.handler.error' shared service.
  2125.      *
  2126.      * @return \Monolog\Handler\RotatingFileHandler
  2127.      */
  2128.     protected function getMonolog_Handler_ErrorService()
  2129.     {
  2130.         $this->services['monolog.handler.error'] = $instance = new \Monolog\Handler\RotatingFileHandler(($this->targetDirs[2].'/logs/error.log'), 4400trueNULL);
  2131.         $instance->pushProcessor(${($_ = isset($this->services['monolog.processor.psr_log_message']) ? $this->services['monolog.processor.psr_log_message'] : ($this->services['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())) && false ?: '_'});
  2132.         $instance->setFilenameFormat('{filename}-{date}''Y-m');
  2133.         return $instance;
  2134.     }
  2135.     /**
  2136.      * Gets the private 'monolog.handler.main' shared service.
  2137.      *
  2138.      * @return \Monolog\Handler\RotatingFileHandler
  2139.      */
  2140.     protected function getMonolog_Handler_MainService()
  2141.     {
  2142.         $this->services['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler(($this->targetDirs[2].'/logs/dev.log'), 4100trueNULL);
  2143.         $instance->pushProcessor(${($_ = isset($this->services['monolog.processor.psr_log_message']) ? $this->services['monolog.processor.psr_log_message'] : ($this->services['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())) && false ?: '_'});
  2144.         $instance->setFilenameFormat('{filename}-{date}''Y-m');
  2145.         return $instance;
  2146.     }
  2147.     /**
  2148.      * Gets the private 'monolog.handler.server_log' shared service.
  2149.      *
  2150.      * @return \Symfony\Bridge\Monolog\Handler\ServerLogHandler
  2151.      */
  2152.     protected function getMonolog_Handler_ServerLogService()
  2153.     {
  2154.         return $this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true);
  2155.     }
  2156.     /**
  2157.      * Gets the private 'monolog.logger.cache' shared service.
  2158.      *
  2159.      * @return \Symfony\Bridge\Monolog\Logger
  2160.      */
  2161.     protected function getMonolog_Logger_CacheService()
  2162.     {
  2163.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2164.         $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 ?: '_'});
  2165.         $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 ?: '_'});
  2166.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2167.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.error']) ? $this->services['monolog.handler.error'] : $this->getMonolog_Handler_ErrorService()) && false ?: '_'});
  2168.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2169.         return $instance;
  2170.     }
  2171.     /**
  2172.      * Gets the private 'monolog.logger.event' shared service.
  2173.      *
  2174.      * @return \Symfony\Bridge\Monolog\Logger
  2175.      */
  2176.     protected function getMonolog_Logger_EventService()
  2177.     {
  2178.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  2179.         $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 ?: '_'});
  2180.         $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 ?: '_'});
  2181.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.error']) ? $this->services['monolog.handler.error'] : $this->getMonolog_Handler_ErrorService()) && false ?: '_'});
  2182.         return $instance;
  2183.     }
  2184.     /**
  2185.      * Gets the private 'monolog.logger.php' shared service.
  2186.      *
  2187.      * @return \Symfony\Bridge\Monolog\Logger
  2188.      */
  2189.     protected function getMonolog_Logger_PhpService()
  2190.     {
  2191.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2192.         $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 ?: '_'});
  2193.         $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 ?: '_'});
  2194.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2195.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.error']) ? $this->services['monolog.handler.error'] : $this->getMonolog_Handler_ErrorService()) && false ?: '_'});
  2196.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2197.         return $instance;
  2198.     }
  2199.     /**
  2200.      * Gets the private 'monolog.logger.profiler' shared service.
  2201.      *
  2202.      * @return \Symfony\Bridge\Monolog\Logger
  2203.      */
  2204.     protected function getMonolog_Logger_ProfilerService()
  2205.     {
  2206.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  2207.         $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 ?: '_'});
  2208.         $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 ?: '_'});
  2209.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2210.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.error']) ? $this->services['monolog.handler.error'] : $this->getMonolog_Handler_ErrorService()) && false ?: '_'});
  2211.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2212.         return $instance;
  2213.     }
  2214.     /**
  2215.      * Gets the private 'monolog.logger.request' shared service.
  2216.      *
  2217.      * @return \Symfony\Bridge\Monolog\Logger
  2218.      */
  2219.     protected function getMonolog_Logger_RequestService()
  2220.     {
  2221.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2222.         $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 ?: '_'});
  2223.         $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 ?: '_'});
  2224.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2225.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.error']) ? $this->services['monolog.handler.error'] : $this->getMonolog_Handler_ErrorService()) && false ?: '_'});
  2226.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2227.         return $instance;
  2228.     }
  2229.     /**
  2230.      * Gets the private 'monolog.logger.translation' shared service.
  2231.      *
  2232.      * @return \Symfony\Bridge\Monolog\Logger
  2233.      */
  2234.     protected function getMonolog_Logger_TranslationService()
  2235.     {
  2236.         $this->services['monolog.logger.translation'] = $instance = new \Symfony\Bridge\Monolog\Logger('translation');
  2237.         $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 ?: '_'});
  2238.         $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 ?: '_'});
  2239.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2240.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.error']) ? $this->services['monolog.handler.error'] : $this->getMonolog_Handler_ErrorService()) && false ?: '_'});
  2241.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2242.         return $instance;
  2243.     }
  2244.     /**
  2245.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  2246.      *
  2247.      * @return \Monolog\Processor\PsrLogMessageProcessor
  2248.      */
  2249.     protected function getMonolog_Processor_PsrLogMessageService()
  2250.     {
  2251.         return $this->services['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  2252.     }
  2253.     /**
  2254.      * Gets the private 'profiler.request_matcher' shared autowired service.
  2255.      *
  2256.      * @return \AppBundle\Profiler\ProfilerMatcher
  2257.      */
  2258.     protected function getProfiler_RequestMatcherService()
  2259.     {
  2260.         return $this->services['profiler.request_matcher'] = new \AppBundle\Profiler\ProfilerMatcher($this, ${($_ = isset($this->services['security.helper']) ? $this->services['security.helper'] : $this->getSecurity_HelperService()) && false ?: '_'});
  2261.     }
  2262.     /**
  2263.      * Gets the private 'profiler_listener' shared service.
  2264.      *
  2265.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2266.      */
  2267.     protected function getProfilerListenerService()
  2268.     {
  2269.         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 ?: '_'}, ${($_ = isset($this->services['profiler.request_matcher']) ? $this->services['profiler.request_matcher'] : $this->getProfiler_RequestMatcherService()) && false ?: '_'}, falsetrue);
  2270.     }
  2271.     /**
  2272.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2273.      *
  2274.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2275.      */
  2276.     protected function getResolveControllerNameSubscriberService()
  2277.     {
  2278.         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 ?: '_'});
  2279.     }
  2280.     /**
  2281.      * Gets the private 'response_listener' shared service.
  2282.      *
  2283.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  2284.      */
  2285.     protected function getResponseListenerService()
  2286.     {
  2287.         return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  2288.     }
  2289.     /**
  2290.      * Gets the private 'router.request_context' shared service.
  2291.      *
  2292.      * @return \Symfony\Component\Routing\RequestContext
  2293.      */
  2294.     protected function getRouter_RequestContextService()
  2295.     {
  2296.         return $this->services['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2297.     }
  2298.     /**
  2299.      * Gets the private 'router_listener' shared service.
  2300.      *
  2301.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2302.      */
  2303.     protected function getRouterListenerService()
  2304.     {
  2305.         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);
  2306.     }
  2307.     /**
  2308.      * Gets the private 'security.authentication.manager' shared service.
  2309.      *
  2310.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2311.      */
  2312.     protected function getSecurity_Authentication_ManagerService()
  2313.     {
  2314.         $this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2315.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.admin_master']) ? $this->services['security.authentication.provider.dao.admin_master'] : $this->load('getSecurity_Authentication_Provider_Dao_AdminMasterService.php')) && false ?: '_'};
  2316.             yield => ${($_ = isset($this->services['security.authentication.provider.anonymous.admin_master']) ? $this->services['security.authentication.provider.anonymous.admin_master'] : ($this->services['security.authentication.provider.anonymous.admin_master'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
  2317.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.setup_util']) ? $this->services['security.authentication.provider.dao.setup_util'] : $this->load('getSecurity_Authentication_Provider_Dao_SetupUtilService.php')) && false ?: '_'};
  2318.         }, 3), true);
  2319.         $instance->setEventDispatcher(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});
  2320.         return $instance;
  2321.     }
  2322.     /**
  2323.      * Gets the private 'security.authentication.trust_resolver' shared service.
  2324.      *
  2325.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  2326.      */
  2327.     protected function getSecurity_Authentication_TrustResolverService()
  2328.     {
  2329.         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');
  2330.     }
  2331.     /**
  2332.      * Gets the private 'security.firewall' shared service.
  2333.      *
  2334.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2335.      */
  2336.     protected function getSecurity_FirewallService()
  2337.     {
  2338.         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 ?: '_'});
  2339.     }
  2340.     /**
  2341.      * Gets the private 'security.firewall.map' shared service.
  2342.      *
  2343.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2344.      */
  2345.     protected function getSecurity_Firewall_MapService()
  2346.     {
  2347.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.firewall.map.context.admin_master' => function () {
  2348.             return ${($_ = isset($this->services['security.firewall.map.context.admin_master']) ? $this->services['security.firewall.map.context.admin_master'] : $this->load('getSecurity_Firewall_Map_Context_AdminMasterService.php')) && false ?: '_'};
  2349.         }, 'security.firewall.map.context.dev' => function () {
  2350.             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 ?: '_'};
  2351.         }, 'security.firewall.map.context.setup_util' => function () {
  2352.             return ${($_ = isset($this->services['security.firewall.map.context.setup_util']) ? $this->services['security.firewall.map.context.setup_util'] : $this->load('getSecurity_Firewall_Map_Context_SetupUtilService.php')) && false ?: '_'};
  2353.         }]), new RewindableGenerator(function () {
  2354.             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 ?: '_'};
  2355.             yield 'security.firewall.map.context.admin_master' => ${($_ = isset($this->services['security.request_matcher.bagpchf']) ? $this->services['security.request_matcher.bagpchf'] : ($this->services['security.request_matcher.bagpchf'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(admin|api/page-builder)'))) && false ?: '_'};
  2356.             yield 'security.firewall.map.context.setup_util' => ${($_ = isset($this->services['security.request_matcher.0zb2hdw']) ? $this->services['security.request_matcher.0zb2hdw'] : ($this->services['security.request_matcher.0zb2hdw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/setup/util'))) && false ?: '_'};
  2357.         }, 3));
  2358.     }
  2359.     /**
  2360.      * Gets the private 'security.helper' shared service.
  2361.      *
  2362.      * @return \Symfony\Component\Security\Core\Security
  2363.      */
  2364.     protected function getSecurity_HelperService()
  2365.     {
  2366.         return $this->services['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.authorization_checker' => function () {
  2367.             return ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'};
  2368.         }, 'security.token_storage' => function () {
  2369.             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 ?: '_'};
  2370.         }]));
  2371.     }
  2372.     /**
  2373.      * Gets the private 'security.logout_url_generator' shared service.
  2374.      *
  2375.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2376.      */
  2377.     protected function getSecurity_LogoutUrlGeneratorService()
  2378.     {
  2379.         $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 ?: '_'});
  2380.         $instance->registerListener('admin_master''admin_master_logout''logout''_csrf_token'NULLNULL);
  2381.         return $instance;
  2382.     }
  2383.     /**
  2384.      * Gets the private 'security.rememberme.response_listener' shared service.
  2385.      *
  2386.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  2387.      */
  2388.     protected function getSecurity_Rememberme_ResponseListenerService()
  2389.     {
  2390.         return $this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  2391.     }
  2392.     /**
  2393.      * Gets the private 'security.role_hierarchy' shared service.
  2394.      *
  2395.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2396.      */
  2397.     protected function getSecurity_RoleHierarchyService()
  2398.     {
  2399.         return $this->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]);
  2400.     }
  2401.     /**
  2402.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  2403.      *
  2404.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  2405.      */
  2406.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  2407.     {
  2408.         return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  2409.     }
  2410.     /**
  2411.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2412.      *
  2413.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2414.      */
  2415.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2416.     {
  2417.         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 ?: '_'});
  2418.     }
  2419.     /**
  2420.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2421.      *
  2422.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2423.      */
  2424.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2425.     {
  2426.         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);
  2427.     }
  2428.     /**
  2429.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  2430.      *
  2431.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  2432.      */
  2433.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  2434.     {
  2435.         $this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2436.         $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');
  2437.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2438.         return $instance;
  2439.     }
  2440.     /**
  2441.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2442.      *
  2443.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2444.      */
  2445.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2446.     {
  2447.         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->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))) && 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 ?: '_'});
  2448.     }
  2449.     /**
  2450.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2451.      *
  2452.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2453.      */
  2454.     protected function getSensioFrameworkExtra_View_ListenerService()
  2455.     {
  2456.         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 ?: '_'});
  2457.     }
  2458.     /**
  2459.      * Gets the private 'session.save_listener' shared service.
  2460.      *
  2461.      * @return \Symfony\Component\HttpKernel\EventListener\SaveSessionListener
  2462.      */
  2463.     protected function getSession_SaveListenerService()
  2464.     {
  2465.         return $this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener();
  2466.     }
  2467.     /**
  2468.      * Gets the private 'session_listener' shared service.
  2469.      *
  2470.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2471.      */
  2472.     protected function getSessionListenerService()
  2473.     {
  2474.         return $this->services['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(['session' => function () {
  2475.             return ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->load('getSessionService.php')) && false ?: '_'};
  2476.         }]));
  2477.     }
  2478.     /**
  2479.      * Gets the private 'streamed_response_listener' shared service.
  2480.      *
  2481.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  2482.      */
  2483.     protected function getStreamedResponseListenerService()
  2484.     {
  2485.         return $this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  2486.     }
  2487.     /**
  2488.      * Gets the private 'templating.locator' shared service.
  2489.      *
  2490.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  2491.      */
  2492.     protected function getTemplating_LocatorService()
  2493.     {
  2494.         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]);
  2495.     }
  2496.     /**
  2497.      * Gets the private 'templating.name_parser' shared service.
  2498.      *
  2499.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  2500.      */
  2501.     protected function getTemplating_NameParserService()
  2502.     {
  2503.         return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  2504.     }
  2505.     /**
  2506.      * Gets the private 'translator.default' shared service.
  2507.      *
  2508.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2509.      */
  2510.     protected function getTranslator_DefaultService()
  2511.     {
  2512.         $this->services['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\ServiceLocator(['translation.loader.csv' => function () {
  2513.             return ${($_ = isset($this->services['translation.loader.csv']) ? $this->services['translation.loader.csv'] : ($this->services['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())) && false ?: '_'};
  2514.         }, 'translation.loader.dat' => function () {
  2515.             return ${($_ = isset($this->services['translation.loader.dat']) ? $this->services['translation.loader.dat'] : ($this->services['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())) && false ?: '_'};
  2516.         }, 'translation.loader.ini' => function () {
  2517.             return ${($_ = isset($this->services['translation.loader.ini']) ? $this->services['translation.loader.ini'] : ($this->services['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())) && false ?: '_'};
  2518.         }, 'translation.loader.json' => function () {
  2519.             return ${($_ = isset($this->services['translation.loader.json']) ? $this->services['translation.loader.json'] : ($this->services['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())) && false ?: '_'};
  2520.         }, 'translation.loader.mo' => function () {
  2521.             return ${($_ = isset($this->services['translation.loader.mo']) ? $this->services['translation.loader.mo'] : ($this->services['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())) && false ?: '_'};
  2522.         }, 'translation.loader.php' => function () {
  2523.             return ${($_ = isset($this->services['translation.loader.php']) ? $this->services['translation.loader.php'] : ($this->services['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())) && false ?: '_'};
  2524.         }, 'translation.loader.po' => function () {
  2525.             return ${($_ = isset($this->services['translation.loader.po']) ? $this->services['translation.loader.po'] : ($this->services['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())) && false ?: '_'};
  2526.         }, 'translation.loader.qt' => function () {
  2527.             return ${($_ = isset($this->services['translation.loader.qt']) ? $this->services['translation.loader.qt'] : ($this->services['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())) && false ?: '_'};
  2528.         }, 'translation.loader.res' => function () {
  2529.             return ${($_ = isset($this->services['translation.loader.res']) ? $this->services['translation.loader.res'] : ($this->services['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())) && false ?: '_'};
  2530.         }, 'translation.loader.xliff' => function () {
  2531.             return ${($_ = isset($this->services['translation.loader.xliff']) ? $this->services['translation.loader.xliff'] : ($this->services['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader())) && false ?: '_'};
  2532.         }, 'translation.loader.yml' => function () {
  2533.             return ${($_ = isset($this->services['translation.loader.yml']) ? $this->services['translation.loader.yml'] : ($this->services['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader())) && false ?: '_'};
  2534.         }]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\MessageSelector()), 'ja', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'bs' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bs.xlf')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.el.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff'), => ($this->targetDirs[3].'/src/Mod/RestaurantBundle/Resources/translations/bundle.en.yml'), => ($this->targetDirs[3].'/src/Mod/SightseeingBundle/Resources/translations/bundle.en.yml'), => ($this->targetDirs[3].'/src/Mod/ContactFormBundle/Resources/translations/bundle.en.yml'), => ($this->targetDirs[3].'/src/Mod/TopicsBundle/Resources/translations/bundle.en.yml'), 10 => ($this->targetDirs[3].'/src/Mod/TopBundle/Resources/translations/bundle.en.yml'), 11 => ($this->targetDirs[3].'/app/Resources/translations/admin.en.yml'), 12 => ($this->targetDirs[3].'/app/Resources/translations/bundle.en.yml')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.eu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.he.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ja.xliff'), => ($this->targetDirs[3].'/src/Mod/RestaurantBundle/Resources/translations/bundle.ja.yml'), => ($this->targetDirs[3].'/src/Mod/SightseeingBundle/Resources/translations/bundle.ja.yml'), => ($this->targetDirs[3].'/src/Mod/ContactFormBundle/Resources/translations/bundle.ja.yml'), => ($this->targetDirs[3].'/src/Mod/TopicsBundle/Resources/translations/bundle.ja.yml'), 10 => ($this->targetDirs[3].'/src/Mod/TopBundle/Resources/translations/bundle.ja.yml'), 11 => ($this->targetDirs[3].'/app/Resources/translations/admin.ja.yml'), 12 => ($this->targetDirs[3].'/app/Resources/translations/bundle.ja.yml'), 13 => ($this->targetDirs[3].'/app/Resources/translations/messages.ja.yml'), 14 => ($this->targetDirs[3].'/app/Resources/translations/security.ja.xlf'), 15 => ($this->targetDirs[3].'/app/Resources/translations/validators.ja.xlf')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sq.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.th.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.uk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_TW.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_PT.xlf')], 'bn' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')]]]);
  2535.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  2536.         $instance->setFallbackLocales([=> 'ja']);
  2537.         return $instance;
  2538.     }
  2539.     /**
  2540.      * Gets the private 'translator_listener' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
  2543.      */
  2544.     protected function getTranslatorListenerService()
  2545.     {
  2546.         return $this->services['translator_listener'] = new \Symfony\Component\HttpKernel\EventListener\TranslatorListener(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'});
  2547.     }
  2548.     /**
  2549.      * Gets the private 'twig.loader' shared service.
  2550.      *
  2551.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  2552.      */
  2553.     protected function getTwig_LoaderService()
  2554.     {
  2555.         $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]);
  2556.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  2557.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '!Framework');
  2558.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  2559.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  2560.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
  2561.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  2562.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2563.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2564.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2565.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2566.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  2567.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  2568.         $instance->addPath(($this->targetDirs[3].'/src/CustomBundle/Resources/views'), 'Custom');
  2569.         $instance->addPath(($this->targetDirs[3].'/src/CustomBundle/Resources/views'), '!Custom');
  2570.         $instance->addPath(($this->targetDirs[3].'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  2571.         $instance->addPath(($this->targetDirs[3].'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  2572.         $instance->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  2573.         $instance->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  2574.         $instance->addPath(($this->targetDirs[3].'/src/Mod/RestaurantBundle/Resources/views'), 'ModRestaurant');
  2575.         $instance->addPath(($this->targetDirs[3].'/src/Mod/RestaurantBundle/Resources/views'), '!ModRestaurant');
  2576.         $instance->addPath(($this->targetDirs[3].'/src/Mod/SightseeingBundle/Resources/views'), 'ModSightseeing');
  2577.         $instance->addPath(($this->targetDirs[3].'/src/Mod/SightseeingBundle/Resources/views'), '!ModSightseeing');
  2578.         $instance->addPath(($this->targetDirs[3].'/src/Mod/ContactFormBundle/Resources/views'), 'ModContactForm');
  2579.         $instance->addPath(($this->targetDirs[3].'/src/Mod/ContactFormBundle/Resources/views'), '!ModContactForm');
  2580.         $instance->addPath(($this->targetDirs[3].'/src/Mod/TopicsBundle/Resources/views'), 'ModTopics');
  2581.         $instance->addPath(($this->targetDirs[3].'/src/Mod/TopicsBundle/Resources/views'), '!ModTopics');
  2582.         $instance->addPath(($this->targetDirs[3].'/src/Mod/TopBundle/Resources/views'), 'ModTop');
  2583.         $instance->addPath(($this->targetDirs[3].'/src/Mod/TopBundle/Resources/views'), '!ModTop');
  2584.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  2585.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '!Debug');
  2586.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  2587.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  2588.         $instance->addPath(($this->targetDirs[3].'/app/Resources/views'));
  2589.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  2590.         return $instance;
  2591.     }
  2592.     /**
  2593.      * Gets the private 'twig.profile' shared service.
  2594.      *
  2595.      * @return \Twig\Profiler\Profile
  2596.      */
  2597.     protected function getTwig_ProfileService()
  2598.     {
  2599.         return $this->services['twig.profile'] = new \Twig\Profiler\Profile();
  2600.     }
  2601.     /**
  2602.      * Gets the private 'uri_signer' shared service.
  2603.      *
  2604.      * @return \Symfony\Component\HttpKernel\UriSigner
  2605.      */
  2606.     protected function getUriSignerService()
  2607.     {
  2608.         return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ed3d858db0374dca756dca6280a3509c0d569ab4');
  2609.     }
  2610.     /**
  2611.      * Gets the private 'validate_request_listener' shared service.
  2612.      *
  2613.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  2614.      */
  2615.     protected function getValidateRequestListenerService()
  2616.     {
  2617.         return $this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  2618.     }
  2619.     /**
  2620.      * Gets the private 'validator.builder' shared service.
  2621.      *
  2622.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2623.      */
  2624.     protected function getValidator_BuilderService()
  2625.     {
  2626.         $this->services['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2627.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
  2628.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2629.         }, 'AppBundle\\Validator\\Constraints\\AdminUserPasswordValidator' => function () {
  2630.             return ${($_ = isset($this->services['validator.admin_user_password_validator']) ? $this->services['validator.admin_user_password_validator'] : $this->load('getValidator_AdminUserPasswordValidatorService.php')) && false ?: '_'};
  2631.         }, 'AppBundle\\Validator\\Constraints\\AlphaDashValidator' => function () {
  2632.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\AlphaDashValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\AlphaDashValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\AlphaDashValidator'] = new \AppBundle\Validator\Constraints\AlphaDashValidator())) && false ?: '_'};
  2633.         }, 'AppBundle\\Validator\\Constraints\\AlphaNumValidator' => function () {
  2634.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\AlphaNumValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\AlphaNumValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\AlphaNumValidator'] = new \AppBundle\Validator\Constraints\AlphaNumValidator())) && false ?: '_'};
  2635.         }, 'AppBundle\\Validator\\Constraints\\AlphaValidator' => function () {
  2636.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\AlphaValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\AlphaValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\AlphaValidator'] = new \AppBundle\Validator\Constraints\AlphaValidator())) && false ?: '_'};
  2637.         }, 'AppBundle\\Validator\\Constraints\\BlockConfirmedValidator' => function () {
  2638.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\BlockConfirmedValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\BlockConfirmedValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\BlockConfirmedValidator'] = new \AppBundle\Validator\Constraints\BlockConfirmedValidator())) && false ?: '_'};
  2639.         }, 'AppBundle\\Validator\\Constraints\\ConfirmedValidator' => function () {
  2640.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\ConfirmedValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\ConfirmedValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\ConfirmedValidator'] = new \AppBundle\Validator\Constraints\ConfirmedValidator())) && false ?: '_'};
  2641.         }, 'AppBundle\\Validator\\Constraints\\CustomUniqueValidator' => function () {
  2642.             return ${($_ = isset($this->services['app.validator.custom_unique']) ? $this->services['app.validator.custom_unique'] : ($this->services['app.validator.custom_unique'] = new \AppBundle\Validator\Constraints\CustomUniqueValidator($this))) && false ?: '_'};
  2643.         }, 'AppBundle\\Validator\\Constraints\\DateRangeValidator' => function () {
  2644.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\DateRangeValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\DateRangeValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\DateRangeValidator'] = new \AppBundle\Validator\Constraints\DateRangeValidator())) && false ?: '_'};
  2645.         }, 'AppBundle\\Validator\\Constraints\\DateValidator' => function () {
  2646.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\DateValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\DateValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\DateValidator'] = new \AppBundle\Validator\Constraints\DateValidator())) && false ?: '_'};
  2647.         }, 'AppBundle\\Validator\\Constraints\\EmailValidator' => function () {
  2648.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\EmailValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\EmailValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\EmailValidator'] = new \AppBundle\Validator\Constraints\EmailValidator())) && false ?: '_'};
  2649.         }, 'AppBundle\\Validator\\Constraints\\EncodeConvertibleValidator' => function () {
  2650.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\EncodeConvertibleValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\EncodeConvertibleValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\EncodeConvertibleValidator'] = new \AppBundle\Validator\Constraints\EncodeConvertibleValidator())) && false ?: '_'};
  2651.         }, 'AppBundle\\Validator\\Constraints\\FacilityUniqueValidator' => function () {
  2652.             return ${($_ = isset($this->services['app.validator.facility_unique']) ? $this->services['app.validator.facility_unique'] : ($this->services['app.validator.facility_unique'] = new \AppBundle\Validator\Constraints\FacilityUniqueValidator($this))) && false ?: '_'};
  2653.         }, 'AppBundle\\Validator\\Constraints\\HiraganaValidator' => function () {
  2654.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\HiraganaValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\HiraganaValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\HiraganaValidator'] = new \AppBundle\Validator\Constraints\HiraganaValidator())) && false ?: '_'};
  2655.         }, 'AppBundle\\Validator\\Constraints\\KatakanaValidator' => function () {
  2656.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\KatakanaValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\KatakanaValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\KatakanaValidator'] = new \AppBundle\Validator\Constraints\KatakanaValidator())) && false ?: '_'};
  2657.         }, 'AppBundle\\Validator\\Constraints\\NumericValidator' => function () {
  2658.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\NumericValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\NumericValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\NumericValidator'] = new \AppBundle\Validator\Constraints\NumericValidator())) && false ?: '_'};
  2659.         }, 'AppBundle\\Validator\\Constraints\\PhoneJpValidator' => function () {
  2660.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\PhoneJpValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\PhoneJpValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\PhoneJpValidator'] = new \AppBundle\Validator\Constraints\PhoneJpValidator())) && false ?: '_'};
  2661.         }, 'AppBundle\\Validator\\Constraints\\ReCaptchaV3Validator' => function () {
  2662.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\ReCaptchaV3Validator']) ? $this->services['AppBundle\\Validator\\Constraints\\ReCaptchaV3Validator'] : ($this->services['AppBundle\\Validator\\Constraints\\ReCaptchaV3Validator'] = new \AppBundle\Validator\Constraints\ReCaptchaV3Validator())) && false ?: '_'};
  2663.         }, 'AppBundle\\Validator\\Constraints\\TimeValidator' => function () {
  2664.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\TimeValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\TimeValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\TimeValidator'] = new \AppBundle\Validator\Constraints\TimeValidator())) && false ?: '_'};
  2665.         }, 'AppBundle\\Validator\\Constraints\\UniqueValidator' => function () {
  2666.             return ${($_ = isset($this->services['app.validator.unique']) ? $this->services['app.validator.unique'] : ($this->services['app.validator.unique'] = new \AppBundle\Validator\Constraints\UniqueValidator($this))) && false ?: '_'};
  2667.         }, 'AppBundle\\Validator\\Constraints\\ZipJpValidator' => function () {
  2668.             return ${($_ = isset($this->services['AppBundle\\Validator\\Constraints\\ZipJpValidator']) ? $this->services['AppBundle\\Validator\\Constraints\\ZipJpValidator'] : ($this->services['AppBundle\\Validator\\Constraints\\ZipJpValidator'] = new \AppBundle\Validator\Constraints\ZipJpValidator())) && false ?: '_'};
  2669.         }, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
  2670.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2671.         }, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
  2672.             return ${($_ = isset($this->services['validator.email']) ? $this->services['validator.email'] : ($this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false))) && false ?: '_'};
  2673.         }, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
  2674.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2675.         }, 'admin_user_password_validator' => function () {
  2676.             return ${($_ = isset($this->services['validator.admin_user_password_validator']) ? $this->services['validator.admin_user_password_validator'] : $this->load('getValidator_AdminUserPasswordValidatorService.php')) && false ?: '_'};
  2677.         }, 'app_custom_unique_validator' => function () {
  2678.             return ${($_ = isset($this->services['app.validator.custom_unique']) ? $this->services['app.validator.custom_unique'] : ($this->services['app.validator.custom_unique'] = new \AppBundle\Validator\Constraints\CustomUniqueValidator($this))) && false ?: '_'};
  2679.         }, 'app_facility_unique_validator' => function () {
  2680.             return ${($_ = isset($this->services['app.validator.facility_unique']) ? $this->services['app.validator.facility_unique'] : ($this->services['app.validator.facility_unique'] = new \AppBundle\Validator\Constraints\FacilityUniqueValidator($this))) && false ?: '_'};
  2681.         }, 'app_unique_validator' => function () {
  2682.             return ${($_ = isset($this->services['app.validator.unique']) ? $this->services['app.validator.unique'] : ($this->services['app.validator.unique'] = new \AppBundle\Validator\Constraints\UniqueValidator($this))) && false ?: '_'};
  2683.         }, 'doctrine.orm.validator.unique' => function () {
  2684.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2685.         }, 'security.validator.user_password' => function () {
  2686.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2687.         }, 'validator.expression' => function () {
  2688.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2689.         }])));
  2690.         if ($this->has('translator')) {
  2691.             $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  2692.         }
  2693.         $instance->setTranslationDomain('validators');
  2694.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/src/AppBundle/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  2695.         $instance->enableAnnotationMapping(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2696.         $instance->addMethodMapping('loadValidatorMetadata');
  2697.         $instance->addObjectInitializers([=> ${($_ = isset($this->services['doctrine.orm.validator_initializer']) ? $this->services['doctrine.orm.validator_initializer'] : $this->getDoctrine_Orm_ValidatorInitializerService()) && false ?: '_'}, => new \FOS\UserBundle\Validator\Initializer(${($_ = isset($this->services['fos_user.util.canonical_fields_updater']) ? $this->services['fos_user.util.canonical_fields_updater'] : $this->getFosUser_Util_CanonicalFieldsUpdaterService()) && false ?: '_'})]);
  2698.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2699.         return $instance;
  2700.     }
  2701.     /**
  2702.      * Gets the private 'web_profiler.csp.handler' shared service.
  2703.      *
  2704.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2705.      */
  2706.     protected function getWebProfiler_Csp_HandlerService()
  2707.     {
  2708.         return $this->services['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2709.     }
  2710.     /**
  2711.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2712.      *
  2713.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2714.      */
  2715.     protected function getWebProfiler_DebugToolbarService()
  2716.     {
  2717.         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 ?: '_'});
  2718.     }
  2719.     public function getParameter($name)
  2720.     {
  2721.         $name = (string) $name;
  2722.         if (isset($this->buildParameters[$name])) {
  2723.             return $this->buildParameters[$name];
  2724.         }
  2725.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2726.             $name $this->normalizeParameterName($name);
  2727.             if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2728.                 throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2729.             }
  2730.         }
  2731.         if (isset($this->loadedDynamicParameters[$name])) {
  2732.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2733.         }
  2734.         return $this->parameters[$name];
  2735.     }
  2736.     public function hasParameter($name)
  2737.     {
  2738.         $name = (string) $name;
  2739.         if (isset($this->buildParameters[$name])) {
  2740.             return true;
  2741.         }
  2742.         $name $this->normalizeParameterName($name);
  2743.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2744.     }
  2745.     public function setParameter($name$value)
  2746.     {
  2747.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2748.     }
  2749.     public function getParameterBag()
  2750.     {
  2751.         if (null === $this->parameterBag) {
  2752.             $parameters $this->parameters;
  2753.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2754.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2755.             }
  2756.             foreach ($this->buildParameters as $name => $value) {
  2757.                 $parameters[$name] = $value;
  2758.             }
  2759.             $this->parameterBag = new FrozenParameterBag($parameters);
  2760.         }
  2761.         return $this->parameterBag;
  2762.     }
  2763.     private $loadedDynamicParameters = [
  2764.         'kernel.root_dir' => false,
  2765.         'kernel.project_dir' => false,
  2766.         'kernel.cache_dir' => false,
  2767.         'kernel.logs_dir' => false,
  2768.         'kernel.bundles_metadata' => false,
  2769.         'session.save_path' => false,
  2770.         'validator.mapping.cache.file' => false,
  2771.         'translator.default_path' => false,
  2772.         'profiler.storage.dsn' => false,
  2773.         'debug.container.dump' => false,
  2774.         'router.resource' => false,
  2775.         'twig.default_path' => false,
  2776.         'swiftmailer.spool.default.memory.path' => false,
  2777.         'doctrine.orm.proxy_dir' => false,
  2778.         'doctrine_migrations.dir_name' => false,
  2779.     ];
  2780.     private $dynamicParameters = [];
  2781.     /**
  2782.      * Computes a dynamic parameter.
  2783.      *
  2784.      * @param string $name The name of the dynamic parameter to load
  2785.      *
  2786.      * @return mixed The value of the dynamic parameter
  2787.      *
  2788.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2789.      */
  2790.     private function getDynamicParameter($name)
  2791.     {
  2792.         switch ($name) {
  2793.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/app'); break;
  2794.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2795.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2796.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/logs'); break;
  2797.             case 'kernel.bundles_metadata'$value = [
  2798.                 'FrameworkBundle' => [
  2799.                     'parent' => NULL,
  2800.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  2801.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2802.                 ],
  2803.                 'SecurityBundle' => [
  2804.                     'parent' => NULL,
  2805.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  2806.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2807.                 ],
  2808.                 'TwigBundle' => [
  2809.                     'parent' => NULL,
  2810.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  2811.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2812.                 ],
  2813.                 'MonologBundle' => [
  2814.                     'parent' => NULL,
  2815.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2816.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2817.                 ],
  2818.                 'SwiftmailerBundle' => [
  2819.                     'parent' => NULL,
  2820.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2821.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2822.                 ],
  2823.                 'DoctrineBundle' => [
  2824.                     'parent' => NULL,
  2825.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2826.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2827.                 ],
  2828.                 'DoctrineMigrationsBundle' => [
  2829.                     'parent' => NULL,
  2830.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2831.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2832.                 ],
  2833.                 'DoctrineFixturesBundle' => [
  2834.                     'parent' => NULL,
  2835.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
  2836.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2837.                 ],
  2838.                 'SensioFrameworkExtraBundle' => [
  2839.                     'parent' => NULL,
  2840.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  2841.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2842.                 ],
  2843.                 'AppBundle' => [
  2844.                     'parent' => 'FOSUserBundle',
  2845.                     'path' => ($this->targetDirs[3].'/src/AppBundle'),
  2846.                     'namespace' => 'AppBundle',
  2847.                 ],
  2848.                 'CustomBundle' => [
  2849.                     'parent' => NULL,
  2850.                     'path' => ($this->targetDirs[3].'/src/CustomBundle'),
  2851.                     'namespace' => 'CustomBundle',
  2852.                 ],
  2853.                 'FOSUserBundle' => [
  2854.                     'parent' => NULL,
  2855.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  2856.                     'namespace' => 'FOS\\UserBundle',
  2857.                 ],
  2858.                 'LiipImagineBundle' => [
  2859.                     'parent' => NULL,
  2860.                     'path' => ($this->targetDirs[3].'/vendor/liip/imagine-bundle'),
  2861.                     'namespace' => 'Liip\\ImagineBundle',
  2862.                 ],
  2863.                 'JMSSerializerBundle' => [
  2864.                     'parent' => NULL,
  2865.                     'path' => ($this->targetDirs[3].'/vendor/jms/serializer-bundle'),
  2866.                     'namespace' => 'JMS\\SerializerBundle',
  2867.                 ],
  2868.                 'KnpPaginatorBundle' => [
  2869.                     'parent' => NULL,
  2870.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle'),
  2871.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2872.                 ],
  2873.                 'ModRestaurantBundle' => [
  2874.                     'parent' => NULL,
  2875.                     'path' => ($this->targetDirs[3].'/src/Mod/RestaurantBundle'),
  2876.                     'namespace' => 'Mod\\RestaurantBundle',
  2877.                 ],
  2878.                 'ModSightseeingBundle' => [
  2879.                     'parent' => NULL,
  2880.                     'path' => ($this->targetDirs[3].'/src/Mod/SightseeingBundle'),
  2881.                     'namespace' => 'Mod\\SightseeingBundle',
  2882.                 ],
  2883.                 'ModContactFormBundle' => [
  2884.                     'parent' => NULL,
  2885.                     'path' => ($this->targetDirs[3].'/src/Mod/ContactFormBundle'),
  2886.                     'namespace' => 'Mod\\ContactFormBundle',
  2887.                 ],
  2888.                 'ModTopicsBundle' => [
  2889.                     'parent' => NULL,
  2890.                     'path' => ($this->targetDirs[3].'/src/Mod/TopicsBundle'),
  2891.                     'namespace' => 'Mod\\TopicsBundle',
  2892.                 ],
  2893.                 'ModTopBundle' => [
  2894.                     'parent' => NULL,
  2895.                     'path' => ($this->targetDirs[3].'/src/Mod/TopBundle'),
  2896.                     'namespace' => 'Mod\\TopBundle',
  2897.                 ],
  2898.                 'DebugBundle' => [
  2899.                     'parent' => NULL,
  2900.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  2901.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2902.                 ],
  2903.                 'WebProfilerBundle' => [
  2904.                     'parent' => NULL,
  2905.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  2906.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2907.                 ],
  2908.                 'SensioDistributionBundle' => [
  2909.                     'parent' => NULL,
  2910.                     'path' => ($this->targetDirs[3].'/vendor/sensio/distribution-bundle'),
  2911.                     'namespace' => 'Sensio\\Bundle\\DistributionBundle',
  2912.                 ],
  2913.                 'SensioGeneratorBundle' => [
  2914.                     'parent' => NULL,
  2915.                     'path' => ($this->targetDirs[3].'/vendor/sensio/generator-bundle'),
  2916.                     'namespace' => 'Sensio\\Bundle\\GeneratorBundle',
  2917.                 ],
  2918.                 'WebServerBundle' => [
  2919.                     'parent' => NULL,
  2920.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle'),
  2921.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2922.                 ],
  2923.             ]; break;
  2924.             case 'session.save_path'$value = ($this->targetDirs[2].'/sessions/dev'); break;
  2925.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2926.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  2927.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2928.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/appDevDebugProjectContainer.xml'); break;
  2929.             case 'router.resource'$value = ($this->targetDirs[3].'/app/config/routing_dev.yml'); break;
  2930.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2931.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  2932.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2933.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/app/DoctrineMigrations'); break;
  2934.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2935.         }
  2936.         $this->loadedDynamicParameters[$name] = true;
  2937.         return $this->dynamicParameters[$name] = $value;
  2938.     }
  2939.     private $normalizedParameterNames = [
  2940.         'liip_imagine.jpegoptim.stripall' => 'liip_imagine.jpegoptim.stripAll',
  2941.         'liip_imagine.jpegoptim.tempdir' => 'liip_imagine.jpegoptim.tempDir',
  2942.         'liip_imagine.optipng.stripall' => 'liip_imagine.optipng.stripAll',
  2943.         'liip_imagine.optipng.tempdir' => 'liip_imagine.optipng.tempDir',
  2944.     ];
  2945.     private function normalizeParameterName($name)
  2946.     {
  2947.         if (isset($this->normalizedParameterNames[$normalizedName strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName$this->parameters)) {
  2948.             $normalizedName = isset($this->normalizedParameterNames[$normalizedName]) ? $this->normalizedParameterNames[$normalizedName] : $normalizedName;
  2949.             if ((string) $name !== $normalizedName) {
  2950.                 @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);
  2951.             }
  2952.         } else {
  2953.             $normalizedName $this->normalizedParameterNames[$normalizedName] = (string) $name;
  2954.         }
  2955.         return $normalizedName;
  2956.     }
  2957.     /**
  2958.      * Gets the default parameters.
  2959.      *
  2960.      * @return array An array of the default parameters
  2961.      */
  2962.     protected function getDefaultParameters()
  2963.     {
  2964.         return [
  2965.             'kernel.environment' => 'dev',
  2966.             'kernel.debug' => true,
  2967.             'kernel.name' => 'app',
  2968.             'kernel.bundles' => [
  2969.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2970.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2971.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2972.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2973.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2974.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2975.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2976.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2977.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2978.                 'AppBundle' => 'AppBundle\\AppBundle',
  2979.                 'CustomBundle' => 'CustomBundle\\CustomBundle',
  2980.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2981.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2982.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  2983.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2984.                 'ModRestaurantBundle' => 'Mod\\RestaurantBundle\\ModRestaurantBundle',
  2985.                 'ModSightseeingBundle' => 'Mod\\SightseeingBundle\\ModSightseeingBundle',
  2986.                 'ModContactFormBundle' => 'Mod\\ContactFormBundle\\ModContactFormBundle',
  2987.                 'ModTopicsBundle' => 'Mod\\TopicsBundle\\ModTopicsBundle',
  2988.                 'ModTopBundle' => 'Mod\\TopBundle\\ModTopBundle',
  2989.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2990.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2991.                 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle',
  2992.                 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle',
  2993.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2994.             ],
  2995.             'kernel.charset' => 'UTF-8',
  2996.             'kernel.container_class' => 'appDevDebugProjectContainer',
  2997.             'secret' => 'ed3d858db0374dca756dca6280a3509c0d569ab4',
  2998.             'database_host' => '153.122.72.225',
  2999.             'database_port' => '3308',
  3000.             'database_name' => 'cms_nisshin_gourmet',
  3001.             'database_user' => 'ability',
  3002.             'database_password' => '9KJh2a3s=kdfsa',
  3003.             'mailer_transport' => 'smtp',
  3004.             'mailer_host' => 'smtp.mailtrap.io',
  3005.             'mailer_port' => 2525,
  3006.             'mailer_user' => 'b45544fee7a1a6',
  3007.             'mailer_password' => 'dc41fd4e41494d',
  3008.             'app.plugin_api' => 'https://sv38.ab-ss.com/threes_plugin/api/v5/',
  3009.             'app.page_builder.forms' => [
  3010.                 'app.admin_mail_form' => 'AppBundle\\PageForm\\AdminMailFormForm',
  3011.                 'app.admin_contact_setting' => 'AppBundle\\PageForm\\AdminContactSettingForm',
  3012.                 'app.admin_master_value' => 'AppBundle\\PageForm\\AdminMasterValueForm',
  3013.                 'app.admin_master_category' => 'AppBundle\\PageForm\\AdminMasterCategoryForm',
  3014.                 'app.media_library_item' => 'AppBundle\\PageForm\\Media\\ItemForm',
  3015.                 'app.media_library_category' => 'AppBundle\\PageForm\\Media\\CategoryForm',
  3016.                 'app.setting_param' => 'AppBundle\\PageForm\\Param\\ParamForm',
  3017.                 'app.setting_param_param_master' => 'AppBundle\\PageForm\\Param\\ParamMasterForm',
  3018.                 'app.setting_param_section' => 'AppBundle\\PageForm\\Param\\SectionForm',
  3019.                 'app.admin_master_language' => 'AppBundle\\PageForm\\MasterLanguageForm',
  3020.             ],
  3021.             'app.bundle_parameters' => [
  3022.             ],
  3023.             'app.config' => [
  3024.             ],
  3025.             'app.home_url' => NULL,
  3026.             'app.encrypt_method' => 'aes-128-ecb',
  3027.             'app.encrypt_key' => '36f583dd16f4e1e2',
  3028.             'entity_alias' => [
  3029.             ],
  3030.             'remote.storage_type' => NULL,
  3031.             'remote.storage_sync_upload' => false,
  3032.             'remote.allowed_mime_types' => [
  3033.                 => 'image/jpeg',
  3034.                 => 'image/png',
  3035.                 => 'image/gif',
  3036.                 => 'application/pdf',
  3037.             ],
  3038.             'language.default' => 'jp',
  3039.             'translation.project_key' => NULL,
  3040.             'translation.api_key' => NULL,
  3041.             'app.param_preset.category.entity_settings' => [
  3042.                 'single' => false,
  3043.                 'revisable' => false,
  3044.                 'uses' => [
  3045.                     'public_status' => true,
  3046.                     'public_period' => false,
  3047.                 ],
  3048.                 'relations' => [
  3049.                     'category' => false,
  3050.                     'tag' => false,
  3051.                 ],
  3052.                 'actions' => [
  3053.                     'index' => true,
  3054.                     'edit' => true,
  3055.                     'new' => true,
  3056.                     'delete' => true,
  3057.                     'sort' => true,
  3058.                     'duplicate' => true,
  3059.                     'preview' => false,
  3060.                     'child' => true,
  3061.                 ],
  3062.             ],
  3063.             'app.param_preset.tag.entity_settings' => [
  3064.                 'single' => false,
  3065.                 'revisable' => false,
  3066.                 'uses' => [
  3067.                     'public_status' => true,
  3068.                     'public_period' => false,
  3069.                 ],
  3070.                 'relations' => [
  3071.                     'category' => false,
  3072.                     'tag' => false,
  3073.                 ],
  3074.                 'actions' => [
  3075.                     'index' => true,
  3076.                     'edit' => true,
  3077.                     'new' => true,
  3078.                     'delete' => true,
  3079.                     'sort' => true,
  3080.                     'duplicate' => true,
  3081.                     'preview' => false,
  3082.                 ],
  3083.             ],
  3084.             'app.facility_code' => NULL,
  3085.             'app.remote_storage' => NULL,
  3086.             'twig.config' => [
  3087.                 'debug' => false,
  3088.             ],
  3089.             'deepl_auth_key' => NULL,
  3090.             'deepl_plan' => NULL,
  3091.             'app.locales' => 'jp',
  3092.             'locale' => 'ja',
  3093.             'amazon_s3.region' => NULL,
  3094.             'amazon_s3.key' => NULL,
  3095.             'amazon_s3.secret' => NULL,
  3096.             'amazon_s3.bucket_name' => NULL,
  3097.             'remote.storage_url' => NULL,
  3098.             'fragment.renderer.hinclude.global_template' => NULL,
  3099.             'fragment.path' => '/_fragment',
  3100.             'kernel.secret' => 'ed3d858db0374dca756dca6280a3509c0d569ab4',
  3101.             'kernel.http_method_override' => true,
  3102.             'kernel.trusted_hosts' => [
  3103.             ],
  3104.             'kernel.default_locale' => 'ja',
  3105.             'templating.helper.code.file_link_format' => NULL,
  3106.             'debug.file_link_format' => NULL,
  3107.             'session.metadata.storage_key' => '_sf2_meta',
  3108.             'session.storage.options' => [
  3109.                 'cache_limiter' => '0',
  3110.                 'name' => 'SESSION_NISSHIN_GOURMET',
  3111.                 'cookie_httponly' => true,
  3112.                 'gc_probability' => 1,
  3113.             ],
  3114.             'session.metadata.update_threshold' => '0',
  3115.             'form.type_extension.csrf.enabled' => true,
  3116.             'form.type_extension.csrf.field_name' => '_token',
  3117.             'asset.request_context.base_path' => '',
  3118.             'asset.request_context.secure' => false,
  3119.             'templating.loader.cache.path' => NULL,
  3120.             'templating.engines' => [
  3121.                 => 'php',
  3122.                 => 'twig',
  3123.             ],
  3124.             'templating.helper.form.resources' => [
  3125.                 => 'FrameworkBundle:Form',
  3126.             ],
  3127.             'validator.mapping.cache.prefix' => '',
  3128.             'validator.translation_domain' => 'validators',
  3129.             'translator.logging' => true,
  3130.             'profiler_listener.only_exceptions' => false,
  3131.             'profiler_listener.only_master_requests' => true,
  3132.             'debug.error_handler.throw_at' => -1,
  3133.             'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  3134.             'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  3135.             'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
  3136.             'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  3137.             'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  3138.             'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
  3139.             'router.options.matcher.cache_class' => 'appDevDebugProjectContainerUrlMatcher',
  3140.             'router.options.generator.cache_class' => 'appDevDebugProjectContainerUrlGenerator',
  3141.             'router.request_context.host' => 'localhost',
  3142.             'router.request_context.scheme' => 'http',
  3143.             'router.request_context.base_url' => '',
  3144.             'router.cache_class_prefix' => 'appDevDebugProjectContainer',
  3145.             'request_listener.http_port' => 80,
  3146.             'request_listener.https_port' => 443,
  3147.             'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  3148.             'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  3149.             'security.role_hierarchy.roles' => [
  3150.             ],
  3151.             'security.access.denied_url' => NULL,
  3152.             'security.authentication.manager.erase_credentials' => true,
  3153.             'security.authentication.session_strategy.strategy' => 'migrate',
  3154.             'security.access.always_authenticate_before_granting' => false,
  3155.             'security.authentication.hide_user_not_found' => true,
  3156.             'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
  3157.             'twig.form.resources' => [
  3158.                 => 'form_div_layout.html.twig',
  3159.                 => 'LiipImagineBundle:Form:form_div_layout.html.twig',
  3160.             ],
  3161.             'monolog.use_microseconds' => true,
  3162.             'monolog.swift_mailer.handlers' => [
  3163.             ],
  3164.             'monolog.handlers_to_channels' => [
  3165.                 'monolog.handler.server_log' => NULL,
  3166.                 'monolog.handler.console' => [
  3167.                     'type' => 'exclusive',
  3168.                     'elements' => [
  3169.                         => 'event',
  3170.                         => 'doctrine',
  3171.                         => 'console',
  3172.                     ],
  3173.                 ],
  3174.                 'monolog.handler.custom' => [
  3175.                     'type' => 'inclusive',
  3176.                     'elements' => [
  3177.                         => 'custom',
  3178.                     ],
  3179.                 ],
  3180.                 'monolog.handler.api' => [
  3181.                     'type' => 'inclusive',
  3182.                     'elements' => [
  3183.                         => 'api',
  3184.                     ],
  3185.                 ],
  3186.                 'monolog.handler.error' => NULL,
  3187.                 'monolog.handler.main' => [
  3188.                     'type' => 'exclusive',
  3189.                     'elements' => [
  3190.                         => 'event',
  3191.                         => 'api',
  3192.                         => 'custom',
  3193.                     ],
  3194.                 ],
  3195.             ],
  3196.             'swiftmailer.class' => 'Swift_Mailer',
  3197.             'swiftmailer.transport.sendmail.class' => 'Swift_Transport_SendmailTransport',
  3198.             'swiftmailer.transport.mail.class' => 'Swift_Transport_MailTransport',
  3199.             'swiftmailer.transport.failover.class' => 'Swift_Transport_FailoverTransport',
  3200.             'swiftmailer.plugin.redirecting.class' => 'Swift_Plugins_RedirectingPlugin',
  3201.             'swiftmailer.plugin.impersonate.class' => 'Swift_Plugins_ImpersonatePlugin',
  3202.             'swiftmailer.plugin.messagelogger.class' => 'Swift_Plugins_MessageLogger',
  3203.             'swiftmailer.plugin.antiflood.class' => 'Swift_Plugins_AntiFloodPlugin',
  3204.             'swiftmailer.transport.smtp.class' => 'Swift_Transport_EsmtpTransport',
  3205.             'swiftmailer.plugin.blackhole.class' => 'Swift_Plugins_BlackholePlugin',
  3206.             'swiftmailer.spool.file.class' => 'Swift_FileSpool',
  3207.             'swiftmailer.spool.memory.class' => 'Swift_MemorySpool',
  3208.             'swiftmailer.email_sender.listener.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener',
  3209.             'swiftmailer.data_collector.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\DataCollector\\MessageDataCollector',
  3210.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  3211.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  3212.             'swiftmailer.mailer.default.transport.smtp.port' => 2525,
  3213.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.mailtrap.io',
  3214.             'swiftmailer.mailer.default.transport.smtp.username' => 'b45544fee7a1a6',
  3215.             'swiftmailer.mailer.default.transport.smtp.password' => 'dc41fd4e41494d',
  3216.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  3217.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  3218.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  3219.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  3220.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  3221.                 'ssl' => [
  3222.                     'allow_self_signed' => true,
  3223.                     'verify_peer' => false,
  3224.                     'verify_peer_name' => false,
  3225.                 ],
  3226.             ],
  3227.             'swiftmailer.mailer.default.spool.enabled' => true,
  3228.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3229.             'swiftmailer.mailer.default.single_address' => NULL,
  3230.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3231.             'swiftmailer.spool.enabled' => true,
  3232.             'swiftmailer.delivery.enabled' => true,
  3233.             'swiftmailer.single_address' => NULL,
  3234.             'swiftmailer.mailers' => [
  3235.                 'default' => 'swiftmailer.mailer.default',
  3236.             ],
  3237.             'swiftmailer.default_mailer' => 'default',
  3238.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3239.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3240.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3241.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3242.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3243.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3244.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3245.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3246.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3247.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3248.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3249.             'doctrine_cache.memcache.host' => 'localhost',
  3250.             'doctrine_cache.memcache.port' => 11211,
  3251.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3252.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3253.             'doctrine_cache.memcached.host' => 'localhost',
  3254.             'doctrine_cache.memcached.port' => 11211,
  3255.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3256.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3257.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3258.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3259.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3260.             'doctrine_cache.predis.scheme' => 'tcp',
  3261.             'doctrine_cache.predis.host' => 'localhost',
  3262.             'doctrine_cache.predis.port' => 6379,
  3263.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3264.             'doctrine_cache.redis.connection.class' => 'Redis',
  3265.             'doctrine_cache.redis.host' => 'localhost',
  3266.             'doctrine_cache.redis.port' => 6379,
  3267.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3268.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3269.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3270.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3271.             'doctrine_cache.riak.host' => 'localhost',
  3272.             'doctrine_cache.riak.port' => 8087,
  3273.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3274.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3275.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3276.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3277.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3278.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3279.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3280.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3281.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3282.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3283.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3284.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3285.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3286.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3287.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3288.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3289.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3290.             'doctrine.entity_managers' => [
  3291.                 'default' => 'doctrine.orm.default_entity_manager',
  3292.             ],
  3293.             'doctrine.default_entity_manager' => 'default',
  3294.             'doctrine.dbal.connection_factory.types' => [
  3295.             ],
  3296.             'doctrine.connections' => [
  3297.                 'default' => 'doctrine.dbal.default_connection',
  3298.             ],
  3299.             'doctrine.default_connection' => 'default',
  3300.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3301.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3302.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3303.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3304.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3305.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3306.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3307.             'doctrine.orm.cache.memcache_port' => 11211,
  3308.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3309.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3310.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3311.             'doctrine.orm.cache.memcached_port' => 11211,
  3312.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3313.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3314.             'doctrine.orm.cache.redis_host' => 'localhost',
  3315.             'doctrine.orm.cache.redis_port' => 6379,
  3316.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3317.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3318.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3319.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3320.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3321.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3322.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3323.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3324.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3325.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3326.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3327.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3328.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3329.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3330.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3331.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3332.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3333.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3334.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3335.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3336.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3337.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3338.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3339.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3340.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3341.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3342.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3343.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3344.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3345.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3346.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3347.             'doctrine_migrations.namespace' => 'Application\\Migrations',
  3348.             'doctrine_migrations.table_name' => 'migration_versions',
  3349.             'doctrine_migrations.name' => 'Application Migrations',
  3350.             'doctrine_migrations.custom_template' => NULL,
  3351.             'doctrine_migrations.organize_migrations' => false,
  3352.             'custom.example' => 'hello',
  3353.             'webp_convert' => false,
  3354.             'custom.recaptcha_site_key' => '6Le9A8IUAAAAAPR-6aCfbC6EHXvFvGKLPxtzfaqg',
  3355.             'custom.recaptcha_secret_key' => '6Le9A8IUAAAAABcvRJaezDB6fDFgLaLkT6tbdArD',
  3356.             'custom.page_builder.forms' => [
  3357.             ],
  3358.             'fos_user.backend_type_orm' => true,
  3359.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3360.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3361.             'fos_user.resetting.email.template' => 'email/password_resetting.email.twig',
  3362.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3363.             'fos_user.storage' => 'orm',
  3364.             'fos_user.firewall_name' => 'main',
  3365.             'fos_user.model_manager_name' => NULL,
  3366.             'fos_user.model.user.class' => 'AppBundle\\Entity\\User',
  3367.             'fos_user.profile.form.validation_groups' => [
  3368.                 => 'CustomProfile',
  3369.             ],
  3370.             'fos_user.profile.form.type' => 'AppBundle\\Form\\Admin\\ProfileType',
  3371.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3372.             'fos_user.registration.confirmation.from_email' => [
  3373.                 'shibahara@ab-net.co.jp' => 'demo app',
  3374.             ],
  3375.             'fos_user.registration.confirmation.enabled' => false,
  3376.             'fos_user.registration.form.validation_groups' => [
  3377.                 => 'CustomRegistraion',
  3378.             ],
  3379.             'fos_user.registration.form.type' => 'AppBundle\\Form\\Admin\\RegistrationType',
  3380.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3381.             'fos_user.change_password.form.validation_groups' => [
  3382.                 => 'CustomChangePassword',
  3383.             ],
  3384.             'fos_user.change_password.form.type' => 'AppBundle\\Form\\Admin\\ChangePasswordType',
  3385.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3386.             'fos_user.resetting.email.from_email' => [
  3387.                 'shibahara@ab-net.co.jp' => 'demo app',
  3388.             ],
  3389.             'fos_user.resetting.retry_ttl' => 7200,
  3390.             'fos_user.resetting.token_ttl' => 86400,
  3391.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3392.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3393.             'fos_user.resetting.form.validation_groups' => [
  3394.                 => 'ResetPassword',
  3395.                 => 'Default',
  3396.             ],
  3397.             'liip_imagine.filter.configuration.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\FilterConfiguration',
  3398.             'liip_imagine.filter.manager.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\FilterManager',
  3399.             'liip_imagine.data.manager.class' => 'Liip\\ImagineBundle\\Imagine\\Data\\DataManager',
  3400.             'liip_imagine.cache.manager.class' => 'Liip\\ImagineBundle\\Imagine\\Cache\\CacheManager',
  3401.             'liip_imagine.cache.signer.class' => 'Liip\\ImagineBundle\\Imagine\\Cache\\Signer',
  3402.             'liip_imagine.binary.mime_type_guesser.class' => 'Liip\\ImagineBundle\\Binary\\SimpleMimeTypeGuesser',
  3403.             'liip_imagine.controller.class' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  3404.             'liip_imagine.twig.extension.class' => 'Liip\\ImagineBundle\\Templating\\ImagineExtension',
  3405.             'liip_imagine.templating.helper.class' => 'Liip\\ImagineBundle\\Templating\\Helper\\ImagineHelper',
  3406.             'liip_imagine.gd.class' => 'Imagine\\Gd\\Imagine',
  3407.             'liip_imagine.imagick.class' => 'Imagine\\Imagick\\Imagine',
  3408.             'liip_imagine.gmagick.class' => 'Imagine\\Gmagick\\Imagine',
  3409.             'liip_imagine.filter.loader.relative_resize.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\RelativeResizeFilterLoader',
  3410.             'liip_imagine.filter.loader.resize.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\ResizeFilterLoader',
  3411.             'liip_imagine.filter.loader.thumbnail.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\ThumbnailFilterLoader',
  3412.             'liip_imagine.filter.loader.crop.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\CropFilterLoader',
  3413.             'liip_imagine.filter.loader.grayscale.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\GrayscaleFilterLoader',
  3414.             'liip_imagine.filter.loader.paste.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\PasteFilterLoader',
  3415.             'liip_imagine.filter.loader.watermark.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\WatermarkFilterLoader',
  3416.             'liip_imagine.filter.loader.strip.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\StripFilterLoader',
  3417.             'liip_imagine.filter.loader.background.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\BackgroundFilterLoader',
  3418.             'liip_imagine.filter.loader.scale.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\ScaleFilterLoader',
  3419.             'liip_imagine.filter.loader.upscale.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\UpscaleFilterLoader',
  3420.             'liip_imagine.filter.loader.downscale.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\DownscaleFilterLoader',
  3421.             'liip_imagine.filter.loader.auto_rotate.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\AutoRotateFilterLoader',
  3422.             'liip_imagine.filter.loader.rotate.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\RotateFilterLoader',
  3423.             'liip_imagine.filter.loader.flip.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\FlipFilterLoader',
  3424.             'liip_imagine.filter.loader.interlace.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\InterlaceFilterLoader',
  3425.             'liip_imagine.filter.loader.resample.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\ResampleFilterLoader',
  3426.             'liip_imagine.binary.loader.filesystem.class' => 'Liip\\ImagineBundle\\Binary\\Loader\\FileSystemLoader',
  3427.             'liip_imagine.binary.loader.stream.class' => 'Liip\\ImagineBundle\\Binary\\Loader\\StreamLoader',
  3428.             'liip_imagine.binary.loader.flysystem.class' => 'Liip\\ImagineBundle\\Binary\\Loader\\FlysystemLoader',
  3429.             'liip_imagine.binary.loader.chain.class' => 'Liip\\ImagineBundle\\Binary\\Loader\\ChainLoader',
  3430.             'liip_imagine.binary.locator.filesystem.class' => 'Liip\\ImagineBundle\\Binary\\Locator\\FileSystemLocator',
  3431.             'liip_imagine.binary.locator.filesystem_insecure.class' => 'Liip\\ImagineBundle\\Binary\\Locator\\FileSystemInsecureLocator',
  3432.             'liip_imagine.cache.resolver.web_path.class' => 'Liip\\ImagineBundle\\Imagine\\Cache\\Resolver\\WebPathResolver',
  3433.             'liip_imagine.cache.resolver.no_cache_web_path.class' => 'Liip\\ImagineBundle\\Imagine\\Cache\\Resolver\\NoCacheWebPathResolver',
  3434.             'liip_imagine.cache.resolver.aws_s3.class' => 'Liip\\ImagineBundle\\Imagine\\Cache\\Resolver\\AwsS3Resolver',
  3435.             'liip_imagine.cache.resolver.cache.class' => 'Liip\\ImagineBundle\\Imagine\\Cache\\Resolver\\CacheResolver',
  3436.             'liip_imagine.cache.resolver.flysystem.class' => 'Liip\\ImagineBundle\\Imagine\\Cache\\Resolver\\FlysystemResolver',
  3437.             'liip_imagine.cache.resolver.proxy.class' => 'Liip\\ImagineBundle\\Imagine\\Cache\\Resolver\\ProxyResolver',
  3438.             'liip_imagine.form.type.image.class' => 'Liip\\ImagineBundle\\Form\\Type\\ImageType',
  3439.             'liip_imagine.meta_data.reader.class' => 'Imagine\\Image\\Metadata\\ExifMetadataReader',
  3440.             'liip_imagine.filter.post_processor.jpegoptim.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\PostProcessor\\JpegOptimPostProcessor',
  3441.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3442.             'liip_imagine.jpegoptim.stripAll' => true,
  3443.             'liip_imagine.jpegoptim.max' => NULL,
  3444.             'liip_imagine.jpegoptim.progressive' => true,
  3445.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3446.             'liip_imagine.filter.post_processor.optipng.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\PostProcessor\\OptiPngPostProcessor',
  3447.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3448.             'liip_imagine.optipng.level' => 7,
  3449.             'liip_imagine.optipng.stripAll' => true,
  3450.             'liip_imagine.optipng.tempDir' => NULL,
  3451.             'liip_imagine.filter.post_processor.pngquant.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\PostProcessor\\PngquantPostProcessor',
  3452.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3453.             'liip_imagine.filter.post_processor.mozjpeg.class' => 'Liip\\ImagineBundle\\Imagine\\Filter\\PostProcessor\\MozJpegPostProcessor',
  3454.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3455.             'liip_imagine.cache.resolver.default' => 'default',
  3456.             'liip_imagine.default_image' => NULL,
  3457.             'liip_imagine.filter_sets' => [
  3458.             ],
  3459.             'liip_imagine.binary.loader.default' => 'default',
  3460.             'liip_imagine.controller.filter_action' => 'liip_imagine.controller:filterAction',
  3461.             'liip_imagine.controller.filter_runtime_action' => 'liip_imagine.controller:filterRuntimeAction',
  3462.             'liip_imagine.controller.redirect_response_code' => 301,
  3463.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  3464.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  3465.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  3466.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  3467.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  3468.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  3469.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  3470.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  3471.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  3472.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  3473.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  3474.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  3475.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
  3476.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  3477.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  3478.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  3479.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  3480.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  3481.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  3482.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  3483.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  3484.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  3485.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  3486.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  3487.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  3488.             'jms_serializer.json_serialization_visitor.options' => 0,
  3489.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  3490.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  3491.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  3492.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  3493.             ],
  3494.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  3495.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  3496.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  3497.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  3498.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  3499.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  3500.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  3501.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  3502.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  3503.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  3504.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  3505.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  3506.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  3507.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  3508.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  3509.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  3510.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  3511.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  3512.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  3513.             'knp_paginator.templating.helper.pagination.class' => 'Knp\\Bundle\\PaginatorBundle\\Templating\\PaginationHelper',
  3514.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  3515.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3516.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3517.             'knp_paginator.page_range' => 5,
  3518.             'mod_restaurant.default_settings' => [
  3519.             ],
  3520.             'mod_restaurant.admin_settings' => [
  3521.             ],
  3522.             'mod_restaurant.entity_settings' => [
  3523.                 'restaurant' => [
  3524.                     'title' => '{# plugin_title #} | 店舗',
  3525.                     'base_route' => 'mod_restaurant_admin_restaurant',
  3526.                     'single' => false,
  3527.                     'revisable' => true,
  3528.                     'uses' => [
  3529.                         'public_status' => true,
  3530.                         'public_period' => true,
  3531.                     ],
  3532.                     'relations' => [
  3533.                         'category' => false,
  3534.                         'tag' => false,
  3535.                     ],
  3536.                     'actions' => [
  3537.                         'index' => true,
  3538.                         'edit' => true,
  3539.                         'new' => true,
  3540.                         'delete' => true,
  3541.                         'sort' => true,
  3542.                         'duplicate' => true,
  3543.                         'preview' => true,
  3544.                     ],
  3545.                     'privileges' => [
  3546.                         '_default' => 'mod_restaurant_item_edit',
  3547.                     ],
  3548.                 ],
  3549.                 'genre' => [
  3550.                     'title' => '{# plugin_title #} | ジャンル',
  3551.                     'base_route' => 'mod_restaurant_admin_genre',
  3552.                     'single' => false,
  3553.                     'revisable' => true,
  3554.                     'uses' => [
  3555.                         'public_status' => true,
  3556.                         'public_period' => true,
  3557.                     ],
  3558.                     'relations' => [
  3559.                         'category' => false,
  3560.                         'tag' => false,
  3561.                     ],
  3562.                     'actions' => [
  3563.                         'index' => true,
  3564.                         'edit' => true,
  3565.                         'new' => true,
  3566.                         'delete' => true,
  3567.                         'sort' => true,
  3568.                         'duplicate' => true,
  3569.                         'preview' => true,
  3570.                     ],
  3571.                     'privileges' => [
  3572.                         '_default' => 'mod_restaurant_item_edit',
  3573.                     ],
  3574.                 ],
  3575.                 'time_by_car' => [
  3576.                     'title' => '{# plugin_title #} | 車での距離',
  3577.                     'base_route' => 'mod_restaurant_admin_time_by_car',
  3578.                     'single' => false,
  3579.                     'revisable' => true,
  3580.                     'uses' => [
  3581.                         'public_status' => true,
  3582.                         'public_period' => true,
  3583.                     ],
  3584.                     'relations' => [
  3585.                         'category' => false,
  3586.                         'tag' => false,
  3587.                     ],
  3588.                     'actions' => [
  3589.                         'index' => true,
  3590.                         'edit' => true,
  3591.                         'new' => true,
  3592.                         'delete' => true,
  3593.                         'sort' => true,
  3594.                         'duplicate' => true,
  3595.                         'preview' => true,
  3596.                     ],
  3597.                     'privileges' => [
  3598.                         '_default' => 'mod_restaurant_item_edit',
  3599.                     ],
  3600.                 ],
  3601.                 'scene' => [
  3602.                     'title' => '{# plugin_title #} | 利用シーン',
  3603.                     'base_route' => 'mod_restaurant_admin_scene',
  3604.                     'single' => false,
  3605.                     'revisable' => true,
  3606.                     'uses' => [
  3607.                         'public_status' => true,
  3608.                         'public_period' => true,
  3609.                     ],
  3610.                     'relations' => [
  3611.                         'category' => false,
  3612.                         'tag' => false,
  3613.                     ],
  3614.                     'actions' => [
  3615.                         'index' => true,
  3616.                         'edit' => true,
  3617.                         'new' => true,
  3618.                         'delete' => true,
  3619.                         'sort' => true,
  3620.                         'duplicate' => true,
  3621.                         'preview' => true,
  3622.                     ],
  3623.                     'privileges' => [
  3624.                         '_default' => 'mod_restaurant_item_edit',
  3625.                     ],
  3626.                 ],
  3627.                 'feature' => [
  3628.                     'title' => '{# plugin_title #} | 特徴',
  3629.                     'base_route' => 'mod_restaurant_admin_feature',
  3630.                     'single' => false,
  3631.                     'revisable' => true,
  3632.                     'uses' => [
  3633.                         'public_status' => true,
  3634.                         'public_period' => true,
  3635.                     ],
  3636.                     'relations' => [
  3637.                         'category' => false,
  3638.                         'tag' => false,
  3639.                     ],
  3640.                     'actions' => [
  3641.                         'index' => true,
  3642.                         'edit' => true,
  3643.                         'new' => true,
  3644.                         'delete' => true,
  3645.                         'sort' => true,
  3646.                         'duplicate' => true,
  3647.                         'preview' => true,
  3648.                     ],
  3649.                     'privileges' => [
  3650.                         '_default' => 'mod_restaurant_item_edit',
  3651.                     ],
  3652.                 ],
  3653.                 'banner' => [
  3654.                     'title' => '{# plugin_title #} | バナー',
  3655.                     'base_route' => 'mod_restaurant_admin_banner',
  3656.                     'single' => false,
  3657.                     'revisable' => true,
  3658.                     'uses' => [
  3659.                         'public_status' => true,
  3660.                         'public_period' => true,
  3661.                     ],
  3662.                     'relations' => [
  3663.                         'category' => false,
  3664.                         'tag' => false,
  3665.                     ],
  3666.                     'actions' => [
  3667.                         'index' => true,
  3668.                         'edit' => true,
  3669.                         'new' => true,
  3670.                         'delete' => true,
  3671.                         'sort' => true,
  3672.                         'duplicate' => true,
  3673.                         'preview' => true,
  3674.                     ],
  3675.                     'privileges' => [
  3676.                         '_default' => 'mod_restaurant_item_edit',
  3677.                     ],
  3678.                 ],
  3679.             ],
  3680.             'mod_restaurant.page_builder.forms' => [
  3681.                 'mod_restaurant.admin_banner' => 'Mod\\RestaurantBundle\\PageForm\\BannerForm',
  3682.                 'mod_restaurant.admin_feature' => 'Mod\\RestaurantBundle\\PageForm\\FeatureForm',
  3683.                 'mod_restaurant.admin_scene' => 'Mod\\RestaurantBundle\\PageForm\\SceneForm',
  3684.                 'mod_restaurant.admin_time_by_car' => 'Mod\\RestaurantBundle\\PageForm\\TimeByCarForm',
  3685.                 'mod_restaurant.admin_genre' => 'Mod\\RestaurantBundle\\PageForm\\GenreForm',
  3686.                 'mod_restaurant.admin_restaurant' => 'Mod\\RestaurantBundle\\PageForm\\RestaurantForm',
  3687.             ],
  3688.             'mod_sightseeing.default_settings' => NULL,
  3689.             'mod_sightseeing.admin_settings' => NULL,
  3690.             'mod_sightseeing.entity_settings' => [
  3691.                 'item' => [
  3692.                     'title' => '{# plugin_title #}',
  3693.                     'base_route' => 'mod_sightseeing_admin_item',
  3694.                     'single' => false,
  3695.                     'revisable' => true,
  3696.                     'multi_category' => false,
  3697.                     'uses' => [
  3698.                         'public_status' => true,
  3699.                         'public_period' => true,
  3700.                     ],
  3701.                     'relations' => [
  3702.                         'category' => false,
  3703.                         'tag' => true,
  3704.                     ],
  3705.                     'actions' => [
  3706.                         'index' => true,
  3707.                         'edit' => true,
  3708.                         'new' => true,
  3709.                         'delete' => true,
  3710.                         'sort' => true,
  3711.                         'duplicate' => true,
  3712.                         'preview' => false,
  3713.                     ],
  3714.                     'privileges' => [
  3715.                         '_default' => 'mod_sightseeing_item_edit',
  3716.                     ],
  3717.                 ],
  3718.                 'category' => [
  3719.                     'preset' => 'category',
  3720.                     'title' => '{# plugin_title #} カテゴリ',
  3721.                     'base_route' => 'mod_sightseeing_admin_category',
  3722.                     'privileges' => [
  3723.                         '_default' => 'mod_sightseeing_item_edit',
  3724.                     ],
  3725.                 ],
  3726.                 'tag' => [
  3727.                     'preset' => 'tag',
  3728.                     'title' => '{# plugin_title #} タグ',
  3729.                     'base_route' => 'mod_sightseeing_admin_tag',
  3730.                     'privileges' => [
  3731.                         '_default' => 'mod_sightseeing_item_edit',
  3732.                     ],
  3733.                 ],
  3734.                 'import' => [
  3735.                     'title' => '{# plugin_title #}',
  3736.                     'base_route' => 'mod_sightseeing_admin_item_import',
  3737.                     'input_num' => 14,
  3738.                     'base_encode' => 'euc-jp',
  3739.                     'base_domain' => 'http://example.com/',
  3740.                     'post_key_name' => 'logkey',
  3741.                 ],
  3742.             ],
  3743.             'mod_sightseeing.page_builder.forms' => [
  3744.                 'mod_sightseeing.admin_item' => 'Mod\\SightseeingBundle\\PageForm\\ItemForm',
  3745.                 'mod_sightseeing.admin_category' => 'Mod\\SightseeingBundle\\PageForm\\CategoryForm',
  3746.                 'mod_sightseeing.admin_tag' => 'Mod\\SightseeingBundle\\PageForm\\TagForm',
  3747.             ],
  3748.             'mod_contact_form.default_settings' => NULL,
  3749.             'mod_contact_form.admin_settings' => NULL,
  3750.             'mod_contact_form.entity_settings' => [
  3751.                 'form_setting' => [
  3752.                     'title' => '{# plugin_title #} フォーム設定',
  3753.                     'base_route' => 'mod_contact_form_admin_form_setting',
  3754.                     'single' => false,
  3755.                     'uses' => [
  3756.                         'public_status' => false,
  3757.                         'public_period' => false,
  3758.                     ],
  3759.                     'relations' => [
  3760.                         'category' => false,
  3761.                         'tag' => false,
  3762.                     ],
  3763.                     'actions' => [
  3764.                         'index' => true,
  3765.                         'edit' => true,
  3766.                         'new' => true,
  3767.                         'delete' => true,
  3768.                         'sort' => true,
  3769.                         'duplicate' => false,
  3770.                         'preview' => false,
  3771.                     ],
  3772.                     'privileges' => [
  3773.                         '_default' => 'mod_contact_form_form_setting_edit',
  3774.                     ],
  3775.                 ],
  3776.                 'mail_setting' => [
  3777.                     'title' => '{# plugin_title #} お問い合わせ設定',
  3778.                     'base_route' => 'mod_contact_form_admin_mail_setting',
  3779.                     'single' => false,
  3780.                     'revisable' => true,
  3781.                     'uses' => [
  3782.                         'public_status' => false,
  3783.                         'public_period' => false,
  3784.                     ],
  3785.                     'relations' => [
  3786.                         'category' => false,
  3787.                         'tag' => false,
  3788.                     ],
  3789.                     'actions' => [
  3790.                         'index' => true,
  3791.                         'edit' => true,
  3792.                         'new' => true,
  3793.                         'delete' => true,
  3794.                         'sort' => true,
  3795.                         'duplicate' => false,
  3796.                         'preview' => false,
  3797.                     ],
  3798.                     'privileges' => [
  3799.                         '_default' => 'mod_contact_form_mail_setting_edit',
  3800.                     ],
  3801.                 ],
  3802.                 'log' => [
  3803.                     'title' => '{# plugin_title #} 送信ログ',
  3804.                     'base_route' => 'mod_contact_form_admin_log',
  3805.                     'single' => false,
  3806.                     'revisable' => false,
  3807.                     'uses' => [
  3808.                         'public_status' => false,
  3809.                         'public_period' => false,
  3810.                     ],
  3811.                     'relations' => [
  3812.                         'category' => false,
  3813.                         'tag' => false,
  3814.                     ],
  3815.                     'actions' => [
  3816.                         'index' => true,
  3817.                         'edit' => false,
  3818.                         'new' => false,
  3819.                         'delete' => false,
  3820.                         'sort' => false,
  3821.                         'duplicate' => false,
  3822.                         'preview' => false,
  3823.                     ],
  3824.                     'privileges' => [
  3825.                         '_default' => 'mod_contact_form_mail_setting_edit',
  3826.                     ],
  3827.                 ],
  3828.             ],
  3829.             'mod_contact_form.page_builder.forms' => [
  3830.                 'mod_contact_form.admin_mail_setting' => 'Mod\\ContactFormBundle\\PageForm\\MailSettingForm',
  3831.                 'mod_contact_form.admin_form_setting' => 'Mod\\ContactFormBundle\\PageForm\\FormSettingForm',
  3832.             ],
  3833.             'mod_topics.default_settings' => [
  3834.                 'pagination' => [
  3835.                     'page_range' => 5,
  3836.                 ],
  3837.                 'features' => [
  3838.                     'recommend' => false,
  3839.                     'important' => true,
  3840.                 ],
  3841.             ],
  3842.             'mod_topics.admin_settings' => NULL,
  3843.             'mod_topics.entity_settings' => [
  3844.                 'item' => [
  3845.                     'title' => '{# plugin_title #}',
  3846.                     'base_route' => 'mod_topics_admin_item',
  3847.                     'single' => false,
  3848.                     'revisable' => true,
  3849.                     'approval_required' => false,
  3850.                     'multi_category' => false,
  3851.                     'diff_highlight' => false,
  3852.                     'uses' => [
  3853.                         'public_status' => true,
  3854.                         'public_period' => true,
  3855.                     ],
  3856.                     'relations' => [
  3857.                         'category' => true,
  3858.                         'tag' => false,
  3859.                     ],
  3860.                     'actions' => [
  3861.                         'index' => true,
  3862.                         'edit' => true,
  3863.                         'new' => true,
  3864.                         'delete' => true,
  3865.                         'sort' => false,
  3866.                         'duplicate' => true,
  3867.                         'preview' => true,
  3868.                     ],
  3869.                     'privileges' => [
  3870.                         '_default' => 'mod_topics_item_edit',
  3871.                     ],
  3872.                     'view_templates' => [
  3873.                         'detail' => 'ModTopicsBundle:Admin:item/detail.html.php',
  3874.                     ],
  3875.                 ],
  3876.                 'category' => [
  3877.                     'preset' => 'category',
  3878.                     'title' => '{# plugin_title #} カテゴリ',
  3879.                     'base_route' => 'mod_topics_admin_category',
  3880.                     'child' => [
  3881.                         'actions' => false,
  3882.                     ],
  3883.                     'privileges' => [
  3884.                         '_default' => 'mod_topics_item_edit',
  3885.                     ],
  3886.                 ],
  3887.                 'tag' => [
  3888.                     'preset' => 'tag',
  3889.                     'title' => '{# plugin_title #} タグ',
  3890.                     'base_route' => 'mod_topics_admin_tag',
  3891.                     'privileges' => [
  3892.                         '_default' => 'mod_topics_item_edit',
  3893.                     ],
  3894.                 ],
  3895.                 'import' => [
  3896.                     'title' => '{# plugin_title #}',
  3897.                     'base_route' => 'mod_topics_admin_item_import',
  3898.                     'input_num' => 14,
  3899.                     'base_encode' => 'euc-jp',
  3900.                     'base_domain' => 'http://example.com/',
  3901.                     'post_key_name' => 'logkey',
  3902.                 ],
  3903.             ],
  3904.             'mod_topics.page_builder.forms' => [
  3905.                 'mod_topics.admin_item' => 'Mod\\TopicsBundle\\PageForm\\ItemForm',
  3906.                 'mod_topics.admin_category' => 'Mod\\TopicsBundle\\PageForm\\CategoryForm',
  3907.                 'mod_topics.admin_tag' => 'Mod\\TopicsBundle\\PageForm\\TagForm',
  3908.             ],
  3909.             'mod_top.default_settings' => [
  3910.             ],
  3911.             'mod_top.admin_settings' => [
  3912.             ],
  3913.             'mod_top.entity_settings' => [
  3914.                 'gourmet_pickup' => [
  3915.                     'title' => '{# plugin_title #} | グルメ特集',
  3916.                     'base_route' => 'mod_top_admin_gourmet_pickup',
  3917.                     'single' => false,
  3918.                     'revisable' => true,
  3919.                     'uses' => [
  3920.                         'public_status' => true,
  3921.                         'public_period' => true,
  3922.                     ],
  3923.                     'relations' => [
  3924.                         'category' => false,
  3925.                         'tag' => false,
  3926.                     ],
  3927.                     'actions' => [
  3928.                         'index' => true,
  3929.                         'edit' => true,
  3930.                         'new' => true,
  3931.                         'delete' => true,
  3932.                         'sort' => true,
  3933.                         'duplicate' => true,
  3934.                         'preview' => true,
  3935.                     ],
  3936.                     'privileges' => [
  3937.                         '_default' => 'mod_top_item_edit',
  3938.                     ],
  3939.                 ],
  3940.                 'restaurant_pickup' => [
  3941.                     'title' => '{# plugin_title #} | 店舗特集',
  3942.                     'base_route' => 'mod_top_admin_restaurant_pickup',
  3943.                     'single' => false,
  3944.                     'revisable' => true,
  3945.                     'uses' => [
  3946.                         'public_status' => true,
  3947.                         'public_period' => true,
  3948.                     ],
  3949.                     'relations' => [
  3950.                         'category' => false,
  3951.                         'tag' => false,
  3952.                     ],
  3953.                     'actions' => [
  3954.                         'index' => true,
  3955.                         'edit' => true,
  3956.                         'new' => true,
  3957.                         'delete' => true,
  3958.                         'sort' => true,
  3959.                         'duplicate' => true,
  3960.                         'preview' => true,
  3961.                     ],
  3962.                     'privileges' => [
  3963.                         '_default' => 'mod_top_item_edit',
  3964.                     ],
  3965.                 ],
  3966.                 'banner' => [
  3967.                     'title' => '{# plugin_title #} | バナー',
  3968.                     'base_route' => 'mod_top_admin_banner',
  3969.                     'single' => false,
  3970.                     'revisable' => true,
  3971.                     'uses' => [
  3972.                         'public_status' => true,
  3973.                         'public_period' => true,
  3974.                     ],
  3975.                     'relations' => [
  3976.                         'category' => false,
  3977.                         'tag' => false,
  3978.                     ],
  3979.                     'actions' => [
  3980.                         'index' => true,
  3981.                         'edit' => true,
  3982.                         'new' => true,
  3983.                         'delete' => true,
  3984.                         'sort' => true,
  3985.                         'duplicate' => true,
  3986.                         'preview' => true,
  3987.                     ],
  3988.                     'privileges' => [
  3989.                         '_default' => 'mod_top_item_edit',
  3990.                     ],
  3991.                 ],
  3992.             ],
  3993.             'mod_top.page_builder.forms' => [
  3994.                 'mod_top.admin_gourmet_pickup' => 'Mod\\TopBundle\\PageForm\\GourmetPickupForm',
  3995.                 'mod_top.admin_restaurant_pickup' => 'Mod\\TopBundle\\PageForm\\RestaurantPickupForm',
  3996.                 'mod_top.admin_banner' => 'Mod\\TopBundle\\PageForm\\BannerForm',
  3997.             ],
  3998.             'web_profiler.debug_toolbar.position' => 'bottom',
  3999.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4000.             'web_profiler.debug_toolbar.mode' => 2,
  4001.             'data_collector.templates' => [
  4002.                 'data_collector.request' => [
  4003.                     => 'request',
  4004.                     => '@WebProfiler/Collector/request.html.twig',
  4005.                 ],
  4006.                 'data_collector.time' => [
  4007.                     => 'time',
  4008.                     => '@WebProfiler/Collector/time.html.twig',
  4009.                 ],
  4010.                 'data_collector.memory' => [
  4011.                     => 'memory',
  4012.                     => '@WebProfiler/Collector/memory.html.twig',
  4013.                 ],
  4014.                 'data_collector.validator' => [
  4015.                     => 'validator',
  4016.                     => '@WebProfiler/Collector/validator.html.twig',
  4017.                 ],
  4018.                 'data_collector.ajax' => [
  4019.                     => 'ajax',
  4020.                     => '@WebProfiler/Collector/ajax.html.twig',
  4021.                 ],
  4022.                 'data_collector.form' => [
  4023.                     => 'form',
  4024.                     => '@WebProfiler/Collector/form.html.twig',
  4025.                 ],
  4026.                 'data_collector.exception' => [
  4027.                     => 'exception',
  4028.                     => '@WebProfiler/Collector/exception.html.twig',
  4029.                 ],
  4030.                 'data_collector.logger' => [
  4031.                     => 'logger',
  4032.                     => '@WebProfiler/Collector/logger.html.twig',
  4033.                 ],
  4034.                 'data_collector.events' => [
  4035.                     => 'events',
  4036.                     => '@WebProfiler/Collector/events.html.twig',
  4037.                 ],
  4038.                 'data_collector.router' => [
  4039.                     => 'router',
  4040.                     => '@WebProfiler/Collector/router.html.twig',
  4041.                 ],
  4042.                 'data_collector.cache' => [
  4043.                     => 'cache',
  4044.                     => '@WebProfiler/Collector/cache.html.twig',
  4045.                 ],
  4046.                 'data_collector.translation' => [
  4047.                     => 'translation',
  4048.                     => '@WebProfiler/Collector/translation.html.twig',
  4049.                 ],
  4050.                 'data_collector.security' => [
  4051.                     => 'security',
  4052.                     => '@Security/Collector/security.html.twig',
  4053.                 ],
  4054.                 'data_collector.twig' => [
  4055.                     => 'twig',
  4056.                     => '@WebProfiler/Collector/twig.html.twig',
  4057.                 ],
  4058.                 'data_collector.doctrine' => [
  4059.                     => 'db',
  4060.                     => '@Doctrine/Collector/db.html.twig',
  4061.                 ],
  4062.                 'swiftmailer.data_collector' => [
  4063.                     => 'swiftmailer',
  4064.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4065.                 ],
  4066.                 'data_collector.dump' => [
  4067.                     => 'dump',
  4068.                     => '@Debug/Profiler/dump.html.twig',
  4069.                 ],
  4070.                 'AppBundle\\DataCollector\\CustomRequestDataCollector' => NULL,
  4071.                 'data_collector.config' => [
  4072.                     => 'config',
  4073.                     => '@WebProfiler/Collector/config.html.twig',
  4074.                 ],
  4075.             ],
  4076.             'console.command.ids' => [
  4077.                 'console.command.appbundle_command_clearlogscommand' => 'console.command.appbundle_command_clearlogscommand',
  4078.                 'console.command.appbundle_command_installbundlecommand' => 'console.command.appbundle_command_installbundlecommand',
  4079.                 'console.command.appbundle_command_registerbundlecommand' => 'console.command.appbundle_command_registerbundlecommand',
  4080.                 'console.command.appbundle_command_registerexistingbundlescommand' => 'console.command.appbundle_command_registerexistingbundlescommand',
  4081.                 'console.command.appbundle_command_registerprefecturescommand' => 'console.command.appbundle_command_registerprefecturescommand',
  4082.                 'console.command.appbundle_command_runuploadqueuecommand' => 'console.command.appbundle_command_runuploadqueuecommand',
  4083.                 'console.command.appbundle_command_schemaupdatecommand' => 'console.command.appbundle_command_schemaupdatecommand',
  4084.                 'console.command.appbundle_command_sendtestmailcommand' => 'console.command.appbundle_command_sendtestmailcommand',
  4085.                 'console.command.appbundle_command_updatebundleloadercommand' => 'console.command.appbundle_command_updatebundleloadercommand',
  4086.                 'console.command.appbundle_command_updateprivilegescommand' => 'console.command.appbundle_command_updateprivilegescommand',
  4087.                 'console.command.symfony_bundle_frameworkbundle_command_aboutcommand' => 'console.command.about',
  4088.                 'console.command.symfony_bundle_frameworkbundle_command_assetsinstallcommand' => 'console.command.assets_install',
  4089.                 'console.command.symfony_bundle_frameworkbundle_command_cacheclearcommand' => 'console.command.cache_clear',
  4090.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolclearcommand' => 'console.command.cache_pool_clear',
  4091.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolprunecommand' => 'console.command.cache_pool_prune',
  4092.                 'console.command.symfony_bundle_frameworkbundle_command_cachewarmupcommand' => 'console.command.cache_warmup',
  4093.                 'console.command.symfony_bundle_frameworkbundle_command_configdebugcommand' => 'console.command.config_debug',
  4094.                 'console.command.symfony_bundle_frameworkbundle_command_configdumpreferencecommand' => 'console.command.config_dump_reference',
  4095.                 'console.command.symfony_bundle_frameworkbundle_command_containerdebugcommand' => 'console.command.container_debug',
  4096.                 'console.command.symfony_bundle_frameworkbundle_command_debugautowiringcommand' => 'console.command.debug_autowiring',
  4097.                 'console.command.symfony_bundle_frameworkbundle_command_eventdispatcherdebugcommand' => 'console.command.event_dispatcher_debug',
  4098.                 'console.command.symfony_bundle_frameworkbundle_command_routerdebugcommand' => 'console.command.router_debug',
  4099.                 'console.command.symfony_bundle_frameworkbundle_command_routermatchcommand' => 'console.command.router_match',
  4100.                 'console.command.symfony_bundle_frameworkbundle_command_translationdebugcommand' => 'console.command.translation_debug',
  4101.                 'console.command.symfony_bundle_frameworkbundle_command_translationupdatecommand' => 'console.command.translation_update',
  4102.                 'console.command.symfony_bundle_frameworkbundle_command_xlifflintcommand' => 'console.command.xliff_lint',
  4103.                 'console.command.symfony_bundle_frameworkbundle_command_yamllintcommand' => 'console.command.yaml_lint',
  4104.                 'console.command.symfony_component_form_command_debugcommand' => 'console.command.form_debug',
  4105.                 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'security.command.user_password_encoder',
  4106.                 'console.command.symfony_bridge_twig_command_debugcommand' => 'twig.command.debug',
  4107.                 'console.command.symfony_bundle_twigbundle_command_lintcommand' => 'twig.command.lint',
  4108.                 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand',
  4109.                 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand',
  4110.                 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand',
  4111.                 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand',
  4112.                 'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command',
  4113.                 'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command',
  4114.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command',
  4115.                 'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command',
  4116.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command',
  4117.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command',
  4118.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command',
  4119.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command',
  4120.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command',
  4121.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command',
  4122.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command',
  4123.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command',
  4124.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command',
  4125.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command',
  4126.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command',
  4127.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command',
  4128.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command',
  4129.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command',
  4130.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command',
  4131.                 'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command',
  4132.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand',
  4133.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand',
  4134.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand',
  4135.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand',
  4136.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand',
  4137.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand',
  4138.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand',
  4139.                 'console.command.doctrine_bundle_fixturesbundle_command_loaddatafixturesdoctrinecommand' => 'doctrine.fixtures_load_command',
  4140.                 'console.command.fos_userbundle_command_activateusercommand' => 'fos_user.command.activate_user',
  4141.                 'console.command.fos_userbundle_command_changepasswordcommand' => 'fos_user.command.change_password',
  4142.                 'console.command.fos_userbundle_command_createusercommand' => 'fos_user.command.create_user',
  4143.                 'console.command.fos_userbundle_command_deactivateusercommand' => 'fos_user.command.deactivate_user',
  4144.                 'console.command.fos_userbundle_command_demoteusercommand' => 'fos_user.command.demote_user',
  4145.                 'console.command.fos_userbundle_command_promoteusercommand' => 'fos_user.command.promote_user',
  4146.                 'console.command.sensiolabs_security_command_securitycheckercommand' => 'sensio_distribution.security_checker.command',
  4147.                 'console.command.symfony_bundle_webserverbundle_command_serverruncommand' => 'web_server.command.server_run',
  4148.                 'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' => 'web_server.command.server_start',
  4149.                 'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' => 'web_server.command.server_stop',
  4150.                 'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' => 'web_server.command.server_status',
  4151.                 'console.command.symfony_bundle_webserverbundle_command_serverlogcommand' => 'web_server.command.server_log',
  4152.             ],
  4153.             'console.lazy_command.ids' => [
  4154.                 'console.command.about' => true,
  4155.                 'console.command.assets_install' => true,
  4156.                 'console.command.cache_clear' => true,
  4157.                 'console.command.cache_pool_clear' => true,
  4158.                 'console.command.cache_pool_prune' => true,
  4159.                 'console.command.cache_warmup' => true,
  4160.                 'console.command.config_debug' => true,
  4161.                 'console.command.config_dump_reference' => true,
  4162.                 'console.command.container_debug' => true,
  4163.                 'console.command.debug_autowiring' => true,
  4164.                 'console.command.event_dispatcher_debug' => true,
  4165.                 'console.command.router_debug' => true,
  4166.                 'console.command.router_match' => true,
  4167.                 'console.command.translation_debug' => true,
  4168.                 'console.command.translation_update' => true,
  4169.                 'console.command.xliff_lint' => true,
  4170.                 'console.command.yaml_lint' => true,
  4171.                 'console.command.form_debug' => true,
  4172.                 'security.command.user_password_encoder' => true,
  4173.                 'twig.command.debug' => true,
  4174.                 'twig.command.lint' => true,
  4175.                 'doctrine.database_create_command' => true,
  4176.                 'doctrine.database_drop_command' => true,
  4177.                 'doctrine.database_import_command' => true,
  4178.                 'doctrine.generate_entities_command' => true,
  4179.                 'doctrine.query_sql_command' => true,
  4180.                 'doctrine.cache_clear_metadata_command' => true,
  4181.                 'doctrine.cache_clear_query_cache_command' => true,
  4182.                 'doctrine.cache_clear_result_command' => true,
  4183.                 'doctrine.cache_collection_region_command' => true,
  4184.                 'doctrine.mapping_convert_command' => true,
  4185.                 'doctrine.schema_create_command' => true,
  4186.                 'doctrine.schema_drop_command' => true,
  4187.                 'doctrine.ensure_production_settings_command' => true,
  4188.                 'doctrine.clear_entity_region_command' => true,
  4189.                 'doctrine.mapping_info_command' => true,
  4190.                 'doctrine.clear_query_region_command' => true,
  4191.                 'doctrine.query_dql_command' => true,
  4192.                 'doctrine.schema_update_command' => true,
  4193.                 'doctrine.schema_validate_command' => true,
  4194.                 'doctrine.mapping_import_command' => true,
  4195.                 'doctrine.fixtures_load_command' => true,
  4196.                 'fos_user.command.activate_user' => true,
  4197.                 'fos_user.command.change_password' => true,
  4198.                 'fos_user.command.create_user' => true,
  4199.                 'fos_user.command.deactivate_user' => true,
  4200.                 'fos_user.command.demote_user' => true,
  4201.                 'fos_user.command.promote_user' => true,
  4202.                 'sensio_distribution.security_checker.command' => true,
  4203.                 'web_server.command.server_run' => true,
  4204.                 'web_server.command.server_start' => true,
  4205.                 'web_server.command.server_stop' => true,
  4206.                 'web_server.command.server_status' => true,
  4207.                 'web_server.command.server_log' => true,
  4208.             ],
  4209.         ];
  4210.     }
  4211. }