var/cache/dev/Container4vHmh8T/FMT_KernelDevDebugContainer.php line 1001

Open in your IDE?
  1. <?php
  2. namespace Container4vHmh8T;
  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. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class FMT_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Adeliom\\EasyFieldsBundle\\Twig\\OembedExtension' => 'getOembedExtensionService',
  42.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Client' => 'getClientService',
  43.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\MockService' => 'getMockServiceService',
  44.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Transport\\Curl' => 'getCurlService',
  45.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Transport\\Curl' => 'getCurl2Service',
  46.             'cache.app' => 'getCache_AppService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  49.             'data_collector.dump' => 'getDataCollector_DumpService',
  50.             'doctrine' => 'getDoctrineService',
  51.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  52.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  53.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  54.             'event_dispatcher' => 'getEventDispatcherService',
  55.             'fmt.cache' => 'getFmt_CacheService',
  56.             'fmt.logger' => 'getFmt_LoggerService',
  57.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  58.             'http_kernel' => 'getHttpKernelService',
  59.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  60.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  61.             'request_stack' => 'getRequestStackService',
  62.             'router' => 'getRouterService',
  63.             'translator' => 'getTranslatorService',
  64.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  65.             'cache_clearer' => 'getCacheClearerService',
  66.             'filesystem' => 'getFilesystemService',
  67.             'serializer' => 'getSerializerService',
  68.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  69.             'form.factory' => 'getForm_FactoryService',
  70.             'form.type.file' => 'getForm_Type_FileService',
  71.             'profiler' => 'getProfilerService',
  72.             'twig' => 'getTwigService',
  73.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  74.             'security.token_storage' => 'getSecurity_TokenStorageService',
  75.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  76.             'session' => 'getSessionService',
  77.             'validator' => 'getValidatorService',
  78.         ];
  79.         $this->fileMap = [
  80.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  81.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  82.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  83.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  84.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  85.             'Adeliom\\EasyFieldsBundle\\Admin\\Field\\Configurator\\AssociationConfigurator' => 'getAssociationConfiguratorService',
  86.             'Adeliom\\EasyFieldsBundle\\Admin\\Field\\Configurator\\ChoiceMaskConfigurator' => 'getChoiceMaskConfiguratorService',
  87.             'Adeliom\\EasyFieldsBundle\\Admin\\Field\\Configurator\\EnumConfigurator' => 'getEnumConfiguratorService',
  88.             'Adeliom\\EasyFieldsBundle\\Admin\\Field\\Configurator\\PositionSortableConfigurator' => 'getPositionSortableConfiguratorService',
  89.             'Adeliom\\EasyFieldsBundle\\Admin\\Field\\Configurator\\SortableCollectionConfigurator' => 'getSortableCollectionConfiguratorService',
  90.             'Adeliom\\EasyFieldsBundle\\Controller\\OembedController' => 'getOembedControllerService',
  91.             'Adeliom\\EasyFieldsBundle\\Form\\ChoiceMaskType' => 'getChoiceMaskTypeService',
  92.             'Adeliom\\EasyFieldsBundle\\Form\\SortableCollectionType' => 'getSortableCollectionTypeService',
  93.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  94.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  95.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  96.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  97.             'FMT\\Application\\Controller\\Admin\\Crud\\CampaignCrudController' => 'getCampaignCrudControllerService',
  98.             'FMT\\Application\\Controller\\Admin\\Crud\\ExternalUserController' => 'getExternalUserControllerService',
  99.             'FMT\\Application\\Controller\\Admin\\Crud\\ProfileCrudController' => 'getProfileCrudControllerService',
  100.             'FMT\\Application\\Controller\\Admin\\Crud\\ReportCrudController' => 'getReportCrudControllerService',
  101.             'FMT\\Application\\Controller\\Admin\\Crud\\UserCrudController' => 'getUserCrudControllerService',
  102.             'FMT\\Application\\Controller\\Admin\\Crud\\UserSchoolController' => 'getUserSchoolControllerService',
  103.             'FMT\\Application\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  104.             'FMT\\Application\\Controller\\Common\\BookController' => 'getBookControllerService',
  105.             'FMT\\Application\\Controller\\Common\\CampaignController' => 'getCampaignControllerService',
  106.             'FMT\\Application\\Controller\\Common\\CartController' => 'getCartControllerService',
  107.             'FMT\\Application\\Controller\\Common\\CronController' => 'getCronControllerService',
  108.             'FMT\\Application\\Controller\\Common\\MarketingPortalController' => 'getMarketingPortalControllerService',
  109.             'FMT\\Application\\Controller\\Common\\NotFoundController' => 'getNotFoundControllerService',
  110.             'FMT\\Application\\Controller\\Common\\PaymentController' => 'getPaymentControllerService',
  111.             'FMT\\Application\\Controller\\Common\\PdfController' => 'getPdfControllerService',
  112.             'FMT\\Application\\Controller\\Common\\PublicDashboardController' => 'getPublicDashboardControllerService',
  113.             'FMT\\Application\\Controller\\Common\\RegistrationController' => 'getRegistrationControllerService',
  114.             'FMT\\Application\\Controller\\Common\\ResetController' => 'getResetControllerService',
  115.             'FMT\\Application\\Controller\\Common\\SchoolAuthController' => 'getSchoolAuthControllerService',
  116.             'FMT\\Application\\Controller\\Common\\ShippingController' => 'getShippingControllerService',
  117.             'FMT\\Application\\Controller\\Common\\StripeEventController' => 'getStripeEventControllerService',
  118.             'FMT\\Application\\Controller\\Donor\\DashboardController' => 'getDashboardController2Service',
  119.             'FMT\\Application\\Controller\\Donor\\ProfileController' => 'getProfileControllerService',
  120.             'FMT\\Application\\Controller\\Donor\\TransactionHistoryController' => 'getTransactionHistoryControllerService',
  121.             'FMT\\Application\\Controller\\Student\\CampaignController' => 'getCampaignController2Service',
  122.             'FMT\\Application\\Controller\\Student\\CartController' => 'getCartController2Service',
  123.             'FMT\\Application\\Controller\\Student\\ContactController' => 'getContactControllerService',
  124.             'FMT\\Application\\Controller\\Student\\DashboardController' => 'getDashboardController3Service',
  125.             'FMT\\Application\\Controller\\Student\\ProfileController' => 'getProfileController2Service',
  126.             'FMT\\Application\\Controller\\Student\\TransactionHistoryController' => 'getTransactionHistoryController2Service',
  127.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Exception' => 'getExceptionService',
  128.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\AddItemResult' => 'getAddItemResultService',
  129.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\AddItemsResult' => 'getAddItemsResultService',
  130.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Address' => 'getAddressService',
  131.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\BookInfo' => 'getBookInfoService',
  132.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Campus' => 'getCampusService',
  133.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\CartItem' => 'getCartItemService',
  134.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\CartSummary' => 'getCartSummaryService',
  135.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Coupon' => 'getCouponService',
  136.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Course' => 'getCourseService',
  137.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Department' => 'getDepartmentService',
  138.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Material' => 'getMaterialService',
  139.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\OperationResult' => 'getOperationResultService',
  140.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Order' => 'getOrderService',
  141.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\OrderComment' => 'getOrderCommentService',
  142.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\OrderItem' => 'getOrderItemService',
  143.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\OrderPaymentMethod' => 'getOrderPaymentMethodService',
  144.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\PaymentInfo' => 'getPaymentInfoService',
  145.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\PaymentMethod' => 'getPaymentMethodService',
  146.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Product' => 'getProductService',
  147.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\ProductFamily' => 'getProductFamilyService',
  148.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\ProductSearchItem' => 'getProductSearchItemService',
  149.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\ProductSearchResult' => 'getProductSearchResultService',
  150.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Requirement' => 'getRequirementService',
  151.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Section' => 'getSectionService',
  152.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\ShippingCode' => 'getShippingCodeService',
  153.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\ShippingInfo' => 'getShippingInfoService',
  154.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Shopper' => 'getShopperService',
  155.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\SubmitOrderResult' => 'getSubmitOrderResultService',
  156.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Tender' => 'getTenderService',
  157.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Item\\Term' => 'getTermService',
  158.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\AddItemResultMapper' => 'getAddItemResultMapperService',
  159.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\AddItemsResultMapper' => 'getAddItemsResultMapperService',
  160.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\BookInfoMapper' => 'getBookInfoMapperService',
  161.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\CampusMapper' => 'getCampusMapperService',
  162.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\CartItemMapper' => 'getCartItemMapperService',
  163.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\CartSummaryMapper' => 'getCartSummaryMapperService',
  164.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\CouponMapper' => 'getCouponMapperService',
  165.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\CourseMapper' => 'getCourseMapperService',
  166.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\DepartmentMapper' => 'getDepartmentMapperService',
  167.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\FromAddressMapper' => 'getFromAddressMapperService',
  168.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\FromCartItemMapper' => 'getFromCartItemMapperService',
  169.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\FromPaymentInfoMapper' => 'getFromPaymentInfoMapperService',
  170.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\FromShippingInfoMapper' => 'getFromShippingInfoMapperService',
  171.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\FromShopperMapper' => 'getFromShopperMapperService',
  172.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\MaterialMapper' => 'getMaterialMapperService',
  173.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\OperationResultMapper' => 'getOperationResultMapperService',
  174.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\OrderCommentMapper' => 'getOrderCommentMapperService',
  175.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\OrderItemMapper' => 'getOrderItemMapperService',
  176.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\OrderMapper' => 'getOrderMapperService',
  177.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\OrderPaymentMethodMapper' => 'getOrderPaymentMethodMapperService',
  178.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\PaymentMethodMapper' => 'getPaymentMethodMapperService',
  179.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\ProductFamilyMapper' => 'getProductFamilyMapperService',
  180.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\ProductMapper' => 'getProductMapperService',
  181.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\ProductSearchItemMapper' => 'getProductSearchItemMapperService',
  182.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\ProductSearchResultMapper' => 'getProductSearchResultMapperService',
  183.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\RequirementMapper' => 'getRequirementMapperService',
  184.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\SectionMapper' => 'getSectionMapperService',
  185.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\ShippingCodeMapper' => 'getShippingCodeMapperService',
  186.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\SubmitOrderResultMapper' => 'getSubmitOrderResultMapperService',
  187.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\TenderMapper' => 'getTenderMapperService',
  188.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\TermMapper' => 'getTermMapperService',
  189.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\ToAddressMapper' => 'getToAddressMapperService',
  190.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\ToPaymentInfoMapper' => 'getToPaymentInfoMapperService',
  191.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\ToShippingInfoMapper' => 'getToShippingInfoMapperService',
  192.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\ToShopperMapper' => 'getToShopperMapperService',
  193.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Transport\\NotFoundException' => 'getNotFoundExceptionService',
  194.             'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Transport\\TransportException' => 'getTransportExceptionService',
  195.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Exception' => 'getException2Service',
  196.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Item\\Address' => 'getAddress2Service',
  197.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Item\\Order' => 'getOrder2Service',
  198.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Item\\OrderInfo' => 'getOrderInfoService',
  199.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Item\\OrderItem' => 'getOrderItem2Service',
  200.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Item\\Product' => 'getProduct2Service',
  201.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Item\\Shipping' => 'getShippingService',
  202.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Item\\ShippingCode' => 'getShippingCode2Service',
  203.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Item\\TaxMethod' => 'getTaxMethodService',
  204.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Item\\TaxShipping' => 'getTaxShippingService',
  205.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Mapper\\AddressMapper' => 'getAddressMapperService',
  206.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Mapper\\OrderInfoMapper' => 'getOrderInfoMapperService',
  207.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Mapper\\OrderMapper' => 'getOrderMapper2Service',
  208.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Mapper\\ProductMapper' => 'getProductMapper2Service',
  209.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Mapper\\ShippingCodeMapper' => 'getShippingCodeMapper2Service',
  210.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Mapper\\TaxMapper' => 'getTaxMapperService',
  211.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Mapper\\TaxShippingMapper' => 'getTaxShippingMapperService',
  212.             'FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Transport\\TransportException' => 'getTransportException2Service',
  213.             'FMT\\Infrastructure\\Service\\Payments\\Dwolla\\Controller\\WebhooksController' => 'getWebhooksControllerService',
  214.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  215.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  216.             'cache.app_clearer' => 'getCache_AppClearerService',
  217.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  218.             'cache.system_clearer' => 'getCache_SystemClearerService',
  219.             'cache_warmer' => 'getCacheWarmerService',
  220.             'console.command_loader' => 'getConsole_CommandLoaderService',
  221.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  222.             'error_controller' => 'getErrorControllerService',
  223.             'fmt.lock' => 'getFmt_LockService',
  224.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  225.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  226.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  227.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  228.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  229.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  230.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  231.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  232.             'knp_paginator' => 'getKnpPaginatorService',
  233.             'monolog.logger.cartCheckout' => 'getMonolog_Logger_CartCheckoutService',
  234.             'monolog.logger.priceCalculation' => 'getMonolog_Logger_PriceCalculationService',
  235.             'routing.loader' => 'getRouting_LoaderService',
  236.             'services_resetter' => 'getServicesResetterService',
  237.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  238.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  239.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  240.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  241.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  242.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  243.         ];
  244.         $this->aliases = [
  245.             'FMT\\Kernel' => 'kernel',
  246.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  247.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  248.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  249.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  250.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  251.             'database_connection' => 'doctrine.dbal.default_connection',
  252.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  253.             'fmt.mailer' => 'swiftmailer.mailer.default',
  254.             'mailer' => 'swiftmailer.mailer.default',
  255.         ];
  256.         $this->privates['service_container'] = function () {
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  263.             include_once \dirname(__DIR__4).'/src/FMT/Kernel.php';
  264.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Type/Cache/Settings.php';
  265.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/AmazonS3/StorageInterface.php';
  266.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/AmazonS3/StorageFactory.php';
  267.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Manager/EventBasedManager.php';
  268.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/CampaignManagerInterface.php';
  269.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Manager/CampaignManager.php';
  270.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/UserManagerInterface.php';
  271.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Manager/UserManager.php';
  272.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/SchoolSynchronizerInterface.php';
  273.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Synchronizer/SchoolSynchronizer.php';
  274.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/FileManagerInterface.php';
  275.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Manager/FileManager.php';
  276.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/CartManagerInterface.php';
  277.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Manager/CartManager.php';
  278.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/CartProviderInterface.php';
  279.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Cart/Provider/AnonymousProvider.php';
  280.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Cart/Provider/DummyProvider.php';
  281.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Cart/Provider/UserProvider.php';
  282.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/PaymentManagerInterface.php';
  283.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Manager/PaymentManager.php';
  284.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/BookManagerInterface.php';
  285.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Manager/BookManager.php';
  286.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/ShippingManagerInterface.php';
  287.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Manager/ShippingManager.php';
  288.             include_once \dirname(__DIR__4).'/src/FMT/Application/Listener/DwollaEventListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  294.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Repository/RepositoryInterface.php';
  295.             include_once \dirname(__DIR__4).'/src/FMT/Data/Repository/DoctrineRepository.php';
  296.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Repository/BookstoreTransferRepositoryInterface.php';
  297.             include_once \dirname(__DIR__4).'/src/FMT/Data/Repository/BookstoreTransferRepository.php';
  298.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Repository/CampaignRepositoryInterface.php';
  299.             include_once \dirname(__DIR__4).'/src/FMT/Data/Repository/CampaignRepository.php';
  300.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Repository/DwollaEventRepositoryInterface.php';
  301.             include_once \dirname(__DIR__4).'/src/FMT/Data/Repository/DwollaEventRepository.php';
  302.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Repository/OrderRepositoryInterface.php';
  303.             include_once \dirname(__DIR__4).'/src/FMT/Data/Traits/ChunkedQueryBuilder.php';
  304.             include_once \dirname(__DIR__4).'/src/FMT/Data/Repository/OrderRepository.php';
  305.             include_once \dirname(__DIR__4).'/src/FMT/Data/Repository/UserContactRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Repository/UserNotificationsRepositoryInterface.php';
  307.             include_once \dirname(__DIR__4).'/src/FMT/Data/Repository/UserNotificationsRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Repository/UserRepositoryInterface.php';
  309.             include_once \dirname(__DIR__4).'/src/FMT/Data/Repository/UserRepository.php';
  310.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Repository/UserSchoolRepositoryInterface.php';
  311.             include_once \dirname(__DIR__4).'/src/FMT/Data/Repository/UserSchoolRepository.php';
  312.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Repository/UserStatisticRepositoryInterface.php';
  313.             include_once \dirname(__DIR__4).'/src/FMT/Data/Repository/UserStatisticRepository.php';
  314.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Repository/UserTransactionRepositoryInterface.php';
  315.             include_once \dirname(__DIR__4).'/src/FMT/Data/Repository/UserTransactionRepository.php';
  316.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Listener/RequestListener.php';
  317.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Listener/UserNotificationListener.php';
  318.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/SynchronizerInterface.php';
  319.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Service/Synchronizer/MajorSynchronizer.php';
  320.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Type/Payment/ChargeCalculatorInterface.php';
  321.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Type/Payment/FMT.php';
  322.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Type/Payment/Settings.php';
  323.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Type/Payment/Stripe.php';
  324.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Type/Price/PricingTaxCalculatorInterface.php';
  325.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Type/Price/PricingTaxCalculator.php';
  326.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Mapper/Mapper.php';
  327.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/DependencyInjection/MapperConfigurator.php';
  328.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  330.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  332.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  335.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  336.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  337.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  338.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Monolog/CliStreamHandler.php';
  339.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Monolog/WebStreamHandler.php';
  340.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Nebook/Options.php';
  341.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Nebook/RestApi/Client.php';
  342.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Nebook/RestApi/MockService.php';
  343.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Nebook/RestApi/Transport/TransportInterface.php';
  344.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Nebook/RestApi/Transport/Curl.php';
  345.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Nebook/SoapApi/Client.php';
  346.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Nebook/SoapApi/Transport/TransportInterface.php';
  347.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Nebook/SoapApi/Transport/Curl.php';
  348.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Payments/Dwolla/Listener/HandleWebhooksListener.php';
  349.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Payments/Stripe/BalanceTrait.php';
  350.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Payments/Stripe/BalanceTransactionTrait.php';
  351.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Payments/Stripe/ChargeTrait.php';
  352.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Payments/Stripe/CustomerTrait.php';
  353.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Payments/Stripe/EventTrait.php';
  354.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Payments/Stripe/InvoiceTrait.php';
  355.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Payments/Stripe/PayoutTrait.php';
  356.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Payments/Stripe/RefundTrait.php';
  357.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Payments/Stripe/TransferTrait.php';
  358.             include_once \dirname(__DIR__4).'/src/FMT/Infrastructure/Service/Payments/Stripe/StripeClient.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  371.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  395.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  484.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  538.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  566.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php';
  567.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  570.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  572.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  573.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  574.             include_once \dirname(__DIR__4).'/src/FMT/Application/ParamConverter/Traits/InheritanceTrait.php';
  575.             include_once \dirname(__DIR__4).'/src/FMT/Application/ParamConverter/DonatableStudentParamConverter.php';
  576.             include_once \dirname(__DIR__4).'/src/FMT/Application/ParamConverter/EnabledUserConverter.php';
  577.             include_once \dirname(__DIR__4).'/src/FMT/Application/ParamConverter/ThanksTransactionConverter.php';
  578.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  580.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  587.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  588.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  589.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  590.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  592.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/HashingPasswordUpdater.php';
  594.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  595.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  598.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  599.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  600.             include_once \dirname(__DIR__4).'/src/FMT/Domain/Listener/LoggableListener.php';
  601.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  607.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  608.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  609.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  610.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  611.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  612.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  613.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  614.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  615.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  616.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  617.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/agence-adeliom/easy-fields-bundle/src/Twig/OembedExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/agence-adeliom/easy-fields-bundle/src/EventListener/AdminListener.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  624.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  625.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  637.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  639.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  641.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  674.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  678.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  682.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  683.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  684.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  685.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  686.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  708.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/BookExtension.php';
  709.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/CampaignExtension.php';
  710.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/CartExtension.php';
  711.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/ContactExtension.php';
  712.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/CurrencyExtension.php';
  713.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/DateExtension.php';
  714.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/FlashExtension.php';
  715.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/MarketingExtension.php';
  716.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/MyselfExtension.php';
  717.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/RegistrationExtension.php';
  718.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/TextExtension.php';
  719.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/ThanksExtension.php';
  720.             include_once \dirname(__DIR__4).'/src/FMT/Application/Twig/UserExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  727.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  729.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  731.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  740.         };
  741.     }
  742.     public function compile(): void
  743.     {
  744.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  745.     }
  746.     public function isCompiled(): bool
  747.     {
  748.         return true;
  749.     }
  750.     public function getRemovedIds(): array
  751.     {
  752.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  753.     }
  754.     protected function load($file$lazyLoad true)
  755.     {
  756.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  757.             return $class::do($this$lazyLoad);
  758.         }
  759.         if ('.' === $file[-4]) {
  760.             $class substr($class0, -4);
  761.         } else {
  762.             $file .= '.php';
  763.         }
  764.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  765.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  766.     }
  767.     protected function createProxy($class\Closure $factory)
  768.     {
  769.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  770.         return $factory();
  771.     }
  772.     /**
  773.      * Gets the public '.container.private.form.factory' shared service.
  774.      *
  775.      * @return \Symfony\Component\Form\FormFactory
  776.      */
  777.     protected function get_Container_Private_Form_FactoryService()
  778.     {
  779.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  780.     }
  781.     /**
  782.      * Gets the public '.container.private.profiler' shared service.
  783.      *
  784.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  785.      */
  786.     protected function get_Container_Private_ProfilerService()
  787.     {
  788.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  789.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  790.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  791.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  792.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  793.         $a->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\CliStreamHandler'] ?? $this->getCliStreamHandlerService()));
  794.         $a->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\WebStreamHandler'] ?? $this->getWebStreamHandlerService()));
  795.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  796.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  797.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  798.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  799.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  800.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  801.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  802.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  803.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  804.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  805.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  806.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  807.         $d->addInstance('fmt.cache', ($this->services['fmt.cache'] ?? $this->getFmt_CacheService()));
  808.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  809.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  810.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  811.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  812.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  813.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  814.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  815.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  816.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  817.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  818.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  819.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  820.         if ($this->has('kernel')) {
  821.             $h->setKernel($b);
  822.         }
  823.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  824.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  825.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  826.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  827.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  828.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  829.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  830.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/FMT_KernelDevDebugContainer'), $c));
  831.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  832.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  833.         $instance->add($d);
  834.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  835.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  836.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  837.         $instance->add($e);
  838.         $instance->add($f);
  839.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  840.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  841.         $instance->add($g);
  842.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  843.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  844.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  845.         $instance->add($h);
  846.         return $instance;
  847.     }
  848.     /**
  849.      * Gets the public '.container.private.security.authorization_checker' shared service.
  850.      *
  851.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  852.      */
  853.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  854.     {
  855.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->load('getSecurity_Authentication_ManagerService')), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), true);
  856.     }
  857.     /**
  858.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  859.      *
  860.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  861.      */
  862.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  863.     {
  864.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  865.     }
  866.     /**
  867.      * Gets the public '.container.private.security.token_storage' shared service.
  868.      *
  869.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  870.      */
  871.     protected function get_Container_Private_Security_TokenStorageService()
  872.     {
  873.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  874.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  875.         ], [
  876.             'request_stack' => '?',
  877.         ]));
  878.     }
  879.     /**
  880.      * Gets the public '.container.private.session' shared service.
  881.      *
  882.      * @return \Symfony\Component\HttpFoundation\Session\Session
  883.      */
  884.     protected function get_Container_Private_SessionService()
  885.     {
  886.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  887.     }
  888.     /**
  889.      * Gets the public '.container.private.twig' shared service.
  890.      *
  891.      * @return \Twig\Environment
  892.      */
  893.     protected function get_Container_Private_TwigService()
  894.     {
  895.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  896.         $a->addPath((\dirname(__DIR__4).'/templates'), 'Public');
  897.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  898.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  899.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  900.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  901.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  902.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  903.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  904.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  905.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  906.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  907.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  908.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  909.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  910.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  911.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  912.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  913.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  914.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  915.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyFieldsBundle'), 'EasyFields');
  916.         $a->addPath((\dirname(__DIR__4).'/vendor/agence-adeliom/easy-fields-bundle/src/Resources/views'), 'EasyFields');
  917.         $a->addPath((\dirname(__DIR__4).'/vendor/agence-adeliom/easy-fields-bundle/src/Resources/views'), '!EasyFields');
  918.         $a->addPath((\dirname(__DIR__4).'/templates'));
  919.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  920.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  921.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  922.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  923.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  924.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  925.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  926.         $e = ($this->services['router'] ?? $this->getRouterService());
  927.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  928.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  929.         $h = new \FMT\Application\Twig\ContactExtension();
  930.         $i = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  931.         $h->setFormFactoryInstance($i);
  932.         $h->setTransactionRepository(($this->privates['FMT\\Data\\Repository\\UserTransactionRepository'] ?? $this->getUserTransactionRepositoryService()));
  933.         $j = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  934.         $k = new \FMT\Application\Twig\ThanksExtension();
  935.         $k->setFormFactoryInstance($i);
  936.         $l = new \FMT\Application\Twig\UserExtension(($this->privates['FMT\\Infrastructure\\Service\\AmazonS3\\StorageInterface'] ?? $this->getStorageInterfaceService()), $g$f$c$j);
  937.         $l->setFileManager(($this->privates['FMT\\Domain\\Service\\Manager\\FileManager'] ?? $this->getFileManagerService()));
  938.         $l->setUserRepository(($this->privates['FMT\\Data\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  939.         $m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  940.         $m->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  941.         $n = new \Symfony\Bridge\Twig\AppVariable();
  942.         $n->setEnvironment('dev');
  943.         $n->setDebug(true);
  944.         if ($this->has('.container.private.security.token_storage')) {
  945.             $n->setTokenStorage($g);
  946.         }
  947.         if ($this->has('request_stack')) {
  948.             $n->setRequestStack($f);
  949.         }
  950.         $o = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  951.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  952.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  953.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  954.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  955.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  956.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  957.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  958.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  959.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  960.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  961.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  962.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  963.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  964.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  965.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  966.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  967.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  968.         $instance->addExtension(new \FMT\Application\Twig\BookExtension($c));
  969.         $instance->addExtension(new \FMT\Application\Twig\CampaignExtension($g$e$f));
  970.         $instance->addExtension(new \FMT\Application\Twig\CartExtension(($this->privates['FMT\\Domain\\Service\\Manager\\CartManager'] ?? $this->getCartManagerService())));
  971.         $instance->addExtension($h);
  972.         $instance->addExtension(new \FMT\Application\Twig\CurrencyExtension());
  973.         $instance->addExtension(new \FMT\Application\Twig\DateExtension());
  974.         $instance->addExtension(new \FMT\Application\Twig\FlashExtension(($this->privates['session.flash_bag'] ?? $this->load('getSession_FlashBagService'))));
  975.         $instance->addExtension(new \FMT\Application\Twig\MarketingExtension($j));
  976.         $instance->addExtension(new \FMT\Application\Twig\MyselfExtension($g));
  977.         $instance->addExtension(new \FMT\Application\Twig\RegistrationExtension($f, ($this->privates['FMT\\Domain\\Service\\Manager\\UserManager'] ?? $this->getUserManagerService()), $i));
  978.         $instance->addExtension(new \FMT\Application\Twig\TextExtension(($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator()))));
  979.         $instance->addExtension($k);
  980.         $instance->addExtension($l);
  981.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  982.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
  983.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  984.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  985.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  986.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  987.         ], [
  988.             'webpack_encore.entrypoint_lookup_collection' => '?',
  989.             'webpack_encore.tag_renderer' => '?',
  990.         ])));
  991.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  992.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  993.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  994.         ], [
  995.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  996.         ])));
  997.         $instance->addExtension(($this->services['Adeliom\\EasyFieldsBundle\\Twig\\OembedExtension'] ?? ($this->services['Adeliom\\EasyFieldsBundle\\Twig\\OembedExtension'] = new \Adeliom\EasyFieldsBundle\Twig\OembedExtension())));
  998.         $instance->addGlobal('app'$n);
  999.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1000.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1001.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1002.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1003.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1004.         ], [
  1005.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1006.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1007.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1008.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1009.         ])));
  1010.         $instance->addGlobal('marketing_app_url'$this->getEnv('marketing_app_url'));
  1011.         $instance->addGlobal('google_analytics_id'$this->getEnv('google_analytics_id'));
  1012.         $instance->addGlobal('social_facebook_link'$this->getEnv('social_facebook_link'));
  1013.         $instance->addGlobal('social_twitter_link'$this->getEnv('social_twitter_link'));
  1014.         $instance->addGlobal('social_linkedin_link'$this->getEnv('social_linkedin_link'));
  1015.         $instance->addGlobal('social_instagram_link'$this->getEnv('social_instagram_link'));
  1016.         $instance->registerUndefinedFilterCallback([=> $o=> 'suggestFilter']);
  1017.         $instance->registerUndefinedFunctionCallback([=> $o=> 'suggestFunction']);
  1018.         $instance->registerUndefinedTokenParserCallback([=> $o=> 'suggestTag']);
  1019.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1020.         return $instance;
  1021.     }
  1022.     /**
  1023.      * Gets the public '.container.private.validator' shared service.
  1024.      *
  1025.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1026.      */
  1027.     protected function get_Container_Private_ValidatorService()
  1028.     {
  1029.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1030.     }
  1031.     /**
  1032.      * Gets the public 'Adeliom\EasyFieldsBundle\Twig\OembedExtension' shared autowired service.
  1033.      *
  1034.      * @return \Adeliom\EasyFieldsBundle\Twig\OembedExtension
  1035.      */
  1036.     protected function getOembedExtensionService()
  1037.     {
  1038.         return $this->services['Adeliom\\EasyFieldsBundle\\Twig\\OembedExtension'] = new \Adeliom\EasyFieldsBundle\Twig\OembedExtension();
  1039.     }
  1040.     /**
  1041.      * Gets the public 'FMT\Infrastructure\Service\Nebook\RestApi\Client' shared autowired service.
  1042.      *
  1043.      * @return \FMT\Infrastructure\Service\Nebook\RestApi\Client
  1044.      */
  1045.     protected function getClientService()
  1046.     {
  1047.         return $this->services['FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Client'] = new \FMT\Infrastructure\Service\Nebook\RestApi\Client(($this->services['FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Transport\\Curl'] ?? $this->getCurlService()), ($this->privates['FMT\\Infrastructure\\Service\\Mapper\\Mapper'] ?? $this->getMapperService()), ($this->services['FMT\\Infrastructure\\Service\\Nebook\\RestApi\\MockService'] ?? $this->getMockServiceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1048.     }
  1049.     /**
  1050.      * Gets the public 'FMT\Infrastructure\Service\Nebook\RestApi\MockService' shared autowired service.
  1051.      *
  1052.      * @return \FMT\Infrastructure\Service\Nebook\RestApi\MockService
  1053.      */
  1054.     protected function getMockServiceService()
  1055.     {
  1056.         return $this->services['FMT\\Infrastructure\\Service\\Nebook\\RestApi\\MockService'] = new \FMT\Infrastructure\Service\Nebook\RestApi\MockService(($this->services['FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Transport\\Curl'] ?? $this->getCurlService()), ($this->privates['FMT\\Infrastructure\\Service\\Mapper\\Mapper'] ?? $this->getMapperService()));
  1057.     }
  1058.     /**
  1059.      * Gets the public 'FMT\Infrastructure\Service\Nebook\RestApi\Transport\Curl' shared autowired service.
  1060.      *
  1061.      * @return \FMT\Infrastructure\Service\Nebook\RestApi\Transport\Curl
  1062.      */
  1063.     protected function getCurlService()
  1064.     {
  1065.         $this->services['FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Transport\\Curl'] = $instance = new \FMT\Infrastructure\Service\Nebook\RestApi\Transport\Curl(($this->privates['FMT\\Infrastructure\\Service\\Nebook\\Options'] ?? $this->getOptionsService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1066.         $instance->setLogger(($this->services['fmt.logger'] ?? $this->getFmt_LoggerService()));
  1067.         return $instance;
  1068.     }
  1069.     /**
  1070.      * Gets the public 'FMT\Infrastructure\Service\Nebook\SoapApi\Transport\Curl' shared autowired service.
  1071.      *
  1072.      * @return \FMT\Infrastructure\Service\Nebook\SoapApi\Transport\Curl
  1073.      */
  1074.     protected function getCurl2Service()
  1075.     {
  1076.         return $this->services['FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Transport\\Curl'] = new \FMT\Infrastructure\Service\Nebook\SoapApi\Transport\Curl(($this->privates['FMT\\Infrastructure\\Service\\Nebook\\Options'] ?? $this->getOptionsService()));
  1077.     }
  1078.     /**
  1079.      * Gets the public 'cache.app' shared service.
  1080.      *
  1081.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1082.      */
  1083.     protected function getCache_AppService()
  1084.     {
  1085.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('McD0dxrHHM'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1086.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1087.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1088.     }
  1089.     /**
  1090.      * Gets the public 'cache.system' shared service.
  1091.      *
  1092.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1093.      */
  1094.     protected function getCache_SystemService()
  1095.     {
  1096.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+80YfBNWii'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1097.     }
  1098.     /**
  1099.      * Gets the public 'cache.validator_expression_language' shared service.
  1100.      *
  1101.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1102.      */
  1103.     protected function getCache_ValidatorExpressionLanguageService()
  1104.     {
  1105.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('X3FVnUfUAO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1106.     }
  1107.     /**
  1108.      * Gets the public 'data_collector.dump' shared service.
  1109.      *
  1110.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1111.      */
  1112.     protected function getDataCollector_DumpService()
  1113.     {
  1114.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1115.     }
  1116.     /**
  1117.      * Gets the public 'doctrine' shared service.
  1118.      *
  1119.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1120.      */
  1121.     protected function getDoctrineService()
  1122.     {
  1123.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1124.     }
  1125.     /**
  1126.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1127.      *
  1128.      * @return \Doctrine\DBAL\Connection
  1129.      */
  1130.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1131.     {
  1132.         $a = new \Doctrine\DBAL\Configuration();
  1133.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1134.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1135.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1136.         $b->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  1137.         $b->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\CliStreamHandler'] ?? $this->getCliStreamHandlerService()));
  1138.         $b->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\WebStreamHandler'] ?? $this->getWebStreamHandlerService()));
  1139.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1140.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1141.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql''dbname' => $this->getEnv('string:database_name'), 'host' => $this->getEnv('string:database_host'), 'port' => $this->getEnv('string:database_port'), 'user' => $this->getEnv('string:database_user'), 'password' => $this->getEnv('string:database_password'), 'charset' => 'UTF8''driverOptions' => [], 'serverVersion' => $this->getEnv('string:database_version'), 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1142.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1143.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1144.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1145.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1146.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1147.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'true],
  1148.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  1149.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1150.         ], [
  1151.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1152.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1153.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1154.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1155.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1156.             'fos_user.user_listener' => '?',
  1157.             'stof_doctrine_extensions.listener.loggable' => '?',
  1158.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1159.         ]), [=> 'stof_doctrine_extensions.listener.loggable'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'fos_user.user_listener'=> 'stof_doctrine_extensions.listener.timestampable'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1160.     }
  1161.     /**
  1162.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1163.      *
  1164.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1165.      */
  1166.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1167.     {
  1168.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1169.             'FMT\\Domain\\Listener\\EasyAdminListener' => ['privates''FMT\\Domain\\Listener\\EasyAdminListener''getEasyAdminListenerService'true],
  1170.         ], [
  1171.             'FMT\\Domain\\Listener\\EasyAdminListener' => '?',
  1172.         ]));
  1173.         $instance->registerService('FMT\\Domain\\Listener\\EasyAdminListener''FMT\\Domain\\Listener\\EasyAdminListener');
  1174.         return $instance;
  1175.     }
  1176.     /**
  1177.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1178.      *
  1179.      * @return \Doctrine\ORM\EntityManager
  1180.      */
  1181.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1182.     {
  1183.         if ($lazyLoad) {
  1184.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1185.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1186.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1187.                     $proxy->setProxyInitializer(null);
  1188.                     return true;
  1189.                 });
  1190.             });
  1191.         }
  1192.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1193.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1201.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1205.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1211.         $a = new \Doctrine\ORM\Configuration();
  1212.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1213.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1214.         $b->addDriver($c'FMT\\Data\\Entity');
  1215.         $b->addDriver($c'Gedmo\\Loggable\\Entity');
  1216.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1217.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  1218.         $a->setEntityNamespaces(['App' => 'FMT\\Data\\Entity''GedmoLoggable' => 'Gedmo\\Loggable\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity']);
  1219.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1220.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1221.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1222.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1223.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1224.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1225.         ], [
  1226.             'doctrine.ulid_generator' => '?',
  1227.             'doctrine.uuid_generator' => '?',
  1228.         ])));
  1229.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1230.         $a->setProxyNamespace('Proxies');
  1231.         $a->setAutoGenerateProxyClasses(true);
  1232.         $a->setSchemaIgnoreClasses([]);
  1233.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1234.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1235.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1236.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1237.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1238.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1239.             'FMT\\Data\\Repository\\BookstoreTransferRepository' => ['privates''FMT\\Data\\Repository\\BookstoreTransferRepository''getBookstoreTransferRepositoryService'false],
  1240.             'FMT\\Data\\Repository\\CampaignContactRepository' => ['privates''FMT\\Data\\Repository\\CampaignContactRepository''getCampaignContactRepositoryService'true],
  1241.             'FMT\\Data\\Repository\\CampaignRepository' => ['privates''FMT\\Data\\Repository\\CampaignRepository''getCampaignRepositoryService'false],
  1242.             'FMT\\Data\\Repository\\DwollaEventRepository' => ['privates''FMT\\Data\\Repository\\DwollaEventRepository''getDwollaEventRepositoryService'false],
  1243.             'FMT\\Data\\Repository\\OrderItemRepository' => ['privates''FMT\\Data\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1244.             'FMT\\Data\\Repository\\OrderRepository' => ['privates''FMT\\Data\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1245.             'FMT\\Data\\Repository\\StripeEventRepository' => ['privates''FMT\\Data\\Repository\\StripeEventRepository''getStripeEventRepositoryService'true],
  1246.             'FMT\\Data\\Repository\\TransactionRepository' => ['privates''FMT\\Data\\Repository\\TransactionRepository''getTransactionRepositoryService'true],
  1247.             'FMT\\Data\\Repository\\UserContactRepository' => ['privates''FMT\\Data\\Repository\\UserContactRepository''getUserContactRepositoryService'false],
  1248.             'FMT\\Data\\Repository\\UserMajorRepository' => ['privates''FMT\\Data\\Repository\\UserMajorRepository''getUserMajorRepositoryService'true],
  1249.             'FMT\\Data\\Repository\\UserNotificationsRepository' => ['privates''FMT\\Data\\Repository\\UserNotificationsRepository''getUserNotificationsRepositoryService'false],
  1250.             'FMT\\Data\\Repository\\UserRepository' => ['privates''FMT\\Data\\Repository\\UserRepository''getUserRepositoryService'false],
  1251.             'FMT\\Data\\Repository\\UserSchoolRepository' => ['privates''FMT\\Data\\Repository\\UserSchoolRepository''getUserSchoolRepositoryService'false],
  1252.             'FMT\\Data\\Repository\\UserSchoolSettingsRepository' => ['privates''FMT\\Data\\Repository\\UserSchoolSettingsRepository''getUserSchoolSettingsRepositoryService'true],
  1253.             'FMT\\Data\\Repository\\UserSchoolShopperRepository' => ['privates''FMT\\Data\\Repository\\UserSchoolShopperRepository''getUserSchoolShopperRepositoryService'true],
  1254.             'FMT\\Data\\Repository\\UserSchoolTransferAttemptsRepository' => ['privates''FMT\\Data\\Repository\\UserSchoolTransferAttemptsRepository''getUserSchoolTransferAttemptsRepositoryService'true],
  1255.             'FMT\\Data\\Repository\\UserStatisticRepository' => ['privates''FMT\\Data\\Repository\\UserStatisticRepository''getUserStatisticRepositoryService'false],
  1256.             'FMT\\Data\\Repository\\UserTransactionRepository' => ['privates''FMT\\Data\\Repository\\UserTransactionRepository''getUserTransactionRepositoryService'false],
  1257.         ], [
  1258.             'FMT\\Data\\Repository\\BookstoreTransferRepository' => '?',
  1259.             'FMT\\Data\\Repository\\CampaignContactRepository' => '?',
  1260.             'FMT\\Data\\Repository\\CampaignRepository' => '?',
  1261.             'FMT\\Data\\Repository\\DwollaEventRepository' => '?',
  1262.             'FMT\\Data\\Repository\\OrderItemRepository' => '?',
  1263.             'FMT\\Data\\Repository\\OrderRepository' => '?',
  1264.             'FMT\\Data\\Repository\\StripeEventRepository' => '?',
  1265.             'FMT\\Data\\Repository\\TransactionRepository' => '?',
  1266.             'FMT\\Data\\Repository\\UserContactRepository' => '?',
  1267.             'FMT\\Data\\Repository\\UserMajorRepository' => '?',
  1268.             'FMT\\Data\\Repository\\UserNotificationsRepository' => '?',
  1269.             'FMT\\Data\\Repository\\UserRepository' => '?',
  1270.             'FMT\\Data\\Repository\\UserSchoolRepository' => '?',
  1271.             'FMT\\Data\\Repository\\UserSchoolSettingsRepository' => '?',
  1272.             'FMT\\Data\\Repository\\UserSchoolShopperRepository' => '?',
  1273.             'FMT\\Data\\Repository\\UserSchoolTransferAttemptsRepository' => '?',
  1274.             'FMT\\Data\\Repository\\UserStatisticRepository' => '?',
  1275.             'FMT\\Data\\Repository\\UserTransactionRepository' => '?',
  1276.         ])));
  1277.         $a->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  1278.         $a->addCustomStringFunction('FIELD''DoctrineExtensions\\Query\\Mysql\\Field');
  1279.         $a->addCustomStringFunction('GROUP_CONCAT''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1280.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1281.         $a->addCustomDatetimeFunction('date_format''FMT\\Data\\Doctrine\\DQL\\DateFormat');
  1282.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1283.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1284.         return $instance;
  1285.     }
  1286.     /**
  1287.      * Gets the public 'event_dispatcher' shared service.
  1288.      *
  1289.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1290.      */
  1291.     protected function getEventDispatcherService()
  1292.     {
  1293.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1294.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1295.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  1296.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1297.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1298.         $instance->addListener('kernel.controller', [=> function () {
  1299.             return ($this->privates['FMT\\Application\\Listener\\DwollaEventListener'] ?? $this->getDwollaEventListenerService());
  1300.         }, => 'onController'], 0);
  1301.         $instance->addListener('kernel.exception', [=> function () {
  1302.             return ($this->privates['FMT\\Application\\Listener\\ExceptionListener'] ?? $this->load('getExceptionListener2Service'));
  1303.         }, => 'onResponseFormatException'], 1);
  1304.         $instance->addListener('fmt.signup_started', [=> function () {
  1305.             return ($this->privates['FMT\\Application\\Listener\\UserToFOSListener'] ?? $this->load('getUserToFOSListenerService'));
  1306.         }, => 'onUserSubmitted'], 0);
  1307.         $instance->addListener('fmt.signup_success', [=> function () {
  1308.             return ($this->privates['FMT\\Application\\Listener\\UserToFOSListener'] ?? $this->load('getUserToFOSListenerService'));
  1309.         }, => 'onUserCreated'], 0);
  1310.         $instance->addListener('fmt.signup_failed', [=> function () {
  1311.             return ($this->privates['FMT\\Application\\Listener\\UserToFOSListener'] ?? $this->load('getUserToFOSListenerService'));
  1312.         }, => 'onUserFailed'], 0);
  1313.         $instance->addListener('fmt.user_updated', [=> function () {
  1314.             return ($this->privates['FMT\\Application\\Listener\\UserToFOSListener'] ?? $this->load('getUserToFOSListenerService'));
  1315.         }, => 'onResetSuccess'], 0);
  1316.         $instance->addListener('fmt.confirmation_success', [=> function () {
  1317.             return ($this->privates['FMT\\Application\\Listener\\UserToFOSListener'] ?? $this->load('getUserToFOSListenerService'));
  1318.         }, => 'onConfirmationSuccess'], 0);
  1319.         $instance->addListener('fmt.campaign_started', [=> function () {
  1320.             return ($this->privates['FMT\\Domain\\Listener\\CampaignListener'] ?? $this->load('getCampaignListenerService'));
  1321.         }, => 'onCampaignStarted'], 0);
  1322.         $instance->addListener('fmt.order_item.return', [=> function () {
  1323.             return ($this->privates['FMT\\Domain\\Listener\\ManageReturnFoundsListener'] ?? $this->load('getManageReturnFoundsListenerService'));
  1324.         }, => 'onOrderItemReturned'], 0);
  1325.         $instance->addListener('kernel.response', [=> function () {
  1326.             return ($this->privates['FMT\\Domain\\Listener\\RequestListener'] ?? $this->getRequestListenerService());
  1327.         }, => 'onKernelResponse'], 0);
  1328.         $instance->addListener('kernel.request', [=> function () {
  1329.             return ($this->privates['FMT\\Domain\\Listener\\RequestListener'] ?? $this->getRequestListenerService());
  1330.         }, => 'onKernelRequest'], 0);
  1331.         $instance->addListener('fmt.user_profile_updated', [=> function () {
  1332.             return ($this->privates['FMT\\Domain\\Listener\\UserListener'] ?? $this->load('getUserListenerService'));
  1333.         }, => 'onUserProfileUpdated'], 0);
  1334.         $instance->addListener('fmt.contact_signup_success', [=> function () {
  1335.             return ($this->privates['FMT\\Domain\\Listener\\UserListener'] ?? $this->load('getUserListenerService'));
  1336.         }, => 'onContactSignupInitiated'], 0);
  1337.         $instance->addListener('kernel.request', [=> function () {
  1338.             return ($this->privates['FMT\\Domain\\Listener\\UserNotificationListener'] ?? $this->getUserNotificationListenerService());
  1339.         }, => 'onKernelRequest'], 0);
  1340.         $instance->addListener('kernel.request', [=> function () {
  1341.             return ($this->privates['FMT\\Infrastructure\\Service\\Payments\\Dwolla\\Listener\\HandleWebhooksListener'] ?? $this->getHandleWebhooksListenerService());
  1342.         }, => 'onKernelRequest'], 128);
  1343.         $instance->addListener('kernel.controller', [=> function () {
  1344.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1345.         }, => 'onKernelController'], 0);
  1346.         $instance->addListener('kernel.request', [=> function () {
  1347.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1348.         }, => 'onKernelRequest'], 0);
  1349.         $instance->addListener('kernel.exception', [=> function () {
  1350.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1351.         }, => 'onKernelException'], 0);
  1352.         $instance->addListener('kernel.exception', [=> function () {
  1353.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1354.         }, => 'onKernelException'], -64);
  1355.         $instance->addListener('kernel.view', [=> function () {
  1356.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1357.         }, => 'onKernelView'], 0);
  1358.         $instance->addListener('kernel.response', [=> function () {
  1359.             return ($this->privates['Adeliom\\EasyFieldsBundle\\EventListener\\AdminListener'] ?? ($this->privates['Adeliom\\EasyFieldsBundle\\EventListener\\AdminListener'] = new \Adeliom\EasyFieldsBundle\EventListener\AdminListener()));
  1360.         }, => 'onKernelResponse'], 0);
  1361.         $instance->addListener('form.pre_set_data', [=> function () {
  1362.             return ($this->privates['FMT\\Application\\FormType\\Subscribers\\PaymentSubscriber'] ?? $this->load('getPaymentSubscriberService'));
  1363.         }, => 'onDataPreSet'], 0);
  1364.         $instance->addListener('form.pre_submit', [=> function () {
  1365.             return ($this->privates['FMT\\Application\\FormType\\Subscribers\\PaymentSubscriber'] ?? $this->load('getPaymentSubscriberService'));
  1366.         }, => 'onDataPreSubmit'], 0);
  1367.         $instance->addListener('form.pre_set_data', [=> function () {
  1368.             return ($this->privates['FMT\\Application\\FormType\\Subscribers\\RegistrationDonorSubscriber'] ?? ($this->privates['FMT\\Application\\FormType\\Subscribers\\RegistrationDonorSubscriber'] = new \FMT\Application\FormType\Subscribers\RegistrationDonorSubscriber()));
  1369.         }, => 'preSetData'], 0);
  1370.         $instance->addListener('form.pre_set_data', [=> function () {
  1371.             return ($this->privates['FMT\\Application\\FormType\\Subscribers\\RegistrationStudentSubscriber'] ?? ($this->privates['FMT\\Application\\FormType\\Subscribers\\RegistrationStudentSubscriber'] = new \FMT\Application\FormType\Subscribers\RegistrationStudentSubscriber()));
  1372.         }, => 'preSetData'], 0);
  1373.         $instance->addListener('form.pre_set_data', [=> function () {
  1374.             return ($this->privates['FMT\\Application\\FormType\\Subscribers\\UserAvatarSubscriber'] ?? ($this->privates['FMT\\Application\\FormType\\Subscribers\\UserAvatarSubscriber'] = new \FMT\Application\FormType\Subscribers\UserAvatarSubscriber()));
  1375.         }, => 'preSetData'], 0);
  1376.         $instance->addListener('fmt.users_notification', [=> function () {
  1377.             return ($this->privates['FMT\\Domain\\EventSubscriber\\BookstoreApiNotificationSubscriber'] ?? $this->load('getBookstoreApiNotificationSubscriberService'));
  1378.         }, => 'onBookstoreApiFailed'], 0);
  1379.         $instance->addListener('fmt.admin_notification', [=> function () {
  1380.             return ($this->privates['FMT\\Domain\\EventSubscriber\\BookstoreApiNotificationSubscriber'] ?? $this->load('getBookstoreApiNotificationSubscriberService'));
  1381.         }, => 'notifyAdmin'], 0);
  1382.         $instance->addListener('fmt.bookstore_failed', [=> function () {
  1383.             return ($this->privates['FMT\\Domain\\EventSubscriber\\BookstoreSubscriber'] ?? $this->load('getBookstoreSubscriberService'));
  1384.         }, => 'onBookstoreRequestFailed'], 0);
  1385.         $instance->addListener('fmt.cart.add_product', [=> function () {
  1386.             return ($this->privates['FMT\\Domain\\EventSubscriber\\Cart\\CartActionSubscriber'] ?? $this->load('getCartActionSubscriberService'));
  1387.         }, => 'recalculateOrder'], 0);
  1388.         $instance->addListener('fmt.cart.remove_product', [=> function () {
  1389.             return ($this->privates['FMT\\Domain\\EventSubscriber\\Cart\\CartActionSubscriber'] ?? $this->load('getCartActionSubscriberService'));
  1390.         }, => 'recalculateOrder'], 0);
  1391.         $instance->addListener('fmt.cart.estimate_cart', [=> function () {
  1392.             return ($this->privates['FMT\\Domain\\EventSubscriber\\Cart\\CartActionSubscriber'] ?? $this->load('getCartActionSubscriberService'));
  1393.         }, => 'recalculateOrder'], 0);
  1394.         $instance->addListener('fmt.transaction_completed', [=> function () {
  1395.             return ($this->privates['FMT\\Domain\\Listener\\CampaignTransactionsSubscriber'] ?? $this->load('getCampaignTransactionsSubscriberService'));
  1396.         }, => 'updateTotalsByTransactions'], 0);
  1397.         $instance->addListener('fmt.transaction_completed', [=> function () {
  1398.             return ($this->privates['FMT\\Domain\\Listener\\CheckoutReceived'] ?? $this->load('getCheckoutReceivedService'));
  1399.         }, => 'onCheckoutReceived'], 0);
  1400.         $instance->addListener('fmt.transaction_completed', [=> function () {
  1401.             return ($this->privates['FMT\\Domain\\Listener\\CheckoutSubmitted'] ?? $this->load('getCheckoutSubmittedService'));
  1402.         }, => 'onCheckoutSubmitted'], 0);
  1403.         $instance->addListener('fmt.transaction_completed', [=> function () {
  1404.             return ($this->privates['FMT\\Domain\\Listener\\DonateReceived'] ?? $this->load('getDonateReceivedService'));
  1405.         }, => 'onDonationReceived'], 0);
  1406.         $instance->addListener('fmt.transaction_completed', [=> function () {
  1407.             return ($this->privates['FMT\\Domain\\Listener\\DonateSubmitted'] ?? $this->load('getDonateSubmittedService'));
  1408.         }, => 'onDonationSubmitted'], 0);
  1409.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityPersistedEvent', [=> function () {
  1410.             return ($this->privates['FMT\\Domain\\Listener\\EasyAdminListener'] ?? $this->load('getEasyAdminListenerService'));
  1411.         }, => 'flashMessageAfterPersist'], 0);
  1412.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityUpdatedEvent', [=> function () {
  1413.             return ($this->privates['FMT\\Domain\\Listener\\EasyAdminListener'] ?? $this->load('getEasyAdminListenerService'));
  1414.         }, => 'flashMessageAfterUpdate'], 0);
  1415.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityDeletedEvent', [=> function () {
  1416.             return ($this->privates['FMT\\Domain\\Listener\\EasyAdminListener'] ?? $this->load('getEasyAdminListenerService'));
  1417.         }, => 'flashMessageAfterDelete'], 0);
  1418.         $instance->addListener('fmt.transaction_completed', [=> function () {
  1419.             return ($this->privates['FMT\\Domain\\Listener\\UserStatisticSubscriber'] ?? $this->load('getUserStatisticSubscriberService'));
  1420.         }, => 'updateTransactionStatistic'], 0);
  1421.         $instance->addListener('kernel.response', [=> function () {
  1422.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1423.         }, => 'onKernelResponse'], 0);
  1424.         $instance->addListener('kernel.response', [=> function () {
  1425.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1426.         }, => 'onKernelResponse'], -1024);
  1427.         $instance->addListener('kernel.request', [=> function () {
  1428.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1429.         }, => 'setDefaultLocale'], 100);
  1430.         $instance->addListener('kernel.request', [=> function () {
  1431.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1432.         }, => 'onKernelRequest'], 16);
  1433.         $instance->addListener('kernel.finish_request', [=> function () {
  1434.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1435.         }, => 'onKernelFinishRequest'], 0);
  1436.         $instance->addListener('kernel.request', [=> function () {
  1437.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1438.         }, => 'onKernelRequest'], 256);
  1439.         $instance->addListener('kernel.response', [=> function () {
  1440.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1441.         }, => 'onResponse'], -255);
  1442.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1443.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1444.         }, => 'onControllerArguments'], 0);
  1445.         $instance->addListener('kernel.exception', [=> function () {
  1446.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1447.         }, => 'logKernelException'], 0);
  1448.         $instance->addListener('kernel.exception', [=> function () {
  1449.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1450.         }, => 'onKernelException'], -128);
  1451.         $instance->addListener('kernel.response', [=> function () {
  1452.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1453.         }, => 'removeCspHeader'], -128);
  1454.         $instance->addListener('kernel.request', [=> function () {
  1455.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1456.         }, => 'onKernelRequest'], 15);
  1457.         $instance->addListener('kernel.finish_request', [=> function () {
  1458.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1459.         }, => 'onKernelFinishRequest'], -15);
  1460.         $instance->addListener('console.error', [=> function () {
  1461.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1462.         }, => 'onConsoleError'], -128);
  1463.         $instance->addListener('console.terminate', [=> function () {
  1464.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1465.         }, => 'onConsoleTerminate'], -128);
  1466.         $instance->addListener('console.error', [=> function () {
  1467.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1468.         }, => 'onConsoleError'], 0);
  1469.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1470.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1471.         }, => 'onMessage'], -255);
  1472.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1473.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1474.         }, => 'onMessage'], -255);
  1475.         $instance->addListener('kernel.request', [=> function () {
  1476.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1477.         }, => 'configure'], 2048);
  1478.         $instance->addListener('console.command', [=> function () {
  1479.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1480.         }, => 'configure'], 2048);
  1481.         $instance->addListener('kernel.request', [=> function () {
  1482.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1483.         }, => 'onKernelRequest'], 32);
  1484.         $instance->addListener('kernel.finish_request', [=> function () {
  1485.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1486.         }, => 'onKernelFinishRequest'], 0);
  1487.         $instance->addListener('kernel.exception', [=> function () {
  1488.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1489.         }, => 'onKernelException'], -64);
  1490.         $instance->addListener('kernel.response', [=> function () {
  1491.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1492.         }, => 'onKernelResponse'], 0);
  1493.         $instance->addListener('kernel.request', [=> function () {
  1494.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1495.         }, => 'onKernelRequest'], 128);
  1496.         $instance->addListener('kernel.response', [=> function () {
  1497.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1498.         }, => 'onKernelResponse'], -1000);
  1499.         $instance->addListener('kernel.finish_request', [=> function () {
  1500.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1501.         }, => 'onFinishRequest'], 0);
  1502.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1503.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1504.         }, => 'onMessageFailed'], 100);
  1505.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1506.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1507.         }, => 'onMessageFailed'], 200);
  1508.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1509.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1510.         }, => 'onMessageFailed'], -100);
  1511.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1512.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1513.         }, => 'onWorkerStarted'], 0);
  1514.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1515.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1516.         }, => 'onWorkerRunning'], 0);
  1517.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1518.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1519.         }, => 'onMessageFailed'], 0);
  1520.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1521.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1522.         }, => 'onWorkerRunning'], 0);
  1523.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1524.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1525.         }, => 'onNotification'], -255);
  1526.         $instance->addListener('kernel.response', [=> function () {
  1527.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1528.         }, => 'onKernelResponse'], -100);
  1529.         $instance->addListener('kernel.exception', [=> function () {
  1530.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1531.         }, => 'onKernelException'], 0);
  1532.         $instance->addListener('kernel.terminate', [=> function () {
  1533.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1534.         }, => 'onKernelTerminate'], -1024);
  1535.         $instance->addListener('kernel.controller', [=> function () {
  1536.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1537.         }, => 'onKernelController'], 0);
  1538.         $instance->addListener('kernel.response', [=> function () {
  1539.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1540.         }, => 'onKernelResponse'], 0);
  1541.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1542.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1543.         }, => 'onWorkerMessageHandled'], 0);
  1544.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1545.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1546.         }, => 'onWorkerMessageFailed'], 0);
  1547.         $instance->addListener('console.command', [=> function () {
  1548.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1549.         }, => 'configure'], 1024);
  1550.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1551.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1552.         }, => 'onMessage'], 0);
  1553.         $instance->addListener('kernel.response', [=> function () {
  1554.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1555.         }, => 'onKernelResponse'], -128);
  1556.         $instance->addListener('kernel.response', [=> function () {
  1557.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1558.         }, => 'onKernelResponse'], 0);
  1559.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1560.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1561.         }, => 'onVoterVote'], 0);
  1562.         $instance->addListener('kernel.request', [=> function () {
  1563.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1564.         }, => 'configureLogoutUrlGenerator'], 8);
  1565.         $instance->addListener('kernel.request', [=> function () {
  1566.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1567.         }, => 'onKernelRequest'], 8);
  1568.         $instance->addListener('kernel.finish_request', [=> function () {
  1569.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1570.         }, => 'onKernelFinishRequest'], 0);
  1571.         $instance->addListener('console.command', [=> function () {
  1572.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1573.         }, => 'onCommand'], 255);
  1574.         $instance->addListener('console.terminate', [=> function () {
  1575.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1576.         }, => 'onTerminate'], -255);
  1577.         $instance->addListener('console.error', [=> function () {
  1578.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1579.         }, => 'onConsoleError'], 0);
  1580.         $instance->addListener('console.terminate', [=> function () {
  1581.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1582.         }, => 'onConsoleTerminate'], 0);
  1583.         $instance->addListener('kernel.controller', [=> function () {
  1584.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1585.         }, => 'onKernelController'], 0);
  1586.         $instance->addListener('kernel.controller', [=> function () {
  1587.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1588.         }, => 'onKernelController'], 0);
  1589.         $instance->addListener('kernel.controller', [=> function () {
  1590.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1591.         }, => 'onKernelController'], -128);
  1592.         $instance->addListener('kernel.view', [=> function () {
  1593.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1594.         }, => 'onKernelView'], 0);
  1595.         $instance->addListener('kernel.controller', [=> function () {
  1596.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1597.         }, => 'onKernelController'], 0);
  1598.         $instance->addListener('kernel.response', [=> function () {
  1599.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1600.         }, => 'onKernelResponse'], 0);
  1601.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1602.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1603.         }, => 'onKernelControllerArguments'], 0);
  1604.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1605.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1606.         }, => 'onKernelControllerArguments'], 0);
  1607.         $instance->addListener('kernel.exception', [=> function () {
  1608.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1609.         }, => 'onException'], 0);
  1610.         $instance->addListener('kernel.terminate', [=> function () {
  1611.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1612.         }, => 'onTerminate'], 0);
  1613.         $instance->addListener('console.error', [=> function () {
  1614.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1615.         }, => 'onException'], 0);
  1616.         $instance->addListener('console.terminate', [=> function () {
  1617.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1618.         }, => 'onTerminate'], 0);
  1619.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1620.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1621.         }, => 'onImplicitLogin'], 0);
  1622.         $instance->addListener('security.interactive_login', [=> function () {
  1623.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1624.         }, => 'onSecurityInteractiveLogin'], 0);
  1625.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1626.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1627.         }, => 'authenticate'], 0);
  1628.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1629.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1630.         }, => 'authenticate'], 0);
  1631.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1632.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1633.         }, => 'authenticate'], 0);
  1634.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1635.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1636.         }, => 'addSuccessFlash'], 0);
  1637.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1638.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1639.         }, => 'addSuccessFlash'], 0);
  1640.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1641.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1642.         }, => 'addSuccessFlash'], 0);
  1643.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1644.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1645.         }, => 'addSuccessFlash'], 0);
  1646.         $instance->addListener('fos_user.registration.success', [=> function () {
  1647.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService'));
  1648.         }, => 'onRegistrationSuccess'], 0);
  1649.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1650.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1651.         }, => 'onResettingResetInitialize'], 0);
  1652.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1653.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1654.         }, => 'onResettingResetSuccess'], 0);
  1655.         $instance->addListener('kernel.request', [=> function () {
  1656.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  1657.         }, => 'onKernelRequest'], 0);
  1658.         $instance->addListener('knp_pager.before', [=> function () {
  1659.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1660.         }, => 'before'], 0);
  1661.         $instance->addListener('knp_pager.pagination', [=> function () {
  1662.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1663.         }, => 'pagination'], 0);
  1664.         $instance->addListener('knp_pager.before', [=> function () {
  1665.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1666.         }, => 'before'], 1);
  1667.         $instance->addListener('knp_pager.before', [=> function () {
  1668.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1669.         }, => 'before'], 1);
  1670.         $instance->addListener('knp_pager.pagination', [=> function () {
  1671.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1672.         }, => 'pagination'], 1);
  1673.         $instance->addListener('kernel.finish_request', [=> function () {
  1674.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1675.         }, => 'resetAssets'], 0);
  1676.         $instance->addListener('kernel.request', [=> function () {
  1677.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1678.         }, => 'handleLegacyEaContext'], 10);
  1679.         $instance->addListener('kernel.request', [=> function () {
  1680.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1681.         }, => 'onKernelRequest'], 0);
  1682.         $instance->addListener('kernel.controller', [=> function () {
  1683.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1684.         }, => 'onKernelController'], 128);
  1685.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1686.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1687.         }, => 'onLogout'], 0);
  1688.         return $instance;
  1689.     }
  1690.     /**
  1691.      * Gets the public 'fmt.cache' shared service.
  1692.      *
  1693.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1694.      */
  1695.     protected function getFmt_CacheService()
  1696.     {
  1697.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('svh8hrg14N'3600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1698.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1699.         return $this->services['fmt.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1700.     }
  1701.     /**
  1702.      * Gets the public 'fmt.logger' shared service.
  1703.      *
  1704.      * @return \Symfony\Bridge\Monolog\Logger
  1705.      */
  1706.     protected function getFmt_LoggerService()
  1707.     {
  1708.         $this->services['fmt.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1709.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1710.         $instance->useMicrosecondTimestamps(true);
  1711.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1712.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1713.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  1714.         $instance->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\CliStreamHandler'] ?? $this->getCliStreamHandlerService()));
  1715.         $instance->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\WebStreamHandler'] ?? $this->getWebStreamHandlerService()));
  1716.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the public 'fos_user.user_manager' shared service.
  1721.      *
  1722.      * @return \FOS\UserBundle\Doctrine\UserManager
  1723.      */
  1724.     protected function getFosUser_UserManagerService()
  1725.     {
  1726.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'FMT\\Data\\Entity\\User');
  1727.     }
  1728.     /**
  1729.      * Gets the public 'http_kernel' shared service.
  1730.      *
  1731.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1732.      */
  1733.     protected function getHttpKernelService()
  1734.     {
  1735.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1736.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1737.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1738.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1739.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1740.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1741.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1742.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1743.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1744.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1745.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1746.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1747.     }
  1748.     /**
  1749.      * Gets the public 'messenger.default_bus' shared service.
  1750.      *
  1751.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1752.      */
  1753.     protected function getMessenger_DefaultBusService()
  1754.     {
  1755.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1756.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1757.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1758.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1759.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1760.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1761.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1762.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1763.         }, 7)));
  1764.     }
  1765.     /**
  1766.      * Gets the public 'monolog.logger.deprecation' shared service.
  1767.      *
  1768.      * @return \Symfony\Bridge\Monolog\Logger
  1769.      */
  1770.     protected function getMonolog_Logger_DeprecationService()
  1771.     {
  1772.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1773.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1774.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1775.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  1776.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1777.         return $instance;
  1778.     }
  1779.     /**
  1780.      * Gets the public 'request_stack' shared service.
  1781.      *
  1782.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1783.      */
  1784.     protected function getRequestStackService()
  1785.     {
  1786.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1787.     }
  1788.     /**
  1789.      * Gets the public 'router' shared service.
  1790.      *
  1791.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1792.      */
  1793.     protected function getRouterService()
  1794.     {
  1795.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1796.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1797.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1798.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1799.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  1800.         $a->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\CliStreamHandler'] ?? $this->getCliStreamHandlerService()));
  1801.         $a->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\WebStreamHandler'] ?? $this->getWebStreamHandlerService()));
  1802.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1803.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1804.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1805.         ], [
  1806.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1807.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1808.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1809.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1810.         return $instance;
  1811.     }
  1812.     /**
  1813.      * Gets the public 'translator' shared service.
  1814.      *
  1815.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1816.      */
  1817.     protected function getTranslatorService()
  1818.     {
  1819.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1820.     }
  1821.     /**
  1822.      * Gets the public 'var_dumper.cloner' shared service.
  1823.      *
  1824.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1825.      */
  1826.     protected function getVarDumper_ClonerService()
  1827.     {
  1828.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1829.         $instance->setMaxItems(2500);
  1830.         $instance->setMinDepth(1);
  1831.         $instance->setMaxString(-1);
  1832.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1833.         return $instance;
  1834.     }
  1835.     /**
  1836.      * Gets the private '.debug.http_client' shared service.
  1837.      *
  1838.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1839.      */
  1840.     protected function get_Debug_HttpClientService()
  1841.     {
  1842.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1843.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1844.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1845.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1846.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1847.         $b->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  1848.         $b->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\CliStreamHandler'] ?? $this->getCliStreamHandlerService()));
  1849.         $b->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\WebStreamHandler'] ?? $this->getWebStreamHandlerService()));
  1850.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1851.         $a->setLogger($b);
  1852.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1853.     }
  1854.     /**
  1855.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1856.      *
  1857.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1858.      */
  1859.     protected function get_ServiceLocator_ZJyh7qSService()
  1860.     {
  1861.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1862.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1863.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1864.         ], [
  1865.             'security.firewall.map.context.dev' => '?',
  1866.             'security.firewall.map.context.main' => '?',
  1867.         ]);
  1868.     }
  1869.     /**
  1870.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1871.      *
  1872.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1873.      */
  1874.     protected function getAdminRouterSubscriberService()
  1875.     {
  1876.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1877.         $b = ($this->services['router'] ?? $this->getRouterService());
  1878.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1879.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService())), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'FMT\\Application\\Controller\\Admin\\DashboardController']))), $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $b$b, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1880.     }
  1881.     /**
  1882.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1883.      *
  1884.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1885.      */
  1886.     protected function getActionFactoryService()
  1887.     {
  1888.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1889.     }
  1890.     /**
  1891.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1892.      *
  1893.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1894.      */
  1895.     protected function getControllerFactoryService()
  1896.     {
  1897.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'FMT\\Application\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1898.     }
  1899.     /**
  1900.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1901.      *
  1902.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1903.      */
  1904.     protected function getEntityFactoryService()
  1905.     {
  1906.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1907.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, new RewindableGenerator(function () {
  1908.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1909.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1910.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfigurator2Service'));
  1911.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1912.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1913.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1914.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1915.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1916.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1917.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1918.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1919.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1920.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1921.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1922.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1923.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1924.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1925.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1926.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1927.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1928.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1929.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1930.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1931.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1932.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1933.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1934.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1935.             yield 27 => ($this->services['Adeliom\\EasyFieldsBundle\\Admin\\Field\\Configurator\\SortableCollectionConfigurator'] ?? ($this->services['Adeliom\\EasyFieldsBundle\\Admin\\Field\\Configurator\\SortableCollectionConfigurator'] = new \Adeliom\EasyFieldsBundle\Admin\Field\Configurator\SortableCollectionConfigurator()));
  1936.             yield 28 => ($this->services['Adeliom\\EasyFieldsBundle\\Admin\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1937.             yield 29 => ($this->services['Adeliom\\EasyFieldsBundle\\Admin\\Field\\Configurator\\ChoiceMaskConfigurator'] ?? $this->load('getChoiceMaskConfiguratorService'));
  1938.             yield 30 => ($this->services['Adeliom\\EasyFieldsBundle\\Admin\\Field\\Configurator\\EnumConfigurator'] ?? $this->load('getEnumConfiguratorService'));
  1939.             yield 31 => ($this->services['Adeliom\\EasyFieldsBundle\\Admin\\Field\\Configurator\\PositionSortableConfigurator'] ?? $this->load('getPositionSortableConfiguratorService'));
  1940.             yield 32 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1941.         }, 33)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1942.     }
  1943.     /**
  1944.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1945.      *
  1946.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1947.      */
  1948.     protected function getAdminContextProviderService()
  1949.     {
  1950.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1951.     }
  1952.     /**
  1953.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1954.      *
  1955.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1956.      */
  1957.     protected function getCrudControllerRegistryService()
  1958.     {
  1959.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'FMT\\Application\\Controller\\Admin\\Crud\\CampaignCrudController'=> 'FMT\\Application\\Controller\\Admin\\Crud\\ExternalUserController'=> 'FMT\\Application\\Controller\\Admin\\Crud\\ProfileCrudController'=> 'FMT\\Application\\Controller\\Admin\\Crud\\ReportCrudController'=> 'FMT\\Application\\Controller\\Admin\\Crud\\UserCrudController'=> 'FMT\\Application\\Controller\\Admin\\Crud\\UserSchoolController']);
  1960.     }
  1961.     /**
  1962.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1963.      *
  1964.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1965.      */
  1966.     protected function getAdminUrlGeneratorService()
  1967.     {
  1968.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1969.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'FMT\\Application\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1970.         };
  1971.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1972.     }
  1973.     /**
  1974.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1975.      *
  1976.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1977.      */
  1978.     protected function getAuthorizationCheckerService()
  1979.     {
  1980.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1981.     }
  1982.     /**
  1983.      * Gets the private 'FMT\Application\Listener\DwollaEventListener' shared autowired service.
  1984.      *
  1985.      * @return \FMT\Application\Listener\DwollaEventListener
  1986.      */
  1987.     protected function getDwollaEventListenerService()
  1988.     {
  1989.         return $this->privates['FMT\\Application\\Listener\\DwollaEventListener'] = new \FMT\Application\Listener\DwollaEventListener(($this->privates['FMT\\Data\\Repository\\DwollaEventRepository'] ?? $this->getDwollaEventRepositoryService()), ($this->privates['FMT\\Data\\Repository\\BookstoreTransferRepository'] ?? $this->getBookstoreTransferRepositoryService()));
  1990.     }
  1991.     /**
  1992.      * Gets the private 'FMT\Data\Repository\BookstoreTransferRepository' shared autowired service.
  1993.      *
  1994.      * @return \FMT\Data\Repository\BookstoreTransferRepository
  1995.      */
  1996.     protected function getBookstoreTransferRepositoryService()
  1997.     {
  1998.         return $this->privates['FMT\\Data\\Repository\\BookstoreTransferRepository'] = new \FMT\Data\Repository\BookstoreTransferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1999.     }
  2000.     /**
  2001.      * Gets the private 'FMT\Data\Repository\CampaignRepository' shared autowired service.
  2002.      *
  2003.      * @return \FMT\Data\Repository\CampaignRepository
  2004.      */
  2005.     protected function getCampaignRepositoryService()
  2006.     {
  2007.         return $this->privates['FMT\\Data\\Repository\\CampaignRepository'] = new \FMT\Data\Repository\CampaignRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2008.     }
  2009.     /**
  2010.      * Gets the private 'FMT\Data\Repository\DwollaEventRepository' shared autowired service.
  2011.      *
  2012.      * @return \FMT\Data\Repository\DwollaEventRepository
  2013.      */
  2014.     protected function getDwollaEventRepositoryService()
  2015.     {
  2016.         return $this->privates['FMT\\Data\\Repository\\DwollaEventRepository'] = new \FMT\Data\Repository\DwollaEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2017.     }
  2018.     /**
  2019.      * Gets the private 'FMT\Data\Repository\OrderRepository' shared autowired service.
  2020.      *
  2021.      * @return \FMT\Data\Repository\OrderRepository
  2022.      */
  2023.     protected function getOrderRepositoryService()
  2024.     {
  2025.         return $this->privates['FMT\\Data\\Repository\\OrderRepository'] = new \FMT\Data\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2026.     }
  2027.     /**
  2028.      * Gets the private 'FMT\Data\Repository\UserContactRepository' shared autowired service.
  2029.      *
  2030.      * @return \FMT\Data\Repository\UserContactRepository
  2031.      */
  2032.     protected function getUserContactRepositoryService()
  2033.     {
  2034.         return $this->privates['FMT\\Data\\Repository\\UserContactRepository'] = new \FMT\Data\Repository\UserContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2035.     }
  2036.     /**
  2037.      * Gets the private 'FMT\Data\Repository\UserNotificationsRepository' shared autowired service.
  2038.      *
  2039.      * @return \FMT\Data\Repository\UserNotificationsRepository
  2040.      */
  2041.     protected function getUserNotificationsRepositoryService()
  2042.     {
  2043.         return $this->privates['FMT\\Data\\Repository\\UserNotificationsRepository'] = new \FMT\Data\Repository\UserNotificationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2044.     }
  2045.     /**
  2046.      * Gets the private 'FMT\Data\Repository\UserRepository' shared autowired service.
  2047.      *
  2048.      * @return \FMT\Data\Repository\UserRepository
  2049.      */
  2050.     protected function getUserRepositoryService()
  2051.     {
  2052.         return $this->privates['FMT\\Data\\Repository\\UserRepository'] = new \FMT\Data\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2053.     }
  2054.     /**
  2055.      * Gets the private 'FMT\Data\Repository\UserSchoolRepository' shared autowired service.
  2056.      *
  2057.      * @return \FMT\Data\Repository\UserSchoolRepository
  2058.      */
  2059.     protected function getUserSchoolRepositoryService()
  2060.     {
  2061.         return $this->privates['FMT\\Data\\Repository\\UserSchoolRepository'] = new \FMT\Data\Repository\UserSchoolRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2062.     }
  2063.     /**
  2064.      * Gets the private 'FMT\Data\Repository\UserStatisticRepository' shared autowired service.
  2065.      *
  2066.      * @return \FMT\Data\Repository\UserStatisticRepository
  2067.      */
  2068.     protected function getUserStatisticRepositoryService()
  2069.     {
  2070.         return $this->privates['FMT\\Data\\Repository\\UserStatisticRepository'] = new \FMT\Data\Repository\UserStatisticRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2071.     }
  2072.     /**
  2073.      * Gets the private 'FMT\Data\Repository\UserTransactionRepository' shared autowired service.
  2074.      *
  2075.      * @return \FMT\Data\Repository\UserTransactionRepository
  2076.      */
  2077.     protected function getUserTransactionRepositoryService()
  2078.     {
  2079.         return $this->privates['FMT\\Data\\Repository\\UserTransactionRepository'] = new \FMT\Data\Repository\UserTransactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2080.     }
  2081.     /**
  2082.      * Gets the private 'FMT\Domain\Listener\RequestListener' shared autowired service.
  2083.      *
  2084.      * @return \FMT\Domain\Listener\RequestListener
  2085.      */
  2086.     protected function getRequestListenerService()
  2087.     {
  2088.         return $this->privates['FMT\\Domain\\Listener\\RequestListener'] = new \FMT\Domain\Listener\RequestListener(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
  2089.     }
  2090.     /**
  2091.      * Gets the private 'FMT\Domain\Listener\UserNotificationListener' shared autowired service.
  2092.      *
  2093.      * @return \FMT\Domain\Listener\UserNotificationListener
  2094.      */
  2095.     protected function getUserNotificationListenerService()
  2096.     {
  2097.         return $this->privates['FMT\\Domain\\Listener\\UserNotificationListener'] = new \FMT\Domain\Listener\UserNotificationListener(($this->privates['FMT\\Data\\Repository\\UserNotificationsRepository'] ?? $this->getUserNotificationsRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2098.     }
  2099.     /**
  2100.      * Gets the private 'FMT\Domain\Service\Manager\BookManager' shared autowired service.
  2101.      *
  2102.      * @return \FMT\Domain\Service\Manager\BookManager
  2103.      */
  2104.     protected function getBookManagerService()
  2105.     {
  2106.         $this->privates['FMT\\Domain\\Service\\Manager\\BookManager'] = $instance = new \FMT\Domain\Service\Manager\BookManager(($this->services['FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Client'] ?? $this->getClientService()), ($this->privates['FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Client'] ?? $this->getClient2Service()), ($this->privates['FMT\\Domain\\Type\\Cache\\Settings'] ?? ($this->privates['FMT\\Domain\\Type\\Cache\\Settings'] = new \FMT\Domain\Type\Cache\Settings())), ($this->privates['FMT\\Domain\\Type\\Price\\PricingTaxCalculator'] ?? ($this->privates['FMT\\Domain\\Type\\Price\\PricingTaxCalculator'] = new \FMT\Domain\Type\Price\PricingTaxCalculator())));
  2107.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2108.         return $instance;
  2109.     }
  2110.     /**
  2111.      * Gets the private 'FMT\Domain\Service\Manager\CampaignManager' shared autowired service.
  2112.      *
  2113.      * @return \FMT\Domain\Service\Manager\CampaignManager
  2114.      */
  2115.     protected function getCampaignManagerService()
  2116.     {
  2117.         $a = ($this->privates['FMT\\Domain\\Service\\Manager\\CartManager'] ?? $this->getCartManagerService());
  2118.         if (isset($this->privates['FMT\\Domain\\Service\\Manager\\CampaignManager'])) {
  2119.             return $this->privates['FMT\\Domain\\Service\\Manager\\CampaignManager'];
  2120.         }
  2121.         $this->privates['FMT\\Domain\\Service\\Manager\\CampaignManager'] = $instance = new \FMT\Domain\Service\Manager\CampaignManager(($this->privates['FMT\\Data\\Repository\\CampaignRepository'] ?? $this->getCampaignRepositoryService()), ($this->privates['FMT\\Domain\\Service\\Manager\\BookManager'] ?? $this->getBookManagerService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2122.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2123.         $instance->setPaymentManager(($this->privates['FMT\\Domain\\Service\\Manager\\PaymentManager'] ?? $this->getPaymentManagerService()));
  2124.         $instance->setShippingManager(($this->privates['FMT\\Domain\\Service\\Manager\\ShippingManager'] ?? $this->getShippingManagerService()));
  2125.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2126.         return $instance;
  2127.     }
  2128.     /**
  2129.      * Gets the private 'FMT\Domain\Service\Manager\CartManager' shared autowired service.
  2130.      *
  2131.      * @return \FMT\Domain\Service\Manager\CartManager
  2132.      */
  2133.     protected function getCartManagerService()
  2134.     {
  2135.         $a = ($this->privates['FMT\\Data\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService());
  2136.         $this->privates['FMT\\Domain\\Service\\Manager\\CartManager'] = $instance = new \FMT\Domain\Service\Manager\CartManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  2137.         $instance->addProvider(new \FMT\Domain\Service\Cart\Provider\AnonymousProvider($a, ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())), 'anonymous');
  2138.         $instance->addProvider(new \FMT\Domain\Service\Cart\Provider\DummyProvider(), 'dummy');
  2139.         $instance->addProvider(new \FMT\Domain\Service\Cart\Provider\UserProvider($a), 'user');
  2140.         $instance->initCart();
  2141.         $instance->setPaymentManager(($this->privates['FMT\\Domain\\Service\\Manager\\PaymentManager'] ?? $this->getPaymentManagerService()));
  2142.         $instance->setBookManager(($this->privates['FMT\\Domain\\Service\\Manager\\BookManager'] ?? $this->getBookManagerService()));
  2143.         $instance->setEntityManager(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2144.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2145.         return $instance;
  2146.     }
  2147.     /**
  2148.      * Gets the private 'FMT\Domain\Service\Manager\FileManager' shared autowired service.
  2149.      *
  2150.      * @return \FMT\Domain\Service\Manager\FileManager
  2151.      */
  2152.     protected function getFileManagerService()
  2153.     {
  2154.         $this->privates['FMT\\Domain\\Service\\Manager\\FileManager'] = $instance = new \FMT\Domain\Service\Manager\FileManager(($this->privates['FMT\\Infrastructure\\Service\\AmazonS3\\StorageInterface'] ?? $this->getStorageInterfaceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2155.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2156.         return $instance;
  2157.     }
  2158.     /**
  2159.      * Gets the private 'FMT\Domain\Service\Manager\PaymentManager' shared autowired service.
  2160.      *
  2161.      * @return \FMT\Domain\Service\Manager\PaymentManager
  2162.      */
  2163.     protected function getPaymentManagerService()
  2164.     {
  2165.         $this->privates['FMT\\Domain\\Service\\Manager\\PaymentManager'] = $instance = new \FMT\Domain\Service\Manager\PaymentManager(($this->privates['FMT\\Domain\\Type\\Payment\\Settings'] ?? $this->getSettingsService()));
  2166.         $instance->setRepository(($this->privates['FMT\\Data\\Repository\\UserTransactionRepository'] ?? $this->getUserTransactionRepositoryService()));
  2167.         $instance->loadStatisticRepository(($this->privates['FMT\\Data\\Repository\\UserStatisticRepository'] ?? $this->getUserStatisticRepositoryService()));
  2168.         $instance->setUserManager(($this->privates['FMT\\Domain\\Service\\Manager\\UserManager'] ?? $this->getUserManagerService()));
  2169.         $instance->setStripeClient(($this->privates['FMT\\Infrastructure\\Service\\Payments\\Stripe\\StripeClient'] ?? ($this->privates['FMT\\Infrastructure\\Service\\Payments\\Stripe\\StripeClient'] = new \FMT\Infrastructure\Service\Payments\Stripe\StripeClient($this->getEnv('stripe_secret_key')))));
  2170.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2171.         return $instance;
  2172.     }
  2173.     /**
  2174.      * Gets the private 'FMT\Domain\Service\Manager\ShippingManager' shared autowired service.
  2175.      *
  2176.      * @return \FMT\Domain\Service\Manager\ShippingManager
  2177.      */
  2178.     protected function getShippingManagerService()
  2179.     {
  2180.         $this->privates['FMT\\Domain\\Service\\Manager\\ShippingManager'] = $instance = new \FMT\Domain\Service\Manager\ShippingManager(($this->services['FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Client'] ?? $this->getClientService()), ($this->privates['FMT\\Domain\\Type\\Cache\\Settings'] ?? ($this->privates['FMT\\Domain\\Type\\Cache\\Settings'] = new \FMT\Domain\Type\Cache\Settings())));
  2181.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2182.         return $instance;
  2183.     }
  2184.     /**
  2185.      * Gets the private 'FMT\Domain\Service\Manager\UserManager' shared autowired service.
  2186.      *
  2187.      * @return \FMT\Domain\Service\Manager\UserManager
  2188.      */
  2189.     protected function getUserManagerService()
  2190.     {
  2191.         $this->privates['FMT\\Domain\\Service\\Manager\\UserManager'] = $instance = new \FMT\Domain\Service\Manager\UserManager(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['FMT\\Domain\\Service\\Synchronizer\\MajorSynchronizer'] ?? $this->getMajorSynchronizerService()));
  2192.         $instance->setUserRepository(($this->privates['FMT\\Data\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  2193.         $instance->setCampaignManager(($this->privates['FMT\\Domain\\Service\\Manager\\CampaignManager'] ?? $this->getCampaignManagerService()));
  2194.         $instance->setSchoolSynchronizer(new \FMT\Domain\Service\Synchronizer\SchoolSynchronizer(($this->privates['FMT\\Data\\Repository\\UserSchoolRepository'] ?? $this->getUserSchoolRepositoryService())));
  2195.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2196.         $instance->setTokenGenerator(($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())));
  2197.         $instance->setUserContactRepository(($this->privates['FMT\\Data\\Repository\\UserContactRepository'] ?? $this->getUserContactRepositoryService()));
  2198.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2199.         return $instance;
  2200.     }
  2201.     /**
  2202.      * Gets the private 'FMT\Domain\Service\Synchronizer\MajorSynchronizer' shared autowired service.
  2203.      *
  2204.      * @return \FMT\Domain\Service\Synchronizer\MajorSynchronizer
  2205.      */
  2206.     protected function getMajorSynchronizerService()
  2207.     {
  2208.         return $this->privates['FMT\\Domain\\Service\\Synchronizer\\MajorSynchronizer'] = new \FMT\Domain\Service\Synchronizer\MajorSynchronizer(($this->privates['FMT\\Data\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Client'] ?? $this->getClientService()), ($this->privates['FMT\\Data\\Repository\\UserSchoolRepository'] ?? $this->getUserSchoolRepositoryService()));
  2209.     }
  2210.     /**
  2211.      * Gets the private 'FMT\Domain\Type\Payment\Settings' shared autowired service.
  2212.      *
  2213.      * @return \FMT\Domain\Type\Payment\Settings
  2214.      */
  2215.     protected function getSettingsService()
  2216.     {
  2217.         $this->privates['FMT\\Domain\\Type\\Payment\\Settings'] = $instance = new \FMT\Domain\Type\Payment\Settings();
  2218.         $instance->application = ($this->privates['FMT\\Domain\\Type\\Payment\\FMT'] ?? ($this->privates['FMT\\Domain\\Type\\Payment\\FMT'] = new \FMT\Domain\Type\Payment\FMT($this->getEnv('calculate_fmt_fee_percent'))));
  2219.         $instance->paymentService = ($this->privates['FMT\\Domain\\Type\\Payment\\Stripe'] ?? ($this->privates['FMT\\Domain\\Type\\Payment\\Stripe'] = new \FMT\Domain\Type\Payment\Stripe($this->getEnv('calculate_stripe_fee_percent'), $this->getEnv('calculate_stripe_fee_static'))));
  2220.         $instance->currency 'usd';
  2221.         $instance->publicKey $this->getEnv('stripe_public_key');
  2222.         $instance->live $this->getEnv('stripe_live_mode');
  2223.         return $instance;
  2224.     }
  2225.     /**
  2226.      * Gets the private 'FMT\Infrastructure\Service\AmazonS3\StorageInterface' shared autowired service.
  2227.      *
  2228.      * @return \FMT\Infrastructure\Service\AmazonS3\StorageInterface
  2229.      */
  2230.     protected function getStorageInterfaceService()
  2231.     {
  2232.         return $this->privates['FMT\\Infrastructure\\Service\\AmazonS3\\StorageInterface'] = (new \FMT\Infrastructure\Service\AmazonS3\StorageFactory((\dirname(__DIR__4).'/public'), ($this->services['router'] ?? $this->getRouterService())))->getInstance($this->getEnv('avatar_storage'), $this->getEnv('s3_key'), $this->getEnv('s3_secret'));
  2233.     }
  2234.     /**
  2235.      * Gets the private 'FMT\Infrastructure\Service\Mapper\Mapper' shared autowired service.
  2236.      *
  2237.      * @return \FMT\Infrastructure\Service\Mapper\Mapper
  2238.      */
  2239.     protected function getMapperService()
  2240.     {
  2241.         $this->privates['FMT\\Infrastructure\\Service\\Mapper\\Mapper'] = $instance = new \FMT\Infrastructure\Service\Mapper\Mapper();
  2242.         (new \FMT\Infrastructure\DependencyInjection\MapperConfigurator([=> 'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\'=> 'FMT\\Infrastructure\\Service\\Payments\\Dwolla\\Mapper\\']))->configure($instance);
  2243.         return $instance;
  2244.     }
  2245.     /**
  2246.      * Gets the private 'FMT\Infrastructure\Service\Monolog\CliStreamHandler' shared autowired service.
  2247.      *
  2248.      * @return \FMT\Infrastructure\Service\Monolog\CliStreamHandler
  2249.      */
  2250.     protected function getCliStreamHandlerService()
  2251.     {
  2252.         $this->privates['FMT\\Infrastructure\\Service\\Monolog\\CliStreamHandler'] = $instance = new \FMT\Infrastructure\Service\Monolog\CliStreamHandler('php://stderr''debug');
  2253.         $instance->setFormatter(($this->privates['monolog.formatter.line'] ?? ($this->privates['monolog.formatter.line'] = new \Monolog\Formatter\LineFormatter())));
  2254.         return $instance;
  2255.     }
  2256.     /**
  2257.      * Gets the private 'FMT\Infrastructure\Service\Monolog\WebStreamHandler' shared autowired service.
  2258.      *
  2259.      * @return \FMT\Infrastructure\Service\Monolog\WebStreamHandler
  2260.      */
  2261.     protected function getWebStreamHandlerService()
  2262.     {
  2263.         $this->privates['FMT\\Infrastructure\\Service\\Monolog\\WebStreamHandler'] = $instance = new \FMT\Infrastructure\Service\Monolog\WebStreamHandler('php://stderr''debug');
  2264.         $instance->setFormatter(($this->privates['monolog.formatter.line'] ?? ($this->privates['monolog.formatter.line'] = new \Monolog\Formatter\LineFormatter())));
  2265.         return $instance;
  2266.     }
  2267.     /**
  2268.      * Gets the private 'FMT\Infrastructure\Service\Nebook\Options' shared autowired service.
  2269.      *
  2270.      * @return \FMT\Infrastructure\Service\Nebook\Options
  2271.      */
  2272.     protected function getOptionsService()
  2273.     {
  2274.         return $this->privates['FMT\\Infrastructure\\Service\\Nebook\\Options'] = new \FMT\Infrastructure\Service\Nebook\Options($this->getParameter('nebook_options'), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2275.     }
  2276.     /**
  2277.      * Gets the private 'FMT\Infrastructure\Service\Nebook\SoapApi\Client' shared autowired service.
  2278.      *
  2279.      * @return \FMT\Infrastructure\Service\Nebook\SoapApi\Client
  2280.      */
  2281.     protected function getClient2Service()
  2282.     {
  2283.         return $this->privates['FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Client'] = new \FMT\Infrastructure\Service\Nebook\SoapApi\Client(($this->services['FMT\\Infrastructure\\Service\\Nebook\\SoapApi\\Transport\\Curl'] ?? $this->getCurl2Service()), $this->getEnv('nebook_test_mode'));
  2284.     }
  2285.     /**
  2286.      * Gets the private 'FMT\Infrastructure\Service\Payments\Dwolla\Listener\HandleWebhooksListener' shared autowired service.
  2287.      *
  2288.      * @return \FMT\Infrastructure\Service\Payments\Dwolla\Listener\HandleWebhooksListener
  2289.      */
  2290.     protected function getHandleWebhooksListenerService()
  2291.     {
  2292.         return $this->privates['FMT\\Infrastructure\\Service\\Payments\\Dwolla\\Listener\\HandleWebhooksListener'] = new \FMT\Infrastructure\Service\Payments\Dwolla\Listener\HandleWebhooksListener(($this->privates['FMT\\Infrastructure\\Service\\Mapper\\Mapper'] ?? $this->getMapperService()), '/payments/dwolla/webhooks'$this->getEnv('dwolla_webhooks_token'), 'FMT\\Infrastructure\\Service\\Payments\\Dwolla\\Controller\\WebhooksController');
  2293.     }
  2294.     /**
  2295.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2296.      *
  2297.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2298.      */
  2299.     protected function getResetAssetsEventListenerService()
  2300.     {
  2301.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2302.     }
  2303.     /**
  2304.      * Gets the private 'annotations.cache_adapter' shared service.
  2305.      *
  2306.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2307.      */
  2308.     protected function getAnnotations_CacheAdapterService()
  2309.     {
  2310.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2311.     }
  2312.     /**
  2313.      * Gets the private 'annotations.cached_reader' shared service.
  2314.      *
  2315.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2316.      */
  2317.     protected function getAnnotations_CachedReaderService()
  2318.     {
  2319.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2320.     }
  2321.     /**
  2322.      * Gets the private 'annotations.reader' shared service.
  2323.      *
  2324.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2325.      */
  2326.     protected function getAnnotations_ReaderService()
  2327.     {
  2328.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2329.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2330.         $a->registerUniqueLoader('class_exists');
  2331.         $instance->addGlobalIgnoredName('required'$a);
  2332.         return $instance;
  2333.     }
  2334.     /**
  2335.      * Gets the private 'assets.packages' shared service.
  2336.      *
  2337.      * @return \Symfony\Component\Asset\Packages
  2338.      */
  2339.     protected function getAssets_PackagesService()
  2340.     {
  2341.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2342.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  2343.             return new \EmptyIterator();
  2344.         }, 0));
  2345.     }
  2346.     /**
  2347.      * Gets the private 'cache.annotations' shared service.
  2348.      *
  2349.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2350.      */
  2351.     protected function getCache_AnnotationsService()
  2352.     {
  2353.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3bmvz5qvnZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2354.     }
  2355.     /**
  2356.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2357.      *
  2358.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2359.      */
  2360.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2361.     {
  2362.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2363.     }
  2364.     /**
  2365.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2366.      *
  2367.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2368.      */
  2369.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2370.     {
  2371.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2372.     }
  2373.     /**
  2374.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2375.      *
  2376.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2377.      */
  2378.     protected function getCache_Messenger_RestartWorkersSignalService()
  2379.     {
  2380.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('NIVuXCfUmP'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2381.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2382.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2383.     }
  2384.     /**
  2385.      * Gets the private 'cache.property_info' shared service.
  2386.      *
  2387.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2388.      */
  2389.     protected function getCache_PropertyInfoService()
  2390.     {
  2391.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XSwjXevS-j'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2392.     }
  2393.     /**
  2394.      * Gets the private 'cache.security_expression_language' shared service.
  2395.      *
  2396.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2397.      */
  2398.     protected function getCache_SecurityExpressionLanguageService()
  2399.     {
  2400.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wzDNJR1AW3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2401.     }
  2402.     /**
  2403.      * Gets the private 'cache.serializer' shared service.
  2404.      *
  2405.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2406.      */
  2407.     protected function getCache_SerializerService()
  2408.     {
  2409.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('r3RQRXQTnQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2410.     }
  2411.     /**
  2412.      * Gets the private 'cache.validator' shared service.
  2413.      *
  2414.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2415.      */
  2416.     protected function getCache_ValidatorService()
  2417.     {
  2418.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Unc4kn7aAU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2419.     }
  2420.     /**
  2421.      * Gets the private 'cache.webpack_encore' shared service.
  2422.      *
  2423.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2424.      */
  2425.     protected function getCache_WebpackEncoreService()
  2426.     {
  2427.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1euRJ8jSVp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2428.     }
  2429.     /**
  2430.      * Gets the private 'config_cache_factory' shared service.
  2431.      *
  2432.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2433.      */
  2434.     protected function getConfigCacheFactoryService()
  2435.     {
  2436.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2437.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2438.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2439.         }, 2));
  2440.     }
  2441.     /**
  2442.      * Gets the private 'data_collector.form' shared service.
  2443.      *
  2444.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2445.      */
  2446.     protected function getDataCollector_FormService()
  2447.     {
  2448.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2449.     }
  2450.     /**
  2451.      * Gets the private 'data_collector.request' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2454.      */
  2455.     protected function getDataCollector_RequestService()
  2456.     {
  2457.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2458.     }
  2459.     /**
  2460.      * Gets the private 'debug.controller_resolver' shared service.
  2461.      *
  2462.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2463.      */
  2464.     protected function getDebug_ControllerResolverService()
  2465.     {
  2466.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2467.     }
  2468.     /**
  2469.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2470.      *
  2471.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2472.      */
  2473.     protected function getDebug_DebugHandlersListenerService()
  2474.     {
  2475.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2476.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2477.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2478.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2479.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  2480.         $a->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\CliStreamHandler'] ?? $this->getCliStreamHandlerService()));
  2481.         $a->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\WebStreamHandler'] ?? $this->getWebStreamHandlerService()));
  2482.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2483.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2484.     }
  2485.     /**
  2486.      * Gets the private 'debug.file_link_formatter' shared service.
  2487.      *
  2488.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2489.      */
  2490.     protected function getDebug_FileLinkFormatterService()
  2491.     {
  2492.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2493.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2494.         });
  2495.     }
  2496.     /**
  2497.      * Gets the private 'debug.log_processor' shared service.
  2498.      *
  2499.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2500.      */
  2501.     protected function getDebug_LogProcessorService()
  2502.     {
  2503.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2504.     }
  2505.     /**
  2506.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2507.      *
  2508.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2509.      */
  2510.     protected function getDebug_Security_Access_DecisionManagerService()
  2511.     {
  2512.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2513.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2514.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2515.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2516.             yield => ($this->privates['debug.security.voter.FMT\\Application\\Voter\\AdminPanelVoter'] ?? $this->load('getAdminPanelVoterService'));
  2517.             yield => ($this->privates['debug.security.voter.FMT\\Application\\Voter\\CampaignVoter'] ?? $this->load('getCampaignVoterService'));
  2518.             yield => ($this->privates['debug.security.voter.FMT\\Application\\Voter\\CartVoter'] ?? $this->load('getCartVoterService'));
  2519.             yield => ($this->privates['debug.security.voter.FMT\\Application\\Voter\\CommandVoter'] ?? $this->load('getCommandVoterService'));
  2520.             yield => ($this->privates['debug.security.voter.FMT\\Application\\Voter\\DonorVoter'] ?? $this->load('getDonorVoterService'));
  2521.             yield => ($this->privates['debug.security.voter.FMT\\Application\\Voter\\TransactionVoter'] ?? $this->load('getTransactionVoterService'));
  2522.             yield => ($this->privates['debug.security.voter.FMT\\Application\\Voter\\UserContactVoter'] ?? $this->load('getUserContactVoterService'));
  2523.             yield 10 => ($this->privates['debug.security.voter.FMT\\Application\\Voter\\UserVoter'] ?? $this->load('getUserVoterService'));
  2524.             yield 11 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2525.         }, 12), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2526.     }
  2527.     /**
  2528.      * Gets the private 'debug.security.firewall' shared service.
  2529.      *
  2530.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2531.      */
  2532.     protected function getDebug_Security_FirewallService()
  2533.     {
  2534.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2535.     }
  2536.     /**
  2537.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2538.      *
  2539.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2540.      */
  2541.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2542.     {
  2543.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/FMT/Data/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity')]);
  2544.     }
  2545.     /**
  2546.      * Gets the private 'exception_listener' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2549.      */
  2550.     protected function getExceptionListener3Service()
  2551.     {
  2552.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2553.     }
  2554.     /**
  2555.      * Gets the private 'form.registry' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\Form\FormRegistry
  2558.      */
  2559.     protected function getForm_RegistryService()
  2560.     {
  2561.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2562.             'Adeliom\\EasyFieldsBundle\\Form\\ChoiceMaskType' => ['services''Adeliom\\EasyFieldsBundle\\Form\\ChoiceMaskType''getChoiceMaskTypeService'true],
  2563.             'Adeliom\\EasyFieldsBundle\\Form\\SortableCollectionType' => ['services''Adeliom\\EasyFieldsBundle\\Form\\SortableCollectionType''getSortableCollectionTypeService'true],
  2564.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType''getCrudFormTypeService'true],
  2565.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType''getFileUploadTypeService'true],
  2566.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType''getFiltersFormTypeService'true],
  2567.             'FMT\\Application\\FormType\\AddressType' => ['privates''FMT\\Application\\FormType\\AddressType''getAddressTypeService'true],
  2568.             'FMT\\Application\\FormType\\Admin\\AdminPasswordType' => ['privates''FMT\\Application\\FormType\\Admin\\AdminPasswordType''getAdminPasswordTypeService'true],
  2569.             'FMT\\Application\\FormType\\Admin\\Filters\\ArrayFilterType' => ['privates''FMT\\Application\\FormType\\Admin\\Filters\\ArrayFilterType''getArrayFilterTypeService'true],
  2570.             'FMT\\Application\\FormType\\Admin\\Filters\\DateTimeFilterTypeExtended' => ['privates''FMT\\Application\\FormType\\Admin\\Filters\\DateTimeFilterTypeExtended''getDateTimeFilterTypeExtendedService'true],
  2571.             'FMT\\Application\\FormType\\Admin\\MajorType' => ['privates''FMT\\Application\\FormType\\Admin\\MajorType''getMajorTypeService'true],
  2572.             'FMT\\Application\\FormType\\Admin\\UserCrudType' => ['privates''FMT\\Application\\FormType\\Admin\\UserCrudType''getUserCrudTypeService'true],
  2573.             'FMT\\Application\\FormType\\Campaign\\CampaignBookType' => ['privates''FMT\\Application\\FormType\\Campaign\\CampaignBookType''getCampaignBookTypeService'true],
  2574.             'FMT\\Application\\FormType\\Campaign\\CampaignType' => ['privates''FMT\\Application\\FormType\\Campaign\\CampaignType''getCampaignTypeService'true],
  2575.             'FMT\\Application\\FormType\\Contact\\CampaignInvitationType' => ['privates''FMT\\Application\\FormType\\Contact\\CampaignInvitationType''getCampaignInvitationTypeService'true],
  2576.             'FMT\\Application\\FormType\\Contact\\ImportType' => ['privates''FMT\\Application\\FormType\\Contact\\ImportType''getImportTypeService'true],
  2577.             'FMT\\Application\\FormType\\DataTransformer\\PaymentProcessorTransformer' => ['privates''FMT\\Application\\FormType\\DataTransformer\\PaymentProcessorTransformer''getPaymentProcessorTransformerService'true],
  2578.             'FMT\\Application\\FormType\\DatepickerType' => ['privates''FMT\\Application\\FormType\\DatepickerType''getDatepickerTypeService'true],
  2579.             'FMT\\Application\\FormType\\DonatPaymentType' => ['privates''FMT\\Application\\FormType\\DonatPaymentType''getDonatPaymentTypeService'true],
  2580.             'FMT\\Application\\FormType\\DonorProfileType' => ['privates''FMT\\Application\\FormType\\DonorProfileType''getDonorProfileTypeService'true],
  2581.             'FMT\\Application\\FormType\\Filter\\BaseFilterType' => ['privates''FMT\\Application\\FormType\\Filter\\BaseFilterType''getBaseFilterTypeService'true],
  2582.             'FMT\\Application\\FormType\\PaymentType' => ['privates''FMT\\Application\\FormType\\PaymentType''getPaymentTypeService'true],
  2583.             'FMT\\Application\\FormType\\RoleType' => ['privates''FMT\\Application\\FormType\\RoleType''getRoleTypeService'true],
  2584.             'FMT\\Application\\FormType\\Security\\RegistrationDonorType' => ['privates''FMT\\Application\\FormType\\Security\\RegistrationDonorType''getRegistrationDonorTypeService'true],
  2585.             'FMT\\Application\\FormType\\Security\\RegistrationStudentType' => ['privates''FMT\\Application\\FormType\\Security\\RegistrationStudentType''getRegistrationStudentTypeService'true],
  2586.             'FMT\\Application\\FormType\\Security\\UserPasswordType' => ['privates''FMT\\Application\\FormType\\Security\\UserPasswordType''getUserPasswordTypeService'true],
  2587.             'FMT\\Application\\FormType\\StudentProfileType' => ['privates''FMT\\Application\\FormType\\StudentProfileType''getStudentProfileTypeService'true],
  2588.             'FMT\\Application\\FormType\\Subscribers\\PaymentSubscriber' => ['privates''FMT\\Application\\FormType\\Subscribers\\PaymentSubscriber''getPaymentSubscriberService'true],
  2589.             'FMT\\Application\\FormType\\Subscribers\\RegistrationDonorSubscriber' => ['privates''FMT\\Application\\FormType\\Subscribers\\RegistrationDonorSubscriber''getRegistrationDonorSubscriberService'true],
  2590.             'FMT\\Application\\FormType\\Subscribers\\RegistrationStudentSubscriber' => ['privates''FMT\\Application\\FormType\\Subscribers\\RegistrationStudentSubscriber''getRegistrationStudentSubscriberService'true],
  2591.             'FMT\\Application\\FormType\\Subscribers\\UserAvatarSubscriber' => ['privates''FMT\\Application\\FormType\\Subscribers\\UserAvatarSubscriber''getUserAvatarSubscriberService'true],
  2592.             'FMT\\Application\\FormType\\TransactionHistoryType' => ['privates''FMT\\Application\\FormType\\TransactionHistoryType''getTransactionHistoryTypeService'true],
  2593.             'FMT\\Application\\FormType\\Transaction\\ThanksType' => ['privates''FMT\\Application\\FormType\\Transaction\\ThanksType''getThanksTypeService'true],
  2594.             'FMT\\Application\\FormType\\UserAvatarType' => ['privates''FMT\\Application\\FormType\\UserAvatarType''getUserAvatarTypeService'true],
  2595.             'FMT\\Application\\FormType\\UserContactType' => ['privates''FMT\\Application\\FormType\\UserContactType''getUserContactTypeService'true],
  2596.             'FMT\\Application\\FormType\\UserProfileType' => ['privates''FMT\\Application\\FormType\\UserProfileType''getUserProfileTypeService'true],
  2597.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'true],
  2598.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'true],
  2599.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'true],
  2600.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'true],
  2601.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'true],
  2602.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  2603.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  2604.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  2605.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  2606.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  2607.         ], [
  2608.             'Adeliom\\EasyFieldsBundle\\Form\\ChoiceMaskType' => '?',
  2609.             'Adeliom\\EasyFieldsBundle\\Form\\SortableCollectionType' => '?',
  2610.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
  2611.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  2612.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
  2613.             'FMT\\Application\\FormType\\AddressType' => '?',
  2614.             'FMT\\Application\\FormType\\Admin\\AdminPasswordType' => '?',
  2615.             'FMT\\Application\\FormType\\Admin\\Filters\\ArrayFilterType' => '?',
  2616.             'FMT\\Application\\FormType\\Admin\\Filters\\DateTimeFilterTypeExtended' => '?',
  2617.             'FMT\\Application\\FormType\\Admin\\MajorType' => '?',
  2618.             'FMT\\Application\\FormType\\Admin\\UserCrudType' => '?',
  2619.             'FMT\\Application\\FormType\\Campaign\\CampaignBookType' => '?',
  2620.             'FMT\\Application\\FormType\\Campaign\\CampaignType' => '?',
  2621.             'FMT\\Application\\FormType\\Contact\\CampaignInvitationType' => '?',
  2622.             'FMT\\Application\\FormType\\Contact\\ImportType' => '?',
  2623.             'FMT\\Application\\FormType\\DataTransformer\\PaymentProcessorTransformer' => '?',
  2624.             'FMT\\Application\\FormType\\DatepickerType' => '?',
  2625.             'FMT\\Application\\FormType\\DonatPaymentType' => '?',
  2626.             'FMT\\Application\\FormType\\DonorProfileType' => '?',
  2627.             'FMT\\Application\\FormType\\Filter\\BaseFilterType' => '?',
  2628.             'FMT\\Application\\FormType\\PaymentType' => '?',
  2629.             'FMT\\Application\\FormType\\RoleType' => '?',
  2630.             'FMT\\Application\\FormType\\Security\\RegistrationDonorType' => '?',
  2631.             'FMT\\Application\\FormType\\Security\\RegistrationStudentType' => '?',
  2632.             'FMT\\Application\\FormType\\Security\\UserPasswordType' => '?',
  2633.             'FMT\\Application\\FormType\\StudentProfileType' => '?',
  2634.             'FMT\\Application\\FormType\\Subscribers\\PaymentSubscriber' => '?',
  2635.             'FMT\\Application\\FormType\\Subscribers\\RegistrationDonorSubscriber' => '?',
  2636.             'FMT\\Application\\FormType\\Subscribers\\RegistrationStudentSubscriber' => '?',
  2637.             'FMT\\Application\\FormType\\Subscribers\\UserAvatarSubscriber' => '?',
  2638.             'FMT\\Application\\FormType\\TransactionHistoryType' => '?',
  2639.             'FMT\\Application\\FormType\\Transaction\\ThanksType' => '?',
  2640.             'FMT\\Application\\FormType\\UserAvatarType' => '?',
  2641.             'FMT\\Application\\FormType\\UserContactType' => '?',
  2642.             'FMT\\Application\\FormType\\UserProfileType' => '?',
  2643.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  2644.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  2645.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  2646.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  2647.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  2648.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  2649.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  2650.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  2651.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  2652.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  2653.         ]), ['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\ComparisonType' => new RewindableGenerator(function () {
  2654.             yield => ($this->privates['FMT\\Application\\FormType\\Admin\\Filters\\ComparisonTypeExtended'] ?? ($this->privates['FMT\\Application\\FormType\\Admin\\Filters\\ComparisonTypeExtended'] = new \FMT\Application\FormType\Admin\Filters\ComparisonTypeExtended()));
  2655.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  2656.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  2657.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  2658.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  2659.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  2660.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  2661.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  2662.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->load('getEaCrudFormTypeExtensionService'));
  2663.             yield => ($this->privates['Adeliom\\EasyFieldsBundle\\Form\\Extension\\FormTypeExtension'] ?? ($this->privates['Adeliom\\EasyFieldsBundle\\Form\\Extension\\FormTypeExtension'] = new \Adeliom\EasyFieldsBundle\Form\Extension\FormTypeExtension()));
  2664.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  2665.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  2666.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  2667.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  2668.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  2669.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension()));
  2670.             yield => ($this->privates['Adeliom\\EasyFieldsBundle\\Form\\Extension\\CollectionTypeExtension'] ?? ($this->privates['Adeliom\\EasyFieldsBundle\\Form\\Extension\\CollectionTypeExtension'] = new \Adeliom\EasyFieldsBundle\Form\Extension\CollectionTypeExtension()));
  2671.         }, 2), 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => new RewindableGenerator(function () {
  2672.             yield => ($this->privates['Adeliom\\EasyFieldsBundle\\Form\\Extension\\EntityTypeExtension'] ?? $this->load('getEntityTypeExtensionService'));
  2673.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType' => new RewindableGenerator(function () {
  2674.             yield => ($this->privates['Adeliom\\EasyFieldsBundle\\Form\\Extension\\EntityTypeExtension'] ?? $this->load('getEntityTypeExtensionService'));
  2675.         }, 1)], new RewindableGenerator(function () {
  2676.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  2677.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  2678.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  2679.     }
  2680.     /**
  2681.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2682.      *
  2683.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2684.      */
  2685.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2686.     {
  2687.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  2688.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2689.     }
  2690.     /**
  2691.      * Gets the private 'fos_user.util.password_updater' shared service.
  2692.      *
  2693.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  2694.      */
  2695.     protected function getFosUser_Util_PasswordUpdaterService()
  2696.     {
  2697.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  2698.     }
  2699.     /**
  2700.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2701.      *
  2702.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2703.      */
  2704.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2705.     {
  2706.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2707.     }
  2708.     /**
  2709.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2710.      *
  2711.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2712.      */
  2713.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2714.     {
  2715.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2716.     }
  2717.     /**
  2718.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2719.      *
  2720.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2721.      */
  2722.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2723.     {
  2724.         return $this->privates['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'defaultPageLimit' => NULL]);
  2725.     }
  2726.     /**
  2727.      * Gets the private 'locale_aware_listener' shared service.
  2728.      *
  2729.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2730.      */
  2731.     protected function getLocaleAwareListenerService()
  2732.     {
  2733.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2734.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2735.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2736.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2737.     }
  2738.     /**
  2739.      * Gets the private 'locale_listener' shared service.
  2740.      *
  2741.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2742.      */
  2743.     protected function getLocaleListenerService()
  2744.     {
  2745.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2746.     }
  2747.     /**
  2748.      * Gets the private 'monolog.handler.console' shared service.
  2749.      *
  2750.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2751.      */
  2752.     protected function getMonolog_Handler_ConsoleService()
  2753.     {
  2754.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2755.     }
  2756.     /**
  2757.      * Gets the private 'monolog.handler.error' shared service.
  2758.      *
  2759.      * @return \Monolog\Handler\StreamHandler
  2760.      */
  2761.     protected function getMonolog_Handler_ErrorService()
  2762.     {
  2763.         $this->privates['monolog.handler.error'] = $instance = new \Monolog\Handler\StreamHandler('php://stderr'400trueNULLfalse);
  2764.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2765.         $instance->setFormatter(new \Monolog\Formatter\LineFormatter('[%datetime%] %channel%.%level_name% - %message% %context%'."\n".'''Y-m-d H:i:s'truetrue));
  2766.         return $instance;
  2767.     }
  2768.     /**
  2769.      * Gets the private 'monolog.handler.main' shared service.
  2770.      *
  2771.      * @return \Monolog\Handler\StreamHandler
  2772.      */
  2773.     protected function getMonolog_Handler_MainService()
  2774.     {
  2775.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2776.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2777.         return $instance;
  2778.     }
  2779.     /**
  2780.      * Gets the private 'monolog.logger.cache' shared service.
  2781.      *
  2782.      * @return \Symfony\Bridge\Monolog\Logger
  2783.      */
  2784.     protected function getMonolog_Logger_CacheService()
  2785.     {
  2786.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2787.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2788.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2789.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2790.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  2791.         $instance->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\CliStreamHandler'] ?? $this->getCliStreamHandlerService()));
  2792.         $instance->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\WebStreamHandler'] ?? $this->getWebStreamHandlerService()));
  2793.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2794.         return $instance;
  2795.     }
  2796.     /**
  2797.      * Gets the private 'monolog.logger.request' shared service.
  2798.      *
  2799.      * @return \Symfony\Bridge\Monolog\Logger
  2800.      */
  2801.     protected function getMonolog_Logger_RequestService()
  2802.     {
  2803.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2804.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2805.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2806.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2807.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  2808.         $instance->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\CliStreamHandler'] ?? $this->getCliStreamHandlerService()));
  2809.         $instance->pushHandler(($this->privates['FMT\\Infrastructure\\Service\\Monolog\\WebStreamHandler'] ?? $this->getWebStreamHandlerService()));
  2810.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2811.         return $instance;
  2812.     }
  2813.     /**
  2814.      * Gets the private 'parameter_bag' shared service.
  2815.      *
  2816.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2817.      */
  2818.     protected function getParameterBagService()
  2819.     {
  2820.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2821.     }
  2822.     /**
  2823.      * Gets the private 'profiler_listener' shared service.
  2824.      *
  2825.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2826.      */
  2827.     protected function getProfilerListenerService()
  2828.     {
  2829.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2830.     }
  2831.     /**
  2832.      * Gets the private 'property_info' shared service.
  2833.      *
  2834.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2835.      */
  2836.     protected function getPropertyInfoService()
  2837.     {
  2838.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2839.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2840.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2841.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2842.         }, 3), new RewindableGenerator(function () {
  2843.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2844.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2845.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2846.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2847.         }, 4), new RewindableGenerator(function () {
  2848.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2849.         }, 1), new RewindableGenerator(function () {
  2850.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2851.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2852.         }, 2), new RewindableGenerator(function () {
  2853.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2854.         }, 1));
  2855.     }
  2856.     /**
  2857.      * Gets the private 'router.expression_language_provider' shared service.
  2858.      *
  2859.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2860.      */
  2861.     protected function getRouter_ExpressionLanguageProviderService()
  2862.     {
  2863.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2864.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2865.         ], [
  2866.             'env' => 'Closure',
  2867.         ]));
  2868.     }
  2869.     /**
  2870.      * Gets the private 'router.request_context' shared service.
  2871.      *
  2872.      * @return \Symfony\Component\Routing\RequestContext
  2873.      */
  2874.     protected function getRouter_RequestContextService()
  2875.     {
  2876.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2877.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2878.         return $instance;
  2879.     }
  2880.     /**
  2881.      * Gets the private 'router_listener' shared service.
  2882.      *
  2883.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2884.      */
  2885.     protected function getRouterListenerService()
  2886.     {
  2887.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2888.     }
  2889.     /**
  2890.      * Gets the private 'security.csrf.token_storage' shared service.
  2891.      *
  2892.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2893.      */
  2894.     protected function getSecurity_Csrf_TokenStorageService()
  2895.     {
  2896.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2897.     }
  2898.     /**
  2899.      * Gets the private 'security.firewall.map' shared service.
  2900.      *
  2901.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2902.      */
  2903.     protected function getSecurity_Firewall_MapService()
  2904.     {
  2905.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  2906.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  2907.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2908.         }, 2));
  2909.     }
  2910.     /**
  2911.      * Gets the private 'security.helper' shared service.
  2912.      *
  2913.      * @return \Symfony\Component\Security\Core\Security
  2914.      */
  2915.     protected function getSecurity_HelperService()
  2916.     {
  2917.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2918.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2919.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2920.         ], [
  2921.             'security.authorization_checker' => '?',
  2922.             'security.token_storage' => '?',
  2923.         ]));
  2924.     }
  2925.     /**
  2926.      * Gets the private 'security.logout_url_generator' shared service.
  2927.      *
  2928.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2929.      */
  2930.     protected function getSecurity_LogoutUrlGeneratorService()
  2931.     {
  2932.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2933.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2934.         return $instance;
  2935.     }
  2936.     /**
  2937.      * Gets the private 'security.password_hasher_factory' shared service.
  2938.      *
  2939.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  2940.      */
  2941.     protected function getSecurity_PasswordHasherFactoryService()
  2942.     {
  2943.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  2944.     }
  2945.     /**
  2946.      * Gets the private 'security.role_hierarchy' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2949.      */
  2950.     protected function getSecurity_RoleHierarchyService()
  2951.     {
  2952.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2953.     }
  2954.     /**
  2955.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2956.      *
  2957.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2958.      */
  2959.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2960.     {
  2961.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2962.     }
  2963.     /**
  2964.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2965.      *
  2966.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2967.      */
  2968.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2969.     {
  2970.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2971.         $a->add(new \FMT\Application\ParamConverter\DonatableStudentParamConverter(($this->privates['FMT\\Domain\\Service\\Manager\\UserManager'] ?? $this->getUserManagerService())), 0NULL);
  2972.         $a->add(new \FMT\Application\ParamConverter\EnabledUserConverter(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), 0NULL);
  2973.         $a->add(new \FMT\Application\ParamConverter\ThanksTransactionConverter(($this->privates['FMT\\Data\\Repository\\UserTransactionRepository'] ?? $this->getUserTransactionRepositoryService())), 0NULL);
  2974.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2975.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2976.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2977.     }
  2978.     /**
  2979.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2980.      *
  2981.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2982.      */
  2983.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2984.     {
  2985.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['fmt.logger'] ?? $this->getFmt_LoggerService()));
  2986.     }
  2987.     /**
  2988.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2989.      *
  2990.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2991.      */
  2992.     protected function getSensioFrameworkExtra_View_ListenerService()
  2993.     {
  2994.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  2995.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2996.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2997.         ], [
  2998.             'twig' => '?',
  2999.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3000.         return $instance;
  3001.     }
  3002.     /**
  3003.      * Gets the private 'session.factory' shared service.
  3004.      *
  3005.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3006.      */
  3007.     protected function getSession_FactoryService()
  3008.     {
  3009.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  3010.     }
  3011.     /**
  3012.      * Gets the private 'session_listener' shared service.
  3013.      *
  3014.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3015.      */
  3016.     protected function getSessionListenerService()
  3017.     {
  3018.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3019.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3020.             'logger' => ['services''fmt.logger''getFmt_LoggerService'false],
  3021.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3022.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3023.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3024.         ], [
  3025.             'initialized_session' => '?',
  3026.             'logger' => '?',
  3027.             'session' => '?',
  3028.             'session_collector' => '?',
  3029.             'session_factory' => '?',
  3030.         ]), true$this->parameters['session.storage.options']);
  3031.     }
  3032.     /**
  3033.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  3034.      *
  3035.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  3036.      */
  3037.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  3038.     {
  3039.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  3040.     }
  3041.     /**
  3042.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  3043.      *
  3044.      * @return \FMT\Domain\Listener\LoggableListener
  3045.      */
  3046.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  3047.     {
  3048.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \FMT\Domain\Listener\LoggableListener();
  3049.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3050.         return $instance;
  3051.     }
  3052.     /**
  3053.      * Gets the private 'translator.default' shared service.
  3054.      *
  3055.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3056.      */
  3057.     protected function getTranslator_DefaultService()
  3058.     {
  3059.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3060.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3061.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3062.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3063.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3064.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3065.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3066.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3067.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3068.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3069.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3070.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3071.         ], [
  3072.             'translation.loader.csv' => '?',
  3073.             'translation.loader.dat' => '?',
  3074.             'translation.loader.ini' => '?',
  3075.             'translation.loader.json' => '?',
  3076.             'translation.loader.mo' => '?',
  3077.             'translation.loader.php' => '?',
  3078.             'translation.loader.po' => '?',
  3079.             'translation.loader.qt' => '?',
  3080.             'translation.loader.res' => '?',
  3081.             'translation.loader.xliff' => '?',
  3082.             'translation.loader.yml' => '?',
  3083.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['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->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/agence-adeliom/easy-fields-bundle/src/Resources/translations/EasyFieldsBundle.en.yml'), => (\dirname(__DIR__4).'/translations/EasyAdminBundle.en.yml'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.en.yml'), 10 => (\dirname(__DIR__4).'/translations/messages.en.yml'), 11 => (\dirname(__DIR__4).'/translations/validators.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/agence-adeliom/easy-fields-bundle/src/Resources/translations/EasyFieldsBundle.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/agence-adeliom/easy-fields-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/agence-adeliom/easy-fields-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/symfony/debug-bundle/translations'12 => 'vendor/symfony/twig-bundle/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/twig/extra-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/symfony/monolog-bundle/translations'17 => 'vendor/symfony/maker-bundle/src/translations'18 => 'vendor/sensio/framework-extra-bundle/src/translations'19 => 'vendor/aws/aws-sdk-php-symfony/src/translations'20 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'21 => 'vendor/symfony/swiftmailer-bundle/translations'22 => 'vendor/stof/doctrine-extensions-bundle/src/translations'23 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  3084.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3085.         $instance->setFallbackLocales([=> 'en']);
  3086.         return $instance;
  3087.     }
  3088.     /**
  3089.      * Gets the private 'validator.builder' shared service.
  3090.      *
  3091.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3092.      */
  3093.     protected function getValidator_BuilderService()
  3094.     {
  3095.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3096.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3097.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3098.             'FMT\\Application\\Validator\\Constraints\\AdminPasswordValidator' => ['privates''FMT\\Application\\Validator\\Constraints\\AdminPasswordValidator''getAdminPasswordValidatorService'true],
  3099.             'FMT\\Application\\Validator\\Constraints\\CollegeEmailValidator' => ['privates''FMT\\Application\\Validator\\Constraints\\CollegeEmailValidator''getCollegeEmailValidatorService'true],
  3100.             'FMT\\Application\\Validator\\Constraints\\FmtEmailValidator' => ['privates''FMT\\Application\\Validator\\Constraints\\FmtEmailValidator''getFmtEmailValidatorService'true],
  3101.             'FMT\\Application\\Validator\\Constraints\\FmtPasswordValidator' => ['privates''FMT\\Application\\Validator\\Constraints\\FmtPasswordValidator''getFmtPasswordValidatorService'true],
  3102.             'FMT\\Application\\Validator\\Constraints\\UserSchoolValidator' => ['privates''FMT\\Application\\Validator\\Constraints\\UserSchoolValidator''getUserSchoolValidatorService'true],
  3103.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3104.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3105.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3106.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3107.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3108.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3109.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3110.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3111.         ], [
  3112.             'FMT\\Application\\Validator\\Constraints\\AdminPasswordValidator' => '?',
  3113.             'FMT\\Application\\Validator\\Constraints\\CollegeEmailValidator' => '?',
  3114.             'FMT\\Application\\Validator\\Constraints\\FmtEmailValidator' => '?',
  3115.             'FMT\\Application\\Validator\\Constraints\\FmtPasswordValidator' => '?',
  3116.             'FMT\\Application\\Validator\\Constraints\\UserSchoolValidator' => '?',
  3117.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3118.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3119.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3120.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3121.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3122.             'doctrine.orm.validator.unique' => '?',
  3123.             'security.validator.user_password' => '?',
  3124.             'validator.expression' => '?',
  3125.         ])));
  3126.         if ($this->has('translator')) {
  3127.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3128.         }
  3129.         $instance->setTranslationDomain('validators');
  3130.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  3131.         $instance->enableAnnotationMapping(true);
  3132.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3133.         $instance->addMethodMapping('loadValidatorMetadata');
  3134.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  3135.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3136.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3137.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  3138.         return $instance;
  3139.     }
  3140.     /**
  3141.      * Gets the private 'var_dumper.html_dumper' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3144.      */
  3145.     protected function getVarDumper_HtmlDumperService()
  3146.     {
  3147.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3148.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3149.         return $instance;
  3150.     }
  3151.     /**
  3152.      * Gets the private 'var_dumper.server_connection' shared service.
  3153.      *
  3154.      * @return \Symfony\Component\VarDumper\Server\Connection
  3155.      */
  3156.     protected function getVarDumper_ServerConnectionService()
  3157.     {
  3158.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  3159.     }
  3160.     /**
  3161.      * Gets the private 'web_profiler.csp.handler' shared service.
  3162.      *
  3163.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3164.      */
  3165.     protected function getWebProfiler_Csp_HandlerService()
  3166.     {
  3167.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3168.     }
  3169.     /**
  3170.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3171.      *
  3172.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3173.      */
  3174.     protected function getWebProfiler_DebugToolbarService()
  3175.     {
  3176.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3177.     }
  3178.     /**
  3179.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3180.      *
  3181.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3182.      */
  3183.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  3184.     {
  3185.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3186.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  3187.         ], [
  3188.             '_default' => '?',
  3189.         ]), '_default');
  3190.     }
  3191.     /**
  3192.      * Gets the public 'cache_clearer' alias.
  3193.      *
  3194.      * @return object The ".container.private.cache_clearer" service.
  3195.      */
  3196.     protected function getCacheClearerService()
  3197.     {
  3198.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3199.         return $this->get('.container.private.cache_clearer');
  3200.     }
  3201.     /**
  3202.      * Gets the public 'filesystem' alias.
  3203.      *
  3204.      * @return object The ".container.private.filesystem" service.
  3205.      */
  3206.     protected function getFilesystemService()
  3207.     {
  3208.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3209.         return $this->get('.container.private.filesystem');
  3210.     }
  3211.     /**
  3212.      * Gets the public 'serializer' alias.
  3213.      *
  3214.      * @return object The ".container.private.serializer" service.
  3215.      */
  3216.     protected function getSerializerService()
  3217.     {
  3218.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3219.         return $this->get('.container.private.serializer');
  3220.     }
  3221.     /**
  3222.      * Gets the public 'security.csrf.token_manager' alias.
  3223.      *
  3224.      * @return object The ".container.private.security.csrf.token_manager" service.
  3225.      */
  3226.     protected function getSecurity_Csrf_TokenManagerService()
  3227.     {
  3228.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3229.         return $this->get('.container.private.security.csrf.token_manager');
  3230.     }
  3231.     /**
  3232.      * Gets the public 'form.factory' alias.
  3233.      *
  3234.      * @return object The ".container.private.form.factory" service.
  3235.      */
  3236.     protected function getForm_FactoryService()
  3237.     {
  3238.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3239.         return $this->get('.container.private.form.factory');
  3240.     }
  3241.     /**
  3242.      * Gets the public 'form.type.file' alias.
  3243.      *
  3244.      * @return object The ".container.private.form.type.file" service.
  3245.      */
  3246.     protected function getForm_Type_FileService()
  3247.     {
  3248.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3249.         return $this->get('.container.private.form.type.file');
  3250.     }
  3251.     /**
  3252.      * Gets the public 'profiler' alias.
  3253.      *
  3254.      * @return object The ".container.private.profiler" service.
  3255.      */
  3256.     protected function getProfilerService()
  3257.     {
  3258.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3259.         return $this->get('.container.private.profiler');
  3260.     }
  3261.     /**
  3262.      * Gets the public 'twig' alias.
  3263.      *
  3264.      * @return object The ".container.private.twig" service.
  3265.      */
  3266.     protected function getTwigService()
  3267.     {
  3268.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3269.         return $this->get('.container.private.twig');
  3270.     }
  3271.     /**
  3272.      * Gets the public 'security.authorization_checker' alias.
  3273.      *
  3274.      * @return object The ".container.private.security.authorization_checker" service.
  3275.      */
  3276.     protected function getSecurity_AuthorizationCheckerService()
  3277.     {
  3278.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3279.         return $this->get('.container.private.security.authorization_checker');
  3280.     }
  3281.     /**
  3282.      * Gets the public 'security.token_storage' alias.
  3283.      *
  3284.      * @return object The ".container.private.security.token_storage" service.
  3285.      */
  3286.     protected function getSecurity_TokenStorageService()
  3287.     {
  3288.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3289.         return $this->get('.container.private.security.token_storage');
  3290.     }
  3291.     /**
  3292.      * Gets the public 'security.password_encoder' alias.
  3293.      *
  3294.      * @return object The ".container.private.security.password_encoder" service.
  3295.      */
  3296.     protected function getSecurity_PasswordEncoderService()
  3297.     {
  3298.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3299.         return $this->get('.container.private.security.password_encoder');
  3300.     }
  3301.     /**
  3302.      * Gets the public 'session' alias.
  3303.      *
  3304.      * @return object The ".container.private.session" service.
  3305.      */
  3306.     protected function getSessionService()
  3307.     {
  3308.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3309.         return $this->get('.container.private.session');
  3310.     }
  3311.     /**
  3312.      * Gets the public 'validator' alias.
  3313.      *
  3314.      * @return object The ".container.private.validator" service.
  3315.      */
  3316.     protected function getValidatorService()
  3317.     {
  3318.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3319.         return $this->get('.container.private.validator');
  3320.     }
  3321.     /**
  3322.      * @return array|bool|float|int|string|\UnitEnum|null
  3323.      */
  3324.     public function getParameter(string $name)
  3325.     {
  3326.         if (isset($this->buildParameters[$name])) {
  3327.             return $this->buildParameters[$name];
  3328.         }
  3329.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3330.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3331.         }
  3332.         if (isset($this->loadedDynamicParameters[$name])) {
  3333.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3334.         }
  3335.         return $this->parameters[$name];
  3336.     }
  3337.     public function hasParameter(string $name): bool
  3338.     {
  3339.         if (isset($this->buildParameters[$name])) {
  3340.             return true;
  3341.         }
  3342.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3343.     }
  3344.     public function setParameter(string $name$value): void
  3345.     {
  3346.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3347.     }
  3348.     public function getParameterBag(): ParameterBagInterface
  3349.     {
  3350.         if (null === $this->parameterBag) {
  3351.             $parameters $this->parameters;
  3352.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3353.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3354.             }
  3355.             foreach ($this->buildParameters as $name => $value) {
  3356.                 $parameters[$name] = $value;
  3357.             }
  3358.             $this->parameterBag = new FrozenParameterBag($parameters);
  3359.         }
  3360.         return $this->parameterBag;
  3361.     }
  3362.     private $loadedDynamicParameters = [
  3363.         'kernel.runtime_environment' => false,
  3364.         'kernel.build_dir' => false,
  3365.         'kernel.cache_dir' => false,
  3366.         'is_prod' => false,
  3367.         'build_number' => false,
  3368.         'domain_name' => false,
  3369.         'mailer_transport' => false,
  3370.         'mailer_host' => false,
  3371.         'mailer_port' => false,
  3372.         'mailer_user' => false,
  3373.         'mailer_password' => false,
  3374.         'sender_address' => false,
  3375.         'sender_name' => false,
  3376.         'secret' => false,
  3377.         'node_bin' => false,
  3378.         'node_paths' => false,
  3379.         'npm_bin' => false,
  3380.         'marketing_app_url' => false,
  3381.         'local_app_url' => false,
  3382.         'base_menu__help' => false,
  3383.         'base_menu__about' => false,
  3384.         'base_menu__privacy' => false,
  3385.         'base_menu__how_works' => false,
  3386.         'base_menu__terms' => false,
  3387.         'base_menu__fees' => false,
  3388.         'base_menu__partner' => false,
  3389.         'base_menu__returns' => false,
  3390.         'calculate_fmt_fee_percent' => false,
  3391.         'calculate_stripe_fee_percent' => false,
  3392.         'calculate_stripe_fee_static' => false,
  3393.         'nebook_endpoint' => false,
  3394.         'nebook_wsdl' => false,
  3395.         'nebook_xmlns' => false,
  3396.         'nebook_bookstore_id' => false,
  3397.         'nebook_user' => false,
  3398.         'nebook_password' => false,
  3399.         'nebook_cache_lifetime' => false,
  3400.         'nebook_test_mode' => false,
  3401.         'nebook_default_shipping_id' => false,
  3402.         'stripe_public_key' => false,
  3403.         'stripe_secret_key' => false,
  3404.         'stripe_live_mode' => false,
  3405.         'stripe_webhook_signature' => false,
  3406.         'plaid_client_id' => false,
  3407.         'plaid_client_secret' => false,
  3408.         'plaid_environment' => false,
  3409.         'avatar_storage' => false,
  3410.         's3_key' => false,
  3411.         's3_secret' => false,
  3412.         'aws_region' => false,
  3413.         'aws_key' => false,
  3414.         'aws_secret' => false,
  3415.         'google_analytics_id' => false,
  3416.         'social_facebook_link' => false,
  3417.         'social_twitter_link' => false,
  3418.         'social_linkedin_link' => false,
  3419.         'social_instagram_link' => false,
  3420.         'dwolla_endpoint' => false,
  3421.         'dwolla_client_id' => false,
  3422.         'dwolla_client_key' => false,
  3423.         'fmt.payments.dwolla.webhooks_token' => false,
  3424.         'dwolla_webhooks_endpoint' => false,
  3425.         'dwolla_fmt_funding_source' => false,
  3426.         'dwolla_bookstore_email' => false,
  3427.         'dwolla_bookstore_customer_first_name' => false,
  3428.         'dwolla_bookstore_customer_last_name' => false,
  3429.         'dwolla_bookstore_customer_email' => false,
  3430.         'dwolla_bookstore_customer_business_name' => false,
  3431.         'dwolla_bookstore_customer_ip_address' => false,
  3432.         'dwolla_bookstore_customer_correlation_id' => false,
  3433.         'dwolla_bookstore_funding_source_name' => false,
  3434.         'dwolla_bookstore_funding_source_routing_number' => false,
  3435.         'dwolla_bookstore_funding_source_account_number' => false,
  3436.         'base_menu' => false,
  3437.         'nebook_options' => false,
  3438.         'lambda_function_local_options' => false,
  3439.         'lambda_functions' => false,
  3440.         'kernel.secret' => false,
  3441.         'debug.container.dump' => false,
  3442.         'serializer.mapping.cache.file' => false,
  3443.         'session.save_path' => false,
  3444.         'validator.mapping.cache.file' => false,
  3445.         'profiler.storage.dsn' => false,
  3446.         'doctrine.orm.proxy_dir' => false,
  3447.         'fos_user.registration.confirmation.from_email' => false,
  3448.         'fos_user.resetting.email.from_email' => false,
  3449.     ];
  3450.     private $dynamicParameters = [];
  3451.     private function getDynamicParameter(string $name)
  3452.     {
  3453.         switch ($name) {
  3454.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3455.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3456.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3457.             case 'is_prod'$value $this->getEnv('bool:is_prod'); break;
  3458.             case 'build_number'$value $this->getEnv('BUILD_NUMBER'); break;
  3459.             case 'domain_name'$value $this->getEnv('domain'); break;
  3460.             case 'mailer_transport'$value $this->getEnv('mailer_transport'); break;
  3461.             case 'mailer_host'$value $this->getEnv('mailer_host'); break;
  3462.             case 'mailer_port'$value $this->getEnv('mailer_port'); break;
  3463.             case 'mailer_user'$value $this->getEnv('mailer_user'); break;
  3464.             case 'mailer_password'$value $this->getEnv('mailer_password'); break;
  3465.             case 'sender_address'$value $this->getEnv('sender_email'); break;
  3466.             case 'sender_name'$value $this->getEnv('sender_name'); break;
  3467.             case 'secret'$value $this->getEnv('csrf_secret'); break;
  3468.             case 'node_bin'$value $this->getEnv('node_bin'); break;
  3469.             case 'node_paths'$value $this->getEnv('node_path'); break;
  3470.             case 'npm_bin'$value $this->getEnv('npm_bin'); break;
  3471.             case 'marketing_app_url'$value $this->getEnv('marketing_app_url'); break;
  3472.             case 'local_app_url'$value $this->getEnv('local_app_url'); break;
  3473.             case 'base_menu__help'$value $this->getEnv('base_menu__help'); break;
  3474.             case 'base_menu__about'$value $this->getEnv('base_menu__about'); break;
  3475.             case 'base_menu__privacy'$value $this->getEnv('base_menu__privacy'); break;
  3476.             case 'base_menu__how_works'$value $this->getEnv('base_menu__how_works'); break;
  3477.             case 'base_menu__terms'$value $this->getEnv('base_menu__terms'); break;
  3478.             case 'base_menu__fees'$value $this->getEnv('base_menu__fees'); break;
  3479.             case 'base_menu__partner'$value $this->getEnv('base_menu__partner'); break;
  3480.             case 'base_menu__returns'$value $this->getEnv('base_menu__returns'); break;
  3481.             case 'calculate_fmt_fee_percent'$value $this->getEnv('calculate_fmt_fee_percent'); break;
  3482.             case 'calculate_stripe_fee_percent'$value $this->getEnv('calculate_stripe_fee_percent'); break;
  3483.             case 'calculate_stripe_fee_static'$value $this->getEnv('calculate_stripe_fee_static'); break;
  3484.             case 'nebook_endpoint'$value $this->getEnv('nebook_endpoint'); break;
  3485.             case 'nebook_wsdl'$value $this->getEnv('nebook_wsdl'); break;
  3486.             case 'nebook_xmlns'$value $this->getEnv('nebook_xmlns'); break;
  3487.             case 'nebook_bookstore_id'$value $this->getEnv('nebook_bookstore_id'); break;
  3488.             case 'nebook_user'$value $this->getEnv('nebook_user'); break;
  3489.             case 'nebook_password'$value $this->getEnv('nebook_password'); break;
  3490.             case 'nebook_cache_lifetime'$value $this->getEnv('nebook_cache_lifetime'); break;
  3491.             case 'nebook_test_mode'$value $this->getEnv('nebook_test_mode'); break;
  3492.             case 'nebook_default_shipping_id'$value $this->getEnv('nebook_default_shipping_id'); break;
  3493.             case 'stripe_public_key'$value $this->getEnv('stripe_public_key'); break;
  3494.             case 'stripe_secret_key'$value $this->getEnv('stripe_secret_key'); break;
  3495.             case 'stripe_live_mode'$value $this->getEnv('stripe_live_mode'); break;
  3496.             case 'stripe_webhook_signature'$value $this->getEnv('stripe_webhook_signature'); break;
  3497.             case 'plaid_client_id'$value $this->getEnv('plaid_client_id'); break;
  3498.             case 'plaid_client_secret'$value $this->getEnv('plaid_client_secret'); break;
  3499.             case 'plaid_environment'$value $this->getEnv('plaid_environment'); break;
  3500.             case 'avatar_storage'$value $this->getEnv('avatar_storage'); break;
  3501.             case 's3_key'$value $this->getEnv('s3_key'); break;
  3502.             case 's3_secret'$value $this->getEnv('s3_secret'); break;
  3503.             case 'aws_region'$value $this->getEnv('aws_region'); break;
  3504.             case 'aws_key'$value $this->getEnv('aws_key'); break;
  3505.             case 'aws_secret'$value $this->getEnv('aws_secret'); break;
  3506.             case 'google_analytics_id'$value $this->getEnv('google_analytics_id'); break;
  3507.             case 'social_facebook_link'$value $this->getEnv('social_facebook_link'); break;
  3508.             case 'social_twitter_link'$value $this->getEnv('social_twitter_link'); break;
  3509.             case 'social_linkedin_link'$value $this->getEnv('social_linkedin_link'); break;
  3510.             case 'social_instagram_link'$value $this->getEnv('social_instagram_link'); break;
  3511.             case 'dwolla_endpoint'$value $this->getEnv('dwolla_endpoint'); break;
  3512.             case 'dwolla_client_id'$value $this->getEnv('dwolla_client_id'); break;
  3513.             case 'dwolla_client_key'$value $this->getEnv('dwolla_client_key'); break;
  3514.             case 'fmt.payments.dwolla.webhooks_token'$value $this->getEnv('dwolla_webhooks_token'); break;
  3515.             case 'dwolla_webhooks_endpoint'$value $this->getEnv('dwolla_webhooks_endpoint'); break;
  3516.             case 'dwolla_fmt_funding_source'$value $this->getEnv('dwolla_fmt_funding_source'); break;
  3517.             case 'dwolla_bookstore_email'$value $this->getEnv('dwolla_bookstore_email'); break;
  3518.             case 'dwolla_bookstore_customer_first_name'$value $this->getEnv('dwolla_bookstore_customer_first_name'); break;
  3519.             case 'dwolla_bookstore_customer_last_name'$value $this->getEnv('dwolla_bookstore_customer_last_name'); break;
  3520.             case 'dwolla_bookstore_customer_email'$value $this->getEnv('dwolla_bookstore_customer_email'); break;
  3521.             case 'dwolla_bookstore_customer_business_name'$value $this->getEnv('dwolla_bookstore_customer_business_name'); break;
  3522.             case 'dwolla_bookstore_customer_ip_address'$value $this->getEnv('dwolla_bookstore_customer_ip_address'); break;
  3523.             case 'dwolla_bookstore_customer_correlation_id'$value $this->getEnv('dwolla_bookstore_customer_correlation_id'); break;
  3524.             case 'dwolla_bookstore_funding_source_name'$value $this->getEnv('dwolla_bookstore_funding_source_name'); break;
  3525.             case 'dwolla_bookstore_funding_source_routing_number'$value $this->getEnv('dwolla_bookstore_funding_source_routing_number'); break;
  3526.             case 'dwolla_bookstore_funding_source_account_number'$value $this->getEnv('dwolla_bookstore_funding_source_account_number'); break;
  3527.             case 'base_menu'$value = [
  3528.                 'help' => $this->getEnv('base_menu__help'),
  3529.                 'about' => $this->getEnv('base_menu__about'),
  3530.                 'privacy' => $this->getEnv('base_menu__privacy'),
  3531.                 'how_works' => $this->getEnv('base_menu__how_works'),
  3532.                 'terms' => $this->getEnv('base_menu__terms'),
  3533.                 'fees' => $this->getEnv('base_menu__fees'),
  3534.                 'partner' => $this->getEnv('base_menu__partner'),
  3535.                 'returns' => $this->getEnv('base_menu__returns'),
  3536.             ]; break;
  3537.             case 'nebook_options'$value = [
  3538.                 'endpoint' => $this->getEnv('nebook_endpoint'),
  3539.                 'wsdl' => $this->getEnv('nebook_wsdl'),
  3540.                 'xmlns' => $this->getEnv('nebook_xmlns'),
  3541.                 'username' => $this->getEnv('nebook_user'),
  3542.                 'password' => $this->getEnv('nebook_password'),
  3543.                 'timeout' => 15,
  3544.             ]; break;
  3545.             case 'lambda_function_local_options'$value = [
  3546.                 'nodeBinary' => $this->getEnv('node_bin'),
  3547.                 'lambdaDir' => (\dirname(__DIR__4).'/src/FMT/Infrastructure/Resources/aws_lambda'),
  3548.             ]; break;
  3549.             case 'lambda_functions'$value = [
  3550.                 'submitCart' => [
  3551.                     'environmentVariables' => [
  3552.                         'NEBOOK_ENDPOINT' => $this->getEnv('nebook_endpoint'),
  3553.                         'NEBOOK_BOOKSTORE_ID' => $this->getEnv('nebook_bookstore_id'),
  3554.                         'NEBOOK_USER' => $this->getEnv('nebook_user'),
  3555.                         'NEBOOK_PASSWORD' => $this->getEnv('nebook_password'),
  3556.                         'NEBOOK_TENDER_ID' => '70',
  3557.                         'NEBOOK_TENDER_ACCOUNT_NUMBER' => '44620300000000004917610000000000003',
  3558.                         'NEBOOK_BILLING_ADDRESS_1' => 'Some st., 1524-12',
  3559.                         'NEBOOK_BILLING_ADDRESS_2' => '',
  3560.                         'NEBOOK_BILLING_ADDRESS_CITY' => 'Some city',
  3561.                         'NEBOOK_BILLING_COUNTRY' => 'US',
  3562.                         'NEBOOK_BILLING_PHONE' => '4011111111',
  3563.                         'NEBOOK_BILLING_STATE' => 'NE',
  3564.                         'NEBOOK_BILLING_ZIP' => '12345',
  3565.                         'NEBOOK_BILLING_FIRST_NAME' => 'Test Name',
  3566.                         'NEBOOK_BILLING_LAST_NAME' => 'Test Last Name',
  3567.                     ],
  3568.                 ],
  3569.             ]; break;
  3570.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3571.             case 'debug.container.dump'$value = ($this->targetDir.''.'/FMT_KernelDevDebugContainer.xml'); break;
  3572.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3573.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3574.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3575.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3576.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3577.             case 'fos_user.registration.confirmation.from_email'$value = [
  3578.                 $this->getEnv('sender_email') => $this->getEnv('sender_name'),
  3579.             ]; break;
  3580.             case 'fos_user.resetting.email.from_email'$value = [
  3581.                 $this->getEnv('sender_email') => $this->getEnv('sender_name'),
  3582.             ]; break;
  3583.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3584.         }
  3585.         $this->loadedDynamicParameters[$name] = true;
  3586.         return $this->dynamicParameters[$name] = $value;
  3587.     }
  3588.     protected function getDefaultParameters(): array
  3589.     {
  3590.         return [
  3591.             'kernel.project_dir' => \dirname(__DIR__4),
  3592.             'kernel.environment' => 'dev',
  3593.             'kernel.debug' => true,
  3594.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3595.             'kernel.bundles' => [
  3596.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3597.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3598.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3599.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3600.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3601.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3602.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3603.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3604.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3605.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3606.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3607.                 'AwsBundle' => 'Aws\\Symfony\\AwsBundle',
  3608.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  3609.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3610.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  3611.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3612.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3613.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3614.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  3615.                 'EasyFieldsBundle' => 'Adeliom\\EasyFieldsBundle\\EasyFieldsBundle',
  3616.             ],
  3617.             'kernel.bundles_metadata' => [
  3618.                 'FrameworkBundle' => [
  3619.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3620.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3621.                 ],
  3622.                 'DoctrineBundle' => [
  3623.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3624.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3625.                 ],
  3626.                 'DoctrineMigrationsBundle' => [
  3627.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3628.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3629.                 ],
  3630.                 'DebugBundle' => [
  3631.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3632.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3633.                 ],
  3634.                 'TwigBundle' => [
  3635.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3636.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3637.                 ],
  3638.                 'WebProfilerBundle' => [
  3639.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3640.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3641.                 ],
  3642.                 'TwigExtraBundle' => [
  3643.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3644.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3645.                 ],
  3646.                 'SecurityBundle' => [
  3647.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3648.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3649.                 ],
  3650.                 'MonologBundle' => [
  3651.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3652.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3653.                 ],
  3654.                 'MakerBundle' => [
  3655.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3656.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3657.                 ],
  3658.                 'SensioFrameworkExtraBundle' => [
  3659.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3660.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3661.                 ],
  3662.                 'AwsBundle' => [
  3663.                     'path' => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src'),
  3664.                     'namespace' => 'Aws\\Symfony',
  3665.                 ],
  3666.                 'FOSJsRoutingBundle' => [
  3667.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  3668.                     'namespace' => 'FOS\\JsRoutingBundle',
  3669.                 ],
  3670.                 'SwiftmailerBundle' => [
  3671.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3672.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3673.                 ],
  3674.                 'FOSUserBundle' => [
  3675.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  3676.                     'namespace' => 'FOS\\UserBundle',
  3677.                 ],
  3678.                 'StofDoctrineExtensionsBundle' => [
  3679.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3680.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3681.                 ],
  3682.                 'KnpPaginatorBundle' => [
  3683.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3684.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3685.                 ],
  3686.                 'WebpackEncoreBundle' => [
  3687.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3688.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3689.                 ],
  3690.                 'EasyAdminBundle' => [
  3691.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  3692.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3693.                 ],
  3694.                 'EasyFieldsBundle' => [
  3695.                     'path' => (\dirname(__DIR__4).'/vendor/agence-adeliom/easy-fields-bundle/src'),
  3696.                     'namespace' => 'Adeliom\\EasyFieldsBundle',
  3697.                 ],
  3698.             ],
  3699.             'kernel.charset' => 'UTF-8',
  3700.             'kernel.container_class' => 'FMT_KernelDevDebugContainer',
  3701.             'cache_server' => NULL,
  3702.             'cache_adapter' => 'filesystem',
  3703.             'lock_adapter' => 'flock',
  3704.             'fmt.payments.dwolla.webhooks_route' => '/payments/dwolla/webhooks',
  3705.             'fmt.payments.dwolla.webhooks_controller' => 'FMT\\Infrastructure\\Service\\Payments\\Dwolla\\Controller\\WebhooksController',
  3706.             'mapper' => [
  3707.                 'class' => 'FMT\\Infrastructure\\Service\\Mapper\\Mapper',
  3708.                 'namespaces' => [
  3709.                     => 'FMT\\Infrastructure\\Service\\Nebook\\RestApi\\Mapper\\',
  3710.                     => 'FMT\\Infrastructure\\Service\\Payments\\Dwolla\\Mapper\\',
  3711.                 ],
  3712.             ],
  3713.             'fmt.order.monitor.chunk_size' => 128,
  3714.             'fmt.order.returns.chunk_size' => 128,
  3715.             'fmt.order.returns.return_window' => '7 days',
  3716.             'bookstore_payment.pause' => '8 days',
  3717.             'bookstore_payment.send_date' => 'monday',
  3718.             'bookstore_payment.send_time' => '03:00',
  3719.             'bookstore_payment.send_timezone' => -7,
  3720.             'bookstore_payment.error_time' => '2 minutes',
  3721.             'us_state' => [
  3722.                 'AL' => 'Alabama',
  3723.                 'AK' => 'Alaska',
  3724.                 'AZ' => 'Arizona',
  3725.                 'AR' => 'Arkansas',
  3726.                 'CA' => 'California',
  3727.                 'CO' => 'Colorado',
  3728.                 'CT' => 'Connecticut',
  3729.                 'DE' => 'Delaware',
  3730.                 'DC' => 'District Of Columbia',
  3731.                 'FL' => 'Florida',
  3732.                 'GA' => 'Georgia',
  3733.                 'HI' => 'Hawaii',
  3734.                 'ID' => 'Idaho',
  3735.                 'IL' => 'Illinois',
  3736.                 'IN' => 'Indiana',
  3737.                 'IA' => 'Iowa',
  3738.                 'KS' => 'Kansas',
  3739.                 'KY' => 'Kentucky',
  3740.                 'LA' => 'Louisiana',
  3741.                 'ME' => 'Maine',
  3742.                 'MD' => 'Maryland',
  3743.                 'MA' => 'Massachusetts',
  3744.                 'MI' => 'Michigan',
  3745.                 'MN' => 'Minnesota',
  3746.                 'MS' => 'Mississippi',
  3747.                 'MO' => 'Missouri',
  3748.                 'MT' => 'Montana',
  3749.                 'NE' => 'Nebraska',
  3750.                 'NV' => 'Nevada',
  3751.                 'NH' => 'New Hampshire',
  3752.                 'NJ' => 'New Jersey',
  3753.                 'NM' => 'New Mexico',
  3754.                 'NY' => 'New York',
  3755.                 'NC' => 'North Carolina',
  3756.                 'ND' => 'North Dakota',
  3757.                 'OH' => 'Ohio',
  3758.                 'OK' => 'Oklahoma',
  3759.                 'OR' => 'Oregon',
  3760.                 'PA' => 'Pennsylvania',
  3761.                 'RI' => 'Rhode Island',
  3762.                 'SC' => 'South Carolina',
  3763.                 'SD' => 'South Dakota',
  3764.                 'TN' => 'Tennessee',
  3765.                 'TX' => 'Texas',
  3766.                 'UT' => 'Utah',
  3767.                 'VT' => 'Vermont',
  3768.                 'VA' => 'Virginia',
  3769.                 'WA' => 'Washington',
  3770.                 'WV' => 'West Virginia',
  3771.                 'WI' => 'Wisconsin',
  3772.                 'WY' => 'Wyoming',
  3773.             ],
  3774.             'locale' => 'en',
  3775.             'event_dispatcher.event_aliases' => [
  3776.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3777.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3778.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3779.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3780.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3781.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3782.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3783.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3784.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3785.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3786.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3787.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3788.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3789.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3790.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3791.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3792.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3793.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3794.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3795.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3796.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3797.             ],
  3798.             'fragment.renderer.hinclude.global_template' => NULL,
  3799.             'fragment.path' => '/_fragment',
  3800.             'kernel.http_method_override' => true,
  3801.             'kernel.trusted_hosts' => [
  3802.             ],
  3803.             'kernel.default_locale' => 'en',
  3804.             'kernel.enabled_locales' => [
  3805.             ],
  3806.             'kernel.error_controller' => 'error_controller',
  3807.             'kernel.trusted_proxies' => '127.0.0.1,REMOTE_ADDR',
  3808.             'kernel.trusted_headers' => 26,
  3809.             'debug.file_link_format' => NULL,
  3810.             'asset.request_context.base_path' => NULL,
  3811.             'asset.request_context.secure' => NULL,
  3812.             'translator.logging' => false,
  3813.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3814.             'debug.error_handler.throw_at' => -1,
  3815.             'router.request_context.host' => 'localhost',
  3816.             'router.request_context.scheme' => 'http',
  3817.             'router.request_context.base_url' => '',
  3818.             'router.resource' => 'kernel::loadRoutes',
  3819.             'request_listener.http_port' => 80,
  3820.             'request_listener.https_port' => 443,
  3821.             'session.metadata.storage_key' => '_sf2_meta',
  3822.             'session.storage.options' => [
  3823.                 'cache_limiter' => '0',
  3824.                 'cookie_secure' => 'auto',
  3825.                 'cookie_httponly' => true,
  3826.                 'cookie_samesite' => 'lax',
  3827.                 'gc_probability' => 1,
  3828.             ],
  3829.             'session.metadata.update_threshold' => 0,
  3830.             'form.type_extension.csrf.enabled' => true,
  3831.             'form.type_extension.csrf.field_name' => '_token',
  3832.             'validator.translation_domain' => 'validators',
  3833.             'profiler_listener.only_exceptions' => false,
  3834.             'profiler_listener.only_main_requests' => false,
  3835.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3836.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3837.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3838.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3839.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3840.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3841.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3842.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3843.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3844.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3845.             'doctrine.entity_managers' => [
  3846.                 'default' => 'doctrine.orm.default_entity_manager',
  3847.             ],
  3848.             'doctrine.default_entity_manager' => 'default',
  3849.             'doctrine.dbal.connection_factory.types' => [
  3850.                 'datetime' => [
  3851.                     'class' => 'FMT\\Data\\Doctrine\\Extensions\\DBAL\\Types\\UTCDateTimeType',
  3852.                 ],
  3853.                 'uuid' => [
  3854.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3855.                 ],
  3856.                 'ulid' => [
  3857.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3858.                 ],
  3859.             ],
  3860.             'doctrine.connections' => [
  3861.                 'default' => 'doctrine.dbal.default_connection',
  3862.             ],
  3863.             'doctrine.default_connection' => 'default',
  3864.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3865.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3866.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3867.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3868.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3869.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3870.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3871.             'doctrine.orm.cache.memcache_port' => 11211,
  3872.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3873.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3874.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3875.             'doctrine.orm.cache.memcached_port' => 11211,
  3876.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3877.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3878.             'doctrine.orm.cache.redis_host' => 'localhost',
  3879.             'doctrine.orm.cache.redis_port' => 6379,
  3880.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3881.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3882.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3883.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3884.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3885.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3886.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3887.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3888.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3889.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3890.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3891.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3892.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3893.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3894.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3895.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3896.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3897.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3898.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3899.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3900.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3901.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3902.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3903.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3904.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3905.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3906.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3907.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3908.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3909.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3910.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3911.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3912.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/FMT/Infrastructure/Migrations'),
  3913.             'doctrine_migrations.namespace' => 'FMT\\Infrastructure\\Migrations',
  3914.             'doctrine_migrations.table_name' => 'migration_versions',
  3915.             'doctrine_migrations.name' => 'Application Migrations',
  3916.             'doctrine_migrations.migrations_paths' => [
  3917.             ],
  3918.             'doctrine_migrations.column_name' => 'version',
  3919.             'doctrine_migrations.column_length' => 14,
  3920.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  3921.             'doctrine_migrations.all_or_nothing' => false,
  3922.             'doctrine_migrations.custom_template' => NULL,
  3923.             'doctrine_migrations.organize_migrations' => false,
  3924.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3925.             'twig.form.resources' => [
  3926.                 => 'form_div_layout.html.twig',
  3927.                 => 'custom_bootstrap_3_layout.html.twig',
  3928.             ],
  3929.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3930.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3931.             'web_profiler.debug_toolbar.mode' => 2,
  3932.             'security.role_hierarchy.roles' => [
  3933.                 'ROLE_ADMIN' => [
  3934.                     => 'ROLE_USER',
  3935.                 ],
  3936.                 'ROLE_SUPER_ADMIN' => [
  3937.                     => 'ROLE_ADMIN',
  3938.                 ],
  3939.                 'ROLE_DONOR' => [
  3940.                     => 'ROLE_USER',
  3941.                 ],
  3942.                 'ROLE_STUDENT' => [
  3943.                     => 'ROLE_USER',
  3944.                 ],
  3945.                 'ROLE_INCOMPLETE_STUDENT' => [
  3946.                     => 'ROLE_USER',
  3947.                 ],
  3948.                 'ROLE_INCOMPLETE_DONOR' => [
  3949.                     => 'ROLE_USER',
  3950.                 ],
  3951.                 'ROLE_REPORT_VIEWER' => [
  3952.                     => 'ROLE_REPORT_VIEWER;',
  3953.                 ],
  3954.                 'ROLE_MARKETING_USER' => [
  3955.                     => 'ROLE_MARKETING_USER;',
  3956.                 ],
  3957.                 'ROLE_SCHOOL_ADMIN' => [
  3958.                     => 'ROLE_SCHOOL_ADMIN;',
  3959.                 ],
  3960.             ],
  3961.             'security.access.denied_url' => NULL,
  3962.             'security.authentication.manager.erase_credentials' => true,
  3963.             'security.authentication.session_strategy.strategy' => 'migrate',
  3964.             'security.access.always_authenticate_before_granting' => true,
  3965.             'security.authentication.hide_user_not_found' => true,
  3966.             'security.firewalls' => [
  3967.                 => 'dev',
  3968.                 => 'main',
  3969.             ],
  3970.             'security.main._indexed_authenticators' => [
  3971.             ],
  3972.             'monolog.use_microseconds' => true,
  3973.             'monolog.swift_mailer.handlers' => [
  3974.             ],
  3975.             'monolog.handlers_to_channels' => [
  3976.                 'monolog.handler.main' => [
  3977.                     'type' => 'exclusive',
  3978.                     'elements' => [
  3979.                         => 'event',
  3980.                     ],
  3981.                 ],
  3982.                 'monolog.handler.lambda' => [
  3983.                     'type' => 'inclusive',
  3984.                     'elements' => [
  3985.                         => 'cartCheckout',
  3986.                         => 'priceCalculation',
  3987.                     ],
  3988.                 ],
  3989.                 'monolog.handler.console' => [
  3990.                     'type' => 'exclusive',
  3991.                     'elements' => [
  3992.                         => 'event',
  3993.                         => 'doctrine',
  3994.                         => 'console',
  3995.                         => 'deprecation',
  3996.                     ],
  3997.                 ],
  3998.                 'monolog.handler.error' => NULL,
  3999.                 'monolog.handler.cli_main' => [
  4000.                     'type' => 'exclusive',
  4001.                     'elements' => [
  4002.                         => 'event',
  4003.                         => 'deprecation',
  4004.                     ],
  4005.                 ],
  4006.                 'monolog.handler.web_main' => [
  4007.                     'type' => 'exclusive',
  4008.                     'elements' => [
  4009.                         => 'event',
  4010.                         => 'deprecation',
  4011.                     ],
  4012.                 ],
  4013.             ],
  4014.             'aws_sdk.class' => 'Aws\\Sdk',
  4015.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  4016.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  4017.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  4018.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  4019.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  4020.             'fos_js_routing.request_context_base_url' => NULL,
  4021.             'fos_js_routing.cache_control' => [
  4022.                 'enabled' => false,
  4023.             ],
  4024.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  4025.             'swiftmailer.mailer.default.spool.enabled' => false,
  4026.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4027.             'swiftmailer.mailer.default.single_address' => NULL,
  4028.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4029.             'swiftmailer.spool.enabled' => false,
  4030.             'swiftmailer.delivery.enabled' => true,
  4031.             'swiftmailer.single_address' => NULL,
  4032.             'swiftmailer.mailers' => [
  4033.                 'default' => 'swiftmailer.mailer.default',
  4034.             ],
  4035.             'swiftmailer.default_mailer' => 'default',
  4036.             'fos_user.backend_type_orm' => true,
  4037.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  4038.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  4039.             'fos_user.resetting.email.template' => '@Public/emails/password_reset.email.twig',
  4040.             'fos_user.registration.confirmation.template' => '@Public/emails/confirmation.email.twig',
  4041.             'fos_user.storage' => 'orm',
  4042.             'fos_user.firewall_name' => 'main',
  4043.             'fos_user.model_manager_name' => NULL,
  4044.             'fos_user.model.user.class' => 'FMT\\Data\\Entity\\User',
  4045.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  4046.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  4047.             'fos_user.profile.form.validation_groups' => [
  4048.                 => 'Profile',
  4049.                 => 'Default',
  4050.             ],
  4051.             'fos_user.registration.confirmation.enabled' => true,
  4052.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  4053.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  4054.             'fos_user.registration.form.validation_groups' => [
  4055.                 => 'Registration',
  4056.                 => 'Default',
  4057.             ],
  4058.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  4059.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  4060.             'fos_user.change_password.form.validation_groups' => [
  4061.                 => 'ChangePassword',
  4062.                 => 'Default',
  4063.             ],
  4064.             'fos_user.resetting.retry_ttl' => 7200,
  4065.             'fos_user.resetting.token_ttl' => 86400,
  4066.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  4067.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  4068.             'fos_user.resetting.form.validation_groups' => [
  4069.                 => 'ResetPassword',
  4070.                 => 'Default',
  4071.             ],
  4072.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4073.             'stof_doctrine_extensions.listener.loggable.class' => 'FMT\\Domain\\Listener\\LoggableListener',
  4074.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  4075.             'stof_doctrine_extensions.default_locale' => 'en_US',
  4076.             'stof_doctrine_extensions.translation_fallback' => false,
  4077.             'stof_doctrine_extensions.persist_default_translation' => false,
  4078.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4079.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4080.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4081.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4082.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4083.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4084.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4085.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4086.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4087.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4088.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4089.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4090.             'knp_paginator.page_range' => 5,
  4091.             'knp_paginator.page_limit' => NULL,
  4092.             'easyadmin.config' => [
  4093.             ],
  4094.             'maker.compatible_check.doctrine.supports_attributes' => true,
  4095.             'data_collector.templates' => [
  4096.                 'data_collector.request' => [
  4097.                     => 'request',
  4098.                     => '@WebProfiler/Collector/request.html.twig',
  4099.                 ],
  4100.                 'data_collector.time' => [
  4101.                     => 'time',
  4102.                     => '@WebProfiler/Collector/time.html.twig',
  4103.                 ],
  4104.                 'data_collector.memory' => [
  4105.                     => 'memory',
  4106.                     => '@WebProfiler/Collector/memory.html.twig',
  4107.                 ],
  4108.                 'data_collector.validator' => [
  4109.                     => 'validator',
  4110.                     => '@WebProfiler/Collector/validator.html.twig',
  4111.                 ],
  4112.                 'data_collector.ajax' => [
  4113.                     => 'ajax',
  4114.                     => '@WebProfiler/Collector/ajax.html.twig',
  4115.                 ],
  4116.                 'data_collector.form' => [
  4117.                     => 'form',
  4118.                     => '@WebProfiler/Collector/form.html.twig',
  4119.                 ],
  4120.                 'data_collector.exception' => [
  4121.                     => 'exception',
  4122.                     => '@WebProfiler/Collector/exception.html.twig',
  4123.                 ],
  4124.                 'data_collector.logger' => [
  4125.                     => 'logger',
  4126.                     => '@WebProfiler/Collector/logger.html.twig',
  4127.                 ],
  4128.                 'data_collector.events' => [
  4129.                     => 'events',
  4130.                     => '@WebProfiler/Collector/events.html.twig',
  4131.                 ],
  4132.                 'data_collector.router' => [
  4133.                     => 'router',
  4134.                     => '@WebProfiler/Collector/router.html.twig',
  4135.                 ],
  4136.                 'data_collector.cache' => [
  4137.                     => 'cache',
  4138.                     => '@WebProfiler/Collector/cache.html.twig',
  4139.                 ],
  4140.                 'data_collector.translation' => [
  4141.                     => 'translation',
  4142.                     => '@WebProfiler/Collector/translation.html.twig',
  4143.                 ],
  4144.                 'data_collector.security' => [
  4145.                     => 'security',
  4146.                     => '@Security/Collector/security.html.twig',
  4147.                 ],
  4148.                 'data_collector.twig' => [
  4149.                     => 'twig',
  4150.                     => '@WebProfiler/Collector/twig.html.twig',
  4151.                 ],
  4152.                 'data_collector.http_client' => [
  4153.                     => 'http_client',
  4154.                     => '@WebProfiler/Collector/http_client.html.twig',
  4155.                 ],
  4156.                 'data_collector.doctrine' => [
  4157.                     => 'db',
  4158.                     => '@Doctrine/Collector/db.html.twig',
  4159.                 ],
  4160.                 'swiftmailer.data_collector' => [
  4161.                     => 'swiftmailer',
  4162.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4163.                 ],
  4164.                 'data_collector.dump' => [
  4165.                     => 'dump',
  4166.                     => '@Debug/Profiler/dump.html.twig',
  4167.                 ],
  4168.                 'data_collector.messenger' => [
  4169.                     => 'messenger',
  4170.                     => '@WebProfiler/Collector/messenger.html.twig',
  4171.                 ],
  4172.                 'mailer.data_collector' => [
  4173.                     => 'mailer',
  4174.                     => '@WebProfiler/Collector/mailer.html.twig',
  4175.                 ],
  4176.                 'notifier.data_collector' => [
  4177.                     => 'notifier',
  4178.                     => '@WebProfiler/Collector/notifier.html.twig',
  4179.                 ],
  4180.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  4181.                     => 'easyadmin',
  4182.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  4183.                 ],
  4184.                 'data_collector.config' => [
  4185.                     => 'config',
  4186.                     => '@WebProfiler/Collector/config.html.twig',
  4187.                 ],
  4188.             ],
  4189.             'console.command.ids' => [
  4190.             ],
  4191.         ];
  4192.     }
  4193.     protected function throw($message)
  4194.     {
  4195.         throw new RuntimeException($message);
  4196.     }
  4197. }