var/cache/dev/ContainerTKEN84W/srcApp_KernelDevDebugContainer.php line 969

Open in your IDE?
  1. <?php
  2. namespace ContainerTKEN84W;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Repository\\ClientKeysRepository' => 'getClientKeysRepositoryService',
  37.             'App\\Repository\\RestrictionsRepository' => 'getRestrictionsRepositoryService',
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'data_collector.dump' => 'getDataCollector_DumpService',
  41.             'doctrine' => 'getDoctrineService',
  42.             'eight_points_guzzle.logger' => 'getEightPointsGuzzle_LoggerService',
  43.             'event_dispatcher' => 'getEventDispatcherService',
  44.             'http_kernel' => 'getHttpKernelService',
  45.             'jms_serializer' => 'getJmsSerializerService',
  46.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  47.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  48.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  49.             'profiler' => 'getProfilerService',
  50.             'request_stack' => 'getRequestStackService',
  51.             'router' => 'getRouterService',
  52.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  53.             'security.token_storage' => 'getSecurity_TokenStorageService',
  54.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  55.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  56.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  57.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  58.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  59.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  60.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  61.             'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
  62.             'translator' => 'getTranslatorService',
  63.             'twig' => 'getTwigService',
  64.             'validator' => 'getValidatorService',
  65.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  66.         ];
  67.         $this->fileMap = [
  68.             'App\\Bundle\\Croatia\\Controller\\V1\\InformationController' => 'getInformationControllerService.php',
  69.             'App\\Bundle\\Croatia\\Controller\\Web\\InformationController' => 'getInformationController2Service.php',
  70.             'App\\Controller\\Admin\\ArchiveMovieController' => 'getArchiveMovieControllerService.php',
  71.             'App\\Controller\\Admin\\PoolGiftCardController' => 'getPoolGiftCardControllerService.php',
  72.             'App\\Controller\\Admin\\RestrictionsController' => 'getRestrictionsControllerService.php',
  73.             'App\\Controller\\V1\\AppleWalletPassController' => 'getAppleWalletPassControllerService.php',
  74.             'App\\Controller\\V1\\B2BNewsLetterController' => 'getB2BNewsLetterControllerService.php',
  75.             'App\\Controller\\V1\\BarcodeController' => 'getBarcodeControllerService.php',
  76.             'App\\Controller\\V1\\BaseCinemaController' => 'getBaseCinemaControllerService.php',
  77.             'App\\Controller\\V1\\CinemaController' => 'getCinemaControllerService.php',
  78.             'App\\Controller\\V1\\CinemaRentRequestController' => 'getCinemaRentRequestControllerService.php',
  79.             'App\\Controller\\V1\\CinemaWebController' => 'getCinemaWebControllerService.php',
  80.             'App\\Controller\\V1\\ConcessionController' => 'getConcessionControllerService.php',
  81.             'App\\Controller\\V1\\DevelopController' => 'getDevelopControllerService.php',
  82.             'App\\Controller\\V1\\EventsController' => 'getEventsControllerService.php',
  83.             'App\\Controller\\V1\\GenreController' => 'getGenreControllerService.php',
  84.             'App\\Controller\\V1\\LocalityFGOAPIController' => 'getLocalityFGOAPIControllerService.php',
  85.             'App\\Controller\\V1\\LocationController' => 'getLocationControllerService.php',
  86.             'App\\Controller\\V1\\MediaController' => 'getMediaControllerService.php',
  87.             'App\\Controller\\V1\\MovieArchiveController' => 'getMovieArchiveControllerService.php',
  88.             'App\\Controller\\V1\\MovieController' => 'getMovieControllerService.php',
  89.             'App\\Controller\\V1\\OrderController' => 'getOrderControllerService.php',
  90.             'App\\Controller\\V1\\OrderPaymentController' => 'getOrderPaymentControllerService.php',
  91.             'App\\Controller\\V1\\PushController' => 'getPushControllerService.php',
  92.             'App\\Controller\\V1\\PushDeviceController' => 'getPushDeviceControllerService.php',
  93.             'App\\Controller\\V1\\RestrictionsController' => 'getRestrictionsController2Service.php',
  94.             'App\\Controller\\V1\\SchoolCinemaCampaignOtherRequestsController' => 'getSchoolCinemaCampaignOtherRequestsControllerService.php',
  95.             'App\\Controller\\V1\\SchoolCinemaCampaignRequestsController' => 'getSchoolCinemaCampaignRequestsControllerService.php',
  96.             'App\\Controller\\V1\\SchoolCinemaNewsletterController' => 'getSchoolCinemaNewsletterControllerService.php',
  97.             'App\\Controller\\V1\\SchoolCinemaRequestsController' => 'getSchoolCinemaRequestsControllerService.php',
  98.             'App\\Controller\\V1\\SeatPlanController' => 'getSeatPlanControllerService.php',
  99.             'App\\Controller\\V1\\SessionController' => 'getSessionControllerService.php',
  100.             'App\\Controller\\V1\\UserController' => 'getUserControllerService.php',
  101.             'App\\Controller\\V1\\User\\AppleSignInController' => 'getAppleSignInControllerService.php',
  102.             'App\\Controller\\V1\\User\\BalanceController' => 'getBalanceControllerService.php',
  103.             'App\\Controller\\V1\\User\\BookingController' => 'getBookingControllerService.php',
  104.             'App\\Controller\\V1\\User\\CompetitionsController' => 'getCompetitionsControllerService.php',
  105.             'App\\Controller\\V1\\User\\FavoriteController' => 'getFavoriteControllerService.php',
  106.             'App\\Controller\\V1\\User\\FavoriteMovieController' => 'getFavoriteMovieControllerService.php',
  107.             'App\\Controller\\V1\\User\\GiftCardController' => 'getGiftCardControllerService.php',
  108.             'App\\Controller\\V1\\User\\NewsletterController' => 'getNewsletterControllerService.php',
  109.             'App\\Controller\\V1\\User\\RewardController' => 'getRewardControllerService.php',
  110.             'App\\Controller\\V1\\User\\WatchlistController' => 'getWatchlistControllerService.php',
  111.             'App\\Controller\\V2\\BaseEventsController' => 'getBaseEventsControllerService.php',
  112.             'App\\Controller\\V2\\BaseMovieController' => 'getBaseMovieControllerService.php',
  113.             'App\\Controller\\V2\\EventsController' => 'getEventsController2Service.php',
  114.             'App\\Controller\\V2\\EventsWebController' => 'getEventsWebControllerService.php',
  115.             'App\\Controller\\V2\\MovieController' => 'getMovieController2Service.php',
  116.             'App\\Controller\\V2\\MovieWebController' => 'getMovieWebControllerService.php',
  117.             'App\\Controller\\V2\\UserController' => 'getUserController2Service.php',
  118.             'App\\Controller\\V2\\User\\BalanceController' => 'getBalanceController2Service.php',
  119.             'App\\Controller\\V3\\BaseMovieController' => 'getBaseMovieController2Service.php',
  120.             'App\\Controller\\V3\\MovieController' => 'getMovieController3Service.php',
  121.             'App\\Controller\\V3\\MovieWebController' => 'getMovieWebController2Service.php',
  122.             'App\\Controller\\Web\\AasaFilesControler' => 'getAasaFilesControlerService.php',
  123.             'App\\Controller\\Web\\AccountUIController' => 'getAccountUIControllerService.php',
  124.             'App\\Controller\\Web\\DeepLinksController' => 'getDeepLinksControllerService.php',
  125.             'App\\Controller\\Web\\TrailerController' => 'getTrailerControllerService.php',
  126.             'App\\Helper\\AppleWalletPassHelper' => 'getAppleWalletPassHelperService.php',
  127.             'App\\Helper\\FgoApiHelper' => 'getFgoApiHelperService.php',
  128.             'App\\Helper\\GetmeshHelper' => 'getGetmeshHelperService.php',
  129.             'App\\Helper\\LocalMailHelper' => 'getLocalMailHelperService.php',
  130.             'App\\Helper\\MPay24Helper' => 'getMPay24HelperService.php',
  131.             'App\\Helper\\OrderPaymentHelper' => 'getOrderPaymentHelperService.php',
  132.             'App\\Helper\\PaymentHelper' => 'getPaymentHelperService.php',
  133.             'App\\Helper\\PimcoreHelper' => 'getPimcoreHelperService.php',
  134.             'App\\Helper\\SessionHelper' => 'getSessionHelperService.php',
  135.             'App\\Helper\\UserHelper' => 'getUserHelperService.php',
  136.             'App\\Repository\\ApaRepository' => 'getApaRepositoryService.php',
  137.             'App\\Repository\\AppleWalletPassRepository' => 'getAppleWalletPassRepositoryService.php',
  138.             'App\\Repository\\BookingRepository' => 'getBookingRepositoryService.php',
  139.             'App\\Repository\\CinemaAreaCategoryRepository' => 'getCinemaAreaCategoryRepositoryService.php',
  140.             'App\\Repository\\CinemaRentRequestRepository' => 'getCinemaRentRequestRepositoryService.php',
  141.             'App\\Repository\\CinemaRepository' => 'getCinemaRepositoryService.php',
  142.             'App\\Repository\\ConcessionItemRepository' => 'getConcessionItemRepositoryService.php',
  143.             'App\\Repository\\ConcessionRepository' => 'getConcessionRepositoryService.php',
  144.             'App\\Repository\\ConcessionsCategoryRepository' => 'getConcessionsCategoryRepositoryService.php',
  145.             'App\\Repository\\DistributorMatchingRepository' => 'getDistributorMatchingRepositoryService.php',
  146.             'App\\Repository\\EventRepository' => 'getEventRepositoryService.php',
  147.             'App\\Repository\\Factory\\MPay24Factory' => 'getMPay24FactoryService.php',
  148.             'App\\Repository\\GenreRepository' => 'getGenreRepositoryService.php',
  149.             'App\\Repository\\GetmeshRepository' => 'getGetmeshRepositoryService.php',
  150.             'App\\Repository\\GiftCardAnonymRepository' => 'getGiftCardAnonymRepositoryService.php',
  151.             'App\\Repository\\GiftCardsRepository' => 'getGiftCardsRepositoryService.php',
  152.             'App\\Repository\\LocationRepository' => 'getLocationRepositoryService.php',
  153.             'App\\Repository\\MPay24OrderPaymentTransactionRepository' => 'getMPay24OrderPaymentTransactionRepositoryService.php',
  154.             'App\\Repository\\MPay24Repository' => 'getMPay24RepositoryService.php',
  155.             'App\\Repository\\MovieArchiveRepository' => 'getMovieArchiveRepositoryService.php',
  156.             'App\\Repository\\MovieFiltersRepository' => 'getMovieFiltersRepositoryService.php',
  157.             'App\\Repository\\MovieRepository' => 'getMovieRepositoryService.php',
  158.             'App\\Repository\\NewsLetterRepository' => 'getNewsLetterRepositoryService.php',
  159.             'App\\Repository\\OrderHistoryRepository' => 'getOrderHistoryRepositoryService.php',
  160.             'App\\Repository\\OrderPaymentRepository' => 'getOrderPaymentRepositoryService.php',
  161.             'App\\Repository\\OrderRepository' => 'getOrderRepositoryService.php',
  162.             'App\\Repository\\Payment\\EpsCinemasRepository' => 'getEpsCinemasRepositoryService.php',
  163.             'App\\Repository\\PoolGiftCardRepository' => 'getPoolGiftCardRepositoryService.php',
  164.             'App\\Repository\\PushDeviceRepository' => 'getPushDeviceRepositoryService.php',
  165.             'App\\Repository\\PushRepository' => 'getPushRepositoryService.php',
  166.             'App\\Repository\\PushToUserRepository' => 'getPushToUserRepositoryService.php',
  167.             'App\\Repository\\RewardRepository' => 'getRewardRepositoryService.php',
  168.             'App\\Repository\\ScheduledMovieRepository' => 'getScheduledMovieRepositoryService.php',
  169.             'App\\Repository\\SchoolCinemaCampaignOtherRequestsRepository' => 'getSchoolCinemaCampaignOtherRequestsRepositoryService.php',
  170.             'App\\Repository\\SchoolCinemaCampaignRequestsRepository' => 'getSchoolCinemaCampaignRequestsRepositoryService.php',
  171.             'App\\Repository\\SchoolCinemaNewsletterRepository' => 'getSchoolCinemaNewsletterRepositoryService.php',
  172.             'App\\Repository\\SchoolCinemaRequestsRepository' => 'getSchoolCinemaRequestsRepositoryService.php',
  173.             'App\\Repository\\SeatPlanCinemasSeatsCountRepository' => 'getSeatPlanCinemasSeatsCountRepositoryService.php',
  174.             'App\\Repository\\SeatPlanLocalRepository' => 'getSeatPlanLocalRepositoryService.php',
  175.             'App\\Repository\\SeatPlanRepository' => 'getSeatPlanRepositoryService.php',
  176.             'App\\Repository\\SessionRepository' => 'getSessionRepositoryService.php',
  177.             'App\\Repository\\TicketRepository' => 'getTicketRepositoryService.php',
  178.             'App\\Repository\\UserBalanceRepository' => 'getUserBalanceRepositoryService.php',
  179.             'App\\Repository\\UserBalanceTransactionRepository' => 'getUserBalanceTransactionRepositoryService.php',
  180.             'App\\Repository\\UserCompetitionsRepository' => 'getUserCompetitionsRepositoryService.php',
  181.             'App\\Repository\\UserRepository' => 'getUserRepositoryService.php',
  182.             'App\\Repository\\Vista\\CinemaVistaRepository' => 'getCinemaVistaRepositoryService.php',
  183.             'App\\Repository\\Vista\\MovieVistaRepository' => 'getMovieVistaRepositoryService.php',
  184.             'App\\Repository\\Vista\\SessionVistaRepository' => 'getSessionVistaRepositoryService.php',
  185.             'App\\Repository\\WatchlistItemRepository' => 'getWatchlistItemRepositoryService.php',
  186.             'App\\Repository\\WatchlistRepository' => 'getWatchlistRepositoryService.php',
  187.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService.php',
  188.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService.php',
  189.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService.php',
  190.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService.php',
  191.             'Sonata\\AdminBundle\\Command\\GenerateAdminCommand' => 'getGenerateAdminCommandService.php',
  192.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService.php',
  193.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService.php',
  194.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService.php',
  195.             'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand' => 'getDumpMappingCommandService.php',
  196.             'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand' => 'getGenerateCommandService.php',
  197.             'Sonata\\UserBundle\\Action\\CheckEmailAction' => 'getCheckEmailActionService.php',
  198.             'Sonata\\UserBundle\\Action\\CheckLoginAction' => 'getCheckLoginActionService.php',
  199.             'Sonata\\UserBundle\\Action\\LoginAction' => 'getLoginActionService.php',
  200.             'Sonata\\UserBundle\\Action\\LogoutAction' => 'getLogoutActionService.php',
  201.             'Sonata\\UserBundle\\Action\\RequestAction' => 'getRequestActionService.php',
  202.             'Sonata\\UserBundle\\Action\\ResetAction' => 'getResetActionService.php',
  203.             'Sonata\\UserBundle\\Action\\SendEmailAction' => 'getSendEmailActionService.php',
  204.             'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand' => 'getTwoStepVerificationCommandService.php',
  205.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  206.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  207.             'admin.archiveMovie' => 'getAdmin_ArchiveMovieService.php',
  208.             'admin.archiveMovie.template_registry' => 'getAdmin_ArchiveMovie_TemplateRegistryService.php',
  209.             'admin.available_giftcards' => 'getAdmin_AvailableGiftcardsService.php',
  210.             'admin.available_giftcards.template_registry' => 'getAdmin_AvailableGiftcards_TemplateRegistryService.php',
  211.             'admin.cinemas' => 'getAdmin_CinemasService.php',
  212.             'admin.cinemas.template_registry' => 'getAdmin_Cinemas_TemplateRegistryService.php',
  213.             'admin.clientkeys' => 'getAdmin_ClientkeysService.php',
  214.             'admin.clientkeys.template_registry' => 'getAdmin_Clientkeys_TemplateRegistryService.php',
  215.             'admin.competitions' => 'getAdmin_CompetitionsService.php',
  216.             'admin.competitions.template_registry' => 'getAdmin_Competitions_TemplateRegistryService.php',
  217.             'admin.distributorMatching' => 'getAdmin_DistributorMatchingService.php',
  218.             'admin.distributorMatching.template_registry' => 'getAdmin_DistributorMatching_TemplateRegistryService.php',
  219.             'admin.events' => 'getAdmin_EventsService.php',
  220.             'admin.events.template_registry' => 'getAdmin_Events_TemplateRegistryService.php',
  221.             'admin.giftcards' => 'getAdmin_GiftcardsService.php',
  222.             'admin.giftcards.template_registry' => 'getAdmin_Giftcards_TemplateRegistryService.php',
  223.             'admin.giftcardsanonym' => 'getAdmin_GiftcardsanonymService.php',
  224.             'admin.giftcardsanonym.template_registry' => 'getAdmin_Giftcardsanonym_TemplateRegistryService.php',
  225.             'admin.lightMembers' => 'getAdmin_LightMembersService.php',
  226.             'admin.lightMembers.template_registry' => 'getAdmin_LightMembers_TemplateRegistryService.php',
  227.             'admin.movies' => 'getAdmin_MoviesService.php',
  228.             'admin.movies.template_registry' => 'getAdmin_Movies_TemplateRegistryService.php',
  229.             'admin.order_sessions' => 'getAdmin_OrderSessionsService.php',
  230.             'admin.order_sessions.template_registry' => 'getAdmin_OrderSessions_TemplateRegistryService.php',
  231.             'admin.order_tickets' => 'getAdmin_OrderTicketsService.php',
  232.             'admin.order_tickets.template_registry' => 'getAdmin_OrderTickets_TemplateRegistryService.php',
  233.             'admin.orders' => 'getAdmin_OrdersService.php',
  234.             'admin.orders.template_registry' => 'getAdmin_Orders_TemplateRegistryService.php',
  235.             'admin.push' => 'getAdmin_PushService.php',
  236.             'admin.push.template_registry' => 'getAdmin_Push_TemplateRegistryService.php',
  237.             'admin.restrictions' => 'getAdmin_RestrictionsService.php',
  238.             'admin.restrictions.template_registry' => 'getAdmin_Restrictions_TemplateRegistryService.php',
  239.             'admin.users' => 'getAdmin_UsersService.php',
  240.             'admin.users.template_registry' => 'getAdmin_Users_TemplateRegistryService.php',
  241.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  242.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  243.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  244.             'cache_clearer' => 'getCacheClearerService.php',
  245.             'cache_warmer' => 'getCacheWarmerService.php',
  246.             'console.command.public_alias.App\\Bundle\\Croatia\\Command\\CinemaDataCommand' => 'getCinemaDataCommandService.php',
  247.             'console.command.public_alias.App\\Bundle\\Croatia\\Command\\CleanUpImagesCommand' => 'getCleanUpImagesCommandService.php',
  248.             'console.command.public_alias.App\\Bundle\\Croatia\\Command\\ConcessionDataCommand' => 'getConcessionDataCommandService.php',
  249.             'console.command.public_alias.App\\Bundle\\Croatia\\Command\\EventDataCommand' => 'getEventDataCommandService.php',
  250.             'console.command.public_alias.App\\Bundle\\Croatia\\Command\\RunImportCommand' => 'getRunImportCommandService.php',
  251.             'console.command.public_alias.App\\Command\\ArchiveMovieDataCommand' => 'getArchiveMovieDataCommandService.php',
  252.             'console.command.public_alias.App\\Command\\CinemaDataCommand' => 'getCinemaDataCommand2Service.php',
  253.             'console.command.public_alias.App\\Command\\GiftCardAlertCommand' => 'getGiftCardAlertCommandService.php',
  254.             'console.command.public_alias.App\\Command\\JmsJobQueueHealthCheckCommand' => 'getJmsJobQueueHealthCheckCommandService.php',
  255.             'console.command.public_alias.App\\Command\\MovieDataCommand' => 'getMovieDataCommandService.php',
  256.             'console.command.public_alias.App\\Command\\ProfilerCleanUpCommand' => 'getProfilerCleanUpCommandService.php',
  257.             'console.command.public_alias.App\\Command\\PushNotificationsDispatcherCommand' => 'getPushNotificationsDispatcherCommandService.php',
  258.             'console.command.public_alias.App\\Command\\SessionDataCommand' => 'getSessionDataCommandService.php',
  259.             'console.command.public_alias.Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'getClearInvalidRefreshTokensCommandService.php',
  260.             'console.command.public_alias.Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'getRevokeRefreshTokenCommandService.php',
  261.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService.php',
  262.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService.php',
  263.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  264.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  265.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  266.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  267.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  268.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  269.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  270.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  271.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  272.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  273.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  274.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  275.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  276.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService.php',
  277.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService.php',
  278.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
  279.             'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService.php',
  280.             'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService.php',
  281.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService.php',
  282.             'eight_points_guzzle.client.apa_api' => 'getEightPointsGuzzle_Client_ApaApiService.php',
  283.             'eight_points_guzzle.client.applesignin_api' => 'getEightPointsGuzzle_Client_ApplesigninApiService.php',
  284.             'eight_points_guzzle.client.fgo_api' => 'getEightPointsGuzzle_Client_FgoApiService.php',
  285.             'eight_points_guzzle.client.getmesh_api' => 'getEightPointsGuzzle_Client_GetmeshApiService.php',
  286.             'eight_points_guzzle.client.getmesh_api_auth' => 'getEightPointsGuzzle_Client_GetmeshApiAuthService.php',
  287.             'eight_points_guzzle.client.netural_api' => 'getEightPointsGuzzle_Client_NeturalApiService.php',
  288.             'eight_points_guzzle.client.netural_api_auth' => 'getEightPointsGuzzle_Client_NeturalApiAuthService.php',
  289.             'eight_points_guzzle.client.pimcore_api' => 'getEightPointsGuzzle_Client_PimcoreApiService.php',
  290.             'eight_points_guzzle.client.pimcore_cms_api' => 'getEightPointsGuzzle_Client_PimcoreCmsApiService.php',
  291.             'eight_points_guzzle.client.vista_api' => 'getEightPointsGuzzle_Client_VistaApiService.php',
  292.             'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService.php',
  293.             'eight_points_guzzle.handler_stack.apa_api' => 'getEightPointsGuzzle_HandlerStack_ApaApiService.php',
  294.             'eight_points_guzzle.handler_stack.applesignin_api' => 'getEightPointsGuzzle_HandlerStack_ApplesigninApiService.php',
  295.             'eight_points_guzzle.handler_stack.fgo_api' => 'getEightPointsGuzzle_HandlerStack_FgoApiService.php',
  296.             'eight_points_guzzle.handler_stack.getmesh_api' => 'getEightPointsGuzzle_HandlerStack_GetmeshApiService.php',
  297.             'eight_points_guzzle.handler_stack.getmesh_api_auth' => 'getEightPointsGuzzle_HandlerStack_GetmeshApiAuthService.php',
  298.             'eight_points_guzzle.handler_stack.netural_api' => 'getEightPointsGuzzle_HandlerStack_NeturalApiService.php',
  299.             'eight_points_guzzle.handler_stack.netural_api_auth' => 'getEightPointsGuzzle_HandlerStack_NeturalApiAuthService.php',
  300.             'eight_points_guzzle.handler_stack.pimcore_api' => 'getEightPointsGuzzle_HandlerStack_PimcoreApiService.php',
  301.             'eight_points_guzzle.handler_stack.pimcore_cms_api' => 'getEightPointsGuzzle_HandlerStack_PimcoreCmsApiService.php',
  302.             'eight_points_guzzle.handler_stack.vista_api' => 'getEightPointsGuzzle_HandlerStack_VistaApiService.php',
  303.             'eight_points_guzzle.middleware.event_dispatch.apa_api' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApaApiService.php',
  304.             'eight_points_guzzle.middleware.event_dispatch.applesignin_api' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApplesigninApiService.php',
  305.             'eight_points_guzzle.middleware.event_dispatch.fgo_api' => 'getEightPointsGuzzle_Middleware_EventDispatch_FgoApiService.php',
  306.             'eight_points_guzzle.middleware.event_dispatch.getmesh_api' => 'getEightPointsGuzzle_Middleware_EventDispatch_GetmeshApiService.php',
  307.             'eight_points_guzzle.middleware.event_dispatch.getmesh_api_auth' => 'getEightPointsGuzzle_Middleware_EventDispatch_GetmeshApiAuthService.php',
  308.             'eight_points_guzzle.middleware.event_dispatch.netural_api' => 'getEightPointsGuzzle_Middleware_EventDispatch_NeturalApiService.php',
  309.             'eight_points_guzzle.middleware.event_dispatch.netural_api_auth' => 'getEightPointsGuzzle_Middleware_EventDispatch_NeturalApiAuthService.php',
  310.             'eight_points_guzzle.middleware.event_dispatch.pimcore_api' => 'getEightPointsGuzzle_Middleware_EventDispatch_PimcoreApiService.php',
  311.             'eight_points_guzzle.middleware.event_dispatch.pimcore_cms_api' => 'getEightPointsGuzzle_Middleware_EventDispatch_PimcoreCmsApiService.php',
  312.             'eight_points_guzzle.middleware.event_dispatch.vista_api' => 'getEightPointsGuzzle_Middleware_EventDispatch_VistaApiService.php',
  313.             'eight_points_guzzle.middleware.log.apa_api' => 'getEightPointsGuzzle_Middleware_Log_ApaApiService.php',
  314.             'eight_points_guzzle.middleware.log.applesignin_api' => 'getEightPointsGuzzle_Middleware_Log_ApplesigninApiService.php',
  315.             'eight_points_guzzle.middleware.log.fgo_api' => 'getEightPointsGuzzle_Middleware_Log_FgoApiService.php',
  316.             'eight_points_guzzle.middleware.log.getmesh_api' => 'getEightPointsGuzzle_Middleware_Log_GetmeshApiService.php',
  317.             'eight_points_guzzle.middleware.log.getmesh_api_auth' => 'getEightPointsGuzzle_Middleware_Log_GetmeshApiAuthService.php',
  318.             'eight_points_guzzle.middleware.log.netural_api' => 'getEightPointsGuzzle_Middleware_Log_NeturalApiService.php',
  319.             'eight_points_guzzle.middleware.log.netural_api_auth' => 'getEightPointsGuzzle_Middleware_Log_NeturalApiAuthService.php',
  320.             'eight_points_guzzle.middleware.log.pimcore_api' => 'getEightPointsGuzzle_Middleware_Log_PimcoreApiService.php',
  321.             'eight_points_guzzle.middleware.log.pimcore_cms_api' => 'getEightPointsGuzzle_Middleware_Log_PimcoreCmsApiService.php',
  322.             'eight_points_guzzle.middleware.log.vista_api' => 'getEightPointsGuzzle_Middleware_Log_VistaApiService.php',
  323.             'eight_points_guzzle.middleware.profile.apa_api' => 'getEightPointsGuzzle_Middleware_Profile_ApaApiService.php',
  324.             'eight_points_guzzle.middleware.profile.applesignin_api' => 'getEightPointsGuzzle_Middleware_Profile_ApplesigninApiService.php',
  325.             'eight_points_guzzle.middleware.profile.fgo_api' => 'getEightPointsGuzzle_Middleware_Profile_FgoApiService.php',
  326.             'eight_points_guzzle.middleware.profile.getmesh_api' => 'getEightPointsGuzzle_Middleware_Profile_GetmeshApiService.php',
  327.             'eight_points_guzzle.middleware.profile.getmesh_api_auth' => 'getEightPointsGuzzle_Middleware_Profile_GetmeshApiAuthService.php',
  328.             'eight_points_guzzle.middleware.profile.netural_api' => 'getEightPointsGuzzle_Middleware_Profile_NeturalApiService.php',
  329.             'eight_points_guzzle.middleware.profile.netural_api_auth' => 'getEightPointsGuzzle_Middleware_Profile_NeturalApiAuthService.php',
  330.             'eight_points_guzzle.middleware.profile.pimcore_api' => 'getEightPointsGuzzle_Middleware_Profile_PimcoreApiService.php',
  331.             'eight_points_guzzle.middleware.profile.pimcore_cms_api' => 'getEightPointsGuzzle_Middleware_Profile_PimcoreCmsApiService.php',
  332.             'eight_points_guzzle.middleware.profile.vista_api' => 'getEightPointsGuzzle_Middleware_Profile_VistaApiService.php',
  333.             'eight_points_guzzle.middleware.request_time.apa_api' => 'getEightPointsGuzzle_Middleware_RequestTime_ApaApiService.php',
  334.             'eight_points_guzzle.middleware.request_time.applesignin_api' => 'getEightPointsGuzzle_Middleware_RequestTime_ApplesigninApiService.php',
  335.             'eight_points_guzzle.middleware.request_time.fgo_api' => 'getEightPointsGuzzle_Middleware_RequestTime_FgoApiService.php',
  336.             'eight_points_guzzle.middleware.request_time.getmesh_api' => 'getEightPointsGuzzle_Middleware_RequestTime_GetmeshApiService.php',
  337.             'eight_points_guzzle.middleware.request_time.getmesh_api_auth' => 'getEightPointsGuzzle_Middleware_RequestTime_GetmeshApiAuthService.php',
  338.             'eight_points_guzzle.middleware.request_time.netural_api' => 'getEightPointsGuzzle_Middleware_RequestTime_NeturalApiService.php',
  339.             'eight_points_guzzle.middleware.request_time.netural_api_auth' => 'getEightPointsGuzzle_Middleware_RequestTime_NeturalApiAuthService.php',
  340.             'eight_points_guzzle.middleware.request_time.pimcore_api' => 'getEightPointsGuzzle_Middleware_RequestTime_PimcoreApiService.php',
  341.             'eight_points_guzzle.middleware.request_time.pimcore_cms_api' => 'getEightPointsGuzzle_Middleware_RequestTime_PimcoreCmsApiService.php',
  342.             'eight_points_guzzle.middleware.request_time.vista_api' => 'getEightPointsGuzzle_Middleware_RequestTime_VistaApiService.php',
  343.             'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService.php',
  344.             'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService.php',
  345.             'error_controller' => 'getErrorControllerService.php',
  346.             'filesystem' => 'getFilesystemService.php',
  347.             'form.factory' => 'getForm_FactoryService.php',
  348.             'form.type.file' => 'getForm_Type_FileService.php',
  349.             'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService.php',
  350.             'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService.php',
  351.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
  352.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
  353.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  354.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService.php',
  355.             'fos_user.group_manager' => 'getFosUser_GroupManagerService.php',
  356.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  357.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  358.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  359.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  360.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  361.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService.php',
  362.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService.php',
  363.             'jms_job_queue.job_manager' => 'getJmsJobQueue_JobManagerService.php',
  364.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  365.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  366.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
  367.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  368.             'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
  369.             'knp_paginator' => 'getKnpPaginatorService.php',
  370.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService.php',
  371.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService.php',
  372.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService.php',
  373.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService.php',
  374.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService.php',
  375.             'monolog.logger.push' => 'getMonolog_Logger_PushService.php',
  376.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService.php',
  377.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService.php',
  378.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService.php',
  379.             'routing.loader' => 'getRouting_LoaderService.php',
  380.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  381.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  382.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  383.             'serializer' => 'getSerializerService.php',
  384.             'services_resetter' => 'getServicesResetterService.php',
  385.             'session' => 'getSessionService.php',
  386.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService.php',
  387.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService.php',
  388.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService.php',
  389.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService.php',
  390.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService.php',
  391.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService.php',
  392.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService.php',
  393.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService.php',
  394.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService.php',
  395.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService.php',
  396.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService.php',
  397.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService.php',
  398.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService.php',
  399.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService.php',
  400.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService.php',
  401.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService.php',
  402.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService.php',
  403.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService.php',
  404.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService.php',
  405.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService.php',
  406.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService.php',
  407.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService.php',
  408.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService.php',
  409.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService.php',
  410.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService.php',
  411.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService.php',
  412.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService.php',
  413.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService.php',
  414.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService.php',
  415.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService.php',
  416.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService.php',
  417.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService.php',
  418.             'sonata.admin.helper' => 'getSonata_Admin_HelperService.php',
  419.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService.php',
  420.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService.php',
  421.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService.php',
  422.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService.php',
  423.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService.php',
  424.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService.php',
  425.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService.php',
  426.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService.php',
  427.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService.php',
  428.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService.php',
  429.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService.php',
  430.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService.php',
  431.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService.php',
  432.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService.php',
  433.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService.php',
  434.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService.php',
  435.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService.php',
  436.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService.php',
  437.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService.php',
  438.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService.php',
  439.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService.php',
  440.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService.php',
  441.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService.php',
  442.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService.php',
  443.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService.php',
  444.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService.php',
  445.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService.php',
  446.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService.php',
  447.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService.php',
  448.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService.php',
  449.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService.php',
  450.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService.php',
  451.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService.php',
  452.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService.php',
  453.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService.php',
  454.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService.php',
  455.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService.php',
  456.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService.php',
  457.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService.php',
  458.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService.php',
  459.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService.php',
  460.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService.php',
  461.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService.php',
  462.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService.php',
  463.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService.php',
  464.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService.php',
  465.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService.php',
  466.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService.php',
  467.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService.php',
  468.             'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService.php',
  469.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService.php',
  470.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService.php',
  471.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService.php',
  472.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService.php',
  473.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService.php',
  474.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService.php',
  475.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService.php',
  476.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService.php',
  477.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService.php',
  478.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService.php',
  479.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService.php',
  480.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService.php',
  481.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService.php',
  482.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService.php',
  483.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService.php',
  484.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService.php',
  485.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService.php',
  486.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService.php',
  487.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService.php',
  488.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService.php',
  489.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService.php',
  490.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService.php',
  491.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService.php',
  492.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService.php',
  493.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService.php',
  494.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService.php',
  495.             'sonata.easy_extends.generator.bundle' => 'getSonata_EasyExtends_Generator_BundleService.php',
  496.             'sonata.easy_extends.generator.odm' => 'getSonata_EasyExtends_Generator_OdmService.php',
  497.             'sonata.easy_extends.generator.orm' => 'getSonata_EasyExtends_Generator_OrmService.php',
  498.             'sonata.easy_extends.generator.phpcr' => 'getSonata_EasyExtends_Generator_PhpcrService.php',
  499.             'sonata.easy_extends.generator.serializer' => 'getSonata_EasyExtends_Generator_SerializerService.php',
  500.             'sonata.user.admin.group' => 'getSonata_User_Admin_GroupService.php',
  501.             'sonata.user.admin.group.template_registry' => 'getSonata_User_Admin_Group_TemplateRegistryService.php',
  502.             'sonata.user.admin.user' => 'getSonata_User_Admin_UserService.php',
  503.             'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService.php',
  504.             'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService.php',
  505.             'sonata.user.form.type.security_roles' => 'getSonata_User_Form_Type_SecurityRolesService.php',
  506.             'sonata.user.manager.user' => 'getSonata_User_Manager_UserService.php',
  507.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  508.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  509.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  510.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  511.             'templating' => 'getTemplatingService.php',
  512.             'templating.loader' => 'getTemplating_LoaderService.php',
  513.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  514.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  515.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  516.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  517.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  518.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  519.         ];
  520.         $this->aliases = [
  521.             'database_connection' => 'doctrine.dbal.default_connection',
  522.             'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
  523.             'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
  524.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  525.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  526.             'mailer' => 'swiftmailer.mailer.default',
  527.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  528.             'sonata.user.group_manager' => 'fos_user.group_manager',
  529.             'sonata.user.user_manager' => 'fos_user.user_manager',
  530.         ];
  531.         $this->privates['service_container'] = function () {
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  539.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  540.             include_once \dirname(__DIR__4).'/src/EventListener/LocaleListener.php';
  541.             include_once \dirname(__DIR__4).'/src/Contracts/HttpFoundation/RequestInfoInterface.php';
  542.             include_once \dirname(__DIR__4).'/src/HttpFoundation/RequestInfo.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  548.             include_once \dirname(__DIR__4).'/src/Repository/ClientKeysRepository.php';
  549.             include_once \dirname(__DIR__4).'/src/Repository/RestrictionsRepository.php';
  550.             include_once \dirname(__DIR__4).'/src/EventListener/FilterParamConverter.php';
  551.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Events/GuzzleEventListenerInterface.php';
  552.             include_once \dirname(__DIR__4).'/src/EventListener/SalesChannelListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  566.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  589.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  620.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  636.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  658.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  674.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  675.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  676.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  683.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  684.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  689.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  691.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  692.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  693.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  696.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  697.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  698.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  700.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  701.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  704.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  705.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  706.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  707.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  709.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  711.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php';
  712.             include_once \dirname(__DIR__4).'/src/Monolog/Formatter/LineFormatter.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  714.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  716.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  717.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  718.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php';
  719.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php';
  720.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  724.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  725.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  748.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  749.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  754.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  759.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  774.             include_once \dirname(__DIR__4).'/src/Extension/Twig/BarcodeExtension.php';
  775.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  776.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  783.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
  785.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  786.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/DeprecatedTextExtension.php';
  787.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/StatusExtension.php';
  788.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
  789.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
  790.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  791.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  792.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  793.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  795.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  796.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  797.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  798.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  799.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  800.             include_once \dirname(__DIR__4).'/vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Twig/JobQueueExtension.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  802.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  804.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  806.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  807.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  809.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  810.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  812.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  813.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  815.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  816.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  817.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  818.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  821.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  822.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  824.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  825.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/AllowedMethodsListener.php';
  826.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsLoaderInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsRouterLoader.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  841.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
  842.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  844.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  845.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  846.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  847.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  848.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  849.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  850.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  851.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  855.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  856.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  858.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  860.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  862.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  864.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  865.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  868.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  869.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  871.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  874.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  876.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  878.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  879.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  881.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  883.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  884.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  886.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
  887.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
  888.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
  889.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
  891.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
  893.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  904.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  907.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  910.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  912.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  913.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  914.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  916.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  919.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  920.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  921.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  922.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  923.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  924.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  925.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  926.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  927.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  928.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  938.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  939.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  940.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  941.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  942.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  943.         };
  944.     }
  945.     public function compile(): void
  946.     {
  947.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  948.     }
  949.     public function isCompiled(): bool
  950.     {
  951.         return true;
  952.     }
  953.     public function getRemovedIds(): array
  954.     {
  955.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  956.     }
  957.     protected function load($file$lazyLoad true)
  958.     {
  959.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  960.     }
  961.     protected function createProxy($class, \Closure $factory)
  962.     {
  963.         class_exists($classfalse) || $this->load("{$class}.php");
  964.         return $factory();
  965.     }
  966.     /**
  967.      * Gets the public 'App\Repository\ClientKeysRepository' shared autowired service.
  968.      *
  969.      * @return \App\Repository\ClientKeysRepository
  970.      */
  971.     protected function getClientKeysRepositoryService()
  972.     {
  973.         return $this->services['App\\Repository\\ClientKeysRepository'] = new \App\Repository\ClientKeysRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  974.     }
  975.     /**
  976.      * Gets the public 'App\Repository\RestrictionsRepository' shared autowired service.
  977.      *
  978.      * @return \App\Repository\RestrictionsRepository
  979.      */
  980.     protected function getRestrictionsRepositoryService()
  981.     {
  982.         return $this->services['App\\Repository\\RestrictionsRepository'] = new \App\Repository\RestrictionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  983.     }
  984.     /**
  985.      * Gets the public 'cache.app' shared service.
  986.      *
  987.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  988.      */
  989.     protected function getCache_AppService()
  990.     {
  991.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.oeEXyrk'] ?? $this->get_CacheConnection_OeEXyrkService()), 'UisXelwXiZ'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  992.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  993.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  994.     }
  995.     /**
  996.      * Gets the public 'cache.system' shared service.
  997.      *
  998.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  999.      */
  1000.     protected function getCache_SystemService()
  1001.     {
  1002.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.oeEXyrk'] ?? $this->get_CacheConnection_OeEXyrkService()), 'OROsEtmo7+'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1003.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1004.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1005.     }
  1006.     /**
  1007.      * Gets the public 'data_collector.dump' shared service.
  1008.      *
  1009.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1010.      */
  1011.     protected function getDataCollector_DumpService()
  1012.     {
  1013.         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()));
  1014.     }
  1015.     /**
  1016.      * Gets the public 'doctrine' shared service.
  1017.      *
  1018.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1019.      */
  1020.     protected function getDoctrineService()
  1021.     {
  1022.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1023.     }
  1024.     /**
  1025.      * Gets the public 'eight_points_guzzle.logger' shared service.
  1026.      *
  1027.      * @return \EightPoints\Bundle\GuzzleBundle\Log\Logger
  1028.      */
  1029.     protected function getEightPointsGuzzle_LoggerService()
  1030.     {
  1031.         return $this->services['eight_points_guzzle.logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger();
  1032.     }
  1033.     /**
  1034.      * Gets the public 'event_dispatcher' shared service.
  1035.      *
  1036.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1037.      */
  1038.     protected function getEventDispatcherService()
  1039.     {
  1040.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1041.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1042.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1043.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1044.         $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())));
  1045.         $instance->addListener('kernel.request', [=> function () {
  1046.             return ($this->privates['App\\EventListener\\LocaleListener'] ?? $this->getLocaleListenerService());
  1047.         }, => 'onKernelRequest'], 99);
  1048.         $instance->addListener('kernel.response', [=> function () {
  1049.             return ($this->privates['App\\EventListener\\LocaleListener'] ?? $this->getLocaleListenerService());
  1050.         }, => 'onKernelResponse'], 1);
  1051.         $instance->addListener('kernel.controller', [=> function () {
  1052.             return ($this->privates['app.filter_listener'] ?? ($this->privates['app.filter_listener'] = new \App\EventListener\FilterParamConverter()));
  1053.         }, => 'onKernelController'], 10);
  1054.         $instance->addListener('eight_points_guzzle.pre_transaction', [=> function () {
  1055.             return ($this->privates['neutral_auth_interceptor'] ?? $this->load('getNeutralAuthInterceptorService.php'));
  1056.         }, => 'onPreTransaction'], 0);
  1057.         $instance->addListener('eight_points_guzzle.pre_transaction', [=> function () {
  1058.             return ($this->privates['sales_channel_listener'] ?? $this->getSalesChannelListenerService());
  1059.         }, => 'onPreTransaction'], 0);
  1060.         $instance->addListener('kernel.request', [=> function () {
  1061.             return ($this->privates['sales_channel_listener'] ?? $this->getSalesChannelListenerService());
  1062.         }, => 'onKernelRequest'], 0);
  1063.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1064.             return ($this->privates['jwt_token_listener'] ?? ($this->privates['jwt_token_listener'] = new \App\EventListener\JWTTokenListener()));
  1065.         }, => '__invoke'], 0);
  1066.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1067.             return ($this->privates['attach_user_data_on_success'] ?? $this->load('getAttachUserDataOnSuccessService.php'));
  1068.         }, => 'onAuthenticationSuccess'], -99);
  1069.         $instance->addListener('kernel.controller', [=> function () {
  1070.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1071.         }, => 'onKernelController'], 0);
  1072.         $instance->addListener('kernel.request', [=> function () {
  1073.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1074.         }, => 'onKernelRequest'], 10);
  1075.         $instance->addListener('kernel.request', [=> function () {
  1076.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1077.         }, => 'onKernelRequest'], 34);
  1078.         $instance->addListener('kernel.controller', [=> function () {
  1079.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1080.         }, => 'onKernelController'], 5);
  1081.         $instance->addListener('kernel.response', [=> function () {
  1082.             return ($this->privates['fos_rest.allowed_methods_listener'] ?? $this->getFosRest_AllowedMethodsListenerService());
  1083.         }, => 'onKernelResponse'], 0);
  1084.         $instance->addListener('kernel.response', [=> function () {
  1085.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  1086.         }, => 'onKernelResponse'], 0);
  1087.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1088.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService.php'));
  1089.         }, => 'attachRefreshToken'], 0);
  1090.         $instance->addListener('kernel.request', [=> function () {
  1091.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1092.         }, => 'onKernelRequest'], 0);
  1093.         $instance->addListener('kernel.request', [=> function () {
  1094.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1095.         }, => 'onKernelRequest'], 250);
  1096.         $instance->addListener('eight_points_guzzle.pre_transaction', [=> function () {
  1097.             return ($this->privates['gentics_mesh_auth_interceptor'] ?? $this->load('getGenticsMeshAuthInterceptorService.php'));
  1098.         }, => 'onPreTransaction'], 0);
  1099.         $instance->addListener('App\\Event\\OrderEvent', [=> function () {
  1100.             return ($this->privates['App\\EventSubscriber\\OrderEventsSubscriber'] ?? $this->load('getOrderEventsSubscriberService.php'));
  1101.         }, => 'onPreFinish'], 0);
  1102.         $instance->addListener('App\\Event\\PaymentTicketEvent', [=> function () {
  1103.             return ($this->privates['App\\EventSubscriber\\PaymentEventsSubscriber'] ?? $this->load('getPaymentEventsSubscriberService.php'));
  1104.         }, => 'onTicketBought'], 0);
  1105.         $instance->addListener('App\\Event\\PaymentConcessionEvent', [=> function () {
  1106.             return ($this->privates['App\\EventSubscriber\\PaymentEventsSubscriber'] ?? $this->load('getPaymentEventsSubscriberService.php'));
  1107.         }, => 'onConcessionBought'], 0);
  1108.         $instance->addListener('App\\Event\\RefundTicketEvent', [=> function () {
  1109.             return ($this->privates['App\\EventSubscriber\\PaymentEventsSubscriber'] ?? $this->load('getPaymentEventsSubscriberService.php'));
  1110.         }, => 'onTicketRefund'], 0);
  1111.         $instance->addListener('App\\Event\\RefundTicketAnonymEvent', [=> function () {
  1112.             return ($this->privates['App\\EventSubscriber\\PaymentEventsSubscriber'] ?? $this->load('getPaymentEventsSubscriberService.php'));
  1113.         }, => 'onTicketAnonymRefund'], 0);
  1114.         $instance->addListener('kernel.response', [=> function () {
  1115.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1116.         }, => 'onKernelResponse'], 0);
  1117.         $instance->addListener('kernel.response', [=> function () {
  1118.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1119.         }, => 'onKernelResponse'], -1024);
  1120.         $instance->addListener('kernel.request', [=> function () {
  1121.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1122.         }, => 'setDefaultLocale'], 100);
  1123.         $instance->addListener('kernel.request', [=> function () {
  1124.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1125.         }, => 'onKernelRequest'], 16);
  1126.         $instance->addListener('kernel.finish_request', [=> function () {
  1127.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1128.         }, => 'onKernelFinishRequest'], 0);
  1129.         $instance->addListener('kernel.request', [=> function () {
  1130.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1131.         }, => 'onKernelRequest'], 256);
  1132.         $instance->addListener('kernel.request', [=> function () {
  1133.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1134.         }, => 'resolveControllerName'], 24);
  1135.         $instance->addListener('kernel.response', [=> function () {
  1136.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1137.         }, => 'onResponse'], -255);
  1138.         $instance->addListener('kernel.request', [=> function () {
  1139.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1140.         }, => 'onKernelRequest'], 15);
  1141.         $instance->addListener('kernel.finish_request', [=> function () {
  1142.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1143.         }, => 'onKernelFinishRequest'], -15);
  1144.         $instance->addListener('console.error', [=> function () {
  1145.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1146.         }, => 'onConsoleError'], -128);
  1147.         $instance->addListener('console.terminate', [=> function () {
  1148.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1149.         }, => 'onConsoleTerminate'], -128);
  1150.         $instance->addListener('console.error', [=> function () {
  1151.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1152.         }, => 'onConsoleError'], 0);
  1153.         $instance->addListener('kernel.request', [=> function () {
  1154.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1155.         }, => 'onKernelRequest'], 128);
  1156.         $instance->addListener('kernel.response', [=> function () {
  1157.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1158.         }, => 'onKernelResponse'], -1000);
  1159.         $instance->addListener('kernel.finish_request', [=> function () {
  1160.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1161.         }, => 'onFinishRequest'], 0);
  1162.         $instance->addListener('kernel.response', [=> function () {
  1163.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1164.         }, => 'onKernelResponse'], -100);
  1165.         $instance->addListener('kernel.exception', [=> function () {
  1166.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1167.         }, => 'onKernelException'], 0);
  1168.         $instance->addListener('kernel.terminate', [=> function () {
  1169.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1170.         }, => 'onKernelTerminate'], -1024);
  1171.         $instance->addListener('kernel.controller', [=> function () {
  1172.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1173.         }, => 'onKernelController'], 0);
  1174.         $instance->addListener('kernel.response', [=> function () {
  1175.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1176.         }, => 'onKernelResponse'], 0);
  1177.         $instance->addListener('kernel.request', [=> function () {
  1178.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1179.         }, => 'configure'], 2048);
  1180.         $instance->addListener('console.command', [=> function () {
  1181.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1182.         }, => 'configure'], 2048);
  1183.         $instance->addListener('kernel.request', [=> function () {
  1184.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1185.         }, => 'onKernelRequest'], 32);
  1186.         $instance->addListener('kernel.finish_request', [=> function () {
  1187.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1188.         }, => 'onKernelFinishRequest'], 0);
  1189.         $instance->addListener('kernel.exception', [=> function () {
  1190.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1191.         }, => 'onKernelException'], -64);
  1192.         $instance->addListener('kernel.response', [=> function () {
  1193.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1194.         }, => 'onKernelResponse'], 0);
  1195.         $instance->addListener('kernel.controller', [=> function () {
  1196.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1197.         }, => 'onKernelController'], 0);
  1198.         $instance->addListener('kernel.controller', [=> function () {
  1199.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1200.         }, => 'onKernelController'], 0);
  1201.         $instance->addListener('kernel.controller', [=> function () {
  1202.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1203.         }, => 'onKernelController'], -128);
  1204.         $instance->addListener('kernel.view', [=> function () {
  1205.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1206.         }, => 'onKernelView'], 0);
  1207.         $instance->addListener('kernel.controller', [=> function () {
  1208.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1209.         }, => 'onKernelController'], 0);
  1210.         $instance->addListener('kernel.response', [=> function () {
  1211.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1212.         }, => 'onKernelResponse'], 0);
  1213.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1214.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1215.         }, => 'onKernelControllerArguments'], 0);
  1216.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1217.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1218.         }, => 'onKernelControllerArguments'], 0);
  1219.         $instance->addListener('console.command', [=> function () {
  1220.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1221.         }, => 'onCommand'], 255);
  1222.         $instance->addListener('console.terminate', [=> function () {
  1223.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1224.         }, => 'onTerminate'], -255);
  1225.         $instance->addListener('kernel.response', [=> function () {
  1226.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1227.         }, => 'onKernelResponse'], 0);
  1228.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1229.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1230.         }, => 'onVoterVote'], 0);
  1231.         $instance->addListener('kernel.request', [=> function () {
  1232.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1233.         }, => 'configureLogoutUrlGenerator'], 8);
  1234.         $instance->addListener('kernel.request', [=> function () {
  1235.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1236.         }, => 'onKernelRequest'], 8);
  1237.         $instance->addListener('kernel.finish_request', [=> function () {
  1238.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1239.         }, => 'onKernelFinishRequest'], 0);
  1240.         $instance->addListener('kernel.exception', [=> function () {
  1241.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1242.         }, => 'onException'], 0);
  1243.         $instance->addListener('kernel.terminate', [=> function () {
  1244.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1245.         }, => 'onTerminate'], 0);
  1246.         $instance->addListener('console.error', [=> function () {
  1247.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1248.         }, => 'onException'], 0);
  1249.         $instance->addListener('console.terminate', [=> function () {
  1250.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1251.         }, => 'onTerminate'], 0);
  1252.         $instance->addListener('kernel.exception', [=> function () {
  1253.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1254.         }, => 'logKernelException'], 0);
  1255.         $instance->addListener('kernel.exception', [=> function () {
  1256.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1257.         }, => 'onKernelException'], -128);
  1258.         $instance->addListener('kernel.exception', [=> function () {
  1259.             return ($this->privates['fos_rest.exception_listener'] ?? $this->load('getFosRest_ExceptionListenerService.php'));
  1260.         }, => 'onKernelException'], -100);
  1261.         $instance->addListener('kernel.view', [=> function () {
  1262.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService.php'));
  1263.         }, => 'onKernelView'], 30);
  1264.         $instance->addListener('console.error', [=> function () {
  1265.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1266.         }, => 'onConsoleError'], 0);
  1267.         $instance->addListener('console.terminate', [=> function () {
  1268.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1269.         }, => 'onConsoleTerminate'], 0);
  1270.         $instance->addListener('kernel.response', [=> function () {
  1271.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1272.         }, => 'onKernelResponse'], -128);
  1273.         $instance->addListener('console.command', [=> function () {
  1274.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1275.         }, => 'configure'], 1024);
  1276.         $instance->addListener('App\\Event\\UserRegisteredEvent', [=> function () {
  1277.             return ($this->privates['App\\Bundle\\Croatia\\EventSubscriber\\UserEventsSubscriber'] ?? $this->load('getUserEventsSubscriberService.php'));
  1278.         }, => 'onUserRegistered'], 0);
  1279.         $instance->addListener('App\\Event\\UserPasswordResetedEvent', [=> function () {
  1280.             return ($this->privates['App\\Bundle\\Croatia\\EventSubscriber\\UserEventsSubscriber'] ?? $this->load('getUserEventsSubscriberService.php'));
  1281.         }, => 'onUserPasswordReseted'], 0);
  1282.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1283.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1284.         }, => 'onImplicitLogin'], 0);
  1285.         $instance->addListener('security.interactive_login', [=> function () {
  1286.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1287.         }, => 'onSecurityInteractiveLogin'], 0);
  1288.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1289.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1290.         }, => 'authenticate'], 0);
  1291.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1292.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1293.         }, => 'authenticate'], 0);
  1294.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1295.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1296.         }, => 'authenticate'], 0);
  1297.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1298.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1299.         }, => 'addSuccessFlash'], 0);
  1300.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1301.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1302.         }, => 'addSuccessFlash'], 0);
  1303.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1304.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1305.         }, => 'addSuccessFlash'], 0);
  1306.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1307.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1308.         }, => 'addSuccessFlash'], 0);
  1309.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1310.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1311.         }, => 'addSuccessFlash'], 0);
  1312.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1313.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1314.         }, => 'addSuccessFlash'], 0);
  1315.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1316.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1317.         }, => 'addSuccessFlash'], 0);
  1318.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1319.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1320.         }, => 'onResettingResetInitialize'], 0);
  1321.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1322.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1323.         }, => 'onResettingResetSuccess'], 0);
  1324.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1325.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1326.         }, => 'onResettingResetRequest'], 0);
  1327.         $instance->addListener('knp_pager.before', [=> function () {
  1328.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1329.         }, => 'before'], 0);
  1330.         $instance->addListener('knp_pager.pagination', [=> function () {
  1331.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1332.         }, => 'pagination'], 0);
  1333.         $instance->addListener('knp_pager.before', [=> function () {
  1334.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1335.         }, => 'before'], 1);
  1336.         $instance->addListener('knp_pager.before', [=> function () {
  1337.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1338.         }, => 'before'], 1);
  1339.         $instance->addListener('knp_pager.pagination', [=> function () {
  1340.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1341.         }, => 'pagination'], 1);
  1342.         return $instance;
  1343.     }
  1344.     /**
  1345.      * Gets the public 'http_kernel' shared service.
  1346.      *
  1347.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1348.      */
  1349.     protected function getHttpKernelService()
  1350.     {
  1351.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1352.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($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 () {
  1353.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1354.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1355.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1356.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1357.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1358.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1359.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1360.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1361.         }, 8)), $a));
  1362.     }
  1363.     /**
  1364.      * Gets the public 'jms_serializer' shared service.
  1365.      *
  1366.      * @return \JMS\Serializer\Serializer
  1367.      */
  1368.     protected function getJmsSerializerService()
  1369.     {
  1370.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  1371.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService.php'));
  1372.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1373.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1374.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  1375.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  1376.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1377.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService.php'true],
  1378.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService.php'true],
  1379.         ], [
  1380.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  1381.             'jms_serializer.stopwatch_subscriber' => '?',
  1382.         ]));
  1383.         $f->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  1384.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1385.         $g->setOptions(1216);
  1386.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1387.         $h->setFormatOutput(true);
  1388.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1389.         $i->setOptions(0);
  1390.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1391.     }
  1392.     /**
  1393.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1394.      *
  1395.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1396.      */
  1397.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1398.     {
  1399.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1400.     }
  1401.     /**
  1402.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1403.      *
  1404.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1405.      */
  1406.     protected function getJmsSerializer_SerializationContextFactoryService()
  1407.     {
  1408.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1409.     }
  1410.     /**
  1411.      * Gets the public 'knp_menu.matcher' shared service.
  1412.      *
  1413.      * @return \Knp\Menu\Matcher\Matcher
  1414.      */
  1415.     protected function getKnpMenu_MatcherService()
  1416.     {
  1417.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1418.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
  1419.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService.php'));
  1420.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1421.         }, 3));
  1422.     }
  1423.     /**
  1424.      * Gets the public 'profiler' shared service.
  1425.      *
  1426.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1427.      */
  1428.     protected function getProfilerService()
  1429.     {
  1430.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1431.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1432.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1433.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1434.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1435.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1436.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1437.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1438.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1439.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1440.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1441.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1442.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1443.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1444.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1445.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1446.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1447.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1448.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1449.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1450.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1451.         if ($this->has('kernel')) {
  1452.             $f->setKernel($b);
  1453.         }
  1454.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1455.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1456.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1457.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1458.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1459.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1460.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1461.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1462.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1463.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1464.         $instance->add($d);
  1465.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1466.         $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())));
  1467.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1468.         $instance->add($e);
  1469.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1470.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1471.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1472.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  1473.         $instance->add($f);
  1474.         return $instance;
  1475.     }
  1476.     /**
  1477.      * Gets the public 'request_stack' shared service.
  1478.      *
  1479.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1480.      */
  1481.     protected function getRequestStackService()
  1482.     {
  1483.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1484.     }
  1485.     /**
  1486.      * Gets the public 'router' shared service.
  1487.      *
  1488.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1489.      */
  1490.     protected function getRouterService()
  1491.     {
  1492.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1493.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1494.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1495.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1496.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1497.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1498.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1499.         ], [
  1500.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1501.         ]))->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$this->getEnv('resolve:DEFAULT_LOCALE'));
  1502.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1503.         return $instance;
  1504.     }
  1505.     /**
  1506.      * Gets the public 'security.authorization_checker' shared service.
  1507.      *
  1508.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1509.      */
  1510.     protected function getSecurity_AuthorizationCheckerService()
  1511.     {
  1512.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1513.     }
  1514.     /**
  1515.      * Gets the public 'security.token_storage' shared service.
  1516.      *
  1517.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1518.      */
  1519.     protected function getSecurity_TokenStorageService()
  1520.     {
  1521.         return $this->services['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, [
  1522.             'session' => ['services''session''getSessionService.php'true],
  1523.         ], [
  1524.             'session' => '?',
  1525.         ]));
  1526.     }
  1527.     /**
  1528.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  1529.      *
  1530.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1531.      */
  1532.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  1533.     {
  1534.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1535.     }
  1536.     /**
  1537.      * Gets the public 'sonata.admin.pool' shared service.
  1538.      *
  1539.      * @return \Sonata\AdminBundle\Admin\Pool
  1540.      */
  1541.     protected function getSonata_Admin_PoolService()
  1542.     {
  1543.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'IAL Admin''bundles/sonataadmin/logo_title.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'enable_jms_di_extra_autoregistration' => true'mosaic_background' => 'data:image/png;base64,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''javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'10 => 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'11 => 'bundles/sonataadmin/css/styles.css'12 => 'bundles/sonataadmin/css/layout.css'13 => 'bundles/sonataadmin/css/tree.css'14 => 'bundles/sonatacore/css/flashmessage.css'], 'role_admin' => 'ROLE_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1544.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  1545.         $instance->setAdminServiceIds([=> 'admin.push'=> 'admin.restrictions'=> 'admin.archiveMovie'=> 'admin.users'=> 'admin.competitions'=> 'admin.clientkeys'=> 'admin.lightMembers'=> 'admin.giftcards'=> 'admin.giftcardsanonym'=> 'admin.available_giftcards'10 => 'admin.orders'11 => 'admin.order_sessions'12 => 'admin.order_tickets'13 => 'admin.cinemas'14 => 'admin.movies'15 => 'admin.events'16 => 'admin.distributorMatching'17 => 'sonata.user.admin.user'18 => 'sonata.user.admin.group']);
  1546.         $instance->setAdminGroups(['default' => ['label' => 'Managed Entities''icon' => '<i class="fa fa-folder"></i>''on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.push''label' => 'Push''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.restrictions''label' => 'Restrictions''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.users''label' => 'Users''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.competitions''label' => 'Competitions''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.clientkeys''label' => 'Client Keys''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.lightMembers''label' => 'Light Members''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.giftcards''label' => 'Gift Cards''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.giftcardsanonym''label' => 'Gift Cards Anonym''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.available_giftcards''label' => 'Available Gift Cards''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.orders''label' => 'Orders''route' => '''route_params' => [], 'route_absolute' => false], 10 => ['admin' => 'admin.order_sessions''label' => 'Order Sessions''route' => '''route_params' => [], 'route_absolute' => false], 11 => ['admin' => 'admin.order_tickets''label' => 'Order Tickets''route' => '''route_params' => [], 'route_absolute' => false], 12 => ['admin' => 'admin.cinemas''label' => 'Cinema Restrictions''route' => '''route_params' => [], 'route_absolute' => false], 13 => ['admin' => 'admin.movies''label' => 'Movies''route' => '''route_params' => [], 'route_absolute' => false], 14 => ['admin' => 'admin.events''label' => 'Events''route' => '''route_params' => [], 'route_absolute' => false], 15 => ['admin' => 'admin.distributorMatching''label' => 'Distributor Matching''route' => '''route_params' => [], 'route_absolute' => false]], 'item_adds' => [], 'roles' => [], 'label_catalogue' => 'SonataAdminBundle'], 'restrictions' => ['on_top' => true'label' => 'Config''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-edit"></i>''items' => [=> ['route' => 'admin_app_local_restrictions_restrictions''label' => 'Config''roles' => [=> 'ROLE_ADMIN'], 'route_params' => [], 'admin' => '''route_absolute' => false]], 'keep_open' => false'item_adds' => [], 'roles' => []], 'sonata.admin.group.administration' => ['on_top' => true'label' => 'sonata_administration''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-cogs"></i>''items' => [=> ['admin' => 'sonata.user.admin.user''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'keep_open' => false'item_adds' => [], 'roles' => []], 'archiveMovie' => ['on_top' => true'label' => 'Import Archive Movie''icon' => '<i class="fa fa-download"></i>''items' => [=> ['route' => 'film-archive_list''label' => 'Import Archive Movie''roles' => [=> 'ROLE_ADMIN'], 'route_params' => [], 'admin' => '''route_absolute' => false]], 'keep_open' => false'item_adds' => [], 'roles' => [], 'label_catalogue' => 'SonataAdminBundle']]);
  1547.         $instance->setAdminClasses(['App\\Entity\\Local\\Push' => [=> 'admin.push'], 'App\\Entity\\Local\\Restrictions' => [=> 'admin.restrictions'], '' => [=> 'admin.archiveMovie'], 'App\\Entity\\Vista\\LoyaltyMember' => [=> 'admin.users'], 'App\\Entity\\Local\\UserCompetitions' => [=> 'admin.competitions'], 'App\\Entity\\Local\\ClientKeys' => [=> 'admin.clientkeys'], 'App\\Entity\\Local\\NewsLetter' => [=> 'admin.lightMembers'], 'App\\Entity\\Local\\GiftCard' => [=> 'admin.giftcards'], 'App\\Entity\\Local\\GiftCardAnonym' => [=> 'admin.giftcardsanonym'], 'App\\Entity\\Local\\PoolGiftCard' => [=> 'admin.available_giftcards'], 'App\\Entity\\Vista\\Order' => [=> 'admin.orders'], 'App\\Entity\\Vista\\OrderSession' => [=> 'admin.order_sessions'], 'App\\Entity\\Vista\\Ticket' => [=> 'admin.order_tickets'], 'App\\Entity\\Vista\\Cinema' => [=> 'admin.cinemas'], 'App\\Entity\\Vista\\Film' => [=> 'admin.movies'], 'App\\Entity\\Getmesh\\Event' => [=> 'admin.events'], 'App\\Entity\\Local\\DistributorMatching' => [=> 'admin.distributorMatching'], 'App\\Application\\Sonata\\UserBundle\\Entity\\User' => [=> 'sonata.user.admin.user'], 'App\\Application\\Sonata\\UserBundle\\Entity\\Group' => [=> 'sonata.user.admin.group']]);
  1548.         return $instance;
  1549.     }
  1550.     /**
  1551.      * Gets the public 'sonata.admin.twig.extension' shared service.
  1552.      *
  1553.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  1554.      */
  1555.     protected function getSonata_Admin_Twig_ExtensionService()
  1556.     {
  1557.         $this->services['sonata.admin.twig.extension'] = $instance = new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1558.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  1559.         return $instance;
  1560.     }
  1561.     /**
  1562.      * Gets the public 'sonata.admin.twig.global' shared service.
  1563.      *
  1564.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  1565.      */
  1566.     protected function getSonata_Admin_Twig_GlobalService()
  1567.     {
  1568.         return $this->services['sonata.admin.twig.global'] = new \Sonata\AdminBundle\Twig\GlobalVariables(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), 'data:image/png;base64,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');
  1569.     }
  1570.     /**
  1571.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1572.      *
  1573.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1574.      */
  1575.     protected function getSonata_Block_ContextManager_DefaultService()
  1576.     {
  1577.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1578.     }
  1579.     /**
  1580.      * Gets the public 'sonata.block.manager' shared service.
  1581.      *
  1582.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1583.      */
  1584.     protected function getSonata_Block_ManagerService()
  1585.     {
  1586.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1587.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1588.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1589.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1590.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1591.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  1592.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1593.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  1594.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  1595.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  1596.         return $instance;
  1597.     }
  1598.     /**
  1599.      * Gets the public 'sonata.block.renderer.default' shared service.
  1600.      *
  1601.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1602.      */
  1603.     protected function getSonata_Block_Renderer_DefaultService()
  1604.     {
  1605.         $a = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  1606.         $a->setDefaultFilter('debug_only');
  1607.         $a->setDefaultRenderer('throw');
  1608.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true);
  1609.     }
  1610.     /**
  1611.      * Gets the public 'sonata.core.flashmessage.twig.extension' shared service.
  1612.      *
  1613.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1614.      */
  1615.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  1616.     {
  1617.         return $this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1618.     }
  1619.     /**
  1620.      * Gets the public 'translator' shared service.
  1621.      *
  1622.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1623.      */
  1624.     protected function getTranslatorService()
  1625.     {
  1626.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1627.     }
  1628.     /**
  1629.      * Gets the public 'twig' shared service.
  1630.      *
  1631.      * @return \Twig\Environment
  1632.      */
  1633.     protected function getTwigService()
  1634.     {
  1635.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__4));
  1636.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1637.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1638.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1639.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1640.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  1641.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  1642.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  1643.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1644.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1645.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1646.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1647.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1648.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1649.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1650.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1651.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1652.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1653.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1654.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1655.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1656.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1657.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1658.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  1659.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  1660.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  1661.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  1662.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1663.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1664.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1665.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1666.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1667.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1668.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1669.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1670.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  1671.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  1672.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Resources/views'), 'JMSJobQueue');
  1673.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Resources/views'), '!JMSJobQueue');
  1674.         $a->addPath((\dirname(__DIR__4).'/src/Bundle/Croatia/Resources/views'), 'AppCroatia');
  1675.         $a->addPath((\dirname(__DIR__4).'/src/Bundle/Croatia/Resources/views'), '!AppCroatia');
  1676.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1677.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1678.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SonataUserBundle'), 'SonataUser');
  1679.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  1680.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  1681.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1682.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1683.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1684.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1685.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1686.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1687.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1688.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1689.         $e = ($this->services['router'] ?? $this->getRouterService());
  1690.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1691.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1692.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1693.         $h = new \Knp\Menu\Util\MenuManipulator();
  1694.         $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1695.         $j = new \Symfony\Bridge\Twig\AppVariable();
  1696.         $j->setEnvironment('dev');
  1697.         $j->setDebug(true);
  1698.         if ($this->has('security.token_storage')) {
  1699.             $j->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1700.         }
  1701.         if ($this->has('request_stack')) {
  1702.             $j->setRequestStack($f);
  1703.         }
  1704.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1715.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1716.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1717.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1719.         $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())));
  1720.         $instance->addExtension(new \App\Extension\Twig\BarcodeExtension($e));
  1721.         $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1722.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1723.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  1724.         $instance->addExtension(($this->services['sonata.core.flashmessage.twig.extension'] ?? ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1725.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  1726.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension());
  1727.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\StatusExtension());
  1728.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  1729.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true$c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
  1730.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1731.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1732.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService.php'true],
  1733.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService.php'true],
  1734.         ], [
  1735.             'list' => '?',
  1736.             'twig' => '?',
  1737.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $h$i), $i$h));
  1738.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  1739.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  1740.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  1741.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1742.         $instance->addExtension(new \JMS\JobQueueBundle\Twig\JobQueueExtension([]));
  1743.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1744.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService.php'true],
  1745.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  1746.         ], [
  1747.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1748.             'webpack_encore.tag_renderer' => '?',
  1749.         ])));
  1750.         $instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
  1751.         $instance->addGlobal('app'$j);
  1752.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1753.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  1754.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.core.flashmessage.twig.runtime''getSonata_Core_Flashmessage_Twig_RuntimeService.php'true],
  1755.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.core.twig.status_runtime''getSonata_Core_Twig_StatusRuntimeService.php'true],
  1756.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1757.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1758.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1759.         ], [
  1760.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1761.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1762.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1763.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1764.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1765.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1766.         ])));
  1767.         $instance->addGlobal('web_site_scheme_and_http_host'$this->getEnv('NETURAL_BASE_URL'));
  1768.         $instance->addGlobal('mailer_base_url'$this->getEnv('resolve:SCHEME_AND_HTTP_HOST'));
  1769.         $instance->addGlobal('web_site_new_scheme_and_http_host'$this->getEnv('WEBSITE_SCHEME_AND_HTTP_HOST'));
  1770.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  1771.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  1772.         $instance->addGlobal('sonata_user', new \Sonata\UserBundle\Twig\GlobalVariables($this));
  1773.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1774.         return $instance;
  1775.     }
  1776.     /**
  1777.      * Gets the public 'validator' shared service.
  1778.      *
  1779.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1780.      */
  1781.     protected function getValidatorService()
  1782.     {
  1783.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1784.     }
  1785.     /**
  1786.      * Gets the public 'var_dumper.cloner' shared service.
  1787.      *
  1788.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1789.      */
  1790.     protected function getVarDumper_ClonerService()
  1791.     {
  1792.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1793.         $instance->setMaxItems(2500);
  1794.         $instance->setMinDepth(1);
  1795.         $instance->setMaxString(-1);
  1796.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1797.         return $instance;
  1798.     }
  1799.     /**
  1800.      * Gets the private '.cache_connection.oeEXyrk' shared service.
  1801.      *
  1802.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  1803.      */
  1804.     protected function get_CacheConnection_OeEXyrkService()
  1805.     {
  1806.         return $this->privates['.cache_connection.oeEXyrk'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('REDIS_DSN'), ['lazy' => true]);
  1807.     }
  1808.     /**
  1809.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1810.      *
  1811.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1812.      */
  1813.     protected function get_LegacyResolveControllerNameSubscriberService()
  1814.     {
  1815.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1816.     }
  1817.     /**
  1818.      * Gets the private 'App\EventListener\LocaleListener' shared autowired service.
  1819.      *
  1820.      * @return \App\EventListener\LocaleListener
  1821.      */
  1822.     protected function getLocaleListenerService()
  1823.     {
  1824.         return $this->privates['App\\EventListener\\LocaleListener'] = new \App\EventListener\LocaleListener(($this->services['App\\Repository\\ClientKeysRepository'] ?? $this->getClientKeysRepositoryService()), ($this->services['App\\Repository\\RestrictionsRepository'] ?? $this->getRestrictionsRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1825.     }
  1826.     /**
  1827.      * Gets the private 'App\HttpFoundation\RequestInfo' shared autowired service.
  1828.      *
  1829.      * @return \App\HttpFoundation\RequestInfo
  1830.      */
  1831.     protected function getRequestInfoService()
  1832.     {
  1833.         return $this->privates['App\\HttpFoundation\\RequestInfo'] = new \App\HttpFoundation\RequestInfo(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1834.     }
  1835.     /**
  1836.      * Gets the private 'annotations.cached_reader' shared service.
  1837.      *
  1838.      * @return \Doctrine\Common\Annotations\CachedReader
  1839.      */
  1840.     protected function getAnnotations_CachedReaderService()
  1841.     {
  1842.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1843.     }
  1844.     /**
  1845.      * Gets the private 'annotations.reader' shared service.
  1846.      *
  1847.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1848.      */
  1849.     protected function getAnnotations_ReaderService()
  1850.     {
  1851.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1852.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1853.         $a->registerUniqueLoader('class_exists');
  1854.         $instance->addGlobalIgnoredName('required'$a);
  1855.         return $instance;
  1856.     }
  1857.     /**
  1858.      * Gets the private 'assets.packages' shared service.
  1859.      *
  1860.      * @return \Symfony\Component\Asset\Packages
  1861.      */
  1862.     protected function getAssets_PackagesService()
  1863.     {
  1864.         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')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1865.     }
  1866.     /**
  1867.      * Gets the private 'cache.annotations' shared service.
  1868.      *
  1869.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1870.      */
  1871.     protected function getCache_AnnotationsService()
  1872.     {
  1873.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.oeEXyrk'] ?? $this->get_CacheConnection_OeEXyrkService()), 'atZd9BMqu-'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1874.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1875.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1876.     }
  1877.     /**
  1878.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1879.      *
  1880.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1881.      */
  1882.     protected function getCache_Messenger_RestartWorkersSignalService()
  1883.     {
  1884.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.oeEXyrk'] ?? $this->get_CacheConnection_OeEXyrkService()), 'Q3tGKFmB9c'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1885.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1886.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1887.     }
  1888.     /**
  1889.      * Gets the private 'cache.property_info' shared service.
  1890.      *
  1891.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1892.      */
  1893.     protected function getCache_PropertyInfoService()
  1894.     {
  1895.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.oeEXyrk'] ?? $this->get_CacheConnection_OeEXyrkService()), 'FXsiUk0eUN'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1896.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1897.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1898.     }
  1899.     /**
  1900.      * Gets the private 'cache.security_expression_language' shared service.
  1901.      *
  1902.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1903.      */
  1904.     protected function getCache_SecurityExpressionLanguageService()
  1905.     {
  1906.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.oeEXyrk'] ?? $this->get_CacheConnection_OeEXyrkService()), 'wLXZsp51lR'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1907.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1908.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1909.     }
  1910.     /**
  1911.      * Gets the private 'cache.serializer' shared service.
  1912.      *
  1913.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1914.      */
  1915.     protected function getCache_SerializerService()
  1916.     {
  1917.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.oeEXyrk'] ?? $this->get_CacheConnection_OeEXyrkService()), 'vNH4LjPBxi'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1918.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1919.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1920.     }
  1921.     /**
  1922.      * Gets the private 'cache.validator' shared service.
  1923.      *
  1924.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1925.      */
  1926.     protected function getCache_ValidatorService()
  1927.     {
  1928.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.oeEXyrk'] ?? $this->get_CacheConnection_OeEXyrkService()), '9L9cY-1oPC'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1929.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1930.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1931.     }
  1932.     /**
  1933.      * Gets the private 'cache.webpack_encore' shared service.
  1934.      *
  1935.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1936.      */
  1937.     protected function getCache_WebpackEncoreService()
  1938.     {
  1939.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.oeEXyrk'] ?? $this->get_CacheConnection_OeEXyrkService()), '6MNdNpqpXO'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1940.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1941.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1942.     }
  1943.     /**
  1944.      * Gets the private 'config_cache_factory' shared service.
  1945.      *
  1946.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1947.      */
  1948.     protected function getConfigCacheFactoryService()
  1949.     {
  1950.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1951.             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)));
  1952.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1953.         }, 2));
  1954.     }
  1955.     /**
  1956.      * Gets the private 'data_collector.form' shared service.
  1957.      *
  1958.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1959.      */
  1960.     protected function getDataCollector_FormService()
  1961.     {
  1962.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1963.     }
  1964.     /**
  1965.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1966.      *
  1967.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1968.      */
  1969.     protected function getDebug_DebugHandlersListenerService()
  1970.     {
  1971.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1972.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1973.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1974.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1975.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1976.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$a1638316383true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  1977.     }
  1978.     /**
  1979.      * Gets the private 'debug.file_link_formatter' shared service.
  1980.      *
  1981.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1982.      */
  1983.     protected function getDebug_FileLinkFormatterService()
  1984.     {
  1985.         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 () {
  1986.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1987.         });
  1988.     }
  1989.     /**
  1990.      * Gets the private 'debug.log_processor' shared service.
  1991.      *
  1992.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1993.      */
  1994.     protected function getDebug_LogProcessorService()
  1995.     {
  1996.         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())));
  1997.     }
  1998.     /**
  1999.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2000.      *
  2001.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2002.      */
  2003.     protected function getDebug_Security_Access_DecisionManagerService()
  2004.     {
  2005.         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 () {
  2006.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  2007.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  2008.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  2009.         }, 3), 'affirmative'falsetrue));
  2010.     }
  2011.     /**
  2012.      * Gets the private 'debug.security.firewall' shared service.
  2013.      *
  2014.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2015.      */
  2016.     protected function getDebug_Security_FirewallService()
  2017.     {
  2018.         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()));
  2019.     }
  2020.     /**
  2021.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  2022.      *
  2023.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  2024.      */
  2025.     protected function getEightPointsGuzzle_DataCollectorService()
  2026.     {
  2027.         return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector(($this->services['eight_points_guzzle.logger'] ?? ($this->services['eight_points_guzzle.logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger())), 10.0);
  2028.     }
  2029.     /**
  2030.      * Gets the private 'fos_rest.allowed_methods_listener' shared service.
  2031.      *
  2032.      * @return \FOS\RestBundle\EventListener\AllowedMethodsListener
  2033.      */
  2034.     protected function getFosRest_AllowedMethodsListenerService()
  2035.     {
  2036.         return $this->privates['fos_rest.allowed_methods_listener'] = new \FOS\RestBundle\EventListener\AllowedMethodsListener(($this->privates['fos_rest.allowed_methods_loader'] ?? $this->getFosRest_AllowedMethodsLoaderService()));
  2037.     }
  2038.     /**
  2039.      * Gets the private 'fos_rest.allowed_methods_loader' shared service.
  2040.      *
  2041.      * @return \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader
  2042.      */
  2043.     protected function getFosRest_AllowedMethodsLoaderService()
  2044.     {
  2045.         return $this->privates['fos_rest.allowed_methods_loader'] = new \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader(($this->services['router'] ?? $this->getRouterService()), ($this->targetDir.''.'/fos_rest'), true);
  2046.     }
  2047.     /**
  2048.      * Gets the private 'fos_rest.body_listener' shared service.
  2049.      *
  2050.      * @return \FOS\RestBundle\EventListener\BodyListener
  2051.      */
  2052.     protected function getFosRest_BodyListenerService()
  2053.     {
  2054.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2055.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService.php'true],
  2056.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService.php'true],
  2057.         ], [
  2058.             'fos_rest.decoder.json' => '?',
  2059.             'fos_rest.decoder.xml' => '?',
  2060.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  2061.         $instance->setDefaultFormat(NULL);
  2062.         return $instance;
  2063.     }
  2064.     /**
  2065.      * Gets the private 'fos_rest.format_listener' shared service.
  2066.      *
  2067.      * @return \FOS\RestBundle\EventListener\FormatListener
  2068.      */
  2069.     protected function getFosRest_FormatListenerService()
  2070.     {
  2071.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2072.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  2073.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['prefer_extension' => false'fallback_format' => 'json''priorities' => [=> 'json'], 'methods' => NULL'attributes' => [], 'stop' => false]);
  2074.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['prefer_extension' => false'fallback_format' => 'html''priorities' => [=> 'html'], 'methods' => NULL'attributes' => [], 'stop' => false]);
  2075.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  2076.     }
  2077.     /**
  2078.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  2079.      *
  2080.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  2081.      */
  2082.     protected function getFosRest_ParamFetcherListenerService()
  2083.     {
  2084.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['validator'] ?? $this->getValidatorService())), true);
  2085.     }
  2086.     /**
  2087.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  2088.      *
  2089.      * @return \FOS\RestBundle\Request\ParamReader
  2090.      */
  2091.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  2092.     {
  2093.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2094.     }
  2095.     /**
  2096.      * Gets the private 'fos_rest.serializer.jms' shared service.
  2097.      *
  2098.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  2099.      */
  2100.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  2101.     {
  2102.         if ($lazyLoad) {
  2103.             return $this->privates['fos_rest.serializer.jms'] = $this->createProxy('JMSSerializerAdapter_a5dd94b', function () {
  2104.                 return \JMSSerializerAdapter_a5dd94b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2105.                     $wrappedInstance $this->getFosRest_Serializer_JmsService(false);
  2106.                     $proxy->setProxyInitializer(null);
  2107.                     return true;
  2108.                 });
  2109.             });
  2110.         }
  2111.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  2112.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  2113.         return new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2114.     }
  2115.     /**
  2116.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  2117.      *
  2118.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  2119.      */
  2120.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  2121.     {
  2122.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2123.             'fos_rest.serializer.exception_normalizer.jms' => ['privates''fos_rest.serializer.exception_normalizer.jms''getFosRest_Serializer_ExceptionNormalizer_JmsService.php'true],
  2124.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService.php'true],
  2125.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService.php'true],
  2126.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService.php'true],
  2127.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService.php'true],
  2128.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService.php'true],
  2129.             'sonata.user.serializer.handler.user' => ['privates''sonata.user.serializer.handler.user''getSonata_User_Serializer_Handler_UserService.php'true],
  2130.         ], [
  2131.             'fos_rest.serializer.exception_normalizer.jms' => '?',
  2132.             'fos_rest.serializer.form_error_handler' => '?',
  2133.             'jms_serializer.array_collection_handler' => '?',
  2134.             'jms_serializer.constraint_violation_handler' => '?',
  2135.             'jms_serializer.datetime_handler' => '?',
  2136.             'jms_serializer.iterator_handler' => '?',
  2137.             'sonata.user.serializer.handler.user' => '?',
  2138.         ]), [=> ['Exception' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToXml']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'sonata_user_user_id' => ['json' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']], 'sonata_user_user_id' => ['json' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId']]]]);
  2139.     }
  2140.     /**
  2141.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2142.      *
  2143.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2144.      */
  2145.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2146.     {
  2147.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  2148.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2149.     }
  2150.     /**
  2151.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2152.      *
  2153.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2154.      */
  2155.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2156.     {
  2157.         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())));
  2158.     }
  2159.     /**
  2160.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2161.      *
  2162.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2163.      */
  2164.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2165.     {
  2166.         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['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2167.     }
  2168.     /**
  2169.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  2170.      *
  2171.      * @return \Metadata\MetadataFactory
  2172.      */
  2173.     protected function getJmsSerializer_MetadataFactoryService()
  2174.     {
  2175.         return $this->privates['jms_serializer.metadata_factory'] = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2176.     }
  2177.     /**
  2178.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2179.      *
  2180.      * @return \Knp\Menu\Provider\ChainProvider
  2181.      */
  2182.     protected function getKnpMenu_MenuProvider_ChainService()
  2183.     {
  2184.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2185.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
  2186.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
  2187.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService.php'));
  2188.         }, 3));
  2189.     }
  2190.     /**
  2191.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2192.      *
  2193.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2194.      */
  2195.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2196.     {
  2197.         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]);
  2198.     }
  2199.     /**
  2200.      * Gets the private 'locale_aware_listener' shared service.
  2201.      *
  2202.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2203.      */
  2204.     protected function getLocaleAwareListenerService()
  2205.     {
  2206.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2207.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2208.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2209.     }
  2210.     /**
  2211.      * Gets the private 'locale_listener' shared service.
  2212.      *
  2213.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2214.      */
  2215.     protected function getLocaleListener2Service()
  2216.     {
  2217.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('resolve:DEFAULT_LOCALE'), ($this->services['router'] ?? $this->getRouterService()));
  2218.     }
  2219.     /**
  2220.      * Gets the private 'monolog.handler.console' shared service.
  2221.      *
  2222.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2223.      */
  2224.     protected function getMonolog_Handler_ConsoleService()
  2225.     {
  2226.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2227.     }
  2228.     /**
  2229.      * Gets the private 'monolog.handler.main' shared service.
  2230.      *
  2231.      * @return \Monolog\Handler\StreamHandler
  2232.      */
  2233.     protected function getMonolog_Handler_MainService()
  2234.     {
  2235.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler('php://stdout'100trueNULLfalse);
  2236.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2237.         $instance->setFormatter(new \App\Monolog\Formatter\LineFormatter(NULL'Y-m-d H:i:s.vO'falsefalse, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  2238.         return $instance;
  2239.     }
  2240.     /**
  2241.      * Gets the private 'monolog.logger' shared service.
  2242.      *
  2243.      * @return \Symfony\Bridge\Monolog\Logger
  2244.      */
  2245.     protected function getMonolog_LoggerService()
  2246.     {
  2247.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2248.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2249.         $instance->useMicrosecondTimestamps(true);
  2250.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2251.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2252.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2253.         return $instance;
  2254.     }
  2255.     /**
  2256.      * Gets the private 'monolog.logger.cache' shared service.
  2257.      *
  2258.      * @return \Symfony\Bridge\Monolog\Logger
  2259.      */
  2260.     protected function getMonolog_Logger_CacheService()
  2261.     {
  2262.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2263.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2264.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2265.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2266.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2267.         return $instance;
  2268.     }
  2269.     /**
  2270.      * Gets the private 'monolog.logger.request' shared service.
  2271.      *
  2272.      * @return \Symfony\Bridge\Monolog\Logger
  2273.      */
  2274.     protected function getMonolog_Logger_RequestService()
  2275.     {
  2276.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2277.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2278.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2279.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2280.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2281.         return $instance;
  2282.     }
  2283.     /**
  2284.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2285.      *
  2286.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2287.      */
  2288.     protected function getNelmioCors_CorsListenerService()
  2289.     {
  2290.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2291.     }
  2292.     /**
  2293.      * Gets the private 'parameter_bag' shared service.
  2294.      *
  2295.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2296.      */
  2297.     protected function getParameterBagService()
  2298.     {
  2299.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2300.     }
  2301.     /**
  2302.      * Gets the private 'profiler_listener' shared service.
  2303.      *
  2304.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2305.      */
  2306.     protected function getProfilerListenerService()
  2307.     {
  2308.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2309.     }
  2310.     /**
  2311.      * Gets the private 'property_accessor' shared service.
  2312.      *
  2313.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2314.      */
  2315.     protected function getPropertyAccessorService()
  2316.     {
  2317.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  2318.     }
  2319.     /**
  2320.      * Gets the private 'router.request_context' shared service.
  2321.      *
  2322.      * @return \Symfony\Component\Routing\RequestContext
  2323.      */
  2324.     protected function getRouter_RequestContextService()
  2325.     {
  2326.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2327.     }
  2328.     /**
  2329.      * Gets the private 'router_listener' shared service.
  2330.      *
  2331.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2332.      */
  2333.     protected function getRouterListenerService()
  2334.     {
  2335.         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);
  2336.     }
  2337.     /**
  2338.      * Gets the private 'sales_channel_listener' shared autowired service.
  2339.      *
  2340.      * @return \App\EventListener\SalesChannelListener
  2341.      */
  2342.     protected function getSalesChannelListenerService()
  2343.     {
  2344.         $this->privates['sales_channel_listener'] = $instance = new \App\EventListener\SalesChannelListener(($this->privates['App\\HttpFoundation\\RequestInfo'] ?? $this->getRequestInfoService()));
  2345.         $instance->setServiceName('vista_api');
  2346.         return $instance;
  2347.     }
  2348.     /**
  2349.      * Gets the private 'security.authentication.manager' shared service.
  2350.      *
  2351.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2352.      */
  2353.     protected function getSecurity_Authentication_ManagerService()
  2354.     {
  2355.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2356.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->load('getSecurity_Authentication_Provider_Guard_ApiService.php'));
  2357.             yield => ($this->privates['security.authentication.provider.anonymous.api'] ?? ($this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2358.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_AdminService.php'));
  2359.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2360.         }, 4), true);
  2361.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2362.         return $instance;
  2363.     }
  2364.     /**
  2365.      * Gets the private 'security.firewall.map' shared service.
  2366.      *
  2367.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2368.      */
  2369.     protected function getSecurity_Firewall_MapService()
  2370.     {
  2371.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2372.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService.php'true],
  2373.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService.php'true],
  2374.             'security.firewall.map.context.auth' => ['privates''security.firewall.map.context.auth''getSecurity_Firewall_Map_Context_AuthService.php'true],
  2375.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  2376.             'security.firewall.map.context.img' => ['privates''security.firewall.map.context.img''getSecurity_Firewall_Map_Context_ImgService.php'true],
  2377.             'security.firewall.map.context.public' => ['privates''security.firewall.map.context.public''getSecurity_Firewall_Map_Context_PublicService.php'true],
  2378.             'security.firewall.map.context.signin' => ['privates''security.firewall.map.context.signin''getSecurity_Firewall_Map_Context_SigninService.php'true],
  2379.         ], [
  2380.             'security.firewall.map.context.admin' => '?',
  2381.             'security.firewall.map.context.api' => '?',
  2382.             'security.firewall.map.context.auth' => '?',
  2383.             'security.firewall.map.context.dev' => '?',
  2384.             'security.firewall.map.context.img' => '?',
  2385.             'security.firewall.map.context.public' => '?',
  2386.             'security.firewall.map.context.signin' => '?',
  2387.         ]), new RewindableGenerator(function () {
  2388.             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)/')));
  2389.             yield 'security.firewall.map.context.img' => ($this->privates['.security.request_matcher.6SFfZno'] ?? ($this->privates['.security.request_matcher.6SFfZno'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/media')));
  2390.             yield 'security.firewall.map.context.public' => ($this->privates['.security.request_matcher.G_AQdE6'] ?? ($this->privates['.security.request_matcher.G_AQdE6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(.well-known|apple|deeplinks|information|trailer)')));
  2391.             yield 'security.firewall.map.context.auth' => ($this->privates['.security.request_matcher.ZETcRBb'] ?? ($this->privates['.security.request_matcher.ZETcRBb'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/users/auth')));
  2392.             yield 'security.firewall.map.context.signin' => ($this->privates['.security.request_matcher.2OQoN7k'] ?? ($this->privates['.security.request_matcher.2OQoN7k'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/users/signin')));
  2393.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uoH4M7W'] ?? ($this->privates['.security.request_matcher.uoH4M7W'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v')));
  2394.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2395.         }, 7));
  2396.     }
  2397.     /**
  2398.      * Gets the private 'security.logout_url_generator' shared service.
  2399.      *
  2400.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2401.      */
  2402.     protected function getSecurity_LogoutUrlGeneratorService()
  2403.     {
  2404.         $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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2405.         $instance->registerListener('admin''/logout''logout''_csrf_token'NULL'user');
  2406.         return $instance;
  2407.     }
  2408.     /**
  2409.      * Gets the private 'security.role_hierarchy' shared service.
  2410.      *
  2411.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2412.      */
  2413.     protected function getSecurity_RoleHierarchyService()
  2414.     {
  2415.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2416.     }
  2417.     /**
  2418.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2419.      *
  2420.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2421.      */
  2422.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2423.     {
  2424.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2425.     }
  2426.     /**
  2427.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2428.      *
  2429.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2430.      */
  2431.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2432.     {
  2433.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2434.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2435.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2436.         $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), [=> 'Default'], ''NULL'validationErrors'), -50'fos_rest.request_body');
  2437.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2438.     }
  2439.     /**
  2440.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2441.      *
  2442.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2443.      */
  2444.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2445.     {
  2446.         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(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2447.     }
  2448.     /**
  2449.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2450.      *
  2451.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2452.      */
  2453.     protected function getSensioFrameworkExtra_View_ListenerService()
  2454.     {
  2455.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  2456.     }
  2457.     /**
  2458.      * Gets the private 'session_listener' shared service.
  2459.      *
  2460.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2461.      */
  2462.     protected function getSessionListenerService()
  2463.     {
  2464.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2465.             'initialized_session' => ['services''session'NULLtrue],
  2466.             'session' => ['services''session''getSessionService.php'true],
  2467.         ], [
  2468.             'initialized_session' => '?',
  2469.             'session' => '?',
  2470.         ]));
  2471.     }
  2472.     /**
  2473.      * Gets the private 'sonata.block.templating.helper' shared service.
  2474.      *
  2475.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  2476.      */
  2477.     protected function getSonata_Block_Templating_HelperService()
  2478.     {
  2479.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService()), ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2480.     }
  2481.     /**
  2482.      * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  2483.      *
  2484.      * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  2485.      */
  2486.     protected function getSonata_User_MatrixRolesBuilderService()
  2487.     {
  2488.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2489.         $b = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  2490.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2491.         return $this->privates['sonata.user.matrix_roles_builder'] = new \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \Sonata\UserBundle\Security\RolesBuilder\AdminRolesBuilder($a$b$c), new \Sonata\UserBundle\Security\RolesBuilder\SecurityRolesBuilder($a$b$c$this->parameters['security.role_hierarchy.roles']));
  2492.     }
  2493.     /**
  2494.      * Gets the private 'translator.default' shared service.
  2495.      *
  2496.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2497.      */
  2498.     protected function getTranslator_DefaultService()
  2499.     {
  2500.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2501.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2502.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2503.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2504.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2505.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2506.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2507.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2508.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2509.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2510.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2511.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2512.         ], [
  2513.             'translation.loader.csv' => '?',
  2514.             'translation.loader.dat' => '?',
  2515.             'translation.loader.ini' => '?',
  2516.             'translation.loader.json' => '?',
  2517.             'translation.loader.mo' => '?',
  2518.             'translation.loader.php' => '?',
  2519.             'translation.loader.po' => '?',
  2520.             'translation.loader.qt' => '?',
  2521.             'translation.loader.res' => '?',
  2522.             'translation.loader.xliff' => '?',
  2523.             'translation.loader.yml' => '?',
  2524.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('resolve:DEFAULT_LOCALE'), ['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/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/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.bg.xliff')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ca.xliff')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.cs.xliff')], '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/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.de.xliff'), 13 => (\dirname(__DIR__4).'/translations/messages.de.yaml'), 14 => (\dirname(__DIR__4).'/translations/translations/messages.de.yaml'), 15 => (\dirname(__DIR__4).'/translations/validators.de.yaml'), 16 => (\dirname(__DIR__4).'/translations/messages.de.yaml'), 17 => (\dirname(__DIR__4).'/translations/translations/messages.de.yaml'), 18 => (\dirname(__DIR__4).'/translations/validators.de.yaml')], '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).'/translations/messages.el.yaml'), => (\dirname(__DIR__4).'/translations/messages.el.yaml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.en.xliff'), 13 => (\dirname(__DIR__4).'/translations/messages.en.yaml'), 14 => (\dirname(__DIR__4).'/translations/translations/messages.en.yaml'), 15 => (\dirname(__DIR__4).'/translations/validators.en.yaml'), 16 => (\dirname(__DIR__4).'/translations/messages.en.yaml'), 17 => (\dirname(__DIR__4).'/translations/translations/messages.en.yaml'), 18 => (\dirname(__DIR__4).'/translations/validators.en.yaml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.es.xliff')], '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/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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fa.xliff')], '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/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fi.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fi.xliff')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fr.xliff')], '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')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hr.xliff'), => (\dirname(__DIR__4).'/translations/messages.hr.yaml'), 10 => (\dirname(__DIR__4).'/translations/messages.hr.yaml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.id.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.it.xliff')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.lt.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.lt.xliff')], '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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff'), => (\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')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.nl.xliff')], '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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pl.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pl.xliff')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt.xliff')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt_BR.xliff')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ro.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ro.xliff'), 10 => (\dirname(__DIR__4).'/translations/messages.ro.yaml'), 11 => (\dirname(__DIR__4).'/translations/translations/messages.ro.yaml'), 12 => (\dirname(__DIR__4).'/translations/messages.ro.yaml'), 13 => (\dirname(__DIR__4).'/translations/translations/messages.ro.yaml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/FOSUserBundle.ru.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ru.xliff')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sk.xliff')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sl.xliff'), => (\dirname(__DIR__4).'/translations/messages.sl.yaml'), 10 => (\dirname(__DIR__4).'/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.uk.xliff')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\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')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.zh_TW.xliff')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')], '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')], 'al' => [=> (\dirname(__DIR__4).'/translations/messages.al.yaml'), => (\dirname(__DIR__4).'/translations/messages.al.yaml')], 'bl' => [=> (\dirname(__DIR__4).'/translations/messages.bs.bl.yaml'), => (\dirname(__DIR__4).'/translations/messages.en.bl.yaml'), => (\dirname(__DIR__4).'/translations/messages.bs.bl.yaml'), => (\dirname(__DIR__4).'/translations/messages.en.bl.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/translations/messages.bs.yaml'), => (\dirname(__DIR__4).'/translations/messages.en.bs.yaml'), => (\dirname(__DIR__4).'/translations/translations/messages.bs.yaml'), => (\dirname(__DIR__4).'/translations/validators.bs.yaml'), => (\dirname(__DIR__4).'/translations/messages.bs.yaml'), => (\dirname(__DIR__4).'/translations/messages.en.bs.yaml'), => (\dirname(__DIR__4).'/translations/translations/messages.bs.yaml'), => (\dirname(__DIR__4).'/translations/validators.bs.yaml')], 'ks' => [=> (\dirname(__DIR__4).'/translations/messages.ks.yaml'), => (\dirname(__DIR__4).'/translations/messages.ks.yaml')], 'me' => [=> (\dirname(__DIR__4).'/translations/messages.me.yaml'), => (\dirname(__DIR__4).'/translations/messages.sr.me.yaml'), => (\dirname(__DIR__4).'/translations/translations/messages.me.yaml'), => (\dirname(__DIR__4).'/translations/messages.me.yaml'), => (\dirname(__DIR__4).'/translations/messages.sr.me.yaml'), => (\dirname(__DIR__4).'/translations/translations/messages.me.yaml')], 'mk' => [=> (\dirname(__DIR__4).'/translations/messages.mk.yaml'), => (\dirname(__DIR__4).'/translations/messages.mk.yaml')], 'sr' => [=> (\dirname(__DIR__4).'/translations/messages.sr.yaml'), => (\dirname(__DIR__4).'/translations/translations/messages.sr.yaml'), => (\dirname(__DIR__4).'/translations/messages.sr.yaml'), => (\dirname(__DIR__4).'/translations/translations/messages.sr.yaml')]], '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/sonata-project/datagrid-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/translations'), 11 => (\dirname(__DIR__4).'/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/EightPointsGuzzleBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/LexikJWTAuthenticationBundle/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/SonataDatagridBundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/SonataCoreBundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/SonataBlockBundle/translations'), 47 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 48 => (\dirname(__DIR__4).'/src/Resources/KnpMenuBundle/translations'), 49 => (\dirname(__DIR__4).'/src/Resources/SonataAdminBundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/GesdinetJWTRefreshTokenBundle/translations'), 54 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 55 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 56 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 57 => (\dirname(__DIR__4).'/vendor/jms/job-queue-bundle/JMS/JobQueueBundle/translations'), 58 => (\dirname(__DIR__4).'/src/Resources/JMSJobQueueBundle/translations'), 59 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 60 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 61 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 62 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 63 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 64 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 65 => (\dirname(__DIR__4).'/src/Bundle/Croatia/translations'), 66 => (\dirname(__DIR__4).'/src/Resources/AppCroatiaBundle/translations'), 67 => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/translations'), 68 => (\dirname(__DIR__4).'/src/Resources/SonataEasyExtendsBundle/translations'), 69 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 70 => (\dirname(__DIR__4).'/src/Resources/SonataUserBundle/translations'), 71 => (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle/translations'), 72 => (\dirname(__DIR__4).'/src/Resources/ApplicationSonataUserBundle/translations'), 73 => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle/translations'), 74 => (\dirname(__DIR__4).'/src/Resources/QipsiusTCPDFBundle/translations'), 75 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sonata-project/datagrid-bundle/src/Resources/translations'=> 'vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/sonata-project/user-bundle/src/Resources/translations'10 => 'translations'11 => 'translations'12 => 'vendor/symfony/framework-bundle/translations'13 => 'src/Resources/FrameworkBundle/translations'14 => 'vendor/sensio/framework-extra-bundle/src/translations'15 => 'src/Resources/SensioFrameworkExtraBundle/translations'16 => 'vendor/symfony/monolog-bundle/translations'17 => 'src/Resources/MonologBundle/translations'18 => 'vendor/eightpoints/guzzle-bundle/src/translations'19 => 'src/Resources/EightPointsGuzzleBundle/translations'20 => 'vendor/nelmio/api-doc-bundle/translations'21 => 'src/Resources/NelmioApiDocBundle/translations'22 => 'vendor/doctrine/doctrine-cache-bundle/translations'23 => 'src/Resources/DoctrineCacheBundle/translations'24 => 'vendor/doctrine/doctrine-bundle/translations'25 => 'src/Resources/DoctrineBundle/translations'26 => 'vendor/doctrine/doctrine-migrations-bundle/translations'27 => 'src/Resources/DoctrineMigrationsBundle/translations'28 => 'vendor/symfony/security-bundle/translations'29 => 'src/Resources/SecurityBundle/translations'30 => 'vendor/symfony/swiftmailer-bundle/translations'31 => 'src/Resources/SwiftmailerBundle/translations'32 => 'vendor/symfony/twig-bundle/translations'33 => 'src/Resources/TwigBundle/translations'34 => 'vendor/friendsofsymfony/rest-bundle/translations'35 => 'src/Resources/FOSRestBundle/translations'36 => 'vendor/symfony/maker-bundle/src/translations'37 => 'src/Resources/MakerBundle/translations'38 => 'vendor/symfony/web-profiler-bundle/translations'39 => 'src/Resources/WebProfilerBundle/translations'40 => 'vendor/symfony/debug-bundle/translations'41 => 'src/Resources/DebugBundle/translations'42 => 'vendor/lexik/jwt-authentication-bundle/translations'43 => 'src/Resources/LexikJWTAuthenticationBundle/translations'44 => 'src/Resources/SonataDatagridBundle/translations'45 => 'src/Resources/SonataCoreBundle/translations'46 => 'src/Resources/SonataBlockBundle/translations'47 => 'vendor/knplabs/knp-menu-bundle/src/translations'48 => 'src/Resources/KnpMenuBundle/translations'49 => 'src/Resources/SonataAdminBundle/translations'50 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'51 => 'src/Resources/SonataDoctrineORMAdminBundle/translations'52 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations'53 => 'src/Resources/GesdinetJWTRefreshTokenBundle/translations'54 => 'src/Resources/KnpPaginatorBundle/translations'55 => 'vendor/jms/serializer-bundle/translations'56 => 'src/Resources/JMSSerializerBundle/translations'57 => 'vendor/jms/job-queue-bundle/JMS/JobQueueBundle/translations'58 => 'src/Resources/JMSJobQueueBundle/translations'59 => 'vendor/symfony/webpack-encore-bundle/src/translations'60 => 'src/Resources/WebpackEncoreBundle/translations'61 => 'vendor/nelmio/cors-bundle/translations'62 => 'src/Resources/NelmioCorsBundle/translations'63 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'64 => 'src/Resources/DoctrineFixturesBundle/translations'65 => 'src/Bundle/Croatia/translations'66 => 'src/Resources/AppCroatiaBundle/translations'67 => 'vendor/sonata-project/easy-extends-bundle/src/translations'68 => 'src/Resources/SonataEasyExtendsBundle/translations'69 => 'src/Resources/FOSUserBundle/translations'70 => 'src/Resources/SonataUserBundle/translations'71 => 'src/Application/Sonata/UserBundle/translations'72 => 'src/Resources/ApplicationSonataUserBundle/translations'73 => 'vendor/qipsius/tcpdf-bundle/translations'74 => 'src/Resources/QipsiusTCPDFBundle/translations'75 => 'src/Resources/translations']]]);
  2525.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2526.         $instance->setFallbackLocales([=> $this->getEnv('resolve:DEFAULT_LOCALE')]);
  2527.         return $instance;
  2528.     }
  2529.     /**
  2530.      * Gets the private 'validator.builder' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2533.      */
  2534.     protected function getValidator_BuilderService()
  2535.     {
  2536.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2537.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  2538.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  2539.         $instance->setTranslationDomain('validators');
  2540.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  2541.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2542.         $instance->addMethodMapping('loadValidatorMetadata');
  2543.         $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()))]);
  2544.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2545.         return $instance;
  2546.     }
  2547.     /**
  2548.      * Gets the private 'validator.validator_factory' shared service.
  2549.      *
  2550.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  2551.      */
  2552.     protected function getValidator_ValidatorFactoryService()
  2553.     {
  2554.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2555.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2556.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  2557.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2558.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2559.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2560.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2561.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2562.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2563.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2564.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2565.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  2566.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2567.         ], [
  2568.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
  2569.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  2570.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2571.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2572.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2573.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2574.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2575.             'doctrine.orm.validator.unique' => '?',
  2576.             'security.validator.user_password' => '?',
  2577.             'sonata.admin.validator.inline' => '?',
  2578.             'sonata.core.validator.inline' => '?',
  2579.             'validator.expression' => '?',
  2580.         ]));
  2581.     }
  2582.     /**
  2583.      * Gets the private 'var_dumper.html_dumper' shared service.
  2584.      *
  2585.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2586.      */
  2587.     protected function getVarDumper_HtmlDumperService()
  2588.     {
  2589.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2590.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2591.         return $instance;
  2592.     }
  2593.     /**
  2594.      * Gets the private 'var_dumper.server_connection' shared service.
  2595.      *
  2596.      * @return \Symfony\Component\VarDumper\Server\Connection
  2597.      */
  2598.     protected function getVarDumper_ServerConnectionService()
  2599.     {
  2600.         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()]);
  2601.     }
  2602.     /**
  2603.      * Gets the private 'web_profiler.csp.handler' shared service.
  2604.      *
  2605.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2606.      */
  2607.     protected function getWebProfiler_Csp_HandlerService()
  2608.     {
  2609.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2610.     }
  2611.     /**
  2612.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2613.      *
  2614.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2615.      */
  2616.     protected function getWebProfiler_DebugToolbarService()
  2617.     {
  2618.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2619.     }
  2620.     public function getParameter($name)
  2621.     {
  2622.         $name = (string) $name;
  2623.         if (isset($this->buildParameters[$name])) {
  2624.             return $this->buildParameters[$name];
  2625.         }
  2626.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2627.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2628.         }
  2629.         if (isset($this->loadedDynamicParameters[$name])) {
  2630.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2631.         }
  2632.         return $this->parameters[$name];
  2633.     }
  2634.     public function hasParameter($name): bool
  2635.     {
  2636.         $name = (string) $name;
  2637.         if (isset($this->buildParameters[$name])) {
  2638.             return true;
  2639.         }
  2640.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2641.     }
  2642.     public function setParameter($name$value): void
  2643.     {
  2644.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2645.     }
  2646.     public function getParameterBag(): ParameterBagInterface
  2647.     {
  2648.         if (null === $this->parameterBag) {
  2649.             $parameters $this->parameters;
  2650.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2651.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2652.             }
  2653.             foreach ($this->buildParameters as $name => $value) {
  2654.                 $parameters[$name] = $value;
  2655.             }
  2656.             $this->parameterBag = new FrozenParameterBag($parameters);
  2657.         }
  2658.         return $this->parameterBag;
  2659.     }
  2660.     private $loadedDynamicParameters = [
  2661.         'kernel.cache_dir' => false,
  2662.         'locale' => false,
  2663.         'kernel.secret' => false,
  2664.         'kernel.default_locale' => false,
  2665.         'session.save_path' => false,
  2666.         'validator.mapping.cache.file' => false,
  2667.         'profiler.storage.dsn' => false,
  2668.         'debug.container.dump' => false,
  2669.         'serializer.mapping.cache.file' => false,
  2670.         'doctrine.orm.proxy_dir' => false,
  2671.         'swiftmailer.spool.default.memory.path' => false,
  2672.         'lexik_jwt_authentication.pass_phrase' => false,
  2673.         'nelmio_cors.defaults' => false,
  2674.         'qipsius_tcpdf.tcpdf' => false,
  2675.     ];
  2676.     private $dynamicParameters = [];
  2677.     private function getDynamicParameter(string $name)
  2678.     {
  2679.         switch ($name) {
  2680.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2681.             case 'locale'$value $this->getEnv('resolve:DEFAULT_LOCALE'); break;
  2682.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2683.             case 'kernel.default_locale'$value $this->getEnv('resolve:DEFAULT_LOCALE'); break;
  2684.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2685.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2686.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2687.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  2688.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2689.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2690.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2691.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  2692.             case 'nelmio_cors.defaults'$value = [
  2693.                 'allow_origin' => [
  2694.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2695.                 ],
  2696.                 'allow_credentials' => false,
  2697.                 'allow_headers' => [
  2698.                     => 'content-type',
  2699.                     => 'authorization',
  2700.                 ],
  2701.                 'expose_headers' => [
  2702.                     => 'Link',
  2703.                 ],
  2704.                 'allow_methods' => [
  2705.                     => 'GET',
  2706.                     => 'OPTIONS',
  2707.                     => 'POST',
  2708.                     => 'PUT',
  2709.                     => 'PATCH',
  2710.                     => 'DELETE',
  2711.                 ],
  2712.                 'max_age' => 3600,
  2713.                 'hosts' => [
  2714.                 ],
  2715.                 'origin_regex' => true,
  2716.                 'forced_allow_origin_value' => NULL,
  2717.             ]; break;
  2718.             case 'qipsius_tcpdf.tcpdf'$value = [
  2719.                 'k_path_url' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  2720.                 'k_path_main' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  2721.                 'k_path_fonts' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/fonts/'),
  2722.                 'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
  2723.                 'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
  2724.                 'k_path_images' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/'),
  2725.                 'k_blank_image' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
  2726.                 'k_cell_height_ratio' => 1.25,
  2727.                 'k_title_magnification' => 1.3,
  2728.                 'k_small_ratio' => 0.6666666666666666,
  2729.                 'k_thai_topchars' => true,
  2730.                 'k_tcpdf_calls_in_html' => false,
  2731.                 'k_tcpdf_external_config' => true,
  2732.                 'k_tcpdf_throw_exception_error' => true,
  2733.                 'head_magnification' => 1.1,
  2734.                 'pdf_page_format' => 'A4',
  2735.                 'pdf_page_orientation' => 'P',
  2736.                 'pdf_creator' => 'TCPDF',
  2737.                 'pdf_author' => 'TCPDF',
  2738.                 'pdf_header_title' => '',
  2739.                 'pdf_header_string' => '',
  2740.                 'pdf_header_logo' => '',
  2741.                 'pdf_header_logo_width' => '',
  2742.                 'pdf_unit' => 'mm',
  2743.                 'pdf_margin_header' => 5,
  2744.                 'pdf_margin_footer' => 10,
  2745.                 'pdf_margin_top' => 27,
  2746.                 'pdf_margin_bottom' => 25,
  2747.                 'pdf_margin_left' => 15,
  2748.                 'pdf_margin_right' => 15,
  2749.                 'pdf_font_name_main' => 'helvetica',
  2750.                 'pdf_font_size_main' => 10,
  2751.                 'pdf_font_name_data' => 'helvetica',
  2752.                 'pdf_font_size_data' => 8,
  2753.                 'pdf_font_monospaced' => 'courier',
  2754.                 'pdf_image_scale_ratio' => 1.25,
  2755.             ]; break;
  2756.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2757.         }
  2758.         $this->loadedDynamicParameters[$name] = true;
  2759.         return $this->dynamicParameters[$name] = $value;
  2760.     }
  2761.     protected function getDefaultParameters(): array
  2762.     {
  2763.         return [
  2764.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  2765.             'kernel.project_dir' => \dirname(__DIR__4),
  2766.             'kernel.environment' => 'dev',
  2767.             'kernel.debug' => true,
  2768.             'kernel.name' => 'src',
  2769.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2770.             'kernel.bundles' => [
  2771.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2772.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2773.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2774.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  2775.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  2776.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  2777.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2778.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2779.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2780.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2781.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2782.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  2783.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2784.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2785.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2786.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2787.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  2788.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  2789.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  2790.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2791.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  2792.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  2793.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  2794.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2795.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  2796.                 'JMSJobQueueBundle' => 'JMS\\JobQueueBundle\\JMSJobQueueBundle',
  2797.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2798.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2799.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2800.                 'AppCroatiaBundle' => 'App\\Bundle\\Croatia\\AppCroatiaBundle',
  2801.                 'SonataEasyExtendsBundle' => 'Sonata\\EasyExtendsBundle\\SonataEasyExtendsBundle',
  2802.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2803.                 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  2804.                 'ApplicationSonataUserBundle' => 'App\\Application\\Sonata\\UserBundle\\ApplicationSonataUserBundle',
  2805.                 'QipsiusTCPDFBundle' => 'Qipsius\\TCPDFBundle\\QipsiusTCPDFBundle',
  2806.             ],
  2807.             'kernel.bundles_metadata' => [
  2808.                 'FrameworkBundle' => [
  2809.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2810.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2811.                 ],
  2812.                 'SensioFrameworkExtraBundle' => [
  2813.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2814.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2815.                 ],
  2816.                 'MonologBundle' => [
  2817.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2818.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2819.                 ],
  2820.                 'EightPointsGuzzleBundle' => [
  2821.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  2822.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  2823.                 ],
  2824.                 'NelmioApiDocBundle' => [
  2825.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  2826.                     'namespace' => 'Nelmio\\ApiDocBundle',
  2827.                 ],
  2828.                 'DoctrineCacheBundle' => [
  2829.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  2830.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2831.                 ],
  2832.                 'DoctrineBundle' => [
  2833.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2834.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2835.                 ],
  2836.                 'DoctrineMigrationsBundle' => [
  2837.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2838.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2839.                 ],
  2840.                 'SecurityBundle' => [
  2841.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2842.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2843.                 ],
  2844.                 'SwiftmailerBundle' => [
  2845.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2846.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2847.                 ],
  2848.                 'TwigBundle' => [
  2849.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2850.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2851.                 ],
  2852.                 'FOSRestBundle' => [
  2853.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  2854.                     'namespace' => 'FOS\\RestBundle',
  2855.                 ],
  2856.                 'MakerBundle' => [
  2857.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2858.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2859.                 ],
  2860.                 'WebProfilerBundle' => [
  2861.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2862.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2863.                 ],
  2864.                 'DebugBundle' => [
  2865.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2866.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2867.                 ],
  2868.                 'LexikJWTAuthenticationBundle' => [
  2869.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  2870.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  2871.                 ],
  2872.                 'SonataDatagridBundle' => [
  2873.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  2874.                     'namespace' => 'Sonata\\DatagridBundle',
  2875.                 ],
  2876.                 'SonataCoreBundle' => [
  2877.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  2878.                     'namespace' => 'Sonata\\CoreBundle',
  2879.                 ],
  2880.                 'SonataBlockBundle' => [
  2881.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  2882.                     'namespace' => 'Sonata\\BlockBundle',
  2883.                 ],
  2884.                 'KnpMenuBundle' => [
  2885.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  2886.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2887.                 ],
  2888.                 'SonataAdminBundle' => [
  2889.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  2890.                     'namespace' => 'Sonata\\AdminBundle',
  2891.                 ],
  2892.                 'SonataDoctrineORMAdminBundle' => [
  2893.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  2894.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  2895.                 ],
  2896.                 'GesdinetJWTRefreshTokenBundle' => [
  2897.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  2898.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  2899.                 ],
  2900.                 'KnpPaginatorBundle' => [
  2901.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  2902.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2903.                 ],
  2904.                 'JMSSerializerBundle' => [
  2905.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  2906.                     'namespace' => 'JMS\\SerializerBundle',
  2907.                 ],
  2908.                 'JMSJobQueueBundle' => [
  2909.                     'path' => (\dirname(__DIR__4).'/vendor/jms/job-queue-bundle/JMS/JobQueueBundle'),
  2910.                     'namespace' => 'JMS\\JobQueueBundle',
  2911.                 ],
  2912.                 'WebpackEncoreBundle' => [
  2913.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2914.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2915.                 ],
  2916.                 'NelmioCorsBundle' => [
  2917.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  2918.                     'namespace' => 'Nelmio\\CorsBundle',
  2919.                 ],
  2920.                 'DoctrineFixturesBundle' => [
  2921.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2922.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2923.                 ],
  2924.                 'AppCroatiaBundle' => [
  2925.                     'path' => (\dirname(__DIR__4).'/src/Bundle/Croatia'),
  2926.                     'namespace' => 'App\\Bundle\\Croatia',
  2927.                 ],
  2928.                 'SonataEasyExtendsBundle' => [
  2929.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src'),
  2930.                     'namespace' => 'Sonata\\EasyExtendsBundle',
  2931.                 ],
  2932.                 'FOSUserBundle' => [
  2933.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  2934.                     'namespace' => 'FOS\\UserBundle',
  2935.                 ],
  2936.                 'SonataUserBundle' => [
  2937.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src'),
  2938.                     'namespace' => 'Sonata\\UserBundle',
  2939.                 ],
  2940.                 'ApplicationSonataUserBundle' => [
  2941.                     'path' => (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle'),
  2942.                     'namespace' => 'App\\Application\\Sonata\\UserBundle',
  2943.                 ],
  2944.                 'QipsiusTCPDFBundle' => [
  2945.                     'path' => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle'),
  2946.                     'namespace' => 'Qipsius\\TCPDFBundle',
  2947.                 ],
  2948.             ],
  2949.             'kernel.charset' => 'UTF-8',
  2950.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2951.             'container.autowiring.strict_mode' => true,
  2952.             'container.dumper.inline_class_loader' => true,
  2953.             'env(DATABASE_URL)' => '',
  2954.             'merchant_cinemas' => [
  2955.             ],
  2956.             'fragment.renderer.hinclude.global_template' => NULL,
  2957.             'fragment.path' => '/_fragment',
  2958.             'kernel.http_method_override' => true,
  2959.             'kernel.trusted_hosts' => [
  2960.             ],
  2961.             'kernel.error_controller' => 'error_controller',
  2962.             'templating.helper.code.file_link_format' => NULL,
  2963.             'debug.file_link_format' => NULL,
  2964.             'session.metadata.storage_key' => '_sf2_meta',
  2965.             'session.storage.options' => [
  2966.                 'cache_limiter' => '0',
  2967.                 'cookie_httponly' => true,
  2968.                 'gc_probability' => 1,
  2969.             ],
  2970.             'session.metadata.update_threshold' => 0,
  2971.             'form.type_extension.csrf.enabled' => true,
  2972.             'form.type_extension.csrf.field_name' => '_token',
  2973.             'asset.request_context.base_path' => '',
  2974.             'asset.request_context.secure' => false,
  2975.             'templating.loader.cache.path' => NULL,
  2976.             'templating.engines' => [
  2977.                 => 'twig',
  2978.             ],
  2979.             'validator.mapping.cache.prefix' => '',
  2980.             'validator.translation_domain' => 'validators',
  2981.             'translator.logging' => false,
  2982.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2983.             'profiler_listener.only_exceptions' => false,
  2984.             'profiler_listener.only_master_requests' => false,
  2985.             'debug.error_handler.throw_at' => -1,
  2986.             'router.request_context.host' => 'localhost',
  2987.             'router.request_context.scheme' => 'http',
  2988.             'router.request_context.base_url' => '',
  2989.             'router.resource' => 'kernel::loadRoutes',
  2990.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2991.             'request_listener.http_port' => 80,
  2992.             'request_listener.https_port' => 443,
  2993.             'serializer.mapping.cache.prefix' => '',
  2994.             'monolog.use_microseconds' => true,
  2995.             'monolog.swift_mailer.handlers' => [
  2996.             ],
  2997.             'monolog.handlers_to_channels' => [
  2998.                 'monolog.handler.console' => [
  2999.                     'type' => 'exclusive',
  3000.                     'elements' => [
  3001.                         => 'event',
  3002.                         => 'doctrine',
  3003.                         => 'console',
  3004.                     ],
  3005.                 ],
  3006.                 'monolog.handler.main' => [
  3007.                     'type' => 'exclusive',
  3008.                     'elements' => [
  3009.                         => 'event',
  3010.                         => 'security',
  3011.                     ],
  3012.                 ],
  3013.             ],
  3014.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  3015.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  3016.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  3017.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  3018.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  3019.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  3020.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  3021.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  3022.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  3023.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  3024.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  3025.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  3026.             'eight_points_guzzle.plugin.header.headers' => [
  3027.             ],
  3028.             'nelmio_api_doc.areas' => [
  3029.                 => 'default',
  3030.             ],
  3031.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3032.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3033.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3034.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3035.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3036.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3037.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3038.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3039.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3040.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3041.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3042.             'doctrine_cache.memcache.host' => 'localhost',
  3043.             'doctrine_cache.memcache.port' => 11211,
  3044.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3045.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3046.             'doctrine_cache.memcached.host' => 'localhost',
  3047.             'doctrine_cache.memcached.port' => 11211,
  3048.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3049.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3050.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3051.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3052.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3053.             'doctrine_cache.predis.scheme' => 'tcp',
  3054.             'doctrine_cache.predis.host' => 'localhost',
  3055.             'doctrine_cache.predis.port' => 6379,
  3056.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3057.             'doctrine_cache.redis.connection.class' => 'Redis',
  3058.             'doctrine_cache.redis.host' => 'localhost',
  3059.             'doctrine_cache.redis.port' => 6379,
  3060.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3061.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3062.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3063.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3064.             'doctrine_cache.riak.host' => 'localhost',
  3065.             'doctrine_cache.riak.port' => 8087,
  3066.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3067.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3068.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3069.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3070.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3071.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3072.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3073.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3074.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3075.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3076.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3077.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3078.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3079.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3080.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3081.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3082.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3083.             'doctrine.entity_managers' => [
  3084.                 'default' => 'doctrine.orm.default_entity_manager',
  3085.             ],
  3086.             'doctrine.default_entity_manager' => 'default',
  3087.             'doctrine.dbal.connection_factory.types' => [
  3088.                 'jms_job_safe_object' => [
  3089.                     'class' => 'JMS\\JobQueueBundle\\Entity\\Type\\SafeObjectType',
  3090.                     'commented' => true,
  3091.                 ],
  3092.                 'array' => [
  3093.                     'class' => 'App\\Extension\\Doctrine\\Type\\ArrayType',
  3094.                     'commented' => NULL,
  3095.                 ],
  3096.                 'json' => [
  3097.                     'class' => 'Doctrine\\DBAL\\Types\\JsonType',
  3098.                     'commented' => NULL,
  3099.                 ],
  3100.             ],
  3101.             'doctrine.connections' => [
  3102.                 'default' => 'doctrine.dbal.default_connection',
  3103.             ],
  3104.             'doctrine.default_connection' => 'default',
  3105.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3106.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3107.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3108.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3109.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3110.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3111.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3112.             'doctrine.orm.cache.memcache_port' => 11211,
  3113.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3114.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3115.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3116.             'doctrine.orm.cache.memcached_port' => 11211,
  3117.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3118.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3119.             'doctrine.orm.cache.redis_host' => 'localhost',
  3120.             'doctrine.orm.cache.redis_port' => 6379,
  3121.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3122.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3123.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3124.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3125.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3126.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3127.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3128.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3129.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3130.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3131.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3132.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3133.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3134.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3135.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3136.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3137.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3138.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3139.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3140.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3141.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3142.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3143.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3144.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3145.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3146.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3147.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3148.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3149.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3150.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3151.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3152.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  3153.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  3154.             'doctrine_migrations.table_name' => 'migration_versions',
  3155.             'doctrine_migrations.name' => 'Application Migrations',
  3156.             'doctrine_migrations.custom_template' => NULL,
  3157.             'doctrine_migrations.organize_migrations' => false,
  3158.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  3159.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  3160.             'security.role_hierarchy.roles' => [
  3161.                 'ROLE_ADMIN' => [
  3162.                 ],
  3163.                 'ROLE_SUPER_ADMIN' => [
  3164.                     => 'ROLE_ADMIN',
  3165.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3166.                 ],
  3167.             ],
  3168.             'security.access.denied_url' => NULL,
  3169.             'security.authentication.manager.erase_credentials' => true,
  3170.             'security.authentication.session_strategy.strategy' => 'migrate',
  3171.             'security.access.always_authenticate_before_granting' => false,
  3172.             'security.authentication.hide_user_not_found' => true,
  3173.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  3174.             'swiftmailer.mailer.default.spool.enabled' => true,
  3175.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3176.             'swiftmailer.mailer.default.single_address' => NULL,
  3177.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3178.             'swiftmailer.spool.enabled' => true,
  3179.             'swiftmailer.delivery.enabled' => true,
  3180.             'swiftmailer.single_address' => NULL,
  3181.             'swiftmailer.mailers' => [
  3182.                 'default' => 'swiftmailer.mailer.default',
  3183.             ],
  3184.             'swiftmailer.default_mailer' => 'default',
  3185.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  3186.             'twig.form.resources' => [
  3187.                 => 'form_div_layout.html.twig',
  3188.                 => '@SonataUser/Form/form_admin_fields.html.twig',
  3189.                 => 'SonataCoreBundle:Form:datepicker.html.twig',
  3190.             ],
  3191.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3192.             'fos_rest.format_listener.rules' => NULL,
  3193.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3194.             'web_profiler.debug_toolbar.mode' => 2,
  3195.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3196.             'lexik_jwt_authentication.token_ttl' => 3600,
  3197.             'lexik_jwt_authentication.clock_skew' => 0,
  3198.             'lexik_jwt_authentication.user_identity_field' => 'email',
  3199.             'lexik_jwt_authentication.user_id_claim' => 'email',
  3200.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3201.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3202.             'sonata.core.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  3203.             'sonata.core.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  3204.             'sonata.core.form_type' => 'standard',
  3205.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  3206.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  3207.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  3208.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  3209.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  3210.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  3211.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  3212.             'sonata.block.container.types' => [
  3213.                 => 'sonata.block.service.container',
  3214.                 => 'sonata.page.block.container',
  3215.                 => 'sonata.dashboard.block.container',
  3216.                 => 'cmf.block.container',
  3217.                 => 'cmf.block.slideshow',
  3218.             ],
  3219.             'sonata_block.blocks' => [
  3220.                 'sonata.admin.block.admin_list' => [
  3221.                     'contexts' => [
  3222.                         => 'admin',
  3223.                     ],
  3224.                     'templates' => [
  3225.                     ],
  3226.                     'cache' => 'sonata.cache.noop',
  3227.                     'settings' => [
  3228.                     ],
  3229.                 ],
  3230.                 'sonata.admin.block.search_result' => [
  3231.                     'contexts' => [
  3232.                         => 'admin',
  3233.                     ],
  3234.                     'templates' => [
  3235.                     ],
  3236.                     'cache' => 'sonata.cache.noop',
  3237.                     'settings' => [
  3238.                     ],
  3239.                 ],
  3240.                 'sonata.block.service.container' => [
  3241.                     'contexts' => [
  3242.                     ],
  3243.                     'templates' => [
  3244.                     ],
  3245.                     'cache' => 'sonata.cache.noop',
  3246.                     'settings' => [
  3247.                     ],
  3248.                 ],
  3249.                 'sonata.block.service.empty' => [
  3250.                     'contexts' => [
  3251.                     ],
  3252.                     'templates' => [
  3253.                     ],
  3254.                     'cache' => 'sonata.cache.noop',
  3255.                     'settings' => [
  3256.                     ],
  3257.                 ],
  3258.                 'sonata.block.service.text' => [
  3259.                     'contexts' => [
  3260.                     ],
  3261.                     'templates' => [
  3262.                     ],
  3263.                     'cache' => 'sonata.cache.noop',
  3264.                     'settings' => [
  3265.                     ],
  3266.                 ],
  3267.                 'sonata.block.service.rss' => [
  3268.                     'contexts' => [
  3269.                     ],
  3270.                     'templates' => [
  3271.                     ],
  3272.                     'cache' => 'sonata.cache.noop',
  3273.                     'settings' => [
  3274.                     ],
  3275.                 ],
  3276.                 'sonata.block.service.menu' => [
  3277.                     'contexts' => [
  3278.                     ],
  3279.                     'templates' => [
  3280.                     ],
  3281.                     'cache' => 'sonata.cache.noop',
  3282.                     'settings' => [
  3283.                     ],
  3284.                 ],
  3285.                 'sonata.block.service.template' => [
  3286.                     'contexts' => [
  3287.                     ],
  3288.                     'templates' => [
  3289.                     ],
  3290.                     'cache' => 'sonata.cache.noop',
  3291.                     'settings' => [
  3292.                     ],
  3293.                 ],
  3294.                 'sonata.admin.block.stats' => [
  3295.                     'contexts' => [
  3296.                     ],
  3297.                     'templates' => [
  3298.                     ],
  3299.                     'cache' => 'sonata.cache.noop',
  3300.                     'settings' => [
  3301.                     ],
  3302.                 ],
  3303.             ],
  3304.             'sonata_block.blocks_by_class' => [
  3305.             ],
  3306.             'sonata_blocks.block_types' => [
  3307.                 => 'sonata.admin.block.admin_list',
  3308.                 => 'sonata.admin.block.search_result',
  3309.                 => 'sonata.block.service.container',
  3310.                 => 'sonata.block.service.empty',
  3311.                 => 'sonata.block.service.text',
  3312.                 => 'sonata.block.service.rss',
  3313.                 => 'sonata.block.service.menu',
  3314.                 => 'sonata.block.service.template',
  3315.                 => 'sonata.admin.block.stats',
  3316.             ],
  3317.             'sonata_block.cache_blocks' => [
  3318.                 'by_type' => [
  3319.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  3320.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  3321.                     'sonata.block.service.container' => 'sonata.cache.noop',
  3322.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  3323.                     'sonata.block.service.text' => 'sonata.cache.noop',
  3324.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  3325.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  3326.                     'sonata.block.service.template' => 'sonata.cache.noop',
  3327.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  3328.                 ],
  3329.             ],
  3330.             'sonata_blocks.default_contexts' => [
  3331.             ],
  3332.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  3333.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  3334.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  3335.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  3336.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  3337.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  3338.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  3339.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  3340.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  3341.             'knp_menu.renderer.list.options' => [
  3342.             ],
  3343.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  3344.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  3345.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3346.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3347.             'knp_menu.renderer.twig.options' => [
  3348.             ],
  3349.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  3350.             'knp_menu.default_renderer' => 'twig',
  3351.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  3352.                 'choice' => 'select',
  3353.                 'boolean' => 'select',
  3354.                 'text' => 'text',
  3355.                 'textarea' => 'textarea',
  3356.                 'html' => 'textarea',
  3357.                 'email' => 'email',
  3358.                 'string' => 'text',
  3359.                 'smallint' => 'text',
  3360.                 'bigint' => 'text',
  3361.                 'integer' => 'number',
  3362.                 'decimal' => 'number',
  3363.                 'currency' => 'number',
  3364.                 'percent' => 'number',
  3365.                 'url' => 'url',
  3366.                 'date' => 'date',
  3367.             ],
  3368.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  3369.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  3370.             'sonata.admin.configuration.templates' => [
  3371.                 'user_block' => '@SonataUser/Admin/Core/user_block.html.twig',
  3372.                 'search' => '@SonataAdmin/Core/search.html.twig',
  3373.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  3374.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  3375.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  3376.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  3377.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  3378.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  3379.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  3380.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  3381.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  3382.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  3383.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  3384.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  3385.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  3386.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  3387.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  3388.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  3389.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  3390.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  3391.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  3392.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  3393.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  3394.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  3395.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  3396.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  3397.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  3398.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  3399.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  3400.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  3401.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  3402.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  3403.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  3404.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  3405.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  3406.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  3407.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  3408.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  3409.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  3410.             ],
  3411.             'sonata.admin.configuration.admin_services' => [
  3412.             ],
  3413.             'sonata.admin.configuration.dashboard_groups' => [
  3414.                 'default' => [
  3415.                     'label' => 'Managed Entities',
  3416.                     'icon' => '<i class="fa fa-folder"></i>',
  3417.                     'on_top' => false,
  3418.                     'keep_open' => false,
  3419.                     'items' => [
  3420.                     ],
  3421.                     'item_adds' => [
  3422.                     ],
  3423.                     'roles' => [
  3424.                     ],
  3425.                 ],
  3426.                 'restrictions' => [
  3427.                     'on_top' => true,
  3428.                     'label' => 'Config',
  3429.                     'label_catalogue' => NULL,
  3430.                     'icon' => '<i class="fa fa-edit"></i>',
  3431.                     'items' => [
  3432.                         => [
  3433.                             'route' => 'admin_app_local_restrictions_restrictions',
  3434.                             'label' => 'Config',
  3435.                             'roles' => [
  3436.                                 => 'ROLE_ADMIN',
  3437.                             ],
  3438.                             'route_params' => [
  3439.                             ],
  3440.                             'admin' => '',
  3441.                             'route_absolute' => false,
  3442.                         ],
  3443.                     ],
  3444.                     'keep_open' => false,
  3445.                     'item_adds' => [
  3446.                     ],
  3447.                     'roles' => [
  3448.                     ],
  3449.                 ],
  3450.                 'sonata.admin.group.administration' => [
  3451.                     'on_top' => true,
  3452.                     'label' => 'sonata_administration',
  3453.                     'label_catalogue' => 'SonataAdminBundle',
  3454.                     'icon' => '<i class="fa fa-cogs"></i>',
  3455.                     'items' => [
  3456.                         => [
  3457.                             'admin' => 'sonata.user.admin.user',
  3458.                             'label' => '',
  3459.                             'route' => '',
  3460.                             'route_params' => [
  3461.                             ],
  3462.                             'route_absolute' => false,
  3463.                             'roles' => [
  3464.                             ],
  3465.                         ],
  3466.                     ],
  3467.                     'keep_open' => false,
  3468.                     'item_adds' => [
  3469.                     ],
  3470.                     'roles' => [
  3471.                     ],
  3472.                 ],
  3473.                 'archiveMovie' => [
  3474.                     'on_top' => true,
  3475.                     'label' => 'Import Archive Movie',
  3476.                     'icon' => '<i class="fa fa-download"></i>',
  3477.                     'items' => [
  3478.                         => [
  3479.                             'route' => 'film-archive_list',
  3480.                             'label' => 'Import Archive Movie',
  3481.                             'roles' => [
  3482.                                 => 'ROLE_ADMIN',
  3483.                             ],
  3484.                             'route_params' => [
  3485.                             ],
  3486.                             'admin' => '',
  3487.                             'route_absolute' => false,
  3488.                         ],
  3489.                     ],
  3490.                     'keep_open' => false,
  3491.                     'item_adds' => [
  3492.                     ],
  3493.                     'roles' => [
  3494.                     ],
  3495.                 ],
  3496.             ],
  3497.             'sonata.admin.configuration.dashboard_blocks' => [
  3498.                 => [
  3499.                     'type' => 'sonata.admin.block.admin_list',
  3500.                     'position' => 'left',
  3501.                     'roles' => [
  3502.                     ],
  3503.                     'settings' => [
  3504.                     ],
  3505.                     'class' => 'col-md-4',
  3506.                 ],
  3507.             ],
  3508.             'sonata.admin.configuration.sort_admins' => false,
  3509.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  3510.             'sonata.admin.configuration.default_group' => 'default',
  3511.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  3512.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  3513.             'sonata.admin.configuration.breadcrumbs' => [
  3514.                 'child_admin_route' => 'edit',
  3515.             ],
  3516.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  3517.             'sonata.admin.configuration.security.role_admin' => 'ROLE_ADMIN',
  3518.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  3519.             'sonata.admin.configuration.security.information' => [
  3520.                 'EDIT' => [
  3521.                     => 'EDIT',
  3522.                 ],
  3523.                 'LIST' => [
  3524.                     => 'LIST',
  3525.                 ],
  3526.                 'CREATE' => [
  3527.                     => 'CREATE',
  3528.                 ],
  3529.                 'VIEW' => [
  3530.                     => 'VIEW',
  3531.                 ],
  3532.                 'DELETE' => [
  3533.                     => 'DELETE',
  3534.                 ],
  3535.                 'EXPORT' => [
  3536.                     => 'EXPORT',
  3537.                 ],
  3538.                 'ALL' => [
  3539.                     => 'ALL',
  3540.                 ],
  3541.             ],
  3542.             'sonata.admin.configuration.security.admin_permissions' => [
  3543.                 => 'CREATE',
  3544.                 => 'LIST',
  3545.                 => 'DELETE',
  3546.                 => 'UNDELETE',
  3547.                 => 'EXPORT',
  3548.                 => 'OPERATOR',
  3549.                 => 'MASTER',
  3550.             ],
  3551.             'sonata.admin.configuration.security.object_permissions' => [
  3552.                 => 'VIEW',
  3553.                 => 'EDIT',
  3554.                 => 'DELETE',
  3555.                 => 'UNDELETE',
  3556.                 => 'OPERATOR',
  3557.                 => 'MASTER',
  3558.                 => 'OWNER',
  3559.             ],
  3560.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  3561.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  3562.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  3563.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  3564.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  3565.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  3566.             'sonata.admin.extension.map' => [
  3567.                 'admins' => [
  3568.                 ],
  3569.                 'excludes' => [
  3570.                 ],
  3571.                 'implements' => [
  3572.                 ],
  3573.                 'extends' => [
  3574.                 ],
  3575.                 'instanceof' => [
  3576.                 ],
  3577.                 'uses' => [
  3578.                 ],
  3579.             ],
  3580.             'sonata.admin.configuration.filters.persist' => false,
  3581.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  3582.             'sonata.admin.configuration.show.mosaic.button' => true,
  3583.             'sonata.admin.configuration.translate_group_label' => false,
  3584.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  3585.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  3586.             'sonata_doctrine_orm_admin.templates' => [
  3587.                 'types' => [
  3588.                     'list' => [
  3589.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  3590.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  3591.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  3592.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  3593.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  3594.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  3595.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  3596.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  3597.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  3598.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  3599.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  3600.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  3601.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  3602.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  3603.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  3604.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  3605.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  3606.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  3607.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  3608.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  3609.                     ],
  3610.                     'show' => [
  3611.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  3612.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  3613.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  3614.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  3615.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  3616.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3617.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  3618.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  3619.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3620.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3621.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3622.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3623.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3624.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  3625.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  3626.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  3627.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  3628.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  3629.                     ],
  3630.                 ],
  3631.                 'form' => [
  3632.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  3633.                 ],
  3634.                 'filter' => [
  3635.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  3636.                 ],
  3637.             ],
  3638.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\Local\\RefreshToken',
  3639.             'gesdinet_jwt_refresh_token.ttl' => 7776000,
  3640.             'gesdinet_jwt_refresh_token.ttl_update' => true,
  3641.             'gesdinet_jwt_refresh_token.security.firewall' => 'login',
  3642.             'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.jwt',
  3643.             'gesdinet_jwt_refresh_token.user_identity_field' => 'email',
  3644.             'gesdinet.jwtrefreshtoken.entity_manager.id' => 'doctrine.orm.entity_manager',
  3645.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  3646.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  3647.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  3648.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3649.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3650.             'knp_paginator.page_range' => 5,
  3651.             'jms_job_queue.entity.many_to_any_listener.class' => 'JMS\\JobQueueBundle\\Entity\\Listener\\ManyToAnyListener',
  3652.             'jms_job_queue.twig.extension.class' => 'JMS\\JobQueueBundle\\Twig\\JobQueueExtension',
  3653.             'jms_job_queue.retry_scheduler.class' => 'JMS\\JobQueueBundle\\Retry\\ExponentialRetryScheduler',
  3654.             'jms_job_queue.job_manager.class' => 'JMS\\JobQueueBundle\\Entity\\Repository\\JobManager',
  3655.             'jms_job_queue.statistics' => true,
  3656.             'jms_job_queue.entity.statistics_listener.class' => 'JMS\\JobQueueBundle\\Entity\\Listener\\StatisticsListener',
  3657.             'jms_job_queue.queue_options_defaults' => [
  3658.                 'max_concurrent_jobs' => 1,
  3659.             ],
  3660.             'jms_job_queue.queue_options' => [
  3661.             ],
  3662.             'nelmio_cors.map' => [
  3663.                 '^/' => [
  3664.                     'allow_origin' => true,
  3665.                     'allow_headers' => true,
  3666.                     'allow_methods' => [
  3667.                         => 'POST',
  3668.                         => 'PUT',
  3669.                         => 'PATCH',
  3670.                         => 'GET',
  3671.                         => 'DELETE',
  3672.                     ],
  3673.                     'max_age' => 3600,
  3674.                 ],
  3675.             ],
  3676.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3677.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3678.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3679.             'fos_user.backend_type_orm' => true,
  3680.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3681.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3682.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  3683.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3684.             'fos_user.storage' => 'orm',
  3685.             'fos_user.firewall_name' => 'admin',
  3686.             'fos_user.model_manager_name' => NULL,
  3687.             'fos_user.model.user.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  3688.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  3689.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3690.             'fos_user.profile.form.validation_groups' => [
  3691.                 => 'Profile',
  3692.                 => 'Default',
  3693.             ],
  3694.             'fos_user.registration.confirmation.from_email' => [
  3695.                 'no-reply@cineplexx.at' => 'No Reply',
  3696.             ],
  3697.             'fos_user.registration.confirmation.enabled' => false,
  3698.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  3699.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3700.             'fos_user.registration.form.validation_groups' => [
  3701.                 => 'Registration',
  3702.                 => 'Default',
  3703.             ],
  3704.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3705.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3706.             'fos_user.change_password.form.validation_groups' => [
  3707.                 => 'ChangePassword',
  3708.                 => 'Default',
  3709.             ],
  3710.             'fos_user.resetting.email.from_email' => [
  3711.                 'no-reply@cineplexx.at' => 'No Reply',
  3712.             ],
  3713.             'fos_user.resetting.retry_ttl' => 7200,
  3714.             'fos_user.resetting.token_ttl' => 86400,
  3715.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3716.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3717.             'fos_user.resetting.form.validation_groups' => [
  3718.                 => 'ResetPassword',
  3719.                 => 'Default',
  3720.             ],
  3721.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  3722.             'fos_user.model.group.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  3723.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  3724.             'fos_user.group.form.name' => 'fos_user_group_form',
  3725.             'fos_user.group.form.validation_groups' => [
  3726.                 => 'Registration',
  3727.                 => 'Default',
  3728.             ],
  3729.             'sonata.user.admin.groupname' => 'sonata_user',
  3730.             'sonata.user.admin.label_catalogue' => 'SonataUserBundle',
  3731.             'sonata.user.admin.groupicon' => '<i class=\'fa fa-users\'></i>',
  3732.             'sonata.user.admin.user.class' => 'Sonata\\UserBundle\\Admin\\Entity\\UserAdmin',
  3733.             'sonata.user.admin.group.class' => 'Sonata\\UserBundle\\Admin\\Entity\\GroupAdmin',
  3734.             'sonata.user.admin.user.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  3735.             'sonata.user.admin.group.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  3736.             'sonata.user.admin.user.translation_domain' => 'SonataUserBundle',
  3737.             'sonata.user.admin.group.translation_domain' => 'SonataUserBundle',
  3738.             'sonata.user.admin.user.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  3739.             'sonata.user.admin.group.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  3740.             'sonata.user.default_avatar' => 'bundles/sonatauser/default_avatar.png',
  3741.             'sonata.user.impersonating' => false,
  3742.             'sonata.user.google.authenticator.enabled' => false,
  3743.             'qipsius_tcpdf.file' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php'),
  3744.             'qipsius_tcpdf.class' => 'TCPDF',
  3745.             'data_collector.templates' => [
  3746.                 'data_collector.request' => [
  3747.                     => 'request',
  3748.                     => '@WebProfiler/Collector/request.html.twig',
  3749.                 ],
  3750.                 'data_collector.time' => [
  3751.                     => 'time',
  3752.                     => '@WebProfiler/Collector/time.html.twig',
  3753.                 ],
  3754.                 'data_collector.memory' => [
  3755.                     => 'memory',
  3756.                     => '@WebProfiler/Collector/memory.html.twig',
  3757.                 ],
  3758.                 'data_collector.validator' => [
  3759.                     => 'validator',
  3760.                     => '@WebProfiler/Collector/validator.html.twig',
  3761.                 ],
  3762.                 'data_collector.ajax' => [
  3763.                     => 'ajax',
  3764.                     => '@WebProfiler/Collector/ajax.html.twig',
  3765.                 ],
  3766.                 'data_collector.form' => [
  3767.                     => 'form',
  3768.                     => '@WebProfiler/Collector/form.html.twig',
  3769.                 ],
  3770.                 'data_collector.exception' => [
  3771.                     => 'exception',
  3772.                     => '@WebProfiler/Collector/exception.html.twig',
  3773.                 ],
  3774.                 'data_collector.logger' => [
  3775.                     => 'logger',
  3776.                     => '@WebProfiler/Collector/logger.html.twig',
  3777.                 ],
  3778.                 'data_collector.events' => [
  3779.                     => 'events',
  3780.                     => '@WebProfiler/Collector/events.html.twig',
  3781.                 ],
  3782.                 'data_collector.router' => [
  3783.                     => 'router',
  3784.                     => '@WebProfiler/Collector/router.html.twig',
  3785.                 ],
  3786.                 'data_collector.cache' => [
  3787.                     => 'cache',
  3788.                     => '@WebProfiler/Collector/cache.html.twig',
  3789.                 ],
  3790.                 'data_collector.translation' => [
  3791.                     => 'translation',
  3792.                     => '@WebProfiler/Collector/translation.html.twig',
  3793.                 ],
  3794.                 'data_collector.security' => [
  3795.                     => 'security',
  3796.                     => '@Security/Collector/security.html.twig',
  3797.                 ],
  3798.                 'data_collector.twig' => [
  3799.                     => 'twig',
  3800.                     => '@WebProfiler/Collector/twig.html.twig',
  3801.                 ],
  3802.                 'data_collector.doctrine' => [
  3803.                     => 'db',
  3804.                     => '@Doctrine/Collector/db.html.twig',
  3805.                 ],
  3806.                 'swiftmailer.data_collector' => [
  3807.                     => 'swiftmailer',
  3808.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3809.                 ],
  3810.                 'data_collector.dump' => [
  3811.                     => 'dump',
  3812.                     => '@Debug/Profiler/dump.html.twig',
  3813.                 ],
  3814.                 'eight_points_guzzle.data_collector' => [
  3815.                     => 'eight_points_guzzle',
  3816.                     => '@EightPointsGuzzle/debug.html.twig',
  3817.                 ],
  3818.                 'sonata.block.data_collector' => [
  3819.                     => 'block',
  3820.                     => '@SonataBlock/Profiler/block.html.twig',
  3821.                 ],
  3822.                 'data_collector.config' => [
  3823.                     => 'config',
  3824.                     => '@WebProfiler/Collector/config.html.twig',
  3825.                 ],
  3826.             ],
  3827.             'sonata.core.form.types' => [
  3828.                 => 'App\\Form\\B2BNewsLetterType',
  3829.                 => 'App\\Form\\CenterType',
  3830.                 => 'App\\Form\\CinemaRentRequestType',
  3831.                 => 'App\\Form\\CinemaType',
  3832.                 => 'App\\Form\\ExpiryPointType',
  3833.                 => 'App\\Form\\FilmArchiveType',
  3834.                 => 'App\\Form\\FilmType',
  3835.                 => 'App\\Form\\ImportGiftCardType',
  3836.                 => 'App\\Form\\MemberBalanceType',
  3837.                 => 'App\\Form\\NewsLetterType',
  3838.                 10 => 'App\\Form\\OrderSeatType',
  3839.                 11 => 'App\\Form\\OrderTicketType',
  3840.                 12 => 'App\\Form\\PoolGiftCardType',
  3841.                 13 => 'App\\Form\\ScheduledFilmType',
  3842.                 14 => 'App\\Form\\SchoolCinemaCampaignOtherRequestsType',
  3843.                 15 => 'App\\Form\\SchoolCinemaCampaignRequestsType',
  3844.                 16 => 'App\\Form\\SchoolCinemaNewsletterType',
  3845.                 17 => 'App\\Form\\SchoolCinemaRequestsType',
  3846.                 18 => 'App\\Form\\SessionType',
  3847.                 19 => 'App\\Form\\SetTicketsType',
  3848.                 20 => 'App\\Form\\TranslationType',
  3849.                 21 => 'App\\Form\\UpdatePasswordType',
  3850.                 22 => 'App\\Form\\UserCRUDType',
  3851.                 23 => 'App\\Form\\UserChangePasswordResetCodeType',
  3852.                 24 => 'App\\Form\\UserChangePasswordType',
  3853.                 25 => 'App\\Form\\UserCompetitionsType',
  3854.                 26 => 'App\\Form\\UserLoginType',
  3855.                 27 => 'App\\Form\\UserResetPasswordType',
  3856.                 28 => 'App\\Form\\UserType',
  3857.                 29 => 'App\\Form\\UserValidateType',
  3858.                 30 => 'form.type.form',
  3859.                 31 => 'form.type.choice',
  3860.                 32 => 'form.type.file',
  3861.                 33 => 'form.type.entity',
  3862.                 34 => 'sonata.core.form.type.array_legacy',
  3863.                 35 => 'sonata.core.form.type.boolean_legacy',
  3864.                 36 => 'sonata.core.form.type.collection_legacy',
  3865.                 37 => 'sonata.core.form.type.translatable_choice',
  3866.                 38 => 'sonata.core.form.type.date_range_legacy',
  3867.                 39 => 'sonata.core.form.type.datetime_range_legacy',
  3868.                 40 => 'sonata.core.form.type.date_picker_legacy',
  3869.                 41 => 'sonata.core.form.type.datetime_picker_legacy',
  3870.                 42 => 'sonata.core.form.type.date_range_picker_legacy',
  3871.                 43 => 'sonata.core.form.type.datetime_range_picker_legacy',
  3872.                 44 => 'sonata.core.form.type.equal_legacy',
  3873.                 45 => 'sonata.core.form.type.color_selector',
  3874.                 46 => 'sonata.core.form.type.color_legacy',
  3875.                 47 => 'sonata.core.form.type.array',
  3876.                 48 => 'sonata.core.form.type.boolean',
  3877.                 49 => 'sonata.core.form.type.collection',
  3878.                 50 => 'sonata.core.form.type.date_range',
  3879.                 51 => 'sonata.core.form.type.datetime_range',
  3880.                 52 => 'sonata.core.form.type.date_picker',
  3881.                 53 => 'sonata.core.form.type.datetime_picker',
  3882.                 54 => 'sonata.core.form.type.date_range_picker',
  3883.                 55 => 'sonata.core.form.type.datetime_range_picker',
  3884.                 56 => 'sonata.core.form.type.equal',
  3885.                 57 => 'sonata.block.form.type.block',
  3886.                 58 => 'sonata.block.form.type.container_template',
  3887.                 59 => 'sonata.admin.form.type.admin',
  3888.                 60 => 'sonata.admin.form.type.model_choice',
  3889.                 61 => 'sonata.admin.form.type.model_list',
  3890.                 62 => 'sonata.admin.form.type.model_reference',
  3891.                 63 => 'sonata.admin.form.type.model_hidden',
  3892.                 64 => 'sonata.admin.form.type.model_autocomplete',
  3893.                 65 => 'sonata.admin.form.type.collection',
  3894.                 66 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  3895.                 67 => 'sonata.admin.form.filter.type.number',
  3896.                 68 => 'sonata.admin.form.filter.type.choice',
  3897.                 69 => 'sonata.admin.form.filter.type.default',
  3898.                 70 => 'sonata.admin.form.filter.type.date',
  3899.                 71 => 'sonata.admin.form.filter.type.daterange',
  3900.                 72 => 'sonata.admin.form.filter.type.datetime',
  3901.                 73 => 'sonata.admin.form.filter.type.datetime_range',
  3902.                 74 => 'App\\Bundle\\Croatia\\Form\\EventType',
  3903.                 75 => 'fos_user.username_form_type',
  3904.                 76 => 'fos_user.profile.form.type',
  3905.                 77 => 'fos_user.registration.form.type',
  3906.                 78 => 'fos_user.change_password.form.type',
  3907.                 79 => 'fos_user.resetting.form.type',
  3908.                 80 => 'fos_user.group.form.type',
  3909.                 81 => 'sonata.user.form.type.security_roles',
  3910.                 82 => 'sonata.user.form.roles_matrix_type',
  3911.                 83 => 'sonata.user.form.gender_list',
  3912.                 84 => 'sonata.user.api.form.type.group',
  3913.                 85 => 'sonata.user.api.form.type.user',
  3914.             ],
  3915.             'sonata.core.form.type_extensions' => [
  3916.                 => 'form.type_extension.form.transformation_failure_handling',
  3917.                 => 'form.type_extension.form.http_foundation',
  3918.                 => 'form.type_extension.form.validator',
  3919.                 => 'form.type_extension.repeated.validator',
  3920.                 => 'form.type_extension.submit.validator',
  3921.                 => 'form.type_extension.upload.validator',
  3922.                 => 'form.type_extension.csrf',
  3923.                 => 'form.type_extension.form.data_collector',
  3924.                 => 'nelmio_api_doc.form.documentation_extension',
  3925.                 => 'sonata.admin.form.extension.field',
  3926.                 10 => 'sonata.admin.form.extension.field.mopa',
  3927.                 11 => 'sonata.admin.form.extension.choice',
  3928.             ],
  3929.             'console.command.ids' => [
  3930.                 => 'console.command.public_alias.App\\Command\\ArchiveMovieDataCommand',
  3931.                 => 'console.command.public_alias.App\\Command\\CinemaDataCommand',
  3932.                 => 'console.command.public_alias.App\\Command\\GiftCardAlertCommand',
  3933.                 => 'console.command.public_alias.App\\Command\\JmsJobQueueHealthCheckCommand',
  3934.                 => 'console.command.public_alias.App\\Command\\MovieDataCommand',
  3935.                 => 'console.command.public_alias.App\\Command\\ProfilerCleanUpCommand',
  3936.                 => 'console.command.public_alias.App\\Command\\PushNotificationsDispatcherCommand',
  3937.                 => 'console.command.public_alias.App\\Command\\SessionDataCommand',
  3938.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  3939.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  3940.                 10 => 'console.command.public_alias.doctrine_cache.flush_command',
  3941.                 11 => 'console.command.public_alias.doctrine_cache.stats_command',
  3942.                 12 => 'console.command.public_alias.doctrine_migrations.diff_command',
  3943.                 13 => 'console.command.public_alias.doctrine_migrations.execute_command',
  3944.                 14 => 'console.command.public_alias.doctrine_migrations.generate_command',
  3945.                 15 => 'console.command.public_alias.doctrine_migrations.latest_command',
  3946.                 16 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  3947.                 17 => 'console.command.public_alias.doctrine_migrations.status_command',
  3948.                 18 => 'console.command.public_alias.doctrine_migrations.version_command',
  3949.                 19 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  3950.                 20 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  3951.                 21 => 'console.command.public_alias.Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  3952.                 22 => 'console.command.public_alias.Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  3953.                 23 => 'console.command.public_alias.App\\Bundle\\Croatia\\Command\\CinemaDataCommand',
  3954.                 24 => 'console.command.public_alias.App\\Bundle\\Croatia\\Command\\CleanUpImagesCommand',
  3955.                 25 => 'console.command.public_alias.App\\Bundle\\Croatia\\Command\\ConcessionDataCommand',
  3956.                 26 => 'console.command.public_alias.App\\Bundle\\Croatia\\Command\\EventDataCommand',
  3957.                 27 => 'console.command.public_alias.App\\Bundle\\Croatia\\Command\\RunImportCommand',
  3958.                 28 => 'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand',
  3959.                 29 => 'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand',
  3960.                 30 => 'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand',
  3961.             ],
  3962.         ];
  3963.     }
  3964. }