<?php
namespace ContainerYMOIFrJ;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelReviewDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker' => 'getAdminAuthorizationCheckerService',
'App\\Http\\CityCaseRedirector' => 'getCityCaseRedirectorService',
'app.features' => 'getApp_FeaturesService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.dbal.multi_website_connection' => 'getDoctrine_Dbal_MultiWebsiteConnectionService',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'doctrine.orm.multi_website_entity_manager' => 'getDoctrine_Orm_MultiWebsiteEntityManagerService',
'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
'easyadmin.router' => 'getEasyadmin_RouterService',
'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
'eight_points_guzzle.client.api_oplata_info' => 'getEightPointsGuzzle_Client_ApiOplataInfoService',
'event_dispatcher' => 'getEventDispatcherService',
'flagception.listener.annotation_subscriber' => 'getFlagception_Listener_AnnotationSubscriberService',
'flagception.listener.routing_metadata_subscriber' => 'getFlagception_Listener_RoutingMetadataSubscriberService',
'flagception.manager.feature_manager' => 'getFlagception_Manager_FeatureManagerService',
'geographical_names_inflection.inflector' => 'getGeographicalNamesInflection_InflectorService',
'http_kernel' => 'getHttpKernelService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'knp_paginator' => 'getKnpPaginatorService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
'porpaginas.twig.extension' => 'getPorpaginas_Twig_ExtensionService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'twig' => 'getTwigService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'AlterPHP\\EasyAdminExtensionBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
'App\\Controller\\API\\PaymentWebhookController' => 'getPaymentWebhookControllerService',
'App\\Controller\\API\\VoucherController' => 'getVoucherControllerService',
'App\\Controller\\AccountAuthenticationController' => 'getAccountAuthenticationControllerService',
'App\\Controller\\AccountPasswordResetController' => 'getAccountPasswordResetControllerService',
'App\\Controller\\AccountRegistrationController' => 'getAccountRegistrationControllerService',
'App\\Controller\\Account\\AccountController' => 'getAccountControllerService',
'App\\Controller\\Account\\CustomerController' => 'getCustomerControllerService',
'App\\Controller\\Account\\CustomerPreferredProfilesController' => 'getCustomerPreferredProfilesControllerService',
'App\\Controller\\Account\\FinancesController' => 'getFinancesControllerService',
'App\\Controller\\Account\\PaidServicesController' => 'getPaidServicesControllerService',
'App\\Controller\\Account\\PhoneReviewsController' => 'getPhoneReviewsControllerService',
'App\\Controller\\Account\\ProfileCommentsController' => 'getProfileCommentsControllerService',
'App\\Controller\\Account\\ProfileEditingController' => 'getProfileEditingControllerService',
'App\\Controller\\Account\\ProfileManagementController' => 'getProfileManagementControllerService',
'App\\Controller\\Account\\SaloonCommentsController' => 'getSaloonCommentsControllerService',
'App\\Controller\\Account\\SaloonEditingController' => 'getSaloonEditingControllerService',
'App\\Controller\\Account\\SaloonManagementController' => 'getSaloonManagementControllerService',
'App\\Controller\\Account\\SupportMessagesController' => 'getSupportMessagesControllerService',
'App\\Controller\\CityListController' => 'getCityListControllerService',
'App\\Controller\\Component\\HeaderController' => 'getHeaderControllerService',
'App\\Controller\\DebugController' => 'getDebugControllerService',
'App\\Controller\\DistrictListController' => 'getDistrictListControllerService',
'App\\Controller\\GalleryController' => 'getGalleryControllerService',
'App\\Controller\\HomepageController' => 'getHomepageControllerService',
'App\\Controller\\HttpCacheController' => 'getHttpCacheControllerService',
'App\\Controller\\Management\\AccountChargesController' => 'getAccountChargesControllerService',
'App\\Controller\\Management\\AccountController' => 'getAccountController2Service',
'App\\Controller\\Management\\AnalyticsController' => 'getAnalyticsControllerService',
'App\\Controller\\Management\\AuthenticationController' => 'getAuthenticationControllerService',
'App\\Controller\\Management\\CityPricesController' => 'getCityPricesControllerService',
'App\\Controller\\Management\\CustomerController' => 'getCustomerController2Service',
'App\\Controller\\Management\\DeletedProfilesController' => 'getDeletedProfilesControllerService',
'App\\Controller\\Management\\DeletedSaloonController' => 'getDeletedSaloonControllerService',
'App\\Controller\\Management\\IpAddressCommentBanController' => 'getIpAddressCommentBanControllerService',
'App\\Controller\\Management\\IpAddressController' => 'getIpAddressControllerService',
'App\\Controller\\Management\\IpAddressDailyCommentBanController' => 'getIpAddressDailyCommentBanControllerService',
'App\\Controller\\Management\\IpAddressPermanentCommentBanController' => 'getIpAddressPermanentCommentBanControllerService',
'App\\Controller\\Management\\LocationController' => 'getLocationControllerService',
'App\\Controller\\Management\\LogController' => 'getLogControllerService',
'App\\Controller\\Management\\OfferBarController' => 'getOfferBarControllerService',
'App\\Controller\\Management\\PageMetadataController' => 'getPageMetadataControllerService',
'App\\Controller\\Management\\ProfileApprovalController' => 'getProfileApprovalControllerService',
'App\\Controller\\Management\\ProfileCommentController' => 'getProfileCommentControllerService',
'App\\Controller\\Management\\ProfileController' => 'getProfileControllerService',
'App\\Controller\\Management\\ProfileModerationController' => 'getProfileModerationControllerService',
'App\\Controller\\Management\\SaloonCommentController' => 'getSaloonCommentControllerService',
'App\\Controller\\Management\\SaloonController' => 'getSaloonControllerService',
'App\\Controller\\Management\\SupportMessagesController' => 'getSupportMessagesController2Service',
'App\\Controller\\MapController' => 'getMapControllerService',
'App\\Controller\\MasseurListController' => 'getMasseurListControllerService',
'App\\Controller\\ProfileBotHelperController' => 'getProfileBotHelperControllerService',
'App\\Controller\\ProfileCommentController' => 'getProfileCommentController2Service',
'App\\Controller\\ProfileCtrController' => 'getProfileCtrControllerService',
'App\\Controller\\ProfileFilterController' => 'getProfileFilterControllerService',
'App\\Controller\\ProfileListController' => 'getProfileListControllerService',
'App\\Controller\\ProfilePreviewController' => 'getProfilePreviewControllerService',
'App\\Controller\\ProfileRecommendationController' => 'getProfileRecommendationControllerService',
'App\\Controller\\ProfileSearchController' => 'getProfileSearchControllerService',
'App\\Controller\\ProfileWidgetController' => 'getProfileWidgetControllerService',
'App\\Controller\\RecentProfilesController' => 'getRecentProfilesControllerService',
'App\\Controller\\RecentlyViewedProfilesController' => 'getRecentlyViewedProfilesControllerService',
'App\\Controller\\RobotsTxtController' => 'getRobotsTxtControllerService',
'App\\Controller\\S3DebugController' => 'getS3DebugControllerService',
'App\\Controller\\SaloonCommentController' => 'getSaloonCommentController2Service',
'App\\Controller\\SaloonListController' => 'getSaloonListControllerService',
'App\\Controller\\SaloonPreviewController' => 'getSaloonPreviewControllerService',
'App\\Controller\\SearchByKeywordsController' => 'getSearchByKeywordsControllerService',
'App\\Controller\\SidebarPlacementsController' => 'getSidebarPlacementsControllerService',
'App\\Controller\\StaticPageController' => 'getStaticPageControllerService',
'App\\Controller\\StationListController' => 'getStationListControllerService',
'App\\Service\\ListingRotationApi' => 'getListingRotationApiService',
'App\\Service\\UploadedFileNamer' => 'getUploadedFileNamerService',
'App\\Service\\VideoFileProcessor' => 'getVideoFileProcessorService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminController2Service',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog' => 'getBulkQueueWatchDogService',
'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue' => 'getProcessBulkQueueService',
'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand' => 'getConfigureCacheDirectoryCommandService',
'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand' => 'getRemoveOutdatedCacheDirectoriesCommandService',
'console.command.public_alias.App\\Console\\Export\\ExportProfiles' => 'getExportProfilesService',
'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand' => 'getExportRotationListingsConfigCommandService',
'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand' => 'getAdaptForAvatarCommandService',
'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription' => 'getAdaptForESDescriptionService',
'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand' => 'getAdaptForFreeProfilesCommandService',
'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus' => 'getAdaptForProfileModerationStatusService',
'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations' => 'getAdaptForProfileRecommendationsService',
'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords' => 'getAdaptForSearchByKeywordsService',
'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733' => 'getAddServicesForTask28733Service',
'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand' => 'getAnalExtraChargeToServiceExtraChargeCommandService',
'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand' => 'getRevertAdaptForAvatarCommandService',
'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand' => 'getRevertAdaptForFreeProfilesCommandService',
'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand' => 'getSetAvatarFromFirstPhotoCommandService',
'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand' => 'getSetUniqueDescriptionForDuplicatesCommandService',
'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi' => 'getRemoveStationVerhnieLihoborodyiService',
'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal' => 'getRemoveStationobvodnoyKanalService',
'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand' => 'getImportCitiesCommandService',
'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand' => 'getImportCitiesMapCoordinatesCommandService',
'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand' => 'getImportPageMetadataCommandService',
'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand' => 'getImportPaidPlacementPricesCommandService',
'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand' => 'getImportPaymentProductsCommandService',
'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand' => 'getImportProfilesCommandService',
'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand' => 'getImportSaloonsCommandService',
'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand' => 'getImportServicesCommandService',
'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand' => 'getImportStationDistrictCommandService',
'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache' => 'getClearCtrValuesCacheService',
'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList' => 'getClearCurrentModerationListService',
'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand' => 'getCreateStaffAccountCommandService',
'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles' => 'getDeleteModerationRejectedProfilesService',
'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements' => 'getHideFreeUnapprovedPlacementsService',
'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent' => 'getPersistProfileCtrValuesPermanentService',
'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles' => 'getSetSeoPhoneNumbersForProfilesService',
'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons' => 'getSetSeoPhoneNumbersForSaloonsService',
'console.command.public_alias.App\\Console\\Management\\UpdateStations' => 'getUpdateStationsService',
'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus' => 'getUpdateUsersTrustedStatusService',
'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand' => 'getGenerateCityUriDumpCommandService',
'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand' => 'getGenerateServicesUriDumpCommandService',
'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand' => 'getCreatePageMetadataTemplatesCommandService',
'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand' => 'getGenerateSitemapCommandService',
'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand' => 'getImportPageMetadataCommand2Service',
'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand' => 'getImportProfileDescriptionCommandService',
'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator' => 'getListingPagesSitemapGeneratorService',
'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand' => 'getFixProfileAdBoardPositionsCommandService',
'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand' => 'getManualAccountChargesCommandService',
'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand' => 'getMigrateFinancialDataCommandService',
'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand' => 'getPlaceProfilesFreeAdBoardPlacementsCommandService',
'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand' => 'getPlacementHiderHourlyChargeCommandService',
'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand' => 'getProcessOutdatedNewSidebarPlacementsCommandService',
'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand' => 'getProfileAdBoardHourlyChargeCommandService',
'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand' => 'getRotateProfileAdBoardPlacementsCommandService',
'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand' => 'getRotateProfileFreeAdBoardPlacementsCommandService',
'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand' => 'getRotateSaloonAdBoardPlacementsCommandService',
'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand' => 'getRotateSidebarPlacementsCommandService',
'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand' => 'getSaloonAdBoardHourlyChargeCommandService',
'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand' => 'getUserLowBalanceNotifyCommandService',
'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand' => 'getFillIpAddressRangeCommandService',
'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand' => 'getPrepareOldVideoFilesCommandService',
'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts' => 'getCreateDummyAccountsService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
'eight_points_guzzle.client.api_payday' => 'getEightPointsGuzzle_Client_ApiPaydayService',
'eight_points_guzzle.client.api_rotation' => 'getEightPointsGuzzle_Client_ApiRotationService',
'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
'eight_points_guzzle.handler_stack.api_oplata_info' => 'getEightPointsGuzzle_HandlerStack_ApiOplataInfoService',
'eight_points_guzzle.handler_stack.api_payday' => 'getEightPointsGuzzle_HandlerStack_ApiPaydayService',
'eight_points_guzzle.handler_stack.api_rotation' => 'getEightPointsGuzzle_HandlerStack_ApiRotationService',
'eight_points_guzzle.middleware.event_dispatch.api_oplata_info' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService',
'eight_points_guzzle.middleware.event_dispatch.api_payday' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiPaydayService',
'eight_points_guzzle.middleware.event_dispatch.api_rotation' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiRotationService',
'eight_points_guzzle.middleware.log.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService',
'eight_points_guzzle.middleware.log.api_payday' => 'getEightPointsGuzzle_Middleware_Log_ApiPaydayService',
'eight_points_guzzle.middleware.log.api_rotation' => 'getEightPointsGuzzle_Middleware_Log_ApiRotationService',
'eight_points_guzzle.middleware.profile.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService',
'eight_points_guzzle.middleware.profile.api_payday' => 'getEightPointsGuzzle_Middleware_Profile_ApiPaydayService',
'eight_points_guzzle.middleware.profile.api_rotation' => 'getEightPointsGuzzle_Middleware_Profile_ApiRotationService',
'eight_points_guzzle.middleware.request_time.api_oplata_info' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService',
'eight_points_guzzle.middleware.request_time.api_payday' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiPaydayService',
'eight_points_guzzle.middleware.request_time.api_rotation' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiRotationService',
'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
'error_controller' => 'getErrorControllerService',
'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
'file_namer.profile_media' => 'getFileNamer_ProfileMediaService',
'file_namer.profile_media_approval' => 'getFileNamer_ProfileMediaApprovalService',
'file_namer.saloon_media' => 'getFileNamer_SaloonMediaService',
'file_namer.saloon_media_thumb' => 'getFileNamer_SaloonMediaThumbService',
'file_namer.saloon_media_video' => 'getFileNamer_SaloonMediaVideoService',
'file_namer.tmp_media' => 'getFileNamer_TmpMediaService',
'file_namer.user_media' => 'getFileNamer_UserMediaService',
'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
'fos_elastica.finder.description.profile' => 'getFosElastica_Finder_Description_ProfileService',
'fos_elastica.finder.key_search.profile' => 'getFosElastica_Finder_KeySearch_ProfileService',
'fos_elastica.finder.recommendations.profile' => 'getFosElastica_Finder_Recommendations_ProfileService',
'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
'fos_elastica.index.description' => 'getFosElastica_Index_DescriptionService',
'fos_elastica.index.description.profile' => 'getFosElastica_Index_Description_ProfileService',
'fos_elastica.index.key_search' => 'getFosElastica_Index_KeySearchService',
'fos_elastica.index.key_search.profile' => 'getFosElastica_Index_KeySearch_ProfileService',
'fos_elastica.index.recommendations' => 'getFosElastica_Index_RecommendationsService',
'fos_elastica.index.recommendations.profile' => 'getFosElastica_Index_Recommendations_ProfileService',
'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
'fos_elastica.object_persister.description.profile' => 'getFosElastica_ObjectPersister_Description_ProfileService',
'fos_elastica.object_persister.key_search.profile' => 'getFosElastica_ObjectPersister_KeySearch_ProfileService',
'fos_elastica.object_persister.recommendations.profile' => 'getFosElastica_ObjectPersister_Recommendations_ProfileService',
'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
'fos_elastica.pager_provider.description.profile' => 'getFosElastica_PagerProvider_Description_ProfileService',
'fos_elastica.pager_provider.key_search.profile' => 'getFosElastica_PagerProvider_KeySearch_ProfileService',
'fos_elastica.pager_provider.recommendations.profile' => 'getFosElastica_PagerProvider_Recommendations_ProfileService',
'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
'fos_elastica.resetter' => 'getFosElastica_ResetterService',
'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
'knp_menu.factory' => 'getKnpMenu_FactoryService',
'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
'oneup_flysystem.process_queue_filesystem' => 'getOneupFlysystem_ProcessQueueFilesystemService',
'oneup_flysystem.profile_media_approval_filesystem' => 'getOneupFlysystem_ProfileMediaApprovalFilesystemService',
'oneup_flysystem.profile_media_avatar_filesystem' => 'getOneupFlysystem_ProfileMediaAvatarFilesystemService',
'oneup_flysystem.profile_media_filesystem' => 'getOneupFlysystem_ProfileMediaFilesystemService',
'oneup_flysystem.profile_media_selfie_filesystem' => 'getOneupFlysystem_ProfileMediaSelfieFilesystemService',
'oneup_flysystem.profile_media_untouched_filesystem' => 'getOneupFlysystem_ProfileMediaUntouchedFilesystemService',
'oneup_flysystem.public_filesystem' => 'getOneupFlysystem_PublicFilesystemService',
'oneup_flysystem.saloon_media_filesystem' => 'getOneupFlysystem_SaloonMediaFilesystemService',
'oneup_flysystem.saloon_media_thumb_filesystem' => 'getOneupFlysystem_SaloonMediaThumbFilesystemService',
'oneup_flysystem.saloon_media_untouched_filesystem' => 'getOneupFlysystem_SaloonMediaUntouchedFilesystemService',
'oneup_flysystem.saloon_media_video_filesystem' => 'getOneupFlysystem_SaloonMediaVideoFilesystemService',
'oneup_flysystem.tmp_filesystem' => 'getOneupFlysystem_TmpFilesystemService',
'oneup_flysystem.tmp_media_filesystem' => 'getOneupFlysystem_TmpMediaFilesystemService',
'oneup_flysystem.user_media_filesystem' => 'getOneupFlysystem_UserMediaFilesystemService',
'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
'oneup_uploader.controller.process_queue' => 'getOneupUploader_Controller_ProcessQueueService',
'oneup_uploader.controller.profile_media_approval' => 'getOneupUploader_Controller_ProfileMediaApprovalService',
'oneup_uploader.controller.profile_media_avatar' => 'getOneupUploader_Controller_ProfileMediaAvatarService',
'oneup_uploader.controller.profile_photo' => 'getOneupUploader_Controller_ProfilePhotoService',
'oneup_uploader.controller.profile_selfie' => 'getOneupUploader_Controller_ProfileSelfieService',
'oneup_uploader.controller.profile_video' => 'getOneupUploader_Controller_ProfileVideoService',
'oneup_uploader.controller.saloon_media' => 'getOneupUploader_Controller_SaloonMediaService',
'oneup_uploader.controller.saloon_media_thumb' => 'getOneupUploader_Controller_SaloonMediaThumbService',
'oneup_uploader.controller.saloon_media_video' => 'getOneupUploader_Controller_SaloonMediaVideoService',
'oneup_uploader.controller.tmp_media' => 'getOneupUploader_Controller_TmpMediaService',
'oneup_uploader.controller.user_media' => 'getOneupUploader_Controller_UserMediaService',
'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
'porpaginas.twig.subscriber' => 'getPorpaginas_Twig_SubscriberService',
'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
];
$this->aliases = [
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'fos_elastica.client' => 'fos_elastica.client.default',
'fos_elastica.index' => 'fos_elastica.index.recommendations',
'fos_elastica.manager' => 'fos_elastica.manager.orm',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/src/DataCollector/DebugCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/AjaxDebugUpdateSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ApiAccessSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Service/AccessManager.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/BadWordsReplaceSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Helper/EnvironmentHelper.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/BanLogoutSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/CityCaseRedirectSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/CommentBanSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/DisabledRouteSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/DoctrineEntityFilterSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/DomainParkingSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/DomainRedirectSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Http/DomainRedirectorInterface.php';
include_once \dirname(__DIR__, 4).'/src/Http/DomainRedirector.php';
include_once \dirname(__DIR__, 4).'/src/Http/LegacyDomainRedirector.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/EnumSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/KernelSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/PageMetadataSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ProfileListOrderingSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Service/ProfilePaidPlacementRotator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AccountEnrollmentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ApprovalRequestsRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/happyr/doctrine-specification/src/Repository/EntitySpecificationRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SpecificationTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EntityIteratorTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/BannedEmailRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DistrictRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ModerationRequestsRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PageMetadataRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PaidPlacementPriceRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProfileCommentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProfileCtrRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProfileKVRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProfileRecommendationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProfileRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SidebarPlacementRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProfileSidebarPlacementRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProfileTopPlacementRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SaloonRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SaloonSidebarPlacementRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ServiceRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SupportMessagesRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SystemVariablesRepository.php';
include_once \dirname(__DIR__, 4).'/src/Service/AccountFinances.php';
include_once \dirname(__DIR__, 4).'/src/Service/ApprovalService.php';
include_once \dirname(__DIR__, 4).'/src/Service/CityMainPagesLinkageService.php';
include_once \dirname(__DIR__, 4).'/src/Service/CountryCurrencyResolver.php';
include_once \dirname(__DIR__, 4).'/src/Service/CurrentCityResolver.php';
include_once \dirname(__DIR__, 4).'/src/Service/CustomerBanService.php';
include_once \dirname(__DIR__, 4).'/src/Service/DefaultCityProvider.php';
include_once \dirname(__DIR__, 4).'/src/Service/EnumUriLoader.php';
include_once \dirname(__DIR__, 4).'/src/Service/Features.php';
include_once \dirname(__DIR__, 4).'/src/Service/InnerLinkageCircleService.php';
include_once \dirname(__DIR__, 4).'/src/Service/ListingService.php';
include_once \dirname(__DIR__, 4).'/src/Service/ModerationService.php';
include_once \dirname(__DIR__, 4).'/src/Service/MoneyFormatterService.php';
include_once \dirname(__DIR__, 4).'/src/Service/PhoneNumberService.php';
include_once \dirname(__DIR__, 4).'/src/Service/ProfileAdBoard.php';
include_once \dirname(__DIR__, 4).'/src/Service/ProfileAvatar.php';
include_once \dirname(__DIR__, 4).'/src/Service/ProfileRecommendationService.php';
include_once \dirname(__DIR__, 4).'/src/Service/ProfileBotHelper.php';
include_once \dirname(__DIR__, 4).'/src/Service/ProfileChargesCalculator.php';
include_once \dirname(__DIR__, 4).'/src/Service/ProfileCtrService.php';
include_once \dirname(__DIR__, 4).'/src/Service/ProfileList.php';
include_once \dirname(__DIR__, 4).'/src/Service/ProfileTopBoard.php';
include_once \dirname(__DIR__, 4).'/src/Service/ResponsiveAssetsService.php';
include_once \dirname(__DIR__, 4).'/src/Service/SaloonChargesCalculator.php';
include_once \dirname(__DIR__, 4).'/src/Service/SearchByKeywordsService.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SearchByKeywordsESRepository.php';
include_once \dirname(__DIR__, 4).'/src/Service/Sidebar.php';
include_once \dirname(__DIR__, 4).'/src/Service/TimeZoneService.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/src/ParamConverter/CityParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/CacheConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Logging/StatisticsCacheLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/CacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/DefaultCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/RegionsConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ChromePhpHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Slugify.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Listener/AnnotationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
include_once \dirname(__DIR__, 4).'/src/Bridge/AlterPHP/EasyAdminExtensionBundle/Configuration/ListFormFiltersConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/HelperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
include_once \dirname(__DIR__, 4).'/src/Bridge/GuzzleHttp/Handler/OplataInfoTestHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Options.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/PorpaginasExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/RenderingAdapter.php';
include_once \dirname(__DIR__, 4).'/packages/porpaginas-bundle/Twig/KnpPagerRenderingAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Morphos/GeographicalNamesInflection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ChainAdapter.php';
include_once \dirname(__DIR__, 4).'/src/Http/CityCaseRedirector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/src/Routing/DynamicRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/packages/translatable-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/AccountExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/CityMainPagesLinkageByCountriesExtension.php';
include_once \dirname(__DIR__, 4).'/src/Service/CityMainPagesLinkageByCountriesService.php';
include_once \dirname(__DIR__, 4).'/src/Twig/CityMainPagesLinkageExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ClientTypeExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ConfirmationRequestsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/DateExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/DefaultCityExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/DistrictsLinkageExtension.php';
include_once \dirname(__DIR__, 4).'/src/Service/DistrictsLinkageService.php';
include_once \dirname(__DIR__, 4).'/src/Twig/InnerLinkageCircleExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ListingExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/MoneyFormatterExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/OfferBarExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/OplataInfoExtension.php';
include_once \dirname(__DIR__, 4).'/src/PaymentProcessing/Gateway/OplataInfo.php';
include_once \dirname(__DIR__, 4).'/src/Twig/PaidPlacementsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/PersonParametersExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/PhoneCallExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ProfileAvatarExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ProfileChargesExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ProfileCommentExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ProfileKVExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ProfileModerationExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ProfileRecommendationsDebugExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/RecentProfilesExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ResponsiveAssetExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/SaloonChargesExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/SaloonCommentExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/SearchByKeywordsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/SeoExtension.php';
include_once \dirname(__DIR__, 4).'/src/Service/PageMetadataGenerator.php';
include_once \dirname(__DIR__, 4).'/src/Service/CanonicalUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ServicesExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/StationCommentsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/StationPagesLinkageExtension.php';
include_once \dirname(__DIR__, 4).'/src/Service/StationPagesLinkageService.php';
include_once \dirname(__DIR__, 4).'/src/Twig/StationsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/SupportMessagesExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/TakeOutLocationsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/TimeFormatterExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ToolsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/UserExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Twig/GeographicalNamesInflectionTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/bigidea/morphos-twig-bundle/src/Twig/MorphosExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
$a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
if (isset($this->services['.container.private.form.factory'])) {
return $this->services['.container.private.form.factory'];
}
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$b = ($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService());
$c = ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
$d = ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
$a->pushProcessor($b);
$a->pushHandler($c);
$a->pushHandler($d);
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$e = ($this->services['kernel'] ?? $this->get('kernel'));
$f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$g = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$g->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$g->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$g->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
$g->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
$g->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
$g->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
$g->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
$g->addInstance('cache.rate_limiter.traceable', ($this->privates['cache.rate_limiter.traceable'] ?? $this->getCache_RateLimiter_TraceableService()));
$g->addInstance('cache.doctrine.traceable', ($this->privates['cache.doctrine.traceable'] ?? $this->getCache_Doctrine_TraceableService()));
$g->addInstance('project_data.cache.traceable', ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
$g->addInstance('user_predict.cache.traceable', ($this->privates['user_predict.cache.traceable'] ?? $this->getUserPredict_Cache_TraceableService()));
$g->addInstance('sidebar_new_check_cool_down.cache.traceable', ($this->privates['sidebar_new_check_cool_down.cache.traceable'] ?? $this->getSidebarNewCheckCoolDown_Cache_TraceableService()));
$g->addInstance('ctr_stat.cache.traceable', ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService()));
$g->addInstance('profiles_filter.cache.traceable', ($this->privates['profiles_filter.cache.traceable'] ?? $this->getProfilesFilter_Cache_TraceableService()));
$g->addInstance('stations_lines.cache.traceable', ($this->privates['stations_lines.cache.traceable'] ?? $this->getStationsLines_Cache_TraceableService()));
$g->addInstance('profile_widget.cache.traceable', ($this->privates['profile_widget.cache.traceable'] ?? $this->getProfileWidget_Cache_TraceableService()));
$g->addInstance('station_added_profiles.cache.traceable', ($this->privates['station_added_profiles.cache.traceable'] ?? $this->getStationAddedProfiles_Cache_TraceableService()));
$g->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$g->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
$g->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
$g->addInstance('cache.doctrine.orm.default.second_level.region_driver.traceable', ($this->privates['cache.doctrine.orm.default.second_level.region_driver.traceable'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService()));
$g->addInstance('cache.doctrine.orm.multi_website.result.traceable', ($this->privates['cache.doctrine.orm.multi_website.result.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()));
$g->addInstance('cache.doctrine.orm.multi_website.query.traceable', ($this->privates['cache.doctrine.orm.multi_website.query.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()));
$g->addInstance('cache.doctrine.orm.multi_website.second_level.region_driver.traceable', ($this->privates['cache.doctrine.orm.multi_website.second_level.region_driver.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService()));
$g->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
$g->addInstance('cache.easyadmin.traceable', ($this->privates['cache.easyadmin.traceable'] ?? $this->getCache_Easyadmin_TraceableService()));
$g->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
$h = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$h->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$i = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$i->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$j = new \Symfony\Bridge\Monolog\Logger('snc_redis');
$j->pushProcessor($b);
$j->pushHandler($c);
$j->pushHandler($d);
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($j);
$k = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$k->setKernel($e);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($e, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelReviewDebugContainer'), $f));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $f));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($g);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($h);
$instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($i);
$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
$instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
$instance->add(new \Flagception\Bundle\FlagceptionBundle\Profiler\FeatureDataCollector(($this->privates['flagception.activator.chain_activator'] ?? $this->getFlagception_Activator_ChainActivatorService()), ($this->privates['flagception.decorator.chain_decorator'] ?? ($this->privates['flagception.decorator.chain_decorator'] = new \Flagception\Decorator\ChainDecorator()))));
$instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
$instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(new \Snc\RedisBundle\Logger\RedisLogger($j)));
$instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
$instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
$instance->add(($this->privates['App\\DataCollector\\DebugCollector'] ?? ($this->privates['App\\DataCollector\\DebugCollector'] = new \App\DataCollector\DebugCollector())));
$instance->add($k);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false);
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
$b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$e = ($this->services['translator'] ?? $this->getTranslatorService());
$f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$g = ($this->services['router'] ?? $this->getRouterService());
$h = ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService());
$i = ($this->privates['App\\Service\\SaloonChargesCalculator'] ?? $this->getSaloonChargesCalculatorService());
$j = ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService());
$k = ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService());
$l = ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService());
$m = ($this->privates['App\\Repository\\ModerationRequestsRepository'] ?? $this->getModerationRequestsRepositoryService());
$n = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
$o = ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService());
$p = ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService());
$q = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$q->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
$r = new \Knp\Menu\Util\MenuManipulator();
$s = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
$t = new \Symfony\Bridge\Twig\AppVariable();
$t->setEnvironment('review');
$t->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$t->setTokenStorage($c);
}
if ($this->has('request_stack')) {
$t->setRequestStack($b);
}
$u = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $g)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
$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())));
$instance->addExtension(new \App\Twig\AccountExtension(($this->privates['App\\Service\\TimeZoneService'] ?? $this->getTimeZoneServiceService()), $c, $h, $i));
$instance->addExtension(new \App\Twig\CityMainPagesLinkageByCountriesExtension(new \App\Service\CityMainPagesLinkageByCountriesService($b, $j, $g, $e, ($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), $k, $l)));
$instance->addExtension(new \App\Twig\CityMainPagesLinkageExtension(($this->privates['App\\Service\\CityMainPagesLinkageService'] ?? $this->getCityMainPagesLinkageServiceService())));
$instance->addExtension(new \App\Twig\ClientTypeExtension());
$instance->addExtension(new \App\Twig\ConfirmationRequestsExtension(($this->privates['App\\Repository\\ApprovalRequestsRepository'] ?? $this->getApprovalRequestsRepositoryService()), $m));
$instance->addExtension(new \App\Twig\DateExtension($n));
$instance->addExtension(new \App\Twig\DefaultCityExtension($l));
$instance->addExtension(new \App\Twig\DistrictsLinkageExtension(new \App\Service\DistrictsLinkageService($b, $j, $g, $e, ($this->privates['App\\Repository\\DistrictRepository'] ?? $this->getDistrictRepositoryService()), $k, $l, $n)));
$instance->addExtension(new \App\Twig\InnerLinkageCircleExtension(($this->privates['App\\Service\\InnerLinkageCircleService'] ?? $this->getInnerLinkageCircleServiceService())));
$instance->addExtension(new \App\Twig\ListingExtension(($this->privates['App\\Service\\ListingService'] ?? ($this->privates['App\\Service\\ListingService'] = new \App\Service\ListingService()))));
$instance->addExtension(new \App\Twig\MoneyFormatterExtension($b, ($this->privates['App\\Service\\MoneyFormatterService'] ?? $this->getMoneyFormatterServiceService())));
$instance->addExtension(new \App\Twig\OfferBarExtension(($this->privates['App\\Repository\\SystemVariablesRepository'] ?? $this->getSystemVariablesRepositoryService())));
$instance->addExtension(new \App\Twig\OplataInfoExtension(new \App\PaymentProcessing\Gateway\OplataInfo(($this->services['eight_points_guzzle.client.api_oplata_info'] ?? $this->getEightPointsGuzzle_Client_ApiOplataInfoService()), $this->getEnv('OPLATA_MERCHANT_ID'), $this->getEnv('OPLATA_MERCHANT_PASSWORD'), $this->getEnv('APP_SECRET'), true), $c));
$instance->addExtension(new \App\Twig\PaidPlacementsExtension($b, ($this->privates['App\\Repository\\SidebarPlacementRepository'] ?? $this->getSidebarPlacementRepositoryService()), $o, ($this->privates['App\\Service\\Sidebar'] ?? $this->getSidebarService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['App\\Service\\ProfileTopBoard'] ?? $this->getProfileTopBoardService()), ($this->privates['App\\Service\\CurrentCityResolver'] ?? $this->getCurrentCityResolverService())));
$instance->addExtension(new \App\Twig\PersonParametersExtension());
$instance->addExtension(new \App\Twig\PhoneCallExtension());
$instance->addExtension(new \App\Twig\ProfileAvatarExtension(($this->privates['App\\Service\\ProfileAvatar'] ?? $this->getProfileAvatarService())));
$instance->addExtension(new \App\Twig\ProfileChargesExtension($h, $c));
$instance->addExtension(new \App\Twig\ProfileCommentExtension());
$instance->addExtension(new \App\Twig\ProfileKVExtension(($this->privates['App\\Repository\\ProfileKVRepository'] ?? $this->getProfileKVRepositoryService())));
$instance->addExtension(new \App\Twig\ProfileModerationExtension(($this->privates['App\\Service\\ModerationService'] ?? $this->getModerationServiceService()), $m));
$instance->addExtension(new \App\Twig\ProfileRecommendationsDebugExtension(($this->privates['App\\Service\\ProfileRecommendationService'] ?? $this->getProfileRecommendationServiceService()), ($this->privates['App\\Service\\ProfileBotHelper'] ?? $this->getProfileBotHelperService()), $c));
$instance->addExtension(new \App\Twig\RecentProfilesExtension($b, $l, ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService())));
$instance->addExtension(new \App\Twig\ResponsiveAssetExtension(($this->privates['App\\Service\\ResponsiveAssetsService'] ?? $this->getResponsiveAssetsServiceService())));
$instance->addExtension(new \App\Twig\RoutingExtension($g, $b));
$instance->addExtension(new \App\Twig\SaloonChargesExtension($i, $c));
$instance->addExtension(new \App\Twig\SaloonCommentExtension());
$instance->addExtension(new \App\Twig\SearchByKeywordsExtension(($this->privates['App\\Service\\SearchByKeywordsService'] ?? $this->getSearchByKeywordsServiceService())));
$instance->addExtension(new \App\Twig\SeoExtension(new \App\Service\PageMetadataGenerator($instance, $b), $b, new \App\Service\CanonicalUrlGenerator($g, $b, $o, $n), $e));
$instance->addExtension(new \App\Twig\ServicesExtension(($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService())));
$instance->addExtension(new \App\Twig\StationCommentsExtension(($this->privates['App\\Repository\\ProfileCommentRepository'] ?? $this->getProfileCommentRepositoryService()), ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService())));
$instance->addExtension(new \App\Twig\StationPagesLinkageExtension(new \App\Service\StationPagesLinkageService($o, $g, $e, $p, $b, $n)));
$instance->addExtension(new \App\Twig\StationsExtension($p));
$instance->addExtension(new \App\Twig\SupportMessagesExtension(($this->privates['App\\Repository\\SupportMessagesRepository'] ?? $this->getSupportMessagesRepositoryService())));
$instance->addExtension(new \App\Twig\TakeOutLocationsExtension());
$instance->addExtension(new \App\Twig\TimeFormatterExtension());
$instance->addExtension(new \App\Twig\ToolsExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
$instance->addExtension(new \App\Twig\UserExtension($c));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($q));
$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, [
'list' => ['privates', 'knp_menu.renderer.list', 'getKnpMenu_Renderer_ListService', true],
'twig' => ['privates', 'knp_menu.renderer.twig', 'getKnpMenu_Renderer_TwigService', true],
], [
'list' => '?',
'twig' => '?',
]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
yield 1 => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
}, 2)), $r, $s), $s, $r));
$instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify(['lowercase' => true, 'separator' => '-'])))));
$instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService())));
$instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true, $a, $e, ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService())));
$instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService())));
$instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension());
$instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
$instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension(($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService())));
$instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
$instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
$instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
$instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
])));
$instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g, $e)));
$instance->addExtension(($this->services['porpaginas.twig.extension'] ?? $this->getPorpaginas_Twig_ExtensionService()));
$instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
$instance->addExtension(new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Twig\GeographicalNamesInflectionTwigExtension($k));
$instance->addExtension(new \BigIdea\Bundle\MorphosTwigBundle\Twig\MorphosExtension());
$instance->addGlobal('app', $t);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('actual_main_domain', $this->getEnv('MAIN_DOMAIN'));
$instance->addGlobal('actual_mirror_domain', $this->getEnv('MIRROR_DOMAIN'));
$instance->addGlobal('responsive_media_base_url', $this->getEnv('RESPONSIVE_MEDIA_BASE_URL'));
$instance->addGlobal('ga_tracker_id', $this->getEnv('resolve:GA_TRACKER_ID'));
$instance->addGlobal('ym_tracker_id', $this->getEnv('resolve:YM_TRACKER_ID'));
$instance->addGlobal('ewz_recaptcha_site_key', $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'));
$instance->addGlobal('page_metadata_variant', $this->getEnv('resolve:PAGE_METADATA_VARIANT'));
$instance->registerUndefinedFilterCallback([0 => $u, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $u, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $u, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
*
* @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
*/
protected function getAdminAuthorizationCheckerService()
{
return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()), 'ROLE_ADMIN');
}
/**
* Gets the public 'App\Http\CityCaseRedirector' shared autowired service.
*
* @return \App\Http\CityCaseRedirector
*/
protected function getCityCaseRedirectorService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['App\\Http\\CityCaseRedirector'])) {
return $this->services['App\\Http\\CityCaseRedirector'];
}
return $this->services['App\\Http\\CityCaseRedirector'] = new \App\Http\CityCaseRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $a);
}
/**
* Gets the public 'app.features' shared autowired service.
*
* @return \App\Service\Features
*/
protected function getApp_FeaturesService()
{
return $this->services['app.features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gk7sOSBVuD', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('irrWhYvtR9', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zfG9nJ3BUv', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
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())), NULL);
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connections\PrimaryReadReplicaConnection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.default_connection'])) {
return $this->services['doctrine.dbal.default_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$c->setConnectionName('default');
$b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
$b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c, 2 => new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] ?? $this->getTracingDriverConnectionFactoryService()))]);
return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql', 'slaves' => [], 'replica' => ['ro_replica' => ['url' => $this->getEnv('resolve:DATABASE_READONLY_URL'), 'charset' => 'utf8mb4', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL]], 'serverVersion' => '8.0', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci'], 'primary' => ['charset' => 'utf8mb4', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => []], 'wrapperClass' => 'Doctrine\\DBAL\\Connections\\PrimaryReadReplicaConnection'], $b, $a, ['enum' => 'string']);
}
/**
* Gets the public 'doctrine.dbal.multi_website_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_MultiWebsiteConnectionService()
{
$a = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.multi_website_connection'])) {
return $this->services['doctrine.dbal.multi_website_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$c->setConnectionName('multi_website');
$b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
$b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c, 2 => new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] ?? $this->getTracingDriverConnectionFactoryService()))]);
return $this->services['doctrine.dbal.multi_website_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'url' => $this->getEnv('resolve:DATABASE_MULTI_WEBSITE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '8.0', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $b, $a, ['enum' => 'string']);
}
/**
* Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
$this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => ['privates', 'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber', 'getCityNewSubscriberService', true],
], [
'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => '?',
]));
$instance->registerService('App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber', 'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber');
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$b = ($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$d = new \Doctrine\ORM\Configuration();
$e = new \Doctrine\ORM\Cache\CacheConfiguration();
$f = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
$f->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
$g = new \Doctrine\ORM\Cache\RegionsConfiguration(3600, 60);
$e->setCacheLogger($f);
$e->setCacheFactory(new \Doctrine\ORM\Cache\DefaultCacheFactory($g, ($this->privates['cache.doctrine.orm.default.second_level.region_driver.traceable'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService())));
$e->setRegionsConfiguration($g);
$h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$i = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/packages/translatable-bundle/Entity')], false);
$h->addDriver($i, 'App\\Entity');
$h->addDriver($i, 'AngelGamez\\TranslatableBundle\\Entity');
$h->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/config/doctrine-mapping') => 'AlterPHP\\EasyAdminExtensionBundle\\Model'], '.orm.xml'), '.dcm.xml', false), 'AlterPHP\\EasyAdminExtensionBundle\\Model');
$d->setEntityNamespaces(['App' => 'App\\Entity', 'AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\Entity']);
$d->setSecondLevelCacheEnabled(false);
$d->setSecondLevelCacheConfiguration($e);
$d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$d->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
$d->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
$d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$d->setProxyNamespace('Proxies');
$d->setAutoGenerateProxyClasses(false);
$d->setSchemaIgnoreClasses([]);
$d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$d->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
$d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$d->setEntityListenerResolver($b);
$d->setLazyGhostObjectEnabled(false);
$d->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$d->addCustomHydrationMode('column_hydrator', 'App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
$d->addCustomStringFunction('aes_decrypt', 'DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
$d->addCustomStringFunction('aes_encrypt', 'DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
$d->addCustomStringFunction('any_value', 'DoctrineExtensions\\Query\\Mysql\\AnyValue');
$d->addCustomStringFunction('ascii', 'DoctrineExtensions\\Query\\Mysql\\Ascii');
$d->addCustomStringFunction('binary', 'DoctrineExtensions\\Query\\Mysql\\Binary');
$d->addCustomStringFunction('cast', 'DoctrineExtensions\\Query\\Mysql\\Cast');
$d->addCustomStringFunction('char_length', 'DoctrineExtensions\\Query\\Mysql\\CharLength');
$d->addCustomStringFunction('collate', 'DoctrineExtensions\\Query\\Mysql\\Collate');
$d->addCustomStringFunction('concat_ws', 'DoctrineExtensions\\Query\\Mysql\\ConcatWs');
$d->addCustomStringFunction('countif', 'DoctrineExtensions\\Query\\Mysql\\CountIf');
$d->addCustomStringFunction('crc32', 'DoctrineExtensions\\Query\\Mysql\\Crc32');
$d->addCustomStringFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
$d->addCustomStringFunction('field', 'DoctrineExtensions\\Query\\Mysql\\Field');
$d->addCustomStringFunction('find_in_set', 'DoctrineExtensions\\Query\\Mysql\\FindInSet');
$d->addCustomStringFunction('greatest', 'DoctrineExtensions\\Query\\Mysql\\Greatest');
$d->addCustomStringFunction('group_concat', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
$d->addCustomStringFunction('hex', 'DoctrineExtensions\\Query\\Mysql\\Hex');
$d->addCustomStringFunction('ifelse', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
$d->addCustomStringFunction('ifnull', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
$d->addCustomStringFunction('inet_aton', 'DoctrineExtensions\\Query\\Mysql\\InetAton');
$d->addCustomStringFunction('inet_ntoa', 'DoctrineExtensions\\Query\\Mysql\\InetNtoa');
$d->addCustomStringFunction('inet6_aton', 'DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
$d->addCustomStringFunction('inet6_ntoa', 'DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
$d->addCustomStringFunction('instr', 'DoctrineExtensions\\Query\\Mysql\\Instr');
$d->addCustomStringFunction('is_ipv4', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4');
$d->addCustomStringFunction('is_ipv4_compat', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
$d->addCustomStringFunction('is_ipv4_mapped', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
$d->addCustomStringFunction('is_ipv6', 'DoctrineExtensions\\Query\\Mysql\\IsIpv6');
$d->addCustomStringFunction('least', 'DoctrineExtensions\\Query\\Mysql\\Least');
$d->addCustomStringFunction('lpad', 'DoctrineExtensions\\Query\\Mysql\\Lpad');
$d->addCustomStringFunction('match', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
$d->addCustomStringFunction('md5', 'DoctrineExtensions\\Query\\Mysql\\Md5');
$d->addCustomStringFunction('nullif', 'DoctrineExtensions\\Query\\Mysql\\NullIf');
$d->addCustomStringFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
$d->addCustomStringFunction('regexp', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
$d->addCustomStringFunction('replace', 'DoctrineExtensions\\Query\\Mysql\\Replace');
$d->addCustomStringFunction('rpad', 'DoctrineExtensions\\Query\\Mysql\\Rpad');
$d->addCustomStringFunction('sha1', 'DoctrineExtensions\\Query\\Mysql\\Sha1');
$d->addCustomStringFunction('sha2', 'DoctrineExtensions\\Query\\Mysql\\Sha2');
$d->addCustomStringFunction('soundex', 'DoctrineExtensions\\Query\\Mysql\\Soundex');
$d->addCustomStringFunction('str_to_date', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
$d->addCustomStringFunction('substring_index', 'DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
$d->addCustomStringFunction('unhex', 'DoctrineExtensions\\Query\\Mysql\\Unhex');
$d->addCustomStringFunction('uuid_short', 'DoctrineExtensions\\Query\\Mysql\\UuidShort');
$d->addCustomStringFunction('json_extract', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
$d->addCustomStringFunction('json_unquote', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
$d->addCustomStringFunction('json_search', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
$d->addCustomStringFunction('regexp_replace', 'DoctrineExtensions\\Query\\Postgresql\\RegexpReplace');
$d->addCustomStringFunction('curdate', 'Doctrine\\ORM\\Query\\AST\\Functions\\CurrentDateFunction');
$d->addCustomStringFunction('json_replace', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonReplace');
$d->addCustomStringFunction('if', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
$d->addCustomNumericFunction('acos', 'DoctrineExtensions\\Query\\Mysql\\Acos');
$d->addCustomNumericFunction('asin', 'DoctrineExtensions\\Query\\Mysql\\Asin');
$d->addCustomNumericFunction('atan2', 'DoctrineExtensions\\Query\\Mysql\\Atan2');
$d->addCustomNumericFunction('atan', 'DoctrineExtensions\\Query\\Mysql\\Atan');
$d->addCustomNumericFunction('bit_count', 'DoctrineExtensions\\Query\\Mysql\\BitCount');
$d->addCustomNumericFunction('bit_xor', 'DoctrineExtensions\\Query\\Mysql\\BitXor');
$d->addCustomNumericFunction('ceil', 'DoctrineExtensions\\Query\\Mysql\\Ceil');
$d->addCustomNumericFunction('cos', 'DoctrineExtensions\\Query\\Mysql\\Cos');
$d->addCustomNumericFunction('cot', 'DoctrineExtensions\\Query\\Mysql\\Cot');
$d->addCustomNumericFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
$d->addCustomNumericFunction('exp', 'DoctrineExtensions\\Query\\Mysql\\Exp');
$d->addCustomNumericFunction('floor', 'DoctrineExtensions\\Query\\Mysql\\Floor');
$d->addCustomNumericFunction('log', 'DoctrineExtensions\\Query\\Mysql\\Log');
$d->addCustomNumericFunction('log10', 'DoctrineExtensions\\Query\\Mysql\\Log10');
$d->addCustomNumericFunction('log2', 'DoctrineExtensions\\Query\\Mysql\\Log2');
$d->addCustomNumericFunction('pi', 'DoctrineExtensions\\Query\\Mysql\\Pi');
$d->addCustomNumericFunction('power', 'DoctrineExtensions\\Query\\Mysql\\Power');
$d->addCustomNumericFunction('quarter', 'DoctrineExtensions\\Query\\Mysql\\Quarter');
$d->addCustomNumericFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
$d->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
$d->addCustomNumericFunction('round', 'DoctrineExtensions\\Query\\Mysql\\Round');
$d->addCustomNumericFunction('stddev', 'DoctrineExtensions\\Query\\Mysql\\StdDev');
$d->addCustomNumericFunction('sin', 'DoctrineExtensions\\Query\\Mysql\\Sin');
$d->addCustomNumericFunction('std', 'DoctrineExtensions\\Query\\Mysql\\Std');
$d->addCustomNumericFunction('tan', 'DoctrineExtensions\\Query\\Mysql\\Tan');
$d->addCustomNumericFunction('variance', 'DoctrineExtensions\\Query\\Mysql\\Variance');
$d->addCustomDatetimeFunction('addtime', 'DoctrineExtensions\\Query\\Mysql\\AddTime');
$d->addCustomDatetimeFunction('convert_tz', 'DoctrineExtensions\\Query\\Mysql\\ConvertTz');
$d->addCustomDatetimeFunction('date', 'DoctrineExtensions\\Query\\Mysql\\Date');
$d->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$d->addCustomDatetimeFunction('dateadd', 'DoctrineExtensions\\Query\\Mysql\\DateAdd');
$d->addCustomDatetimeFunction('datesub', 'DoctrineExtensions\\Query\\Mysql\\DateSub');
$d->addCustomDatetimeFunction('datediff', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
$d->addCustomDatetimeFunction('day', 'DoctrineExtensions\\Query\\Mysql\\Day');
$d->addCustomDatetimeFunction('dayname', 'DoctrineExtensions\\Query\\Mysql\\DayName');
$d->addCustomDatetimeFunction('dayofweek', 'DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
$d->addCustomDatetimeFunction('dayofyear', 'DoctrineExtensions\\Query\\Mysql\\DayOfYear');
$d->addCustomDatetimeFunction('div', 'DoctrineExtensions\\Query\\Mysql\\Div');
$d->addCustomDatetimeFunction('from_unixtime', 'DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
$d->addCustomDatetimeFunction('hour', 'DoctrineExtensions\\Query\\Mysql\\Hour');
$d->addCustomDatetimeFunction('last_day', 'DoctrineExtensions\\Query\\Mysql\\LastDay');
$d->addCustomDatetimeFunction('minute', 'DoctrineExtensions\\Query\\Mysql\\Minute');
$d->addCustomDatetimeFunction('now', 'DoctrineExtensions\\Query\\Mysql\\Now');
$d->addCustomDatetimeFunction('month', 'DoctrineExtensions\\Query\\Mysql\\Month');
$d->addCustomDatetimeFunction('monthname', 'DoctrineExtensions\\Query\\Mysql\\MonthName');
$d->addCustomDatetimeFunction('period_diff', 'DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
$d->addCustomDatetimeFunction('second', 'DoctrineExtensions\\Query\\Mysql\\Second');
$d->addCustomDatetimeFunction('sectotime', 'DoctrineExtensions\\Query\\Mysql\\SecToTime');
$d->addCustomDatetimeFunction('strtodate', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
$d->addCustomDatetimeFunction('time', 'DoctrineExtensions\\Query\\Mysql\\Time');
$d->addCustomDatetimeFunction('timediff', 'DoctrineExtensions\\Query\\Mysql\\TimeDiff');
$d->addCustomDatetimeFunction('timestampadd', 'DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
$d->addCustomDatetimeFunction('timestampdiff', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
$d->addCustomDatetimeFunction('timetosec', 'DoctrineExtensions\\Query\\Mysql\\TimeToSec');
$d->addCustomDatetimeFunction('week', 'DoctrineExtensions\\Query\\Mysql\\Week');
$d->addCustomDatetimeFunction('weekday', 'DoctrineExtensions\\Query\\Mysql\\WeekDay');
$d->addCustomDatetimeFunction('year', 'DoctrineExtensions\\Query\\Mysql\\Year');
$d->addCustomDatetimeFunction('yearmonth', 'DoctrineExtensions\\Query\\Mysql\\YearMonth');
$d->addCustomDatetimeFunction('yearweek', 'DoctrineExtensions\\Query\\Mysql\\YearWeek');
$d->addCustomDatetimeFunction('unix_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
$d->addCustomDatetimeFunction('utc_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
$d->addCustomDatetimeFunction('extract', 'DoctrineExtensions\\Query\\Mysql\\Extract');
$d->addFilter('not_deleted_profile_filter', 'App\\EntityFilter\\NotDeletedProfileFilter');
$d->addFilter('not_deleted_saloon_filter', 'App\\EntityFilter\\NotDeletedSaloonFilter');
$d->addFilter('not_deleted_profile_comment_filter', 'App\\EntityFilter\\NotDeletedProfileCommentFilter');
$d->addFilter('not_deleted_saloon_comment_filter', 'App\\EntityFilter\\NotDeletedSaloonCommentFilter');
$this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $d, $c);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine.orm.multi_website_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_MultiWebsiteEntityManagerService($lazyLoad = true)
{
$a = ($this->services['doctrine.dbal.multi_website_connection'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnectionService());
if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
return $this->services['doctrine.orm.multi_website_entity_manager'];
}
$b = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
return $this->services['doctrine.orm.multi_website_entity_manager'];
}
$c = new \Doctrine\ORM\Configuration();
$d = new \Doctrine\ORM\Cache\CacheConfiguration();
$e = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
$e->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
$f = new \Doctrine\ORM\Cache\RegionsConfiguration(3600, 60);
$d->setCacheLogger($e);
$d->setCacheFactory(new \Doctrine\ORM\Cache\DefaultCacheFactory($f, ($this->privates['cache.doctrine.orm.multi_website.second_level.region_driver.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService())));
$d->setRegionsConfiguration($f);
$g = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$g->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/MultiWebsite/Entity')], false), 'App\\MultiWebsite\\Entity');
$c->setEntityNamespaces(['MultiWebsite' => 'App\\MultiWebsite\\Entity']);
$c->setSecondLevelCacheEnabled(true);
$c->setSecondLevelCacheConfiguration($d);
$c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$c->setQueryCache(($this->privates['cache.doctrine.orm.multi_website.query.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()));
$c->setResultCache(($this->privates['cache.doctrine.orm.multi_website.result.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()));
$c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($g, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$c->setProxyNamespace('Proxies');
$c->setAutoGenerateProxyClasses(false);
$c->setSchemaIgnoreClasses([]);
$c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
$c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$c->setLazyGhostObjectEnabled(false);
$c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$c->addCustomHydrationMode('column_hydrator', 'App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
$this->services['doctrine.orm.multi_website_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'easyadmin.config.manager' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
*/
protected function getEasyadmin_Config_ManagerService()
{
$this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->getParameter('easyadmin.config'), true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin.traceable'] ?? $this->getCache_Easyadmin_TraceableService()));
$a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
$b = ($this->services['doctrine'] ?? $this->getDoctrineService());
$instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this, $a));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('ru'));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($b));
$instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass([]));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
$instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
$instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
$instance->addConfigPass(new \App\Bridge\AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($b));
return $instance;
}
/**
* Gets the public 'easyadmin.filter.registry' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
*/
protected function getEasyadmin_Filter_RegistryService()
{
return $this->services['easyadmin.filter.registry'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry(['array' => 'easyadmin.filter.type.array', 'boolean' => 'easyadmin.filter.type.boolean', 'comparison' => 'easyadmin.filter.type.comparison', 'date' => 'easyadmin.filter.type.date', 'dateinterval' => 'easyadmin.filter.type.dateinterval', 'datetime' => 'easyadmin.filter.type.datetime', 'decimal' => 'easyadmin.filter.type.decimal', 'choice' => 'easyadmin.filter.type.choice', 'entity' => 'easyadmin.filter.type.entity', 'float' => 'easyadmin.filter.type.float', 'integer' => 'easyadmin.filter.type.integer', 'text' => 'easyadmin.filter.type.text', 'textarea' => 'easyadmin.filter.type.textarea', 'time' => 'easyadmin.filter.type.time'], new RewindableGenerator(function () {
yield 0 => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService'));
}, 1));
}
/**
* Gets the public 'easyadmin.listener.controller' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
*/
protected function getEasyadmin_Listener_ControllerService()
{
$a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
if (isset($this->services['easyadmin.listener.controller'])) {
return $this->services['easyadmin.listener.controller'];
}
return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
}
/**
* Gets the public 'easyadmin.property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getEasyadmin_PropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the public 'easyadmin.router' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
*/
protected function getEasyadmin_RouterService()
{
$a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
if (isset($this->services['easyadmin.router'])) {
return $this->services['easyadmin.router'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['easyadmin.router'])) {
return $this->services['easyadmin.router'];
}
return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter($a, $b, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'easyadmin.security.authorization_checker' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
*/
protected function getEasyadmin_Security_AuthorizationCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->services['easyadmin.security.authorization_checker'])) {
return $this->services['easyadmin.security.authorization_checker'];
}
return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
}
/**
* Gets the public 'eight_points_guzzle.client.api_oplata_info' shared service.
*
* @return \GuzzleHttp\Client
*/
protected function getEightPointsGuzzle_Client_ApiOplataInfoService($lazyLoad = true)
{
$a = \GuzzleHttp\HandlerStack::create(($this->privates['eight_points_guzzle.handler.api_oplata_info'] ?? ($this->privates['eight_points_guzzle.handler.api_oplata_info'] = new \App\Bridge\GuzzleHttp\Handler\OplataInfoTestHandler())));
$a->push(($this->services['eight_points_guzzle.middleware.profile.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService'))->profile(), 'profile');
$a->push(($this->services['eight_points_guzzle.middleware.log.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService'))->log(), 'log');
$a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService')), 'request_time');
$a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->load('getEightPointsGuzzle_Middleware_SymfonyLogService')), 'symfony_log');
$a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService'))->dispatchEvent(), 'events');
return $this->services['eight_points_guzzle.client.api_oplata_info'] = new \GuzzleHttp\Client(['base_uri' => 'http://shop.digiseller.ru/xml/check_unique_code.asp', 'handler' => $a, 'headers' => ['Content-Type' => 'application/json', 'Accept' => 'application/json'], 'curl' => [32 => 1], 'timeout' => 30.0]);
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
$a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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())));
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelRequest'], 250);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
}, 1 => 'onResponse'], -10);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('easy_admin.post_initialize', [0 => function () {
return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService'));
}, 1 => 'initializeRequest'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('oneup_uploader.validation', [0 => function () {
return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
}, 1 => 'onValidate'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleCommandEvent'], 128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleTerminateEvent'], -64);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleErrorEvent'], -64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 5);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelControllerEvent'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 3);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 5);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 4);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelResponseEvent'], 15);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelTerminateEvent'], 5);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 2);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 10);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelResponseEvent'], 15);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
}, 1 => 'handleConsoleCommandEvent'], 118);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
}, 1 => 'handleConsoleTerminateEvent'], -54);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
}, 1 => 'handleWorkerMessageFailedEvent'], 50);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
}, 1 => 'handleWorkerMessageHandledEvent'], 50);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleKernelRequestEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('elastica.index.index_post_populate', [0 => function () {
return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
}, 1 => 'onPostIndexPopulate'], -9999);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] ?? ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] = new \App\EventSubscriber\AjaxDebugUpdateSubscriber()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ApiAccessSubscriber'] ?? $this->getApiAccessSubscriberService());
}, 1 => 'onRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\EventSubscriber\\BadWordsReplaceSubscriber'] ?? $this->getBadWordsReplaceSubscriberService());
}, 1 => 'replaceBadWords'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] ?? $this->getBanLogoutSubscriberService());
}, 1 => 'logoutBannedUser'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] ?? $this->getCityCaseRedirectSubscriberService());
}, 1 => 'onRequest'], 51);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\CommentBanSubscriber'] ?? $this->getCommentBanSubscriberService());
}, 1 => 'removeCommentBan'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] = new \App\EventSubscriber\DisabledRouteSubscriber()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
}, 1 => 'enableFilters'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
}, 1 => 'enableCommentFilters'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] = new \App\EventSubscriber\DomainParkingSubscriber()));
}, 1 => 'onRequest'], 150);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] ?? $this->getDomainRedirectSubscriberService());
}, 1 => 'onRequest'], 50);
$instance->addListener('fos_elastica.post_transform', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ESProfilePostTransformSubscriber'] ?? $this->load('getESProfilePostTransformSubscriberService'));
}, 1 => 'postTransformEntity'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\EnumSubscriber'] ?? $this->getEnumSubscriberService());
}, 1 => 'loadEnumData'], 0);
$instance->addListener('oneup_uploader.pre_upload', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'preUpload'], 0);
$instance->addListener('oneup_uploader.post_upload.profile_media_avatar', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'postUploadProfileAvatar'], 0);
$instance->addListener('oneup_uploader.post_upload.profile_photo', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'returnFilename'], 0);
$instance->addListener('oneup_uploader.post_upload.profile_selfie', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'returnFilename'], 0);
$instance->addListener('oneup_uploader.post_upload.profile_video', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'returnFilename'], 0);
$instance->addListener('oneup_uploader.post_upload.profile_media_approval', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'returnFilename'], 0);
$instance->addListener('oneup_uploader.post_upload.saloon_media', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'returnFilename'], 0);
$instance->addListener('oneup_uploader.post_upload.saloon_media_thumb', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'postUploadSaloonThumb'], 0);
$instance->addListener('oneup_uploader.post_upload.saloon_media_video', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'returnFilename'], 0);
$instance->addListener('oneup_uploader.post_upload.user_media', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'postUploadUserAvatar'], 0);
$instance->addListener('oneup_uploader.post_upload.tmp_media', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'returnFilename'], 0);
$instance->addListener('oneup_uploader.post_upload.process_queue', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'returnFilename'], 0);
$instance->addListener('oneup_uploader.validation.profile_media_avatar', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'validateAvatar'], 0);
$instance->addListener('oneup_uploader.validation.profile_photo', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'validatePhotoFile'], 0);
$instance->addListener('oneup_uploader.validation.profile_selfie', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'validatePhotoFile'], 0);
$instance->addListener('oneup_uploader.validation.profile_video', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'validateVideoFile'], 0);
$instance->addListener('oneup_uploader.validation.profile_media_approval', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'validateApprovalMediaFile'], 0);
$instance->addListener('oneup_uploader.validation.saloon_media', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'validatePhotoFile'], 0);
$instance->addListener('oneup_uploader.validation.saloon_media_thumb', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'validateAvatar'], 0);
$instance->addListener('oneup_uploader.validation.saloon_media_video', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'validateVideoFile'], 0);
$instance->addListener('oneup_uploader.validation.user_media', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'validateAvatar'], 0);
$instance->addListener('oneup_uploader.validation.tmp_media', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'validateVideoFile'], 0);
$instance->addListener('oneup_uploader.validation.process_queue', [0 => function () {
return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
}, 1 => 'validateVideoFile'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
}, 1 => 'clearCtrShowsSession'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
}, 1 => 'updateProfilesShowsAndPreviews'], 0);
$instance->addListener('easy_admin.pre_search', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
}, 1 => 'lowercaseSearchRequest'], 0);
$instance->addListener('easy_admin.post_search_query_builder', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
}, 1 => 'addRegexPhoneSearch'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'] ?? $this->getPageMetadataSubscriberService());
}, 1 => 'loadPage'], 0);
$instance->addListener('paginator_page_taken_event', [0 => function () {
return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
}, 1 => 'onPaginatorPageTaken'], 0);
$instance->addListener('knp_pager.after', [0 => function () {
return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
}, 1 => 'changeRoute'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileListOrderingSubscriber'] ?? $this->getProfileListOrderingSubscriberService());
}, 1 => 'generateListingOrder'], 0);
$instance->addListener('profile.created', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileWasCreated'], 0);
$instance->addListener('profile.data_changed', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileDataChanged'], 0);
$instance->addListener('profile.deleted', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onPProfileWasDeleted'], 0);
$instance->addListener('profile.restored', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileWasRestored'], 0);
$instance->addListener('profile.moderated_data_changed', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'requestModeration'], 0);
$instance->addListener('profile.placed_on_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfilePlacedOnAdBoard'], 0);
$instance->addListener('profile.placed_on_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'addSidebarPlacement'], 10);
$instance->addListener('profile.placed_on_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'removePlacementHiding'], 20);
$instance->addListener('profile.removed_from_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'deleteSidebarPlacement'], 0);
$instance->addListener('profile.removed_from_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileRemovedFromAdBoard'], 10);
$instance->addListener('profile.prolonged_on_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'prolongSidebarPlacement'], 0);
$instance->addListener('profile.placed_on_top', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfilePlacedOnTop'], 0);
$instance->addListener('profile.hidden', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileWasHidden'], 0);
$instance->addListener('profile.removed_from_hidden', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileWasRemovedFromHidden'], 0);
$instance->addListener('profile.moderation.passed', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileModerationPassed'], 0);
$instance->addListener('profile.moderation.rejected', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileModerationRejected'], 0);
$instance->addListener('profile.approval.approved', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileApprovalApproved'], 0);
$instance->addListener('profile.approval.approved', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'enrollApprovalBonus'], 10);
$instance->addListener('profile.approval.rejected', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileApprovalRejected'], 0);
$instance->addListener('profile.unapproved', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileWasUnApproved'], 0);
$instance->addListener('profile.comment.added', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'checkIpAddressCommentBanNeeded'], 0);
$instance->addListener('profiles_shown_event', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfilesShown'], 0);
$instance->addListener('profile_view_event', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileView'], 0);
$instance->addListener('App\\Event\\Profile\\FileProcessingTaskWasCompleted', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
}, 1 => 'onProfileFileProcessed'], 0);
$instance->addListener('profile.removed_from_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
}, 1 => 'onDelete'], -110);
$instance->addListener('profile.hidden', [0 => function () {
return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
}, 1 => 'onDelete'], -110);
$instance->addListener('profile.deleted', [0 => function () {
return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
}, 1 => 'onDelete'], -110);
$instance->addListener('profile.moderation.rejected', [0 => function () {
return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
}, 1 => 'onDelete'], -110);
$instance->addListener('profile.data_changed', [0 => function () {
return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
}, 1 => 'onChange'], -100);
$instance->addListener('profile.placed_on_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
}, 1 => 'onChange'], -100);
$instance->addListener('router.post_generate', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] = new \App\EventSubscriber\Routing\CityPrefixSubscriber()));
}, 1 => 'ignoreCityParameter'], 0);
$instance->addListener('router.pre_generate', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
}, 1 => 'skipPageParameter'], 10);
$instance->addListener('router.pre_generate', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
}, 1 => 'firstPageOfMainCityToMain'], 0);
$instance->addListener('saloon.placed_on_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
}, 1 => 'addSidebarPlacement'], 0);
$instance->addListener('saloon.placed_on_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
}, 1 => 'removePlacementHiding'], 10);
$instance->addListener('saloon.removed_from_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
}, 1 => 'deleteSidebarPlacement'], 0);
$instance->addListener('saloon.prolonged_on_adboard', [0 => function () {
return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
}, 1 => 'prolongSidebarPlacement'], 0);
$instance->addListener('saloon.comment.added', [0 => function () {
return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
}, 1 => 'checkIpAddressCommentBanNeeded'], 0);
$instance->addListener('presta_sitemap.populate', [0 => function () {
return ($this->privates['App\\EventSubscriber\\SitemapSubscriber'] ?? $this->load('getSitemapSubscriberService'));
}, 1 => 'populate'], 0);
$instance->addListener('uploaded_file_modified', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UploadedFileSubscriber'] ?? $this->load('getUploadedFileSubscriberService'));
}, 1 => 'uploadedFileModified'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
}, 1 => 'onLogin'], 0);
$instance->addListener('user.register', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserRegister'], 0);
$instance->addListener('user.register.success', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserRegisterSuccess'], 0);
$instance->addListener('user.not.full.register', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserNotFullRegister'], 0);
$instance->addListener('receive.password.event', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserReceivePassword'], 0);
$instance->addListener('password.changed.event', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserPasswordChanged'], 0);
$instance->addListener('account.enrollment', [0 => function () {
return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onAccountEnrollment'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
}, 1 => 'onKernelRequest'], 48);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
}, 1 => 'onMessageFailed'], -100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
}, 1 => 'configure'], 1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->services['flagception.listener.annotation_subscriber'] ?? $this->getFlagception_Listener_AnnotationSubscriberService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('presta_sitemap.populate', [0 => function () {
return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
}, 1 => 'registerRouteAnnotation'], 0);
$instance->addListener('easy_admin.post_list_query_builder', [0 => function () {
return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
}, 1 => 'onPostListQueryBuilder'], 0);
$instance->addListener('easy_admin.post_search_query_builder', [0 => function () {
return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
}, 1 => 'onPostSearchQueryBuilder'], 0);
$instance->addListener('elastica.pager_persister.pre_insert_objects', [0 => function () {
return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
}, 1 => 'filterObjects'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'pagination'], 1);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
$instance->addListener('knp_pager.items', [0 => function () {
return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
}, 1 => 'items'], 1);
$instance->addListener('knp_pager.items', [0 => function () {
return ($this->services['porpaginas.twig.subscriber'] ?? ($this->services['porpaginas.twig.subscriber'] = new \Porpaginas\KnpPager\PorpaginasSubscriber()));
}, 1 => 'items'], 0);
return $instance;
}
/**
* Gets the public 'flagception.listener.annotation_subscriber' shared service.
*
* @return \Flagception\Bundle\FlagceptionBundle\Listener\AnnotationSubscriber
*/
protected function getFlagception_Listener_AnnotationSubscriberService()
{
return $this->services['flagception.listener.annotation_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\AnnotationSubscriber(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
}
/**
* Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
*
* @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
*/
protected function getFlagception_Listener_RoutingMetadataSubscriberService()
{
return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
}
/**
* Gets the public 'flagception.manager.feature_manager' shared service.
*
* @return \Flagception\Manager\FeatureManager
*/
protected function getFlagception_Manager_FeatureManagerService()
{
return $this->services['flagception.manager.feature_manager'] = new \Flagception\Manager\FeatureManager(($this->privates['flagception.activator.chain_activator'] ?? $this->getFlagception_Activator_ChainActivatorService()), ($this->privates['flagception.decorator.chain_decorator'] ?? ($this->privates['flagception.decorator.chain_decorator'] = new \Flagception\Decorator\ChainDecorator())));
}
/**
* Gets the public 'geographical_names_inflection.inflector' shared service.
*
* @return \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection
*/
protected function getGeographicalNamesInflection_InflectorService()
{
return $this->services['geographical_names_inflection.inflector'] = new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection([0 => '*о', 1 => 'химки'], ['мытищи' => ['genitive' => '[-1]']]);
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* Gets the public 'knp_menu.matcher' shared service.
*
* @return \Knp\Menu\Matcher\Matcher
*/
protected function getKnpMenu_MatcherService()
{
return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
}, 1));
}
/**
* Gets the public 'knp_paginator' shared service.
*
* @return \Knp\Component\Pager\Paginator
*/
protected function getKnpPaginatorService($lazyLoad = true)
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['knp_paginator'])) {
return $this->services['knp_paginator'];
}
$this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
return $instance;
}
/**
* Gets the public 'messenger.default_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService()
{
return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
}, 7)));
}
/**
* Gets the public 'monolog.logger.deprecation' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DeprecationService()
{
$this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
$instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
*
* @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
*/
protected function getOneupUploader_Templating_UploaderHelperService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['oneup_uploader.templating.uploader_helper'])) {
return $this->services['oneup_uploader.templating.uploader_helper'];
}
return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper($a, $this->parameters['oneup_uploader.maxsize']);
}
/**
* Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
*
* @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
*/
protected function getOneupUploader_Twig_Extension_UploaderService()
{
$a = ($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService());
if (isset($this->services['oneup_uploader.twig.extension.uploader'])) {
return $this->services['oneup_uploader.twig.extension.uploader'];
}
return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension($a);
}
/**
* Gets the public 'porpaginas.twig.extension' shared service.
*
* @return \Porpaginas\Twig\PorpaginasExtension
*/
protected function getPorpaginas_Twig_ExtensionService()
{
$a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
if (isset($this->services['porpaginas.twig.extension'])) {
return $this->services['porpaginas.twig.extension'];
}
return $this->services['porpaginas.twig.extension'] = new \Porpaginas\Twig\PorpaginasExtension(new \AngelGamez\PorpaginasBundle\Twig\KnpPagerRenderingAdapter($a));
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared autowired service.
*
* @return \App\Routing\DynamicRouter
*/
protected function getRouterService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['router'])) {
return $this->services['router'];
}
$b = new \Symfony\Bridge\Monolog\Logger('router');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
$b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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' => NULL, '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))), $b, 'ru');
$c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $this->services['router'] = new \App\Routing\DynamicRouter($c, $a);
}
/**
* Gets the public 'translator' shared service.
*
* @return \AngelGamez\TranslatableBundle\Translation\Translator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \AngelGamez\TranslatableBundle\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
$b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.service_locator.KLVvNIq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KLVvNIqService()
{
return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
]);
}
/**
* Gets the private '.service_locator.Tip.8_I' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Tip_8IService()
{
return $this->privates['.service_locator.Tip.8_I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
'security.firewall.map.context.management' => ['privates', 'security.firewall.map.context.management', 'getSecurity_Firewall_Map_Context_ManagementService', true],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
'security.firewall.map.context.management' => '?',
]);
}
/**
* Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
*
* @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
*/
protected function getEmbeddedListHelperService()
{
return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getParameter('easyadmin.config'));
}
/**
* Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
*
* @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
*/
protected function getListFormFiltersHelperService()
{
$a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
if (isset($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'])) {
return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'];
}
return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
}
/**
* Gets the private 'App\EventSubscriber\ApiAccessSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\ApiAccessSubscriber
*/
protected function getApiAccessSubscriberService()
{
return $this->privates['App\\EventSubscriber\\ApiAccessSubscriber'] = new \App\EventSubscriber\ApiAccessSubscriber(new \App\Service\AccessManager(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
}
/**
* Gets the private 'App\EventSubscriber\BadWordsReplaceSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\BadWordsReplaceSubscriber
*/
protected function getBadWordsReplaceSubscriberService()
{
return $this->privates['App\\EventSubscriber\\BadWordsReplaceSubscriber'] = new \App\EventSubscriber\BadWordsReplaceSubscriber(new \App\Helper\EnvironmentHelper(($this->services['kernel'] ?? $this->get('kernel', 1))), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
}
/**
* Gets the private 'App\EventSubscriber\BanLogoutSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\BanLogoutSubscriber
*/
protected function getBanLogoutSubscriberService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
}
return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] = new \App\EventSubscriber\BanLogoutSubscriber($a, $b);
}
/**
* Gets the private 'App\EventSubscriber\CityCaseRedirectSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\CityCaseRedirectSubscriber
*/
protected function getCityCaseRedirectSubscriberService()
{
$a = ($this->services['App\\Http\\CityCaseRedirector'] ?? $this->getCityCaseRedirectorService());
if (isset($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'])) {
return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'];
}
return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] = new \App\EventSubscriber\CityCaseRedirectSubscriber($a);
}
/**
* Gets the private 'App\EventSubscriber\CommentBanSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\CommentBanSubscriber
*/
protected function getCommentBanSubscriberService()
{
$a = ($this->privates['App\\Service\\CustomerBanService'] ?? $this->getCustomerBanServiceService());
if (isset($this->privates['App\\EventSubscriber\\CommentBanSubscriber'])) {
return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'];
}
return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'] = new \App\EventSubscriber\CommentBanSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a);
}
/**
* Gets the private 'App\EventSubscriber\DoctrineEntityFilterSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\DoctrineEntityFilterSubscriber
*/
protected function getDoctrineEntityFilterSubscriberService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'])) {
return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'];
}
return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] = new \App\EventSubscriber\DoctrineEntityFilterSubscriber($a);
}
/**
* Gets the private 'App\EventSubscriber\DomainRedirectSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\DomainRedirectSubscriber
*/
protected function getDomainRedirectSubscriberService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'])) {
return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'];
}
return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] = new \App\EventSubscriber\DomainRedirectSubscriber(new \App\Http\LegacyDomainRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $this->getEnv('MIRROR_DOMAIN'), $this->getEnv('resolve:REDIRECT_PATHS'), $a));
}
/**
* Gets the private 'App\EventSubscriber\EnumSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\EnumSubscriber
*/
protected function getEnumSubscriberService()
{
return $this->privates['App\\EventSubscriber\\EnumSubscriber'] = new \App\EventSubscriber\EnumSubscriber(($this->privates['App\\Service\\EnumUriLoader'] ?? $this->getEnumUriLoaderService()));
}
/**
* Gets the private 'App\EventSubscriber\KernelSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\KernelSubscriber
*/
protected function getKernelSubscriberService()
{
return $this->privates['App\\EventSubscriber\\KernelSubscriber'] = new \App\EventSubscriber\KernelSubscriber(($this->privates['App\\Service\\ProfileCtrService'] ?? $this->getProfileCtrServiceService()));
}
/**
* Gets the private 'App\EventSubscriber\PageMetadataSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\PageMetadataSubscriber
*/
protected function getPageMetadataSubscriberService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'])) {
return $this->privates['App\\EventSubscriber\\PageMetadataSubscriber'];
}
return $this->privates['App\\EventSubscriber\\PageMetadataSubscriber'] = new \App\EventSubscriber\PageMetadataSubscriber(($this->privates['App\\Repository\\PageMetadataRepository'] ?? $this->getPageMetadataRepositoryService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'App\EventSubscriber\ProfileListOrderingSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\ProfileListOrderingSubscriber
*/
protected function getProfileListOrderingSubscriberService()
{
return $this->privates['App\\EventSubscriber\\ProfileListOrderingSubscriber'] = new \App\EventSubscriber\ProfileListOrderingSubscriber(new \App\Service\ProfilePaidPlacementRotator(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService())));
}
/**
* Gets the private 'App\Repository\AccountEnrollmentRepository' shared autowired service.
*
* @return \App\Repository\AccountEnrollmentRepository
*/
protected function getAccountEnrollmentRepositoryService()
{
return $this->privates['App\\Repository\\AccountEnrollmentRepository'] = new \App\Repository\AccountEnrollmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ApprovalRequestsRepository' shared autowired service.
*
* @return \App\Repository\ApprovalRequestsRepository
*/
protected function getApprovalRequestsRepositoryService()
{
return $this->privates['App\\Repository\\ApprovalRequestsRepository'] = new \App\Repository\ApprovalRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\BannedEmailRepository' shared autowired service.
*
* @return \App\Repository\BannedEmailRepository
*/
protected function getBannedEmailRepositoryService()
{
return $this->privates['App\\Repository\\BannedEmailRepository'] = new \App\Repository\BannedEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CityRepository' shared autowired service.
*
* @return \App\Repository\CityRepository
*/
protected function getCityRepositoryService()
{
return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DistrictRepository' shared autowired service.
*
* @return \App\Repository\DistrictRepository
*/
protected function getDistrictRepositoryService()
{
return $this->privates['App\\Repository\\DistrictRepository'] = new \App\Repository\DistrictRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ModerationRequestsRepository' shared autowired service.
*
* @return \App\Repository\ModerationRequestsRepository
*/
protected function getModerationRequestsRepositoryService()
{
return $this->privates['App\\Repository\\ModerationRequestsRepository'] = new \App\Repository\ModerationRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PageMetadataRepository' shared autowired service.
*
* @return \App\Repository\PageMetadataRepository
*/
protected function getPageMetadataRepositoryService()
{
return $this->privates['App\\Repository\\PageMetadataRepository'] = new \App\Repository\PageMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PaidPlacementPriceRepository' shared autowired service.
*
* @return \App\Repository\PaidPlacementPriceRepository
*/
protected function getPaidPlacementPriceRepositoryService()
{
return $this->privates['App\\Repository\\PaidPlacementPriceRepository'] = new \App\Repository\PaidPlacementPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProfileCommentRepository' shared autowired service.
*
* @return \App\Repository\ProfileCommentRepository
*/
protected function getProfileCommentRepositoryService()
{
return $this->privates['App\\Repository\\ProfileCommentRepository'] = new \App\Repository\ProfileCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProfileCtrRepository' shared autowired service.
*
* @return \App\Repository\ProfileCtrRepository
*/
protected function getProfileCtrRepositoryService()
{
return $this->privates['App\\Repository\\ProfileCtrRepository'] = new \App\Repository\ProfileCtrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProfileKVRepository' shared autowired service.
*
* @return \App\Repository\ProfileKVRepository
*/
protected function getProfileKVRepositoryService()
{
return $this->privates['App\\Repository\\ProfileKVRepository'] = new \App\Repository\ProfileKVRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProfileRepository' shared autowired service.
*
* @return \App\Repository\ProfileRepository
*/
protected function getProfileRepositoryService()
{
return $this->privates['App\\Repository\\ProfileRepository'] = new \App\Repository\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
}
/**
* Gets the private 'App\Repository\ProfileSidebarPlacementRepository' shared autowired service.
*
* @return \App\Repository\ProfileSidebarPlacementRepository
*/
protected function getProfileSidebarPlacementRepositoryService()
{
return $this->privates['App\\Repository\\ProfileSidebarPlacementRepository'] = new \App\Repository\ProfileSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProfileTopPlacementRepository' shared autowired service.
*
* @return \App\Repository\ProfileTopPlacementRepository
*/
protected function getProfileTopPlacementRepositoryService()
{
return $this->privates['App\\Repository\\ProfileTopPlacementRepository'] = new \App\Repository\ProfileTopPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SaloonRepository' shared autowired service.
*
* @return \App\Repository\SaloonRepository
*/
protected function getSaloonRepositoryService()
{
return $this->privates['App\\Repository\\SaloonRepository'] = new \App\Repository\SaloonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
}
/**
* Gets the private 'App\Repository\SaloonSidebarPlacementRepository' shared autowired service.
*
* @return \App\Repository\SaloonSidebarPlacementRepository
*/
protected function getSaloonSidebarPlacementRepositoryService()
{
return $this->privates['App\\Repository\\SaloonSidebarPlacementRepository'] = new \App\Repository\SaloonSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ServiceRepository' shared autowired service.
*
* @return \App\Repository\ServiceRepository
*/
protected function getServiceRepositoryService()
{
return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SidebarPlacementRepository' shared autowired service.
*
* @return \App\Repository\SidebarPlacementRepository
*/
protected function getSidebarPlacementRepositoryService()
{
return $this->privates['App\\Repository\\SidebarPlacementRepository'] = new \App\Repository\SidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StationRepository' shared autowired service.
*
* @return \App\Repository\StationRepository
*/
protected function getStationRepositoryService()
{
return $this->privates['App\\Repository\\StationRepository'] = new \App\Repository\StationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['stations_lines.cache.traceable'] ?? $this->getStationsLines_Cache_TraceableService()));
}
/**
* Gets the private 'App\Repository\SupportMessagesRepository' shared autowired service.
*
* @return \App\Repository\SupportMessagesRepository
*/
protected function getSupportMessagesRepositoryService()
{
return $this->privates['App\\Repository\\SupportMessagesRepository'] = new \App\Repository\SupportMessagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SystemVariablesRepository' shared autowired service.
*
* @return \App\Repository\SystemVariablesRepository
*/
protected function getSystemVariablesRepositoryService()
{
return $this->privates['App\\Repository\\SystemVariablesRepository'] = new \App\Repository\SystemVariablesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Service\AccountFinances' shared autowired service.
*
* @return \App\Service\AccountFinances
*/
protected function getAccountFinancesService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Service\\AccountFinances'])) {
return $this->privates['App\\Service\\AccountFinances'];
}
return $this->privates['App\\Service\\AccountFinances'] = new \App\Service\AccountFinances(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\AccountEnrollmentRepository'] ?? $this->getAccountEnrollmentRepositoryService()), $a);
}
/**
* Gets the private 'App\Service\ApprovalService' shared autowired service.
*
* @return \App\Service\ApprovalService
*/
protected function getApprovalServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\ApprovalService'])) {
return $this->privates['App\\Service\\ApprovalService'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Service\\ApprovalService'])) {
return $this->privates['App\\Service\\ApprovalService'];
}
return $this->privates['App\\Service\\ApprovalService'] = new \App\Service\ApprovalService($a, ($this->privates['App\\Repository\\ApprovalRequestsRepository'] ?? $this->getApprovalRequestsRepositoryService()), $b, ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
}
/**
* Gets the private 'App\Service\CityMainPagesLinkageService' shared autowired service.
*
* @return \App\Service\CityMainPagesLinkageService
*/
protected function getCityMainPagesLinkageServiceService($lazyLoad = true)
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\Service\\CityMainPagesLinkageService'])) {
return $this->privates['App\\Service\\CityMainPagesLinkageService'];
}
return $this->privates['App\\Service\\CityMainPagesLinkageService'] = new \App\Service\CityMainPagesLinkageService(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()), $a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService()));
}
/**
* Gets the private 'App\Service\CountryCurrencyResolver' shared autowired service.
*
* @return \App\Service\CountryCurrencyResolver
*/
protected function getCountryCurrencyResolverService()
{
return $this->privates['App\\Service\\CountryCurrencyResolver'] = new \App\Service\CountryCurrencyResolver(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'App\Service\CurrentCityResolver' shared autowired service.
*
* @return \App\Service\CurrentCityResolver
*/
protected function getCurrentCityResolverService()
{
return $this->privates['App\\Service\\CurrentCityResolver'] = new \App\Service\CurrentCityResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
}
/**
* Gets the private 'App\Service\CustomerBanService' shared autowired service.
*
* @return \App\Service\CustomerBanService
*/
protected function getCustomerBanServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\CustomerBanService'])) {
return $this->privates['App\\Service\\CustomerBanService'];
}
return $this->privates['App\\Service\\CustomerBanService'] = new \App\Service\CustomerBanService(($this->privates['App\\Repository\\BannedEmailRepository'] ?? $this->getBannedEmailRepositoryService()), $a);
}
/**
* Gets the private 'App\Service\DefaultCityProvider' shared autowired service.
*
* @return \App\Service\DefaultCityProvider
*/
protected function getDefaultCityProviderService()
{
return $this->privates['App\\Service\\DefaultCityProvider'] = new \App\Service\DefaultCityProvider(($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'App\Service\EnumUriLoader' shared autowired service.
*
* @return \App\Service\EnumUriLoader
*/
protected function getEnumUriLoaderService()
{
return $this->privates['App\\Service\\EnumUriLoader'] = new \App\Service\EnumUriLoader(($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
}
/**
* Gets the private 'App\Service\Features' shared autowired service.
*
* @return \App\Service\Features
*/
protected function getFeaturesService()
{
return $this->privates['App\\Service\\Features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
}
/**
* Gets the private 'App\Service\InnerLinkageCircleService' shared autowired service.
*
* @return \App\Service\InnerLinkageCircleService
*/
protected function getInnerLinkageCircleServiceService($lazyLoad = true)
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\Service\\InnerLinkageCircleService'])) {
return $this->privates['App\\Service\\InnerLinkageCircleService'];
}
return $this->privates['App\\Service\\InnerLinkageCircleService'] = new \App\Service\InnerLinkageCircleService(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()), ($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService()), $a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService()));
}
/**
* Gets the private 'App\Service\ModerationService' shared autowired service.
*
* @return \App\Service\ModerationService
*/
protected function getModerationServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\ModerationService'])) {
return $this->privates['App\\Service\\ModerationService'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Service\\ModerationService'])) {
return $this->privates['App\\Service\\ModerationService'];
}
$c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
if (isset($this->privates['App\\Service\\ModerationService'])) {
return $this->privates['App\\Service\\ModerationService'];
}
$d = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
if (isset($this->privates['App\\Service\\ModerationService'])) {
return $this->privates['App\\Service\\ModerationService'];
}
$e = ($this->privates['App\\Service\\ApprovalService'] ?? $this->getApprovalServiceService());
if (isset($this->privates['App\\Service\\ModerationService'])) {
return $this->privates['App\\Service\\ModerationService'];
}
return $this->privates['App\\Service\\ModerationService'] = new \App\Service\ModerationService($a, ($this->privates['App\\Repository\\ModerationRequestsRepository'] ?? $this->getModerationRequestsRepositoryService()), $b, $c, ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), $d, $e);
}
/**
* Gets the private 'App\Service\MoneyFormatterService' shared autowired service.
*
* @return \App\Service\MoneyFormatterService
*/
protected function getMoneyFormatterServiceService()
{
return $this->privates['App\\Service\\MoneyFormatterService'] = new \App\Service\MoneyFormatterService(($this->privates['App\\Service\\CountryCurrencyResolver'] ?? $this->getCountryCurrencyResolverService()));
}
/**
* Gets the private 'App\Service\PhoneNumberService' shared autowired service.
*
* @return \App\Service\PhoneNumberService
*/
protected function getPhoneNumberServiceService()
{
return $this->privates['App\\Service\\PhoneNumberService'] = new \App\Service\PhoneNumberService(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
}
/**
* Gets the private 'App\Service\ProfileAdBoard' shared autowired service.
*
* @return \App\Service\ProfileAdBoard
*/
protected function getProfileAdBoardService()
{
$a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
return $this->privates['App\\Service\\ProfileAdBoard'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
return $this->privates['App\\Service\\ProfileAdBoard'];
}
return $this->privates['App\\Service\\ProfileAdBoard'] = new \App\Service\ProfileAdBoard(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService()), $b, ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* Gets the private 'App\Service\ProfileAvatar' shared autowired service.
*
* @return \App\Service\ProfileAvatar
*/
protected function getProfileAvatarService()
{
return $this->privates['App\\Service\\ProfileAvatar'] = new \App\Service\ProfileAvatar(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
}
/**
* Gets the private 'App\Service\ProfileBotHelper' shared autowired service.
*
* @return \App\Service\ProfileBotHelper
*/
protected function getProfileBotHelperService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
return $this->privates['App\\Service\\ProfileBotHelper'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
return $this->privates['App\\Service\\ProfileBotHelper'];
}
return $this->privates['App\\Service\\ProfileBotHelper'] = new \App\Service\ProfileBotHelper(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()), $this, $a, ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService()), ($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), $b, ($this->privates['App\\Repository\\ProfileRecommendationRepository'] ?? ($this->privates['App\\Repository\\ProfileRecommendationRepository'] = new \App\Repository\ProfileRecommendationRepository($this))), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'App\Service\ProfileChargesCalculator' shared autowired service.
*
* @return \App\Service\ProfileChargesCalculator
*/
protected function getProfileChargesCalculatorService()
{
return $this->privates['App\\Service\\ProfileChargesCalculator'] = new \App\Service\ProfileChargesCalculator(($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()));
}
/**
* Gets the private 'App\Service\ProfileCtrService' shared autowired service.
*
* @return \App\Service\ProfileCtrService
*/
protected function getProfileCtrServiceService()
{
return $this->privates['App\\Service\\ProfileCtrService'] = new \App\Service\ProfileCtrService(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['App\\Repository\\ProfileCtrRepository'] ?? $this->getProfileCtrRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService()));
}
/**
* Gets the private 'App\Service\ProfileList' shared autowired service.
*
* @return \App\Service\ProfileList
*/
protected function getProfileListService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Service\\ProfileList'])) {
return $this->privates['App\\Service\\ProfileList'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\ProfileList'])) {
return $this->privates['App\\Service\\ProfileList'];
}
$c = ($this->privates['App\\Service\\ProfileTopBoard'] ?? $this->getProfileTopBoardService());
if (isset($this->privates['App\\Service\\ProfileList'])) {
return $this->privates['App\\Service\\ProfileList'];
}
return $this->privates['App\\Service\\ProfileList'] = new \App\Service\ProfileList(($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, $b, $c);
}
/**
* Gets the private 'App\Service\ProfileRecommendationService' shared autowired service.
*
* @return \App\Service\ProfileRecommendationService
*/
protected function getProfileRecommendationServiceService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
return $this->privates['App\\Service\\ProfileRecommendationService'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
return $this->privates['App\\Service\\ProfileRecommendationService'];
}
return $this->privates['App\\Service\\ProfileRecommendationService'] = new \App\Service\ProfileRecommendationService(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()), $this, $a, ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService()), ($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), $b, ($this->privates['App\\Repository\\ProfileRecommendationRepository'] ?? ($this->privates['App\\Repository\\ProfileRecommendationRepository'] = new \App\Repository\ProfileRecommendationRepository($this))), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
}
/**
* Gets the private 'App\Service\ProfileTopBoard' shared autowired service.
*
* @return \App\Service\ProfileTopBoard
*/
protected function getProfileTopBoardService()
{
$a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
return $this->privates['App\\Service\\ProfileTopBoard'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
return $this->privates['App\\Service\\ProfileTopBoard'];
}
$c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
return $this->privates['App\\Service\\ProfileTopBoard'];
}
return $this->privates['App\\Service\\ProfileTopBoard'] = new \App\Service\ProfileTopBoard(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()), $a, ($this->privates['App\\Repository\\ProfileTopPlacementRepository'] ?? $this->getProfileTopPlacementRepositoryService()), $b, ($this->privates['App\\Service\\CurrentCityResolver'] ?? $this->getCurrentCityResolverService()), $c);
}
/**
* Gets the private 'App\Service\ResponsiveAssetsService' shared autowired service.
*
* @return \App\Service\ResponsiveAssetsService
*/
protected function getResponsiveAssetsServiceService()
{
return $this->privates['App\\Service\\ResponsiveAssetsService'] = new \App\Service\ResponsiveAssetsService(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
}
/**
* Gets the private 'App\Service\SaloonChargesCalculator' shared autowired service.
*
* @return \App\Service\SaloonChargesCalculator
*/
protected function getSaloonChargesCalculatorService()
{
return $this->privates['App\\Service\\SaloonChargesCalculator'] = new \App\Service\SaloonChargesCalculator(($this->privates['App\\Repository\\SaloonRepository'] ?? $this->getSaloonRepositoryService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()));
}
/**
* Gets the private 'App\Service\SearchByKeywordsService' shared autowired service.
*
* @return \App\Service\SearchByKeywordsService
*/
protected function getSearchByKeywordsServiceService()
{
$a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
return $this->privates['App\\Service\\SearchByKeywordsService'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
return $this->privates['App\\Service\\SearchByKeywordsService'];
}
return $this->privates['App\\Service\\SearchByKeywordsService'] = new \App\Service\SearchByKeywordsService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Repository\SearchByKeywordsESRepository($this, ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService())), $a, $b, ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()), ($this->privates['App\\Service\\PhoneNumberService'] ?? $this->getPhoneNumberServiceService()), ($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()));
}
/**
* Gets the private 'App\Service\Sidebar' shared autowired service.
*
* @return \App\Service\Sidebar
*/
protected function getSidebarService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\Sidebar'])) {
return $this->privates['App\\Service\\Sidebar'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Service\\Sidebar'])) {
return $this->privates['App\\Service\\Sidebar'];
}
return $this->privates['App\\Service\\Sidebar'] = new \App\Service\Sidebar($a, ($this->privates['App\\Repository\\ProfileSidebarPlacementRepository'] ?? $this->getProfileSidebarPlacementRepositoryService()), ($this->privates['App\\Repository\\SaloonSidebarPlacementRepository'] ?? $this->getSaloonSidebarPlacementRepositoryService()), ($this->privates['App\\Repository\\SidebarPlacementRepository'] ?? $this->getSidebarPlacementRepositoryService()), ($this->privates['sidebar_new_check_cool_down.cache.traceable'] ?? $this->getSidebarNewCheckCoolDown_Cache_TraceableService()), $b);
}
/**
* Gets the private 'App\Service\TimeZoneService' shared autowired service.
*
* @return \App\Service\TimeZoneService
*/
protected function getTimeZoneServiceService()
{
return $this->privates['App\\Service\\TimeZoneService'] = new \App\Service\TimeZoneService(($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), ($this->privates['App\\Repository\\SaloonRepository'] ?? $this->getSaloonRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\LoginListener
*/
protected function getLoginListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\RequestListener
*/
protected function getRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\SubRequestListener
*/
protected function getSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingRequestListener
*/
protected function getTracingRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
*/
protected function getTracingSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory
*/
protected function getTracingDriverConnectionFactoryService()
{
return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\State\HubInterface' shared service.
*
* @return \Sentry\State\HubInterface
*/
protected function getHubInterfaceService()
{
$this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
$a = new \Sentry\Options(['environment' => 'review', 'release' => $this->getEnv('resolve:APP_VERSION'), 'ignore_exceptions' => [0 => 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'], 'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([0 => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], true), 'prefixes' => [0 => \dirname(__DIR__, 4), 1 => '.', 2 => '/usr/local/lib/php'], 'tags' => [], 'in_app_exclude' => [0 => $this->targetDir.'', 1 => (\dirname(__DIR__, 4).'/vendor'), 2 => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'ignore_transactions' => [], 'dsn' => $this->getEnv('resolve:SENTRY_DSN')]);
$b = new \Sentry\ClientBuilder($a);
$c = new \Http\Discovery\Psr17Factory();
$b->setSdkIdentifier('sentry.php.symfony');
$b->setSdkVersion('4.14.0');
$b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c, $c, $c, $c, NULL, NULL));
$b->setSerializer(new \Sentry\Serializer\Serializer($a));
$b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
if ($this->has('Psr\\Log\\NullLogger')) {
$b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger', /* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
}
$instance->bindClient($b->getClient());
return $instance;
}
/**
* Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
*/
protected function getResetAssetsEventListenerService()
{
return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => 'basicConfig', 1 => 'nodomainConfig']);
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$instance->addGlobalIgnoredName('required', NULL);
return $instance;
}
/**
* Gets the private 'assets._version__default' shared service.
*
* @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
*/
protected function getAssets_VersionDefaultService()
{
return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/assets/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false);
}
/**
* Gets the private 'assets.context' shared service.
*
* @return \Symfony\Component\Asset\Context\RequestStackContext
*/
protected function getAssets_ContextService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
yield 'user_media' => ($this->privates['assets._package_user_media'] ?? $this->load('getAssets_PackageUserMediaService'));
yield 'profile_media' => ($this->privates['assets._package_profile_media'] ?? $this->load('getAssets_PackageProfileMediaService'));
yield 'profile_media_avatar' => ($this->privates['assets._package_profile_media_avatar'] ?? $this->load('getAssets_PackageProfileMediaAvatarService'));
yield 'profile_media_selfie' => ($this->privates['assets._package_profile_media_selfie'] ?? $this->load('getAssets_PackageProfileMediaSelfieService'));
yield 'profile_media_approval' => ($this->privates['assets._package_profile_media_approval'] ?? $this->load('getAssets_PackageProfileMediaApprovalService'));
yield 'saloon_media' => ($this->privates['assets._package_saloon_media'] ?? $this->load('getAssets_PackageSaloonMediaService'));
yield 'saloon_media_thumb' => ($this->privates['assets._package_saloon_media_thumb'] ?? $this->load('getAssets_PackageSaloonMediaThumbService'));
yield 'saloon_media_video' => ($this->privates['assets._package_saloon_media_video'] ?? $this->load('getAssets_PackageSaloonMediaVideoService'));
yield 'js_script' => ($this->privates['assets._package_js_script'] ?? $this->load('getAssets_PackageJsScriptService'));
yield 'basicConfig' => ($this->privates['assets._package_basicConfig'] ?? $this->load('getAssets_PackageBasicConfigService'));
yield 'nodomainConfig' => ($this->privates['assets._package_nodomainConfig'] ?? $this->load('getAssets_PackageNodomainConfigService'));
}, 11));
}
/**
* Gets the private 'cache.annotations.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Annotations_TraceableService()
{
return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('b5tbzfSlf0', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
{
return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
{
return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.doctrine.orm.default.second_level.region_driver.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService()
{
return $this->privates['cache.doctrine.orm.default.second_level.region_driver.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.doctrine.orm.multi_website.query.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()
{
return $this->privates['cache.doctrine.orm.multi_website.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.doctrine.orm.multi_website.result.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()
{
return $this->privates['cache.doctrine.orm.multi_website.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.doctrine.orm.multi_website.second_level.region_driver.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService()
{
return $this->privates['cache.doctrine.orm.multi_website.second_level.region_driver.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.doctrine.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
$b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$a->setLogger($b);
$c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('+nNStnIwvy', 600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$c->setLogger($b);
return $this->privates['cache.doctrine.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([0 => $a, 1 => $c], 600)));
}
/**
* Gets the private 'cache.easyadmin.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Easyadmin_TraceableService()
{
return $this->privates['cache.easyadmin.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('908IcGHG3L', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('H0HLqXgL7F', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
}
/**
* Gets the private 'cache.property_info.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfo_TraceableService()
{
return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4auGnpGdxq', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.rate_limiter.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_RateLimiter_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
$b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$a->setLogger($b);
$c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('aM645XYN4b', 600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$c->setLogger($b);
return $this->privates['cache.rate_limiter.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([0 => $a, 1 => $c], 600)));
}
/**
* Gets the private 'cache.security_expression_language.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguage_TraceableService()
{
return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nBMEx0cAiI', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.serializer.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Serializer_TraceableService()
{
return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2xNZKsS2aq', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.validator.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Validator_TraceableService()
{
return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2y-T2llm49', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.webpack_encore.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_WebpackEncore_TraceableService()
{
return $this->privates['cache.webpack_encore.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NCi4T4LV1g', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'ctr_stat.cache.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCtrStat_Cache_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
$b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$a->setLogger($b);
$c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Tq7wQkgH-w', 30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$c->setLogger($b);
return $this->privates['ctr_stat.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([0 => $a, 1 => $c], 30)));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
$a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
}, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'doctrine.dbal.connection_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
*/
protected function getDoctrine_Dbal_ConnectionFactoryService()
{
return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite']));
}
/**
* Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => ['privates', 'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber', 'getDomainEventsSubscriberService', true],
'app.doctrine.lifecycle_events.listener' => ['privates', 'app.doctrine.lifecycle_events.listener', 'getApp_Doctrine_LifecycleEvents_ListenerService', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'stof_doctrine_extensions.listener.blameable' => ['privates', 'stof_doctrine_extensions.listener.blameable', 'getStofDoctrineExtensions_Listener_BlameableService', false],
'stof_doctrine_extensions.listener.loggable' => ['privates', 'stof_doctrine_extensions.listener.loggable', 'getStofDoctrineExtensions_Listener_LoggableService', false],
'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', true],
'stof_doctrine_extensions.listener.translatable' => ['privates', 'stof_doctrine_extensions.listener.translatable', 'getStofDoctrineExtensions_Listener_TranslatableService', false],
], [
'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => '?',
'app.doctrine.lifecycle_events.listener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'stof_doctrine_extensions.listener.blameable' => '?',
'stof_doctrine_extensions.listener.loggable' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
'stof_doctrine_extensions.listener.translatable' => '?',
]), [0 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.loggable'], 1 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.loggable'], 2 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.loggable'], 3 => 'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber', 4 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 5 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 6 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 7 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 8 => [0 => [0 => 'postUpdate'], 1 => 'app.doctrine.lifecycle_events.listener'], 9 => [0 => [0 => 'postPersist'], 1 => 'app.doctrine.lifecycle_events.listener'], 10 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 11 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.blameable'], 12 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.blameable'], 13 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.blameable'], 14 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 15 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 16 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 17 => [0 => [0 => 'postLoad'], 1 => 'stof_doctrine_extensions.listener.translatable'], 18 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.translatable'], 19 => [0 => [0 => 'preFlush'], 1 => 'stof_doctrine_extensions.listener.translatable'], 20 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.translatable'], 21 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.translatable']]);
}
/**
* Gets the private 'doctrine.dbal.multi_website_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.multi_website_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'app.doctrine.lifecycle_events.listener' => ['privates', 'app.doctrine.lifecycle_events.listener', 'getApp_Doctrine_LifecycleEvents_ListenerService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'doctrine.orm.multi_website_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.multi_website_listeners.attach_entity_listeners', 'getDoctrine_Orm_MultiWebsiteListeners_AttachEntityListenersService', true],
], [
'app.doctrine.lifecycle_events.listener' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'doctrine.orm.multi_website_listeners.attach_entity_listeners' => '?',
]), [0 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => [0 => [0 => 'postUpdate'], 1 => 'app.doctrine.lifecycle_events.listener'], 5 => [0 => [0 => 'postPersist'], 1 => 'app.doctrine.lifecycle_events.listener'], 6 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.multi_website_listeners.attach_entity_listeners']]);
}
/**
* Gets the private 'doctrine.orm.container_repository_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
*/
protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
{
return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => ['privates', 'App\\MultiWebsite\\Repository\\PhoneReviewsRepository', 'getPhoneReviewsRepositoryService', true],
'App\\Repository\\AccountChargesRepository' => ['privates', 'App\\Repository\\AccountChargesRepository', 'getAccountChargesRepositoryService', true],
'App\\Repository\\AccountEnrollmentRepository' => ['privates', 'App\\Repository\\AccountEnrollmentRepository', 'getAccountEnrollmentRepositoryService', false],
'App\\Repository\\AccountTransactionRepository' => ['privates', 'App\\Repository\\AccountTransactionRepository', 'getAccountTransactionRepositoryService', true],
'App\\Repository\\AnalyticsRepository' => ['privates', 'App\\Repository\\AnalyticsRepository', 'getAnalyticsRepositoryService', true],
'App\\Repository\\ApprovalRequestsRepository' => ['privates', 'App\\Repository\\ApprovalRequestsRepository', 'getApprovalRequestsRepositoryService', false],
'App\\Repository\\BannedEmailRepository' => ['privates', 'App\\Repository\\BannedEmailRepository', 'getBannedEmailRepositoryService', false],
'App\\Repository\\BannedPhoneRepository' => ['privates', 'App\\Repository\\BannedPhoneRepository', 'getBannedPhoneRepositoryService', true],
'App\\Repository\\BulkQueueItemRepository' => ['privates', 'App\\Repository\\BulkQueueItemRepository', 'getBulkQueueItemRepositoryService', true],
'App\\Repository\\CityRepository' => ['privates', 'App\\Repository\\CityRepository', 'getCityRepositoryService', false],
'App\\Repository\\CommentBanRepository' => ['privates', 'App\\Repository\\CommentBanRepository', 'getCommentBanRepositoryService', true],
'App\\Repository\\CountyRepository' => ['privates', 'App\\Repository\\CountyRepository', 'getCountyRepositoryService', true],
'App\\Repository\\DistrictRepository' => ['privates', 'App\\Repository\\DistrictRepository', 'getDistrictRepositoryService', false],
'App\\Repository\\FavouriteProfileRepository' => ['privates', 'App\\Repository\\FavouriteProfileRepository', 'getFavouriteProfileRepositoryService', true],
'App\\Repository\\FileProcessingTaskRepository' => ['privates', 'App\\Repository\\FileProcessingTaskRepository', 'getFileProcessingTaskRepositoryService', true],
'App\\Repository\\IpAddressCommentBanRepository' => ['privates', 'App\\Repository\\IpAddressCommentBanRepository', 'getIpAddressCommentBanRepositoryService', true],
'App\\Repository\\IpAddressRepository' => ['privates', 'App\\Repository\\IpAddressRepository', 'getIpAddressRepositoryService', true],
'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => ['privates', 'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository', 'getSourceMapStationsUpdateLogRepositoryService', true],
'App\\Repository\\ModerationRequestsRepository' => ['privates', 'App\\Repository\\ModerationRequestsRepository', 'getModerationRequestsRepositoryService', false],
'App\\Repository\\PageMetadataRepository' => ['privates', 'App\\Repository\\PageMetadataRepository', 'getPageMetadataRepositoryService', false],
'App\\Repository\\PaidPlacementPriceRepository' => ['privates', 'App\\Repository\\PaidPlacementPriceRepository', 'getPaidPlacementPriceRepositoryService', false],
'App\\Repository\\PaidPlacementsOrderRepository' => ['privates', 'App\\Repository\\PaidPlacementsOrderRepository', 'getPaidPlacementsOrderRepositoryService', true],
'App\\Repository\\PaymentBonusRepository' => ['privates', 'App\\Repository\\PaymentBonusRepository', 'getPaymentBonusRepositoryService', true],
'App\\Repository\\PaymentProductRepository' => ['privates', 'App\\Repository\\PaymentProductRepository', 'getPaymentProductRepositoryService', true],
'App\\Repository\\PhoneReviewsAddedRepository' => ['privates', 'App\\Repository\\PhoneReviewsAddedRepository', 'getPhoneReviewsAddedRepositoryService', true],
'App\\Repository\\PlacementHidingRepository' => ['privates', 'App\\Repository\\PlacementHidingRepository', 'getPlacementHidingRepositoryService', true],
'App\\Repository\\ProfileAdBoardPlacementRepository' => ['privates', 'App\\Repository\\ProfileAdBoardPlacementRepository', 'getProfileAdBoardPlacementRepositoryService', true],
'App\\Repository\\ProfileApprovalBonusReceivedRepository' => ['privates', 'App\\Repository\\ProfileApprovalBonusReceivedRepository', 'getProfileApprovalBonusReceivedRepositoryService', true],
'App\\Repository\\ProfileCommentByCustomerRepository' => ['privates', 'App\\Repository\\ProfileCommentByCustomerRepository', 'getProfileCommentByCustomerRepositoryService', true],
'App\\Repository\\ProfileCommentRepository' => ['privates', 'App\\Repository\\ProfileCommentRepository', 'getProfileCommentRepositoryService', false],
'App\\Repository\\ProfileConfirmationMediaFileRepository' => ['privates', 'App\\Repository\\ProfileConfirmationMediaFileRepository', 'getProfileConfirmationMediaFileRepositoryService', true],
'App\\Repository\\ProfileCtrRepository' => ['privates', 'App\\Repository\\ProfileCtrRepository', 'getProfileCtrRepositoryService', false],
'App\\Repository\\ProfileKVRepository' => ['privates', 'App\\Repository\\ProfileKVRepository', 'getProfileKVRepositoryService', false],
'App\\Repository\\ProfileMediaFileRepository' => ['privates', 'App\\Repository\\ProfileMediaFileRepository', 'getProfileMediaFileRepositoryService', true],
'App\\Repository\\ProfileRepository' => ['privates', 'App\\Repository\\ProfileRepository', 'getProfileRepositoryService', false],
'App\\Repository\\ProfileSidebarPlacementRepository' => ['privates', 'App\\Repository\\ProfileSidebarPlacementRepository', 'getProfileSidebarPlacementRepositoryService', false],
'App\\Repository\\ProfileTopPlacementRepository' => ['privates', 'App\\Repository\\ProfileTopPlacementRepository', 'getProfileTopPlacementRepositoryService', false],
'App\\Repository\\SaloonAdBoardPlacementRepository' => ['privates', 'App\\Repository\\SaloonAdBoardPlacementRepository', 'getSaloonAdBoardPlacementRepositoryService', true],
'App\\Repository\\SaloonCommentByCustomerRepository' => ['privates', 'App\\Repository\\SaloonCommentByCustomerRepository', 'getSaloonCommentByCustomerRepositoryService', true],
'App\\Repository\\SaloonCommentRepository' => ['privates', 'App\\Repository\\SaloonCommentRepository', 'getSaloonCommentRepositoryService', true],
'App\\Repository\\SaloonMediaFileRepository' => ['privates', 'App\\Repository\\SaloonMediaFileRepository', 'getSaloonMediaFileRepositoryService', true],
'App\\Repository\\SaloonPlacementChargeRepository' => ['privates', 'App\\Repository\\SaloonPlacementChargeRepository', 'getSaloonPlacementChargeRepositoryService', true],
'App\\Repository\\SaloonRepository' => ['privates', 'App\\Repository\\SaloonRepository', 'getSaloonRepositoryService', false],
'App\\Repository\\SaloonSidebarPlacementRepository' => ['privates', 'App\\Repository\\SaloonSidebarPlacementRepository', 'getSaloonSidebarPlacementRepositoryService', false],
'App\\Repository\\ServiceRepository' => ['privates', 'App\\Repository\\ServiceRepository', 'getServiceRepositoryService', false],
'App\\Repository\\SidebarPlacementRepository' => ['privates', 'App\\Repository\\SidebarPlacementRepository', 'getSidebarPlacementRepositoryService', false],
'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => ['privates', 'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository', 'getSourceMapLineRepositoryService', true],
'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => ['privates', 'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository', 'getSourceMapStationRepositoryService', true],
'App\\Repository\\StationRepository' => ['privates', 'App\\Repository\\StationRepository', 'getStationRepositoryService', false],
'App\\Repository\\StatusPricesRepository' => ['privates', 'App\\Repository\\StatusPricesRepository', 'getStatusPricesRepositoryService', true],
'App\\Repository\\StatusRepository' => ['privates', 'App\\Repository\\StatusRepository', 'getStatusRepositoryService', true],
'App\\Repository\\Subway\\LineRepository' => ['privates', 'App\\Repository\\Subway\\LineRepository', 'getLineRepositoryService', true],
'App\\Repository\\SupportMessagesRepository' => ['privates', 'App\\Repository\\SupportMessagesRepository', 'getSupportMessagesRepositoryService', false],
'App\\Repository\\SystemVariablesRepository' => ['privates', 'App\\Repository\\SystemVariablesRepository', 'getSystemVariablesRepositoryService', false],
'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
], [
'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => '?',
'App\\Repository\\AccountChargesRepository' => '?',
'App\\Repository\\AccountEnrollmentRepository' => '?',
'App\\Repository\\AccountTransactionRepository' => '?',
'App\\Repository\\AnalyticsRepository' => '?',
'App\\Repository\\ApprovalRequestsRepository' => '?',
'App\\Repository\\BannedEmailRepository' => '?',
'App\\Repository\\BannedPhoneRepository' => '?',
'App\\Repository\\BulkQueueItemRepository' => '?',
'App\\Repository\\CityRepository' => '?',
'App\\Repository\\CommentBanRepository' => '?',
'App\\Repository\\CountyRepository' => '?',
'App\\Repository\\DistrictRepository' => '?',
'App\\Repository\\FavouriteProfileRepository' => '?',
'App\\Repository\\FileProcessingTaskRepository' => '?',
'App\\Repository\\IpAddressCommentBanRepository' => '?',
'App\\Repository\\IpAddressRepository' => '?',
'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => '?',
'App\\Repository\\ModerationRequestsRepository' => '?',
'App\\Repository\\PageMetadataRepository' => '?',
'App\\Repository\\PaidPlacementPriceRepository' => '?',
'App\\Repository\\PaidPlacementsOrderRepository' => '?',
'App\\Repository\\PaymentBonusRepository' => '?',
'App\\Repository\\PaymentProductRepository' => '?',
'App\\Repository\\PhoneReviewsAddedRepository' => '?',
'App\\Repository\\PlacementHidingRepository' => '?',
'App\\Repository\\ProfileAdBoardPlacementRepository' => '?',
'App\\Repository\\ProfileApprovalBonusReceivedRepository' => '?',
'App\\Repository\\ProfileCommentByCustomerRepository' => '?',
'App\\Repository\\ProfileCommentRepository' => '?',
'App\\Repository\\ProfileConfirmationMediaFileRepository' => '?',
'App\\Repository\\ProfileCtrRepository' => '?',
'App\\Repository\\ProfileKVRepository' => '?',
'App\\Repository\\ProfileMediaFileRepository' => '?',
'App\\Repository\\ProfileRepository' => '?',
'App\\Repository\\ProfileSidebarPlacementRepository' => '?',
'App\\Repository\\ProfileTopPlacementRepository' => '?',
'App\\Repository\\SaloonAdBoardPlacementRepository' => '?',
'App\\Repository\\SaloonCommentByCustomerRepository' => '?',
'App\\Repository\\SaloonCommentRepository' => '?',
'App\\Repository\\SaloonMediaFileRepository' => '?',
'App\\Repository\\SaloonPlacementChargeRepository' => '?',
'App\\Repository\\SaloonRepository' => '?',
'App\\Repository\\SaloonSidebarPlacementRepository' => '?',
'App\\Repository\\ServiceRepository' => '?',
'App\\Repository\\SidebarPlacementRepository' => '?',
'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => '?',
'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => '?',
'App\\Repository\\StationRepository' => '?',
'App\\Repository\\StatusPricesRepository' => '?',
'App\\Repository\\StatusRepository' => '?',
'App\\Repository\\Subway\\LineRepository' => '?',
'App\\Repository\\SupportMessagesRepository' => '?',
'App\\Repository\\SystemVariablesRepository' => '?',
'App\\Repository\\UserRepository' => '?',
]));
}
/**
* Gets the private 'eight_points_guzzle.data_collector' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
*/
protected function getEightPointsGuzzle_DataCollectorService()
{
return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([0 => ($this->privates['eight_points_guzzle.api_payday_logger'] ?? ($this->privates['eight_points_guzzle.api_payday_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), 1 => ($this->privates['eight_points_guzzle.api_oplata_info_logger'] ?? ($this->privates['eight_points_guzzle.api_oplata_info_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), 2 => ($this->privates['eight_points_guzzle.api_rotation_logger'] ?? ($this->privates['eight_points_guzzle.api_rotation_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 0.0);
}
/**
* Gets the private 'esi_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
*/
protected function getEsiListenerService()
{
return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'flagception.activator.chain_activator' shared service.
*
* @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
*/
protected function getFlagception_Activator_ChainActivatorService()
{
$this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
$a = new \Flagception\Factory\ExpressionLanguageFactory();
$a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
$a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
$instance->add(new \Flagception\Activator\ArrayActivator(['account_main_is_profiles' => false, 'adboard_positions_alignment_by_schedule' => false, 'allow_domain_redirects' => false, 'allow_legacy_city_uri_case_redirects' => false, 'allow_profile_delete' => false, 'approval_by_video' => false, 'canonical_url_with_pagination' => false, 'check_description_unique' => false, 'city_main_pages_linkage_circle' => false, 'consider_approved_priority' => false, 'crop_avatar' => false, 'ctr' => false, 'dummy_page_403' => false, 'extended_profile_form' => false, 'escort_additional_requirements' => false, 'fill_empty_profile_list' => false, 'free_profiles' => false, 'hard_moderation' => false, 'has_archive_page' => false, 'has_breast_type' => false, 'has_city_list_page' => false, 'has_gigolo_and_trans' => false, 'has_masseurs' => false, 'has_profile_translations' => false, 'has_saloons' => false, 'has_station_list_page' => false, 'has_translations' => false, 'homepage_as_city_list' => false, 'inner_linkage_circle' => false, 'multiple_cities' => false, 'non_masseur_on_account_profile_list' => false, 'postprocess_video' => false, 'profile_comments' => false, 'profile_adboard_log' => false, 'redirect_default_city_to_homepage' => false, 'redirect_to_account_main_after_profile_edit' => false, 'replace_bad_words' => false, 'restrict_unapproved_profile_free_placement' => false, 'sitemap_multiple_locales' => false, 'station_page_add_profiles' => false, 'station_pages_linkage_circle' => false, 'use_sign_up_captcha' => false, 'use_support_message_captcha' => false]));
$instance->add(new \Flagception\Activator\EnvironmentActivator([]));
$instance->add(new \Flagception\Activator\ConstraintActivator(new \Flagception\Constraint\ConstraintResolver($a->create()), ['account_main_is_profiles' => $this->getEnv('string:FEATURE_ACCOUNT_MAIN_IS_PROFILES').' == true', 'adboard_positions_alignment_by_schedule' => $this->getEnv('string:FEATURE_ADBOARD_POSITIONS_ALIGNMENT_BY_SCHEDULE').' == true', 'allow_domain_redirects' => $this->getEnv('string:FEATURE_ALLOW_DOMAIN_REDIRECTS').' == true', 'allow_legacy_city_uri_case_redirects' => $this->getEnv('string:FEATURE_ALLOW_LEGACY_CITY_URI_CASE_REDIRECTS').' == true', 'allow_profile_delete' => $this->getEnv('string:FEATURE_ALLOW_PROFILE_DELETE').' == true', 'approval_by_video' => $this->getEnv('string:FEATURE_APPROVAL_BY_VIDEO').' == true', 'canonical_url_with_pagination' => $this->getEnv('string:FEATURE_CANONICAL_URL_WITH_PAGINATION').' == true', 'check_description_unique' => $this->getEnv('string:FEATURE_CHECK_DESCRIPTION_UNIQUE').' == true', 'city_main_pages_linkage_circle' => $this->getEnv('string:FEATURE_CITY_MAIN_PAGES_LINKAGE_CIRCLE').' == true', 'consider_approved_priority' => $this->getEnv('string:FEATURE_CONSIDER_APPROVED_PRIORITY').' == true', 'crop_avatar' => $this->getEnv('string:FEATURE_CROP_AVATAR').' == true', 'ctr' => $this->getEnv('string:FEATURE_CTR').' == true', 'dummy_page_403' => $this->getEnv('string:FEATURE_DUMMY_PAGE_403').' == true', 'extended_profile_form' => $this->getEnv('string:FEATURE_EXTENDED_PROFILE_FORM').' == true', 'escort_additional_requirements' => $this->getEnv('string:FEATURE_ESCORT_ADDITIONAL_REQUIREMENTS').' == true', 'fill_empty_profile_list' => $this->getEnv('string:FEATURE_FILL_EMPTY_PROFILE_LIST').' == true', 'free_profiles' => $this->getEnv('string:FEATURE_FREE_PROFILES').' == true', 'hard_moderation' => $this->getEnv('string:FEATURE_HARD_MODERATION').' == true', 'has_archive_page' => $this->getEnv('string:FEATURE_HAS_ARCHIVE_PAGE').' == true', 'has_breast_type' => $this->getEnv('string:FEATURE_HAS_BREAST_TYPE').' == true', 'has_city_list_page' => $this->getEnv('string:FEATURE_HAS_CITY_LIST_PAGE').' == true', 'has_gigolo_and_trans' => $this->getEnv('string:FEATURE_HAS_GIGOLO_AND_TRANS').' == true', 'has_masseurs' => $this->getEnv('string:FEATURE_HAS_MASSEURS').' == true', 'has_profile_translations' => $this->getEnv('string:FEATURE_HAS_PROFILE_TRANSLATIONS').' == true', 'has_saloons' => $this->getEnv('string:FEATURE_HAS_SALOONS').' == true', 'has_station_list_page' => $this->getEnv('string:FEATURE_HAS_STATION_LIST_PAGE').' == true', 'has_translations' => $this->getEnv('string:FEATURE_HAS_TRANSLATIONS').' == true', 'homepage_as_city_list' => $this->getEnv('string:FEATURE_HOMEPAGE_AS_CITY_LIST').' == true', 'inner_linkage_circle' => $this->getEnv('string:FEATURE_INNER_LINKAGE_CIRCLE').' == true', 'multiple_cities' => $this->getEnv('string:FEATURE_MULTIPLE_CITIES').' == true', 'non_masseur_on_account_profile_list' => $this->getEnv('string:FEATURE_NON_MASSEUR_ON_ACCOUNT_PROFILE_LIST').' == true', 'postprocess_video' => $this->getEnv('string:FEATURE_POSTPROCESS_VIDEO').' == true', 'profile_comments' => $this->getEnv('string:FEATURE_PROFILE_COMMENTS').' == true', 'profile_adboard_log' => $this->getEnv('string:FEATURE_PROFILE_ADBOARD_LOG').' == true', 'redirect_default_city_to_homepage' => $this->getEnv('string:FEATURE_DEFAULT_CITY_REDIRECT').' == true && '.$this->getEnv('string:FEATURE_HOMEPAGE_AS_CITY_LIST').' == false', 'redirect_to_account_main_after_profile_edit' => $this->getEnv('string:FEATURE_REDIRECT_TO_ACCOUNT_MAIN_AFTER_PROFILE_EDIT').' == true', 'replace_bad_words' => $this->getEnv('string:FEATURE_REPLACE_BAD_WORDS').' == true', 'restrict_unapproved_profile_free_placement' => $this->getEnv('string:FEATURE_RESTRICT_UNAPPROVED_PROFILE_FREE_PLACEMENT').' == true', 'sitemap_multiple_locales' => $this->getEnv('string:FEATURE_SITEMAP_MULTIPLE_LOCALES').' == true', 'station_page_add_profiles' => $this->getEnv('string:FEATURE_STATION_PAGE_ADD_PROFILES').' == true', 'station_pages_linkage_circle' => $this->getEnv('string:FEATURE_STATION_PAGES_LINKAGE_CIRCLE').' == true', 'use_sign_up_captcha' => $this->getEnv('string:FEATURE_USE_SIGN_UP_CAPTCHA').' == true', 'use_support_message_captcha' => $this->getEnv('string:FEATURE_USE_SUPPORT_MESSAGE_CAPTCHA').' == true']));
return $instance;
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'easyadmin.filter.type.array' => ['privates', 'easyadmin.filter.type.array', 'getEasyadmin_Filter_Type_ArrayService', true],
'easyadmin.filter.type.boolean' => ['privates', 'easyadmin.filter.type.boolean', 'getEasyadmin_Filter_Type_BooleanService', true],
'easyadmin.filter.type.choice' => ['privates', 'easyadmin.filter.type.choice', 'getEasyadmin_Filter_Type_ChoiceService', true],
'easyadmin.filter.type.comparison' => ['privates', 'easyadmin.filter.type.comparison', 'getEasyadmin_Filter_Type_ComparisonService', true],
'easyadmin.filter.type.date' => ['privates', 'easyadmin.filter.type.date', 'getEasyadmin_Filter_Type_DateService', true],
'easyadmin.filter.type.dateinterval' => ['privates', 'easyadmin.filter.type.dateinterval', 'getEasyadmin_Filter_Type_DateintervalService', true],
'easyadmin.filter.type.datetime' => ['privates', 'easyadmin.filter.type.datetime', 'getEasyadmin_Filter_Type_DatetimeService', true],
'easyadmin.filter.type.decimal' => ['privates', 'easyadmin.filter.type.decimal', 'getEasyadmin_Filter_Type_DecimalService', true],
'easyadmin.filter.type.entity' => ['privates', 'easyadmin.filter.type.entity', 'getEasyadmin_Filter_Type_EntityService', true],
'easyadmin.filter.type.float' => ['privates', 'easyadmin.filter.type.float', 'getEasyadmin_Filter_Type_FloatService', true],
'easyadmin.filter.type.integer' => ['privates', 'easyadmin.filter.type.integer', 'getEasyadmin_Filter_Type_IntegerService', true],
'easyadmin.filter.type.text' => ['privates', 'easyadmin.filter.type.text', 'getEasyadmin_Filter_Type_TextService', true],
'easyadmin.filter.type.textarea' => ['privates', 'easyadmin.filter.type.textarea', 'getEasyadmin_Filter_Type_TextareaService', true],
'easyadmin.filter.type.time' => ['privates', 'easyadmin.filter.type.time', 'getEasyadmin_Filter_Type_TimeService', true],
], [
'easyadmin.filter.type.array' => '?',
'easyadmin.filter.type.boolean' => '?',
'easyadmin.filter.type.choice' => '?',
'easyadmin.filter.type.comparison' => '?',
'easyadmin.filter.type.date' => '?',
'easyadmin.filter.type.dateinterval' => '?',
'easyadmin.filter.type.datetime' => '?',
'easyadmin.filter.type.decimal' => '?',
'easyadmin.filter.type.entity' => '?',
'easyadmin.filter.type.float' => '?',
'easyadmin.filter.type.integer' => '?',
'easyadmin.filter.type.text' => '?',
'easyadmin.filter.type.textarea' => '?',
'easyadmin.filter.type.time' => '?',
]), [], new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0)), 1 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates', 'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType', 'getEasyAdminEmbeddedListTypeService', true],
'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates', 'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType', 'getAdminRolesTypeService', true],
'App\\Form\\AccountTopPlacementForm' => ['privates', 'App\\Form\\AccountTopPlacementForm', 'getAccountTopPlacementFormService', true],
'App\\Form\\BulkActionForm' => ['privates', 'App\\Form\\BulkActionForm', 'getBulkActionFormService', true],
'App\\Form\\ChangeAccountInformationForm' => ['privates', 'App\\Form\\ChangeAccountInformationForm', 'getChangeAccountInformationFormService', true],
'App\\Form\\ChangeAccountPasswordForm' => ['privates', 'App\\Form\\ChangeAccountPasswordForm', 'getChangeAccountPasswordFormService', true],
'App\\Form\\ChangeCustomerAdditionalInfoForm' => ['privates', 'App\\Form\\ChangeCustomerAdditionalInfoForm', 'getChangeCustomerAdditionalInfoFormService', true],
'App\\Form\\CommentForm' => ['privates', 'App\\Form\\CommentForm', 'getCommentFormService', true],
'App\\Form\\CreateOrEditProfileForm' => ['privates', 'App\\Form\\CreateOrEditProfileForm', 'getCreateOrEditProfileFormService', true],
'App\\Form\\CreateOrEditSaloonForm' => ['privates', 'App\\Form\\CreateOrEditSaloonForm', 'getCreateOrEditSaloonFormService', true],
'App\\Form\\CustomerProfilePreferenceForm' => ['privates', 'App\\Form\\CustomerProfilePreferenceForm', 'getCustomerProfilePreferenceFormService', true],
'App\\Form\\EasyAdmin\\ApprovalRequestForm' => ['privates', 'App\\Form\\EasyAdmin\\ApprovalRequestForm', 'getApprovalRequestFormService', true],
'App\\Form\\EasyAdmin\\CityPricesForm' => ['privates', 'App\\Form\\EasyAdmin\\CityPricesForm', 'getCityPricesFormService', true],
'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => ['privates', 'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm', 'getManuallyEnrollArbitraryMoneyValueByStaffFormService', true],
'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => ['privates', 'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm', 'getManuallyRedeemPrepaidTokenByStaffFormService', true],
'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => ['privates', 'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm', 'getProfileAnalyticsFilterFormService', true],
'App\\Form\\EasyAdmin\\ProfileForm' => ['privates', 'App\\Form\\EasyAdmin\\ProfileForm', 'getProfileFormService', true],
'App\\Form\\EasyAdmin\\ProfileModerationForm' => ['privates', 'App\\Form\\EasyAdmin\\ProfileModerationForm', 'getProfileModerationFormService', true],
'App\\Form\\EasyAdmin\\SaloonForm' => ['privates', 'App\\Form\\EasyAdmin\\SaloonForm', 'getSaloonFormService', true],
'App\\Form\\EasyAdmin\\SupportMessageForm' => ['privates', 'App\\Form\\EasyAdmin\\SupportMessageForm', 'getSupportMessageFormService', true],
'App\\Form\\FilterAccountTransactionsForm' => ['privates', 'App\\Form\\FilterAccountTransactionsForm', 'getFilterAccountTransactionsFormService', true],
'App\\Form\\FilterMapForm' => ['privates', 'App\\Form\\FilterMapForm', 'getFilterMapFormService', true],
'App\\Form\\ForgottenUserType' => ['privates', 'App\\Form\\ForgottenUserType', 'getForgottenUserTypeService', true],
'App\\Form\\MoneyPaymentForm' => ['privates', 'App\\Form\\MoneyPaymentForm', 'getMoneyPaymentFormService', true],
'App\\Form\\PhoneReviewForm' => ['privates', 'App\\Form\\PhoneReviewForm', 'getPhoneReviewFormService', true],
'App\\Form\\ProfileFilterForm' => ['privates', 'App\\Form\\ProfileFilterForm', 'getProfileFilterFormService', true],
'App\\Form\\ReceivePasswordForm' => ['privates', 'App\\Form\\ReceivePasswordForm', 'getReceivePasswordFormService', true],
'App\\Form\\RedeemPrepaidTokenForm' => ['privates', 'App\\Form\\RedeemPrepaidTokenForm', 'getRedeemPrepaidTokenFormService', true],
'App\\Form\\RegisterAccountForm' => ['privates', 'App\\Form\\RegisterAccountForm', 'getRegisterAccountFormService', true],
'App\\Form\\ReplySupportMessageForm' => ['privates', 'App\\Form\\ReplySupportMessageForm', 'getReplySupportMessageFormService', true],
'App\\Form\\SearchByKeywordsForm' => ['privates', 'App\\Form\\SearchByKeywordsForm', 'getSearchByKeywordsFormService', true],
'App\\Form\\SearchPhoneForm' => ['privates', 'App\\Form\\SearchPhoneForm', 'getSearchPhoneFormService', true],
'App\\Form\\SearchProfileForm' => ['privates', 'App\\Form\\SearchProfileForm', 'getSearchProfileFormService', true],
'App\\Form\\Type\\AdvertiserBanChoiceType' => ['privates', 'App\\Form\\Type\\AdvertiserBanChoiceType', 'getAdvertiserBanChoiceTypeService', true],
'App\\Form\\Type\\AdvertiserBanType' => ['privates', 'App\\Form\\Type\\AdvertiserBanType', 'getAdvertiserBanTypeService', true],
'App\\Form\\Type\\AdvertiserUnBanChoiceType' => ['privates', 'App\\Form\\Type\\AdvertiserUnBanChoiceType', 'getAdvertiserUnBanChoiceTypeService', true],
'App\\Form\\Type\\ApartmentsPricingType' => ['privates', 'App\\Form\\Type\\ApartmentsPricingType', 'getApartmentsPricingTypeService', true],
'App\\Form\\Type\\CarPricingType' => ['privates', 'App\\Form\\Type\\CarPricingType', 'getCarPricingTypeService', true],
'App\\Form\\Type\\CityGroupType' => ['privates', 'App\\Form\\Type\\CityGroupType', 'getCityGroupTypeService', true],
'App\\Form\\Type\\ClientRestrictionsType' => ['privates', 'App\\Form\\Type\\ClientRestrictionsType', 'getClientRestrictionsTypeService', true],
'App\\Form\\Type\\CustomerBanChoiceType' => ['privates', 'App\\Form\\Type\\CustomerBanChoiceType', 'getCustomerBanChoiceTypeService', true],
'App\\Form\\Type\\CustomerBanType' => ['privates', 'App\\Form\\Type\\CustomerBanType', 'getCustomerBanTypeService', true],
'App\\Form\\Type\\CustomerUnBanChoiceType' => ['privates', 'App\\Form\\Type\\CustomerUnBanChoiceType', 'getCustomerUnBanChoiceTypeService', true],
'App\\Form\\Type\\ExpressPricingType' => ['privates', 'App\\Form\\Type\\ExpressPricingType', 'getExpressPricingTypeService', true],
'App\\Form\\Type\\MapCoordinateType' => ['privates', 'App\\Form\\Type\\MapCoordinateType', 'getMapCoordinateTypeService', true],
'App\\Form\\Type\\MessengersType' => ['privates', 'App\\Form\\Type\\MessengersType', 'getMessengersTypeService', true],
'App\\Form\\Type\\PersonParametersType' => ['privates', 'App\\Form\\Type\\PersonParametersType', 'getPersonParametersTypeService', true],
'App\\Form\\Type\\PhoneCallRestrictionsType' => ['privates', 'App\\Form\\Type\\PhoneCallRestrictionsType', 'getPhoneCallRestrictionsTypeService', true],
'App\\Form\\Type\\ProfileCommentMarkChoiceType' => ['privates', 'App\\Form\\Type\\ProfileCommentMarkChoiceType', 'getProfileCommentMarkChoiceTypeService', true],
'App\\Form\\Type\\ProfileFiltersType' => ['privates', 'App\\Form\\Type\\ProfileFiltersType', 'getProfileFiltersTypeService', true],
'App\\Form\\Type\\ProvideServicesCollectionType' => ['privates', 'App\\Form\\Type\\ProvideServicesCollectionType', 'getProvideServicesCollectionTypeService', true],
'App\\Form\\Type\\ProvidedServiceType' => ['privates', 'App\\Form\\Type\\ProvidedServiceType', 'getProvidedServiceTypeService', true],
'App\\Form\\Type\\SaloonCommentMarkChoiceType' => ['privates', 'App\\Form\\Type\\SaloonCommentMarkChoiceType', 'getSaloonCommentMarkChoiceTypeService', true],
'App\\Form\\Type\\SearchRangeType' => ['privates', 'App\\Form\\Type\\SearchRangeType', 'getSearchRangeTypeService', true],
'App\\Form\\Type\\ServiceType' => ['privates', 'App\\Form\\Type\\ServiceType', 'getServiceTypeService', true],
'App\\Form\\Type\\TakeOutPricingType' => ['privates', 'App\\Form\\Type\\TakeOutPricingType', 'getTakeOutPricingTypeService', true],
'App\\Form\\Type\\TimezoneType' => ['privates', 'App\\Form\\Type\\TimezoneType', 'getTimezoneTypeService', true],
'App\\Form\\Type\\TranslatableValueType' => ['privates', 'App\\Form\\Type\\TranslatableValueType', 'getTranslatableValueTypeService', true],
'App\\Form\\Type\\WorkingHoursType' => ['privates', 'App\\Form\\Type\\WorkingHoursType', 'getWorkingHoursTypeService', true],
'App\\Form\\Type\\YesNoNoMatterChoiceType' => ['privates', 'App\\Form\\Type\\YesNoNoMatterChoiceType', 'getYesNoNoMatterChoiceTypeService', true],
'App\\Form\\WriteSupportMessageForm' => ['privates', 'App\\Form\\WriteSupportMessageForm', 'getWriteSupportMessageFormService', true],
'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services', 'ewz_recaptcha.form.type', 'getEwzRecaptcha_Form_TypeService', true],
'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services', 'ewz_recaptcha.v3.form.type', 'getEwzRecaptcha_V3_Form_TypeService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates', 'easyadmin.form.type.autocomplete', 'getEasyadmin_Form_Type_AutocompleteService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates', 'easyadmin.form.type.batch', 'getEasyadmin_Form_Type_BatchService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates', 'easyadmin.form.type.divider', 'getEasyadmin_Form_Type_DividerService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates', 'easyadmin.form.type.filters', 'getEasyadmin_Form_Type_FiltersService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates', 'easyadmin.form.type', 'getEasyadmin_Form_TypeService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates', 'easyadmin.form.type.group', 'getEasyadmin_Form_Type_GroupService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates', 'easyadmin.form.type.section', 'getEasyadmin_Form_Type_SectionService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'easyadmin.form.type.fileupload', 'getEasyadmin_Form_Type_FileuploadService', true],
'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates', 'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType', 'getPhoneNumberTypeService', true],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', true],
], [
'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
'App\\Form\\AccountTopPlacementForm' => '?',
'App\\Form\\BulkActionForm' => '?',
'App\\Form\\ChangeAccountInformationForm' => '?',
'App\\Form\\ChangeAccountPasswordForm' => '?',
'App\\Form\\ChangeCustomerAdditionalInfoForm' => '?',
'App\\Form\\CommentForm' => '?',
'App\\Form\\CreateOrEditProfileForm' => '?',
'App\\Form\\CreateOrEditSaloonForm' => '?',
'App\\Form\\CustomerProfilePreferenceForm' => '?',
'App\\Form\\EasyAdmin\\ApprovalRequestForm' => '?',
'App\\Form\\EasyAdmin\\CityPricesForm' => '?',
'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => '?',
'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => '?',
'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => '?',
'App\\Form\\EasyAdmin\\ProfileForm' => '?',
'App\\Form\\EasyAdmin\\ProfileModerationForm' => '?',
'App\\Form\\EasyAdmin\\SaloonForm' => '?',
'App\\Form\\EasyAdmin\\SupportMessageForm' => '?',
'App\\Form\\FilterAccountTransactionsForm' => '?',
'App\\Form\\FilterMapForm' => '?',
'App\\Form\\ForgottenUserType' => '?',
'App\\Form\\MoneyPaymentForm' => '?',
'App\\Form\\PhoneReviewForm' => '?',
'App\\Form\\ProfileFilterForm' => '?',
'App\\Form\\ReceivePasswordForm' => '?',
'App\\Form\\RedeemPrepaidTokenForm' => '?',
'App\\Form\\RegisterAccountForm' => '?',
'App\\Form\\ReplySupportMessageForm' => '?',
'App\\Form\\SearchByKeywordsForm' => '?',
'App\\Form\\SearchPhoneForm' => '?',
'App\\Form\\SearchProfileForm' => '?',
'App\\Form\\Type\\AdvertiserBanChoiceType' => '?',
'App\\Form\\Type\\AdvertiserBanType' => '?',
'App\\Form\\Type\\AdvertiserUnBanChoiceType' => '?',
'App\\Form\\Type\\ApartmentsPricingType' => '?',
'App\\Form\\Type\\CarPricingType' => '?',
'App\\Form\\Type\\CityGroupType' => '?',
'App\\Form\\Type\\ClientRestrictionsType' => '?',
'App\\Form\\Type\\CustomerBanChoiceType' => '?',
'App\\Form\\Type\\CustomerBanType' => '?',
'App\\Form\\Type\\CustomerUnBanChoiceType' => '?',
'App\\Form\\Type\\ExpressPricingType' => '?',
'App\\Form\\Type\\MapCoordinateType' => '?',
'App\\Form\\Type\\MessengersType' => '?',
'App\\Form\\Type\\PersonParametersType' => '?',
'App\\Form\\Type\\PhoneCallRestrictionsType' => '?',
'App\\Form\\Type\\ProfileCommentMarkChoiceType' => '?',
'App\\Form\\Type\\ProfileFiltersType' => '?',
'App\\Form\\Type\\ProvideServicesCollectionType' => '?',
'App\\Form\\Type\\ProvidedServiceType' => '?',
'App\\Form\\Type\\SaloonCommentMarkChoiceType' => '?',
'App\\Form\\Type\\SearchRangeType' => '?',
'App\\Form\\Type\\ServiceType' => '?',
'App\\Form\\Type\\TakeOutPricingType' => '?',
'App\\Form\\Type\\TimezoneType' => '?',
'App\\Form\\Type\\TranslatableValueType' => '?',
'App\\Form\\Type\\WorkingHoursType' => '?',
'App\\Form\\Type\\YesNoNoMatterChoiceType' => '?',
'App\\Form\\WriteSupportMessageForm' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
yield 6 => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
}, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService'));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
yield 2 => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
}, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'fos_elastica.logger' shared service.
*
* @return \FOS\ElasticaBundle\Logger\ElasticaLogger
*/
protected function getFosElastica_LoggerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('elastica');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
$a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($a, true);
}
/**
* Gets the private 'fragment.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
*/
protected function getFragment_ListenerService()
{
return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
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())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
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()), $a);
}
/**
* Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '_pagination.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
}
/**
* Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
*
* @return \libphonenumber\PhoneNumberUtil
*/
protected function getPhoneNumberUtilService()
{
return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['locale_listener'])) {
return $this->privates['locale_listener'];
}
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'ru', $a, false, []);
}
/**
* Gets the private 'monolog.handler.chromephp' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ChromePhpHandler
*/
protected function getMonolog_Handler_ChromephpService()
{
$this->privates['monolog.handler.chromephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\ChromePhpHandler('debug', true);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.handler.firephp' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
*/
protected function getMonolog_Handler_FirephpService()
{
$this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('debug', true);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
$instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
$instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.doctrine' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DoctrineService()
{
$this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
$instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
$instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'nelmio_cors.cors_listener' shared service.
*
* @return \Nelmio\CorsBundle\EventListener\CorsListener
*/
protected function getNelmioCors_CorsListenerService()
{
return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profile_widget.cache.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getProfileWidget_Cache_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
$b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$a->setLogger($b);
$c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('qOuejbHLwx', 120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$c->setLogger($b);
return $this->privates['profile_widget.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([0 => $a, 1 => $c], 120)));
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
}
/**
* Gets the private 'profiles_filter.cache.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getProfilesFilter_Cache_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
$b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$a->setLogger($b);
$c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Pi7ZLuf-fa', 30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$c->setLogger($b);
return $this->privates['profiles_filter.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([0 => $a, 1 => $c], 30)));
}
/**
* Gets the private 'project_data.cache.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getProjectData_Cache_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
$b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$a->setLogger($b);
$c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('qal0qIIYd4', 30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$c->setLogger($b);
return $this->privates['project_data.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([0 => $a, 1 => $c], 30)));
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 3 => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
yield 2 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 3 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 4 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['router_listener'])) {
return $this->privates['router_listener'];
}
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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);
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.Tip.8_I'] ?? $this->get_ServiceLocator_Tip_8IService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
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)/')));
yield 'security.firewall.map.context.management' => ($this->privates['.security.request_matcher.KsWz1b8'] ?? ($this->privates['.security.request_matcher.KsWz1b8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/management')));
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
}, 3));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.logout_url_generator'])) {
return $this->privates['security.logout_url_generator'];
}
$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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('management', 'management.authentication.logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('main', 'logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$b = new \App\ParamConverter\CityParamConverter(($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
$a->add($b, 0, 'city_converter');
$a->add($b, 0, NULL);
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, true],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
'session_storage' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'sidebar_new_check_cool_down.cache.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getSidebarNewCheckCoolDown_Cache_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
$b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$a->setLogger($b);
$c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('rZ725-fooA', 30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$c->setLogger($b);
return $this->privates['sidebar_new_check_cool_down.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([0 => $a, 1 => $c], 30)));
}
/**
* Gets the private 'station_added_profiles.cache.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getStationAddedProfiles_Cache_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
$b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$a->setLogger($b);
$c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('i-tZLGQrFb', 120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$c->setLogger($b);
return $this->privates['station_added_profiles.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([0 => $a, 1 => $c], 120)));
}
/**
* Gets the private 'stations_lines.cache.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getStationsLines_Cache_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
$b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$a->setLogger($b);
$c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('nmxq8zIdCg', 30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$c->setLogger($b);
return $this->privates['stations_lines.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([0 => $a, 1 => $c], 30)));
}
/**
* Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
*
* @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
*/
protected function getStofDoctrineExtensions_EventListener_BlameService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
return $this->privates['stof_doctrine_extensions.event_listener.blame'];
}
return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
}
/**
* Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
*
* @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
*/
protected function getStofDoctrineExtensions_EventListener_LocaleService()
{
return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
}
/**
* Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
*
* @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
*/
protected function getStofDoctrineExtensions_EventListener_LoggerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
return $this->privates['stof_doctrine_extensions.event_listener.logger'];
}
return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
}
/**
* Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
*
* @return \Gedmo\Blameable\BlameableListener
*/
protected function getStofDoctrineExtensions_Listener_BlameableService()
{
$this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
$instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
*
* @return \Gedmo\Loggable\LoggableListener
*/
protected function getStofDoctrineExtensions_Listener_LoggableService()
{
$this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
$instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
*
* @return \Gedmo\Translatable\TranslatableListener
*/
protected function getStofDoctrineExtensions_Listener_TranslatableService()
{
$this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
$instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->setDefaultLocale('ru');
$instance->setTranslatableLocale('ru');
$instance->setTranslationFallback(true);
$instance->setPersistDefaultLocaleTranslation(false);
$instance->setSkipOnLoad(false);
return $instance;
}
/**
* Gets the private 'translator.data_collector' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslator_DataCollectorService()
{
return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ru', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ca.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 10 => (\dirname(__DIR__, 4).'/translations/about.en.yaml'), 11 => (\dirname(__DIR__, 4).'/translations/account_left_menu.en.yaml'), 12 => (\dirname(__DIR__, 4).'/translations/basic.en.yaml'), 13 => (\dirname(__DIR__, 4).'/translations/breadcrumbs.en.yaml'), 14 => (\dirname(__DIR__, 4).'/translations/footer.en.yaml'), 15 => (\dirname(__DIR__, 4).'/translations/left_menu.en.yaml'), 16 => (\dirname(__DIR__, 4).'/translations/login.en.yaml'), 17 => (\dirname(__DIR__, 4).'/translations/main.en.yaml'), 18 => (\dirname(__DIR__, 4).'/translations/nav.en.yaml'), 19 => (\dirname(__DIR__, 4).'/translations/navbar.en.yaml'), 20 => (\dirname(__DIR__, 4).'/translations/search.en.yaml'), 21 => (\dirname(__DIR__, 4).'/translations/seo_heading+intl-icu.en.yaml'), 22 => (\dirname(__DIR__, 4).'/translations/seo_heading.en.yaml'), 23 => (\dirname(__DIR__, 4).'/translations/service_groups.en.yaml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hr.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hu.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.nl.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.no.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pl.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt_BR.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt_BR.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ru.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 9 => (\dirname(__DIR__, 4).'/translations/account_left_menu.ru.yaml'), 10 => (\dirname(__DIR__, 4).'/translations/body_types.ru.yaml'), 11 => (\dirname(__DIR__, 4).'/translations/breadcrumbs.ru.yaml'), 12 => (\dirname(__DIR__, 4).'/translations/breast_types.ru.yaml'), 13 => (\dirname(__DIR__, 4).'/translations/city_main_pages_linkage.ru.yaml'), 14 => (\dirname(__DIR__, 4).'/translations/city_main_pages_linkage_by_countries.ru.yaml'), 15 => (\dirname(__DIR__, 4).'/translations/client_types.ru.yaml'), 16 => (\dirname(__DIR__, 4).'/translations/client_types_f.ru.yaml'), 17 => (\dirname(__DIR__, 4).'/translations/currency_code.ru.yaml'), 18 => (\dirname(__DIR__, 4).'/translations/date.ru.yaml'), 19 => (\dirname(__DIR__, 4).'/translations/districts_linkage.ru.yaml'), 20 => (\dirname(__DIR__, 4).'/translations/easy_admin.ru.yaml'), 21 => (\dirname(__DIR__, 4).'/translations/flashes.ru.yaml'), 22 => (\dirname(__DIR__, 4).'/translations/genders.ru.yaml'), 23 => (\dirname(__DIR__, 4).'/translations/hair_colors.ru.yaml'), 24 => (\dirname(__DIR__, 4).'/translations/inner_linkage_circle.ru.yaml'), 25 => (\dirname(__DIR__, 4).'/translations/left_menu.ru.yaml'), 26 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.ru.yaml'), 27 => (\dirname(__DIR__, 4).'/translations/messages.ru.yaml'), 28 => (\dirname(__DIR__, 4).'/translations/nationalities.ru.yaml'), 29 => (\dirname(__DIR__, 4).'/translations/phone_call_restrictions.ru.yaml'), 30 => (\dirname(__DIR__, 4).'/translations/private_haircuts.ru.yaml'), 31 => (\dirname(__DIR__, 4).'/translations/profile.ru.yaml'), 32 => (\dirname(__DIR__, 4).'/translations/seo_desc.ru.yaml'), 33 => (\dirname(__DIR__, 4).'/translations/seo_heading+intl-icu.ru.yaml'), 34 => (\dirname(__DIR__, 4).'/translations/seo_heading.ru.yaml'), 35 => (\dirname(__DIR__, 4).'/translations/service_conditions.ru.yaml'), 36 => (\dirname(__DIR__, 4).'/translations/service_groups.ru.yaml'), 37 => (\dirname(__DIR__, 4).'/translations/station_pages_linkage.ru.yaml'), 38 => (\dirname(__DIR__, 4).'/translations/take_out_location.ru.yaml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_TW.xlf')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'bs_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_US' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Bridge/Symfony/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/presta/sitemap-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle/src/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 33 => (\dirname(__DIR__, 4).'/packages/translatable-bundle/translations'), 34 => (\dirname(__DIR__, 4).'/packages/porpaginas-bundle/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 36 => (\dirname(__DIR__, 4).'/vendor/bigidea/geographical-names-inflection-bundle/src/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/bigidea/morphos-twig-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/easycorp/easyadmin-bundle/src/Resources/translations', 4 => 'vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations', 5 => 'vendor/oneup/uploader-bundle/src/Resources/translations', 6 => 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations', 7 => 'vendor/odolbeau/phone-number-bundle/src/Resources/translations', 8 => 'vendor/knplabs/knp-paginator-bundle/translations', 9 => 'translations', 10 => 'vendor/symfony/framework-bundle/translations', 11 => 'vendor/sensio/framework-extra-bundle/src/translations', 12 => 'vendor/doctrine/doctrine-bundle/translations', 13 => 'vendor/symfony/security-bundle/translations', 14 => 'vendor/symfony/twig-bundle/translations', 15 => 'vendor/symfony/web-profiler-bundle/translations', 16 => 'vendor/symfony/monolog-bundle/translations', 17 => 'vendor/symfony/debug-bundle/translations', 18 => 'vendor/knplabs/knp-menu-bundle/src/translations', 19 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 20 => 'vendor/cocur/slugify/src/Bridge/Symfony/translations', 21 => 'vendor/nelmio/cors-bundle/translations', 22 => 'vendor/flagception/flagception-bundle/src/translations', 23 => 'vendor/presta/sitemap-bundle/translations', 24 => 'vendor/oneup/flysystem-bundle/src/translations', 25 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 26 => 'vendor/snc/redis-bundle/src/translations', 27 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 28 => 'vendor/eightpoints/guzzle-bundle/src/translations', 29 => 'vendor/sentry/sentry-symfony/src/translations', 30 => 'vendor/friendsofsymfony/elastica-bundle/src/translations', 31 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 32 => 'vendor/symfony/webpack-encore-bundle/src/translations', 33 => 'packages/translatable-bundle/translations', 34 => 'packages/porpaginas-bundle/translations', 35 => 'vendor/twig/extra-bundle/translations', 36 => 'vendor/bigidea/geographical-names-inflection-bundle/src/translations', 37 => 'vendor/bigidea/morphos-twig-bundle/src/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'ru']);
return $instance;
}
/**
* Gets the private 'twig.loader.native_filesystem' shared service.
*
* @return \Twig\Loader\FilesystemLoader
*/
protected function getTwig_Loader_NativeFilesystemService()
{
$this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle/'), 'EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views/'), 'EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* Gets the private 'user_predict.cache.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getUserPredict_Cache_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
$b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$a->setLogger($b);
$c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Do86W3l621', 30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$c->setLogger($b);
return $this->privates['user_predict.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([0 => $a, 1 => $c], 30)));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Validator\\Constraints\\EmailNotBlackValidator' => ['privates', 'App\\Validator\\Constraints\\EmailNotBlackValidator', 'getEmailNotBlackValidatorService', true],
'App\\Validator\\Constraints\\PhoneNotBlackValidator' => ['privates', 'App\\Validator\\Constraints\\PhoneNotBlackValidator', 'getPhoneNotBlackValidatorService', true],
'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => ['privates', 'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator', 'getPhoneReviewNotAddedValidatorService', true],
'App\\Validator\\Constraints\\TextIsNotASpamValidator' => ['privates', 'App\\Validator\\Constraints\\TextIsNotASpamValidator', 'getTextIsNotASpamValidatorService', true],
'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => ['privates', 'App\\Validator\\Constraints\\ValidPhoneForCountryValidator', 'getValidPhoneForCountryValidatorService', true],
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates', 'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator', 'getPhoneNumberValidatorService', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'ewz_recaptcha.true' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
'ewz_recaptcha.v3.true' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'App\\Validator\\Constraints\\EmailNotBlackValidator' => '?',
'App\\Validator\\Constraints\\PhoneNotBlackValidator' => '?',
'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => '?',
'App\\Validator\\Constraints\\TextIsNotASpamValidator' => '?',
'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'ewz_recaptcha.true' => '?',
'ewz_recaptcha.v3.true' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.multi_website_entity_manager'] ?? $this->getDoctrine_Orm_MultiWebsiteEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService()
{
return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'basicConfig' => ['privates', 'webpack_encore.entrypoint_lookup[basicConfig]', 'getWebpackEncore_EntrypointLookupbasicConfigService', true],
'nodomainConfig' => ['privates', 'webpack_encore.entrypoint_lookup[nodomainConfig]', 'getWebpackEncore_EntrypointLookupnodomainConfigService', true],
], [
'basicConfig' => '?',
'nodomainConfig' => '?',
]));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'raw_trusted_proxies' => false,
'env(APP_VERSION)' => false,
'app.use_legacy_domain_redirector' => false,
'app.redirect_paths' => false,
'default_city' => false,
'default_currency' => false,
'default_timezone' => false,
'default_timezone.city_name' => false,
'management_timezone' => false,
'app.main_domain' => false,
'app.mirror_domain' => false,
'app.approval_media_upload_domain' => false,
'app.responsive_media_base_url' => false,
'app.email' => false,
'app.login.five.day' => false,
'app.sitemap.https' => false,
'app.sitemap.gzip' => false,
'app.sitemap.directory' => false,
'app.cache_prefix' => false,
'app.cache_prefix.redis' => false,
'app.redis_url' => false,
'app.profile.avatar.min_width' => false,
'app.profile.avatar.min_height' => false,
'app.profile.image.max_side_size' => false,
'app.profile.page.deleted_profile_http_200_starting_from' => false,
'app.profile.page.deleted_saloon_http_200_starting_from' => false,
'app.profile.station_page.added_profiles.spread' => false,
'app.profile.bulk_action.max_entities_to_process_immediately' => false,
'app.profile_approval_bonus_amount' => false,
'app.path.video.tmp' => false,
'app.path.video_watermark' => false,
'app.api.vouchers.whitelist' => false,
'oplata_info.merchant_id' => false,
'oplata_info.merchant_password' => false,
'stations_update.domain' => false,
'profile_list.per_page' => false,
'saloon_list.per_page' => false,
'customer.preferred_profiles.per_page' => false,
'customer.favourite_profiles.per_page' => false,
'customer.profile_comments.per_page' => false,
'customer.saloon_comments.per_page' => false,
'advertiser.profiles.per_page' => false,
'advertiser.saloons.per_page' => false,
'advertiser.commented_profiles.per_page' => false,
'advertiser.commented_saloons.per_page' => false,
'advertiser.profile_comments.per_page' => false,
'advertiser.saloon_comments.per_page' => false,
'advertiser.support_messages.per_page' => false,
'advertiser.phone_reviews.per_page' => false,
'account.setting.advertiser_profile_list_per_page.variants' => false,
'account.setting.advertiser_saloon_list_per_page.variants' => false,
'search.form_cookie_time' => false,
'recommendations_viewed_profiles_data_stored_count' => false,
'bot_helper_viewed_profiles_data_stored_count' => false,
'bot_helper_minimum_viewed_profiles_needed' => false,
'search_profiles_by_keywords.per_page' => false,
'linkage_circle.district_pages.random_mode' => false,
'linkage_circle.station_pages.random_mode' => false,
'comments.anonymous_comments_from_ip_address_per_day' => false,
'test_data.dummy_profiles.cities_and_count' => false,
'profile_list.bdsm_page.min_profile_services' => false,
'ewz_recaptcha_secret' => false,
'kernel.secret' => false,
'kernel.trusted_proxies' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'nelmio_cors.defaults' => false,
'easyadmin.config' => false,
'oneup_uploader.chunks' => false,
'oneup_uploader.orphanage' => false,
'oneup_uploader.config' => false,
'ewz_recaptcha.public_key' => false,
'ewz_recaptcha.private_key' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'raw_trusted_proxies': $value = $this->getEnv('resolve:TRUSTED_PROXIES'); break;
case 'env(APP_VERSION)': $value = $this->getEnv('trim:default::file:resolve:APP_VERSION_FILE'); break;
case 'app.use_legacy_domain_redirector': $value = $this->getEnv('USE_LEGACY_DOMAIN_REDIRECTOR'); break;
case 'app.redirect_paths': $value = $this->getEnv('resolve:REDIRECT_PATHS'); break;
case 'default_city': $value = $this->getEnv('DEFAULT_CITY'); break;
case 'default_currency': $value = $this->getEnv('DEFAULT_CURRENCY'); break;
case 'default_timezone': $value = $this->getEnv('DEFAULT_TIMEZONE'); break;
case 'default_timezone.city_name': $value = $this->getEnv('DEFAULT_TIMEZONE_CITY_NAME'); break;
case 'management_timezone': $value = $this->getEnv('MANAGEMENT_TIMEZONE'); break;
case 'app.main_domain': $value = $this->getEnv('MAIN_DOMAIN'); break;
case 'app.mirror_domain': $value = $this->getEnv('MIRROR_DOMAIN'); break;
case 'app.approval_media_upload_domain': $value = $this->getEnv('APPROVAL_MEDIA_UPLOAD_DOMAIN'); break;
case 'app.responsive_media_base_url': $value = $this->getEnv('RESPONSIVE_MEDIA_BASE_URL'); break;
case 'app.email': $value = $this->getEnv('EMAIL_FROM'); break;
case 'app.login.five.day': $value = $this->getEnv('bool:FAKE_AUTHENTICATION'); break;
case 'app.sitemap.https': $value = $this->getEnv('bool:SITEMAP_HTTPS'); break;
case 'app.sitemap.gzip': $value = $this->getEnv('bool:SITEMAP_GZIP'); break;
case 'app.sitemap.directory': $value = $this->getEnv('SITEMAP_DIRECTORY'); break;
case 'app.cache_prefix': $value = $this->getEnv('CACHE_PREFIX'); break;
case 'app.cache_prefix.redis': $value = $this->getEnv('string:CACHE_PREFIX').'|'; break;
case 'app.redis_url': $value = $this->getEnv('REDIS_URL'); break;
case 'app.profile.avatar.min_width': $value = $this->getEnv('PROFILE_AVATAR_MIN_WIDTH'); break;
case 'app.profile.avatar.min_height': $value = $this->getEnv('PROFILE_AVATAR_MIN_HEIGHT'); break;
case 'app.profile.image.max_side_size': $value = $this->getEnv('PROFILE_IMAGE_MAX_SIDE_SIZE'); break;
case 'app.profile.page.deleted_profile_http_200_starting_from': $value = $this->getEnv('DELETED_PROFILE_HTTP_200_STARTING_FROM'); break;
case 'app.profile.page.deleted_saloon_http_200_starting_from': $value = $this->getEnv('DELETED_SALOON_HTTP_200_STARTING_FROM'); break;
case 'app.profile.station_page.added_profiles.spread': $value = $this->getEnv('STATION_PAGE_ADDED_PROFILES_SPREAD'); break;
case 'app.profile.bulk_action.max_entities_to_process_immediately': $value = $this->getEnv('BULK_MAX_ENTITIES_TO_PROCESS_IMMEDIATELY'); break;
case 'app.profile_approval_bonus_amount': $value = $this->getEnv('PROFILE_APPROVAL_BONUS_AMOUNT'); break;
case 'app.path.video.tmp': $value = $this->getEnv('UPLOAD_TMP_DIRECTORY'); break;
case 'app.path.video_watermark': $value = $this->getEnv('VIDEO_WATERMARK_PATH'); break;
case 'app.api.vouchers.whitelist': $value = $this->getEnv('API_VOUCHERS_IP_WHITELIST'); break;
case 'oplata_info.merchant_id': $value = $this->getEnv('OPLATA_MERCHANT_ID'); break;
case 'oplata_info.merchant_password': $value = $this->getEnv('OPLATA_MERCHANT_PASSWORD'); break;
case 'stations_update.domain': $value = $this->getEnv('STATIONS_DATA_DOMAIN'); break;
case 'profile_list.per_page': $value = $this->getEnv('PROFILE_LIST_PER_PAGE'); break;
case 'saloon_list.per_page': $value = $this->getEnv('SALOON_LIST_PER_PAGE'); break;
case 'customer.preferred_profiles.per_page': $value = $this->getEnv('CUSTOMER_PREFERRED_PROFILES_PER_PAGE'); break;
case 'customer.favourite_profiles.per_page': $value = $this->getEnv('CUSTOMER_FAVOURITE_PROFILES_PER_PAGE'); break;
case 'customer.profile_comments.per_page': $value = $this->getEnv('CUSTOMER_PROFILE_COMMENTS_PER_PAGE'); break;
case 'customer.saloon_comments.per_page': $value = $this->getEnv('CUSTOMER_SALOON_COMMENTS_PER_PAGE'); break;
case 'advertiser.profiles.per_page': $value = $this->getEnv('ADVERTISER_PROFILES_PER_PAGE'); break;
case 'advertiser.saloons.per_page': $value = $this->getEnv('ADVERTISER_SALOONS_PER_PAGE'); break;
case 'advertiser.commented_profiles.per_page': $value = $this->getEnv('ADVERTISER_COMMENTED_PROFILES_PER_PAGE'); break;
case 'advertiser.commented_saloons.per_page': $value = $this->getEnv('ADVERTISER_COMMENTED_SALOONS_PER_PAGE'); break;
case 'advertiser.profile_comments.per_page': $value = $this->getEnv('ADVERTISER_PROFILE_COMMENTS_PER_PAGE'); break;
case 'advertiser.saloon_comments.per_page': $value = $this->getEnv('ADVERTISER_SALOON_COMMENTS_PER_PAGE'); break;
case 'advertiser.support_messages.per_page': $value = $this->getEnv('ADVERTISER_SUPPORT_MESSAGES_PER_PAGE'); break;
case 'advertiser.phone_reviews.per_page': $value = $this->getEnv('ADVERTISER_PHONE_REVIEWS_PER_PAGE'); break;
case 'account.setting.advertiser_profile_list_per_page.variants': $value = $this->getEnv('ADVERTISER_PROFILE_LIST_PER_PAGE_VARIANTS'); break;
case 'account.setting.advertiser_saloon_list_per_page.variants': $value = $this->getEnv('ADVERTISER_SALOON_LIST_PER_PAGE_VARIANTS'); break;
case 'search.form_cookie_time': $value = $this->getEnv('SEARCH_FORM_COOKIE_TIME'); break;
case 'recommendations_viewed_profiles_data_stored_count': $value = $this->getEnv('RECOMMENDATIONS_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
case 'bot_helper_viewed_profiles_data_stored_count': $value = $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
case 'bot_helper_minimum_viewed_profiles_needed': $value = $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_MINIMUM_NEEDED'); break;
case 'search_profiles_by_keywords.per_page': $value = $this->getEnv('SEARCH_BY_KEYWORDS_PER_PAGE'); break;
case 'linkage_circle.district_pages.random_mode': $value = $this->getEnv('DISTRICT_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
case 'linkage_circle.station_pages.random_mode': $value = $this->getEnv('STATION_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
case 'comments.anonymous_comments_from_ip_address_per_day': $value = $this->getEnv('ANONYMOUS_COMMENTS_FROM_IP_ADDRESS_PER_DAY'); break;
case 'test_data.dummy_profiles.cities_and_count': $value = $this->getEnv('DUMMY_PROFILES_CITIES_AND_COUNT'); break;
case 'profile_list.bdsm_page.min_profile_services': $value = $this->getEnv('MIN_PROFILE_BDSM_SERVICES_FOR_BDSM_PAGE'); break;
case 'ewz_recaptcha_secret': $value = $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'kernel.trusted_proxies': $value = $this->getEnv('string:default:raw_trusted_proxies:file:resolve:TRUSTED_PROXIES_CONFIG'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelReviewDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'nelmio_cors.defaults': $value = [
'allow_origin' => [
0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
],
'allow_credentials' => false,
'allow_headers' => [
0 => 'content-type',
1 => 'authorization',
],
'expose_headers' => [
0 => 'Link',
],
'allow_methods' => [
0 => 'GET',
1 => 'OPTIONS',
2 => 'POST',
3 => 'PUT',
4 => 'PATCH',
5 => 'DELETE',
],
'max_age' => 3600,
'hosts' => [
],
'origin_regex' => true,
'forced_allow_origin_value' => NULL,
'skip_same_as_origin' => true,
]; break;
case 'easyadmin.config': $value = [
'site_name' => $this->getEnv('MAIN_DOMAIN'),
'user' => [
'name_property_path' => 'username',
'display_name' => true,
'display_avatar' => true,
'avatar_property_path' => NULL,
],
'design' => [
'form_theme' => [
0 => '@EasyAdmin/form/bootstrap_4.html.twig',
1 => 'EasyAdmin/form/account_form_theme.html.twig',
2 => 'EasyAdmin/city_prices/city_name.html.twig',
],
'assets' => [
'css' => [
0 => 'bundles/easyadmin/bootstrap-all.css',
],
'js' => [
0 => 'bundles/easyadmin/bootstrap-all.js',
],
'favicon' => [
'path' => 'favicon.ico',
'mime_type' => 'image/x-icon',
],
],
'menu' => [
0 => [
'entity' => 'Default',
'default' => true,
],
1 => [
'label' => 'Account',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
],
2 => [
'entity' => 'Account',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
],
3 => [
'entity' => 'SupportMessage',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'css_class' => 'SupportMessages',
'default' => true,
],
4 => [
'entity' => 'PhoneReview',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'css_class' => 'PhoneReview',
],
5 => [
'entity' => 'CityPrice',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
],
6 => [
'label' => 'Profile',
'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
],
7 => [
'entity' => 'Profile',
'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
],
8 => [
'entity' => 'ApprovalRequest',
'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
'css_class' => 'ApprovalRequests',
],
9 => [
'entity' => 'ProfileModeration',
'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
'css_class' => 'ModerationRequests',
],
10 => [
'entity' => 'Saloon',
'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
],
11 => [
'label' => 'Geo-Location',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
],
12 => [
'entity' => 'City',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
],
13 => [
'entity' => 'County',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
],
14 => [
'entity' => 'District',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
],
15 => [
'entity' => 'Station',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
],
16 => [
'entity' => 'SourceMapStationsLog',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
],
17 => [
'entity' => 'ProfileAdBoardLog',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
],
18 => [
'label' => 'SEO',
'role' => 'ROLE_ADMIN_ACCESS_SEO',
],
19 => [
'entity' => 'PageMetadata',
'role' => 'ROLE_ADMIN_ACCESS_SEO',
],
20 => [
'label' => 'Sales',
'role' => 'ROLE_ADMIN_ACCESS_SALES',
],
21 => [
'entity' => 'Analytics',
'role' => 'ROLE_ADMIN_ACCESS_SALES',
],
22 => [
'label' => 'Deleted',
'role' => 'ROLE_ADMIN_ACCESS_DELETED',
],
23 => [
'entity' => 'DeletedProfile',
'role' => 'ROLE_ADMIN_ACCESS_DELETED',
],
24 => [
'entity' => 'DeletedSaloon',
'role' => 'ROLE_ADMIN_ACCESS_DELETED',
],
25 => [
'label' => 'Other',
'role' => 'ROLE_ADMIN_ACCESS_OTHER',
],
26 => [
'entity' => 'OfferBar',
'role' => 'ROLE_ADMIN_ACCESS_OTHER',
],
27 => [
'label' => 'Walkers',
'role' => 'ROLE_ACCESS_WALKER',
],
28 => [
'entity' => 'Customer',
'role' => 'ROLE_ACCESS_WALKER',
],
29 => [
'entity' => 'ProfileComment',
'role' => 'ROLE_ACCESS_WALKER',
],
30 => [
'entity' => 'SaloonComment',
'role' => 'ROLE_ACCESS_WALKER',
],
31 => [
'label' => 'Blocked IPs',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
],
32 => [
'entity' => 'IpAddress',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
],
33 => [
'entity' => 'IpAddressDailyCommentBan',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
],
34 => [
'entity' => 'IpAddressPermanentCommentBan',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
],
35 => [
'entity' => 'IpAddressCommentBan',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
],
36 => [
'label' => 'Useful links',
],
37 => [
'label' => 'Open '.$this->getEnv('string:MIRROR_DOMAIN'),
'url' => 'https://'.$this->getEnv('string:MIRROR_DOMAIN'),
'target' => '_blank',
],
],
'brand_color' => 'hsl(230, 55%, 60%)',
],
'entities' => [
'Default' => [
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'delete',
],
'class' => 'App\\Entity\\Location\\City',
'templates' => [
'list' => 'EasyAdmin/default/list.html.twig',
],
'name' => 'Default',
],
'City' => [
'class' => 'App\\Entity\\Location\\City',
'controller' => 'App\\Controller\\Management\\LocationController',
'label' => 'Cities',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
'disabled_actions' => [
0 => 'delete',
],
'list' => [
'title' => 'Cities List',
'form_filters' => [
0 => [
'property' => 'countryCode',
'type' => 'country',
'label' => 'Country',
],
1 => [
'property' => 'cityGroup',
'label' => 'Group',
'type' => 'choice',
'type_options' => [
'choices' => [
'Мегаполис' => 1,
'Московская область' => 2,
],
],
],
],
'fields' => [
0 => 'id',
1 => [
'property' => 'name',
'label' => 'Name',
'template' => 'EasyAdmin/field_translatable.html.twig',
],
2 => [
'property' => 'uriIdentity',
'label' => 'URI',
],
3 => [
'property' => 'countryCode',
'label' => 'Country',
],
4 => [
'property' => 'cityGroup',
'label' => 'Group',
'template' => 'EasyAdmin/field_city_group.html.twig',
],
5 => [
'property' => 'mapCoordinate.latitude',
'label' => 'Latitude',
],
6 => [
'property' => 'mapCoordinate.longitude',
'label' => 'Longitude',
],
7 => [
'property' => 'timezone',
'label' => 't.zone',
],
8 => 'counties',
9 => 'districts',
10 => 'stations',
],
],
'form' => [
'form_options' => [
'empty_data' => NULL,
],
'fields' => [
0 => [
'property' => 'name',
'label' => 'Name',
'type' => 'App\\Form\\Type\\TranslatableValueType',
'type_options' => [
'locales' => [
0 => 'ru',
1 => 'en',
],
],
],
1 => [
'property' => 'uriIdentity',
'label' => 'URI',
],
2 => [
'property' => 'countryCode',
'label' => 'Country',
'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType',
],
3 => [
'property' => 'cityGroup',
'label' => 'Group',
'type' => 'App\\Form\\Type\\CityGroupType',
],
4 => [
'property' => 'mapCoordinate',
'label' => 'Map coordinate',
'type' => 'App\\Form\\Type\\MapCoordinateType',
],
5 => [
'property' => 'timezone',
'label' => 'Timezone',
'type' => 'App\\Form\\Type\\TimezoneType',
],
6 => [
'type' => 'group',
'label' => 'City Counties',
],
7 => [
'property' => 'counties',
'type' => 'embedded_list',
],
8 => [
'type' => 'group',
'label' => 'City Districts',
],
9 => [
'property' => 'districts',
'type' => 'embedded_list',
],
10 => [
'type' => 'group',
'label' => 'City Stations',
],
11 => [
'property' => 'stations',
'type' => 'embedded_list',
],
],
],
'new' => [
'fields' => [
0 => '-counties',
1 => '-districts',
2 => '-stations',
],
],
'name' => 'City',
],
'County' => [
'class' => 'App\\Entity\\Location\\County',
'controller' => 'App\\Controller\\Management\\LocationController',
'label' => 'City Counties',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
'disabled_actions' => [
0 => 'delete',
],
'list' => [
'title' => 'City Counties List',
'form_filters' => [
0 => [
'property' => 'city',
'label' => 'City',
],
],
'fields' => [
0 => 'id',
1 => [
'property' => 'name',
'label' => 'Name',
'template' => 'EasyAdmin/field_translatable.html.twig',
],
2 => [
'property' => 'uriIdentity',
'label' => 'URI',
],
3 => 'city',
4 => 'districts',
5 => 'stations',
],
],
'form' => [
'form_options' => [
'empty_data' => NULL,
],
'fields' => [
0 => [
'property' => 'name',
'label' => 'Name',
'type' => 'App\\Form\\Type\\TranslatableValueType',
'type_options' => [
'locales' => [
0 => 'ru',
1 => 'en',
],
],
],
1 => [
'property' => 'uriIdentity',
'label' => 'URI',
],
2 => [
'property' => 'city',
'label' => 'City',
'type_options' => [
'required' => true,
'group_by' => 'countryCode',
],
],
3 => [
'type' => 'group',
'label' => 'City Districts',
],
4 => [
'property' => 'districts',
'type' => 'embedded_list',
],
5 => [
'type' => 'group',
'label' => 'City Stations',
],
6 => [
'property' => 'stations',
'type' => 'embedded_list',
],
],
],
'new' => [
'fields' => [
0 => '-districts',
1 => '-stations',
],
],
'name' => 'County',
],
'District' => [
'class' => 'App\\Entity\\Location\\District',
'controller' => 'App\\Controller\\Management\\LocationController',
'label' => 'City Districts',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
'disabled_actions' => [
0 => 'delete',
],
'list' => [
'title' => 'City Districts List',
'form_filters' => [
0 => [
'property' => 'city',
'label' => 'City',
],
1 => [
'property' => 'county',
'label' => 'County',
],
],
'fields' => [
0 => 'id',
1 => [
'property' => 'name',
'label' => 'Name',
'template' => 'EasyAdmin/field_translatable.html.twig',
],
2 => [
'property' => 'uriIdentity',
'label' => 'URI',
],
3 => 'city',
4 => 'county',
5 => 'stations',
],
],
'form' => [
'form_options' => [
'empty_data' => NULL,
],
'fields' => [
0 => [
'property' => 'name',
'label' => 'Name',
'type' => 'App\\Form\\Type\\TranslatableValueType',
'type_options' => [
'locales' => [
0 => 'ru',
1 => 'en',
],
],
],
1 => [
'property' => 'uriIdentity',
'label' => 'URI',
],
2 => [
'property' => 'city',
'label' => 'City',
'type_options' => [
'required' => true,
'group_by' => 'countryCode',
],
],
3 => [
'property' => 'county',
'label' => 'County',
'type_options' => [
'required' => false,
'group_by' => 'city.name',
],
],
4 => [
'type' => 'group',
'label' => 'City Stations',
],
5 => [
'property' => 'stations',
'type' => 'embedded_list',
],
],
],
'new' => [
'fields' => [
0 => '-stations',
],
],
'name' => 'District',
],
'Station' => [
'class' => 'App\\Entity\\Location\\Station',
'controller' => 'App\\Controller\\Management\\LocationController',
'label' => 'City Stations',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
'disabled_actions' => [
0 => 'delete',
],
'list' => [
'title' => 'City Stations List',
'form_filters' => [
0 => [
'property' => 'city',
'label' => 'City',
],
1 => [
'property' => 'county',
'label' => 'County',
],
2 => [
'property' => 'district',
'label' => 'District',
],
],
'fields' => [
0 => 'id',
1 => [
'property' => 'name',
'label' => 'Name',
'template' => 'EasyAdmin/field_translatable.html.twig',
],
2 => [
'property' => 'uriIdentity',
'label' => 'URI',
],
3 => 'city',
4 => 'county',
5 => 'district',
],
],
'form' => [
'form_options' => [
'empty_data' => NULL,
],
'fields' => [
0 => [
'property' => 'name',
'label' => 'Name',
'type' => 'App\\Form\\Type\\TranslatableValueType',
'type_options' => [
'locales' => [
0 => 'ru',
1 => 'en',
],
],
],
1 => [
'property' => 'uriIdentity',
'label' => 'URI',
],
2 => [
'property' => 'city',
'label' => 'City',
'type_options' => [
'required' => true,
'group_by' => 'countryCode',
],
],
3 => [
'property' => 'county',
'label' => 'County',
'type_options' => [
'required' => false,
'group_by' => 'city.name',
],
],
4 => [
'property' => 'district',
'label' => 'District',
'type_options' => [
'required' => false,
'group_by' => 'city.name',
],
],
],
],
'name' => 'Station',
],
'SourceMapStationsLog' => [
'class' => 'App\\Entity\\SourceMap\\Log\\SourceMapStationsUpdateLog',
'controller' => 'App\\Controller\\Management\\LocationController',
'label' => 'Stations update log',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'delete',
],
'list' => [
'title' => 'Stations update log',
'fields' => [
0 => 'id',
1 => [
'property' => 'log',
'label' => 'log',
'template' => 'EasyAdmin/field_string_array.html.twig',
],
2 => [
'property' => 'changes',
'label' => 'changes',
'template' => 'EasyAdmin/source_map_stations_log/field_changes.html.twig',
],
3 => 'date',
],
],
'name' => 'SourceMapStationsLog',
],
'ProfileAdBoardLog' => [
'class' => 'App\\Entity\\Sales\\Profile\\AdBoardPlacement',
'controller' => 'App\\Controller\\Management\\LogController',
'label' => 'Profile adboard log',
'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'delete',
],
'list' => [
'title' => 'Profile adboard log',
],
'templates' => [
'list' => 'EasyAdmin/log/list.html.twig',
],
'name' => 'ProfileAdBoardLog',
],
'Account' => [
'class' => 'App\\Entity\\Account\\Advertiser',
'controller' => 'App\\Controller\\Management\\AccountController',
'label' => 'Accounts',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'delete',
],
'embeddedList' => [
'open_new_tab' => true,
],
'list' => [
'title' => 'Accounts List',
'fields' => [
0 => [
'property' => 'id',
'template' => 'EasyAdmin/field_id.html.twig',
],
1 => 'email',
2 => 'nickName',
3 => 'country',
4 => [
'property' => 'city.name',
'label' => 'City',
],
5 => [
'property' => 'currentBalance',
'label' => 'Balance',
'template' => 'EasyAdmin/field_money.html.twig',
],
6 => [
'property' => 'enabled',
'type' => 'boolean',
],
7 => [
'property' => 'trusted',
'type' => 'boolean',
],
],
],
'show' => [
'fields' => [
0 => 'email',
1 => 'nickName',
2 => [
'property' => 'enabled',
'type' => 'boolean',
],
3 => [
'property' => 'city.name',
'label' => 'City',
],
4 => [
'property' => 'country',
'label' => 'Country',
'type' => 'country',
],
5 => [
'property' => 'currentBalance',
'label' => 'Balance',
'template' => 'EasyAdmin/field_money.html.twig',
],
],
],
'form' => [
'form_options' => [
'validation_groups' => [
0 => 'Edit',
],
],
'fields' => [
0 => [
'type' => 'tab',
'label' => 'Account information',
],
1 => [
'type' => 'group',
'label' => 'General information',
'columns' => 4,
],
2 => 'email',
3 => 'nickName',
4 => 'notes',
5 => [
'property' => 'enabled',
'type_options' => [
'required' => false,
],
],
6 => [
'property' => 'trusted',
'type_options' => [
'required' => false,
],
],
7 => [
'property' => 'currentBalance',
'type' => 'text',
'type_options' => [
'block_name' => 'current_balance',
'mapped' => false,
],
],
8 => [
'type' => 'group',
'label' => 'Ban',
'columns' => 4,
],
9 => [
'property' => 'ban',
'label' => ' ',
'type' => 'App\\Form\\Type\\AdvertiserBanType',
'type_options' => [
'required' => false,
'mapped' => false,
],
],
10 => [
'type' => 'group',
'label' => 'Geo Location',
'columns' => 4,
],
11 => [
'property' => 'city',
'type_options' => [
'group_by' => 'countryCode',
],
],
12 => [
'property' => 'country',
'label' => 'Country',
'type_options' => [
'disabled' => true,
],
'help' => 'Will be set according to the selected city.',
],
13 => [
'type' => 'group',
'label' => 'Pin-codes',
'columns' => 6,
],
14 => [
'property' => 'Manually_Redeem_Pin-code',
'type' => 'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm',
],
15 => [
'type' => 'group',
'label' => 'Enrollments',
'columns' => 6,
],
16 => [
'property' => 'Enroll_Money',
'type' => 'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm',
],
17 => [
'type' => 'tab',
'label' => 'Ads',
],
18 => [
'type' => 'tab',
'label' => 'Finance Transactions',
],
],
],
'templates' => [
'edit' => 'EasyAdmin/account/edit.html.twig',
],
'name' => 'Account',
],
'Customer' => [
'class' => 'App\\Entity\\Account\\Customer',
'controller' => 'App\\Controller\\Management\\CustomerController',
'label' => 'Users',
'role' => 'ROLE_ACCESS_WALKER',
'disabled_actions' => [
0 => 'delete',
],
'list' => [
'title' => 'Walkers List',
'fields' => [
0 => [
'property' => 'id',
'template' => 'EasyAdmin/field_id.html.twig',
],
1 => 'email',
2 => 'nickName',
3 => 'country',
4 => [
'property' => 'city.name',
'label' => 'City',
],
5 => [
'property' => 'enabled',
'type' => 'toggle',
],
],
],
'show' => [
'fields' => [
0 => 'email',
1 => 'nickName',
2 => [
'property' => 'enabled',
'type' => 'boolean',
],
3 => [
'property' => 'city.name',
'label' => 'City',
],
4 => [
'property' => 'country',
'label' => 'Country',
'type' => 'country',
],
],
],
'form' => [
'form_options' => [
'validation_groups' => [
0 => 'Edit',
],
],
'fields' => [
0 => [
'type' => 'tab',
'label' => 'Walker information',
],
1 => [
'type' => 'group',
'label' => 'General information',
'columns' => 6,
],
2 => 'email',
3 => 'nickName',
4 => 'notes',
5 => [
'property' => 'enabled',
'type_options' => [
'required' => false,
],
],
6 => [
'type' => 'group',
'label' => 'Ban',
],
7 => [
'property' => 'ban',
'label' => ' ',
'type' => 'App\\Form\\Type\\CustomerBanType',
'type_options' => [
'required' => false,
'mapped' => false,
],
],
8 => [
'type' => 'group',
'label' => 'Geo Location',
'columns' => 6,
],
9 => [
'property' => 'city',
'type_options' => [
'group_by' => 'countryCode',
],
],
10 => [
'property' => 'country',
'label' => 'Country',
'type_options' => [
'disabled' => true,
],
'help' => 'Will be set according to the selected city.',
],
11 => [
'type' => 'group',
'label' => 'Walker reviews',
],
12 => [
'property' => 'profile_comments',
'type' => 'embedded_list',
'type_options' => [
'mapped' => false,
'entity' => 'ProfileComment',
'ext_filters' => [
'entity.user' => 'form:parent.data.id',
],
],
],
13 => [
'property' => 'saloon_comments',
'type' => 'embedded_list',
'type_options' => [
'mapped' => false,
'entity' => 'SaloonComment',
'ext_filters' => [
'entity.user' => 'form:parent.data.id',
],
],
],
],
],
'templates' => [
'edit' => 'EasyAdmin/customer/edit.html.twig',
],
'name' => 'Customer',
],
'ProfileComment' => [
'class' => 'App\\Entity\\Profile\\Comment\\CommentByCustomer',
'controller' => 'App\\Controller\\Management\\ProfileCommentController',
'label' => 'Girls reviews',
'role' => 'ROLE_ACCESS_WALKER',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
],
'search' => [
'fields' => [
0 => 'profile.owner.nickName',
1 => 'profile.name',
2 => 'user.nickName',
3 => 'text',
4 => 'ipAddress.ip',
],
],
'list' => [
'batch_actions' => [
0 => [
'name' => 'restore',
'label' => 'Восстановить',
'ask_confirm' => true,
],
1 => [
'name' => 'softDelete',
'label' => 'Удалить',
'ask_confirm' => true,
],
],
'max_results' => 50,
'title' => 'Girls Reviews',
'fields' => [
0 => [
'property' => 'id',
'label' => 'id',
],
1 => [
'property' => 'profile.owner.nickname',
'label' => 'Profile owner',
'template' => 'EasyAdmin/comment/field_owner_name.html.twig',
],
2 => [
'property' => 'profile.name',
'label' => 'Profile name',
'template' => 'EasyAdmin/comment/field_profile_name.html.twig',
],
3 => [
'property' => 'user.nickName',
'label' => 'Walker',
'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
],
4 => [
'property' => 'text',
'label' => 'Review',
],
5 => [
'property' => 'profile.city.name',
'label' => 'City',
],
6 => [
'property' => 'createdAt',
'label' => 'Created',
],
7 => [
'property' => 'ipAddress.ip',
'label' => 'IP',
'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
],
8 => [
'property' => 'deleted',
'label' => 'Deleted',
'type' => 'boolean',
],
9 => [
'property' => 'mark',
'label' => 'Mark',
],
10 => [
'property' => 'isCommentedBySupport',
'label' => 'Replied',
'type' => 'boolean',
],
],
'actions' => [
0 => [
'name' => 'edit',
'label' => 'Редактировать',
],
1 => [
'name' => 'restore',
'label' => 'Восстановить',
],
2 => [
'name' => 'softDelete',
'label' => 'Удалить',
],
],
],
'edit' => [
'fields' => [
0 => [
'property' => 'id',
'label' => 'id',
'type_options' => [
'disabled' => true,
],
],
1 => [
'property' => 'createdAt',
'label' => 'Date',
'type_options' => [
'disabled' => true,
],
],
2 => [
'property' => 'text',
'label' => 'Review',
],
3 => [
'property' => 'mark',
'label' => 'Mark',
'type' => 'App\\Form\\Type\\ProfileCommentMarkChoiceType',
],
4 => [
'property' => 'ipAddress',
'label' => 'IP',
'type_options' => [
'disabled' => true,
],
'css_class' => 'comment-ip-address',
],
],
],
'templates' => [
'edit' => 'EasyAdmin/comment/edit.html.twig',
],
'name' => 'ProfileComment',
],
'SaloonComment' => [
'class' => 'App\\Entity\\Saloon\\Comment\\CommentByCustomer',
'controller' => 'App\\Controller\\Management\\SaloonCommentController',
'label' => 'Saloons reviews',
'role' => 'ROLE_ACCESS_WALKER',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
],
'search' => [
'fields' => [
0 => 'saloon.owner.nickName',
1 => 'saloon.name',
2 => 'user.nickName',
3 => 'text',
4 => 'ipAddress.ip',
],
],
'list' => [
'batch_actions' => [
0 => [
'name' => 'restore',
'label' => 'Восстановить',
'ask_confirm' => true,
],
1 => [
'name' => 'softDelete',
'label' => 'Удалить',
'ask_confirm' => true,
],
],
'max_results' => 50,
'title' => 'Saloons Reviews',
'fields' => [
0 => [
'property' => 'id',
'label' => 'id',
],
1 => [
'property' => 'saloon.name',
'label' => 'Name',
'template' => 'EasyAdmin/comment/field_saloon_name.html.twig',
],
2 => [
'property' => 'user.nickName',
'label' => 'Walker',
'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
],
3 => [
'property' => 'text',
'label' => 'Review',
],
4 => [
'property' => 'saloon.city.name',
'label' => 'City',
],
5 => [
'property' => 'createdAt',
'label' => 'Created',
],
6 => [
'property' => 'ipAddress.ip',
'label' => 'IP',
'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
],
7 => [
'property' => 'deleted',
'label' => 'Deleted',
'type' => 'boolean',
],
8 => [
'property' => 'mark',
'label' => 'Mark',
],
9 => [
'property' => 'isCommentedBySupport',
'label' => 'Replied',
'type' => 'boolean',
],
],
'actions' => [
0 => [
'name' => 'edit',
'label' => 'Редактировать',
],
1 => [
'name' => 'restore',
'label' => 'Восстановить',
],
2 => [
'name' => 'softDelete',
'label' => 'Удалить',
],
],
],
'edit' => [
'fields' => [
0 => [
'property' => 'id',
'label' => 'id',
'type_options' => [
'disabled' => true,
],
],
1 => [
'property' => 'createdAt',
'label' => 'Date',
'type_options' => [
'disabled' => true,
],
],
2 => [
'property' => 'text',
'label' => 'Review',
],
3 => [
'property' => 'mark',
'label' => 'Mark',
'type' => 'App\\Form\\Type\\SaloonCommentMarkChoiceType',
],
4 => [
'property' => 'ipAddress',
'label' => 'IP',
'type_options' => [
'disabled' => true,
],
'css_class' => 'comment-ip-address',
],
],
],
'templates' => [
'edit' => 'EasyAdmin/comment/edit.html.twig',
],
'name' => 'SaloonComment',
],
'Transactions' => [
'class' => 'App\\Entity\\Sales\\AccountTransaction',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'delete',
],
'list' => [
'fields' => [
0 => 'id',
1 => [
'property' => 'account',
'label' => 'Account',
],
2 => [
'property' => 'date',
'label' => 'Date',
],
3 => [
'property' => 'money',
'label' => 'Money amount',
'template' => 'EasyAdmin/field_money.html.twig',
],
],
],
'name' => 'Transactions',
],
'Payments' => [
'class' => 'App\\Entity\\Sales\\AccountEnrollment',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'delete',
],
'list' => [
'fields' => [
0 => 'id',
1 => [
'property' => 'account',
'label' => 'Account',
],
2 => [
'property' => 'date',
'label' => 'Date',
],
3 => [
'property' => 'paidMoney',
'label' => 'Paid',
'template' => 'EasyAdmin/field_money.html.twig',
],
4 => [
'property' => 'enrolledMoney',
'label' => 'Enrolled',
'template' => 'EasyAdmin/field_money.html.twig',
],
5 => [
'property' => 'redeemedToken',
'label' => 'Pin-code',
],
6 => [
'property' => 'enrolledByDescription',
'label' => 'Enrolled By',
],
],
],
'name' => 'Payments',
],
'Charges' => [
'class' => 'App\\Entity\\Sales\\AccountCharge',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'delete',
],
'list' => [
'fields' => [
0 => 'id',
1 => [
'property' => 'account',
'label' => 'Account',
],
2 => [
'property' => 'date',
'label' => 'Date',
],
3 => [
'property' => 'chargedMoney',
'label' => 'Charged',
'template' => 'EasyAdmin/field_money.html.twig',
],
4 => [
'property' => 'link',
'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
],
5 => [
'property' => 'price',
'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
],
6 => [
'property' => 'placementStart',
],
7 => [
'property' => 'placementEnd',
],
],
],
'name' => 'Charges',
],
'Profile' => [
'class' => 'App\\Entity\\Profile\\Profile',
'controller' => 'App\\Controller\\Management\\ProfileController',
'label' => 'Profiles',
'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
'disabled_actions' => [
0 => 'new',
],
'list' => [
'title' => 'Profiles List',
'fields' => [
0 => [
'property' => 'id',
'template' => 'EasyAdmin/field_id.html.twig',
],
1 => [
'property' => 'name',
'label' => 'Name',
'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
'css_class' => 'profile_name_link',
],
2 => [
'property' => 'phoneNumber',
'label' => 'Phone',
],
3 => [
'property' => 'city.name',
'label' => 'City',
],
4 => [
'property' => 'owner.nickname',
'label' => 'Owner',
'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
],
5 => 'createdAt',
6 => [
'property' => 'approved',
'type' => 'boolean',
],
7 => [
'property' => 'isDeleted',
'type' => 'boolean',
'label' => 'Deleted',
],
8 => [
'property' => 'moderationStatus',
'type' => 'boolean',
'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
],
9 => [
'property' => 'isMediaProcessed',
'type' => 'boolean',
'label' => 'All video processed',
],
],
],
'form' => [
'form_options' => [
'validation_groups' => [
0 => 'Edit',
],
],
],
'templates' => [
'list' => 'EasyAdmin/profiles/list.html.twig',
'edit' => 'EasyAdmin/profiles/edit.html.twig',
],
'name' => 'Profile',
],
'Saloon' => [
'class' => 'App\\Entity\\Saloon\\Saloon',
'controller' => 'App\\Controller\\Management\\SaloonController',
'label' => 'Saloons',
'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
'disabled_actions' => [
0 => 'new',
],
'list' => [
'title' => 'Saloons List',
'fields' => [
0 => [
'property' => 'id',
'template' => 'EasyAdmin/field_id.html.twig',
],
1 => [
'property' => 'name',
'label' => 'Name',
'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
'css_class' => 'profile_name_link',
],
2 => [
'property' => 'phoneNumber',
'label' => 'Phone',
],
3 => [
'property' => 'city.name',
'label' => 'City',
],
4 => [
'property' => 'owner.nickname',
'label' => 'Owner',
'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
],
5 => 'createdAt',
6 => [
'property' => 'isDeleted',
'type' => 'boolean',
'label' => 'Deleted',
],
7 => [
'property' => 'isMediaProcessed',
'type' => 'boolean',
'label' => 'All video processed',
],
],
],
'form' => [
'form_options' => [
'validation_groups' => [
0 => 'Edit',
],
],
],
'templates' => [
'edit' => 'EasyAdmin/saloon/edit.html.twig',
],
'name' => 'Saloon',
],
'PageMetadata' => [
'class' => 'App\\Entity\\SEO\\PageMetadata',
'controller' => 'App\\Controller\\Management\\PageMetadataController',
'label' => 'Pages SEO',
'role' => 'ROLE_ADMIN_ACCESS_SEO',
'list' => [
'title' => 'Pages SEO',
'form_filters' => [
0 => [
'property' => 'city',
'label' => 'City',
],
],
'fields' => [
0 => [
'property' => 'city.name',
'label' => 'City',
'template' => 'EasyAdmin/field_translatable.html.twig',
],
1 => [
'property' => 'uri',
'label' => 'Page URI',
],
2 => [
'property' => 'hasPageHeading',
'type' => 'boolean',
'label' => '<h1>',
],
3 => [
'property' => 'hasMetaTitle',
'type' => 'boolean',
'label' => '<title>',
],
4 => [
'property' => 'hasMetaDescription',
'type' => 'boolean',
'label' => '<meta description>',
],
5 => [
'property' => 'hasMetaKeywords',
'type' => 'boolean',
'label' => '<meta keywords>',
],
6 => [
'property' => 'hasTopHtml',
'type' => 'boolean',
'label' => 'Top block',
],
7 => [
'property' => 'hasBottomHtml',
'type' => 'boolean',
'label' => 'Bottom block',
],
],
],
'form' => [
'title' => 'Page SEO (#%entity_id%)',
'fields' => [
0 => [
'property' => 'city',
'label' => 'City',
'type_options' => [
'required' => true,
],
],
1 => [
'property' => 'uri',
'label' => 'Page URI',
],
2 => [
'type' => 'section',
'label' => 'On page texts',
],
3 => [
'property' => 'pageHeading',
'label' => 'Page heading',
'type' => 'App\\Form\\Type\\TranslatableValueType',
'type_options' => [
'locales' => [
0 => 'ru',
1 => 'en',
],
'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
],
'help' => 'Usual placement is <h1> tag. Supports <strong>only plain text</strong>.',
],
4 => [
'type' => 'section',
'label' => 'Meta texts',
],
5 => [
'property' => 'metaTitle',
'label' => 'Page title',
'type' => 'App\\Form\\Type\\TranslatableValueType',
'type_options' => [
'locales' => [
0 => 'ru',
1 => 'en',
],
'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
],
'help' => 'Placed within <title> tag. Supports <strong>only plain text</strong>.',
],
6 => [
'property' => 'metaDescription',
'type' => 'App\\Form\\Type\\TranslatableValueType',
'type_options' => [
'locales' => [
0 => 'ru',
1 => 'en',
],
'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
],
'help' => 'Supports <strong>only plain text</strong>.',
],
7 => [
'property' => 'metaKeywords',
'type' => 'App\\Form\\Type\\TranslatableValueType',
'type_options' => [
'locales' => [
0 => 'ru',
1 => 'en',
],
'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
],
'help' => 'Supports <strong>only plain text</strong>.',
],
8 => [
'type' => 'section',
'label' => 'HTML blocks',
],
9 => [
'property' => 'topHtml',
'label' => 'Top block',
'type' => 'App\\Form\\Type\\TranslatableValueType',
'type_options' => [
'locales' => [
0 => 'ru',
1 => 'en',
],
'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
],
'help' => 'Placed at the top of the page. Supports HTML markup.',
],
10 => [
'property' => 'bottomHtml',
'label' => 'Bottom block',
'type' => 'App\\Form\\Type\\TranslatableValueType',
'type_options' => [
'locales' => [
0 => 'ru',
1 => 'en',
],
'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
],
'help' => 'Placed at the bottom of the page. Supports HTML markup.',
],
],
],
'edit' => [
'fields' => [
0 => [
'property' => 'city',
'type_options' => [
'disabled' => true,
],
],
1 => [
'property' => 'uri',
'type_options' => [
'disabled' => true,
],
],
],
],
'name' => 'PageMetadata',
],
'ApprovalRequest' => [
'class' => 'App\\Entity\\Profile\\Confirmation\\ApprovalRequest',
'controller' => 'App\\Controller\\Management\\ProfileApprovalController',
'label' => 'Approval',
'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
],
'list' => [
'title' => 'Approval List',
'dql_filter' => 'entity.status = \'WAITING\'',
'fields' => [
0 => [
'property' => 'id',
'label' => 'Request ID',
'template' => 'EasyAdmin/field_id.html.twig',
],
1 => [
'property' => 'profile.id',
'type_options' => [
'disabled' => true,
],
'label' => 'Profile ID',
'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
],
2 => [
'property' => 'profile.name',
'type_options' => [
'disabled' => true,
],
'label' => 'Profile name',
'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
],
3 => [
'property' => 'profile.owner.nickname',
'type_options' => [
'disabled' => true,
],
'label' => 'Owner',
'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
],
4 => [
'property' => 'updatedAt',
'label' => 'Date',
],
5 => [
'property' => 'profile.moderationStatus',
'type' => 'boolean',
'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
],
6 => [
'property' => 'isMediaProcessed',
'type' => 'boolean',
'label' => 'Approval video processed',
],
],
],
'search' => [
'fields' => [
0 => 'profile.id',
1 => 'profile.owner.nickName',
],
],
'edit' => [
'fields' => [
0 => [
'property' => 'id',
'type_options' => [
'disabled' => true,
],
],
],
],
'templates' => [
'edit' => 'EasyAdmin/profile_approval/edit.html.twig',
],
'name' => 'ApprovalRequest',
],
'ProfileModeration' => [
'class' => 'App\\Entity\\Profile\\Confirmation\\ModerationRequest',
'controller' => 'App\\Controller\\Management\\ProfileModerationController',
'label' => 'Moderation',
'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
'disabled_actions' => [
0 => 'new',
],
'list' => [
'batch_actions' => [
0 => [
'name' => 'pass',
'label' => 'Одобрить',
'ask_confirm' => true,
],
1 => [
'name' => 'reject',
'label' => 'Отклонить',
'ask_confirm' => true,
],
],
'title' => 'Profiles List',
'dql_filter' => 'entity.status = \'WAITING\'',
'fields' => [
0 => [
'property' => 'id',
'label' => 'Request ID',
'template' => 'EasyAdmin/field_id.html.twig',
],
1 => [
'property' => 'profile.id',
'label' => 'Profile ID',
'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
],
2 => [
'property' => 'profile.name',
'label' => 'Profile name',
'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
'css_class' => 'profile_name_link',
],
3 => [
'property' => 'profile.phoneNumber',
'label' => 'Phone',
],
4 => [
'property' => 'profile.owner.nickName',
'label' => 'Owner',
'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
],
5 => [
'property' => 'updatedAt',
'label' => 'Date',
],
6 => [
'property' => 'isProfileMediaProcessed',
'type' => 'boolean',
'label' => 'Profile video processed',
],
],
],
'search' => [
'fields' => [
0 => 'profile.id',
1 => 'profile.phoneNumber',
2 => 'profile.owner.nickName',
],
],
'form' => [
'form_options' => [
'validation_groups' => [
0 => 'Edit',
],
],
],
'templates' => [
'list' => 'EasyAdmin/profile_moderation/list.html.twig',
'edit' => 'EasyAdmin/profile_moderation/edit.html.twig',
],
'name' => 'ProfileModeration',
],
'SupportMessage' => [
'class' => 'App\\Entity\\Account\\SupportMessage',
'controller' => 'App\\Controller\\Management\\SupportMessagesController',
'label' => 'Messages',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
],
'search' => [
'fields' => [
0 => 'owner.nickName',
1 => 'topic',
2 => 'message',
],
],
'list' => [
'actions' => [
0 => [
'name' => 'edit',
'label' => 'Просмотреть',
],
],
'max_results' => 10,
'title' => 'Messages',
'fields' => [
0 => 'id',
1 => [
'property' => 'owner.nickname',
'label' => 'Author',
'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
],
2 => [
'property' => 'topic',
'label' => 'Topic',
],
3 => [
'property' => 'message',
'label' => 'Message',
],
4 => [
'property' => 'lastMessageAt',
'label' => 'Last user message',
],
],
],
'edit' => [
'fields' => [
0 => [
'property' => 'id',
'label' => 'ID',
'type_options' => [
'disabled' => true,
],
],
],
],
'templates' => [
'list' => 'EasyAdmin/support_messages/list.html.twig',
],
'name' => 'SupportMessage',
],
'PhoneReview' => [
'class' => 'App\\MultiWebsite\\Entity\\PhoneReview',
'label' => 'Phone Reviews',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'new',
],
'list' => [
'max_results' => 50,
'title' => 'Phone Reviews',
'fields' => [
0 => 'phone',
1 => 'review',
2 => 'mark',
3 => 'createdAt',
],
],
'name' => 'PhoneReview',
],
'Analytics' => [
'class' => 'App\\Entity\\Sales\\Profile\\PlacementCharge',
'controller' => 'App\\Controller\\Management\\AnalyticsController',
'label' => 'Analytics',
'role' => 'ROLE_ADMIN_ACCESS_SALES',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
],
'list' => [
'title' => 'Live',
],
'templates' => [
'list' => 'EasyAdmin/analytics/list.html.twig',
],
'name' => 'Analytics',
],
'DeletedProfile' => [
'class' => 'App\\Entity\\Profile\\Profile',
'controller' => 'App\\Controller\\Management\\DeletedProfilesController',
'label' => 'Deleted Profiles',
'role' => 'ROLE_ADMIN_ACCESS_DELETED',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'delete',
],
'templates' => [
'list' => 'EasyAdmin/deleted_profiles/list.html.twig',
],
'list' => [
'actions' => [
0 => [
'name' => 'restore',
'label' => 'Восстановить',
],
],
'title' => 'Profiles List',
'dql_filter' => 'entity.deletedAt IS NOT NULL',
'fields' => [
0 => [
'property' => 'name',
'label' => 'Name',
'css_class' => 'profile_name_link',
],
1 => [
'property' => 'deletedAt',
'label' => 'deletedAt',
],
],
'sort' => [
0 => 'deletedAt',
1 => 'DESC',
],
],
'name' => 'DeletedProfile',
],
'DeletedSaloon' => [
'class' => 'App\\Entity\\Saloon\\Saloon',
'controller' => 'App\\Controller\\Management\\DeletedSaloonController',
'label' => 'Deleted Saloons',
'role' => 'ROLE_ADMIN_ACCESS_DELETED',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'delete',
],
'templates' => [
'list' => 'EasyAdmin/deleted_saloons/list.html.twig',
],
'list' => [
'actions' => [
0 => [
'name' => 'restore',
'label' => 'Восстановить',
],
],
'title' => 'Profiles List',
'dql_filter' => 'entity.deletedAt IS NOT NULL',
'fields' => [
0 => [
'property' => 'name',
'label' => 'Name',
'css_class' => 'profile_name_link',
],
1 => [
'property' => 'deletedAt',
'label' => 'deletedAt',
],
],
'sort' => [
0 => 'deletedAt',
1 => 'DESC',
],
],
'name' => 'DeletedSaloon',
],
'CityPrice' => [
'class' => 'App\\Entity\\Location\\City',
'controller' => 'App\\Controller\\Management\\CityPricesController',
'label' => 'City prices',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
],
'templates' => [
'list' => 'EasyAdmin/city_prices/list.html.twig',
],
'list' => [
'title' => 'City prices',
'fields' => [
0 => 'id',
1 => [
'property' => 'name',
'label' => 'Name',
'template' => 'EasyAdmin/field_translatable.html.twig',
],
],
],
'form' => [
'form_options' => [
'empty_data' => NULL,
],
'fields' => [
0 => [
'property' => 'name',
'label' => ' ',
'type_options' => [
'disabled' => true,
'block_name' => 'city_name',
'required' => false,
],
],
],
],
'name' => 'CityPrice',
],
'OfferBar' => [
'class' => 'App\\Entity\\System\\Variable',
'controller' => 'App\\Controller\\Management\\OfferBarController',
'label' => 'Offer Bar',
'role' => 'ROLE_ADMIN_ACCESS_OTHER',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
2 => 'form',
],
'list' => [
'title' => 'Offer Bar',
'actions' => [
0 => [
'name' => 'save',
'label' => 'Восстановить',
],
],
'fields' => [
0 => 'id',
],
],
'name' => 'OfferBar',
],
'IpAddress' => [
'class' => 'App\\Entity\\System\\IpAddress',
'controller' => 'App\\Controller\\Management\\IpAddressController',
'label' => 'IPs',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'delete',
1 => 'form',
],
'list' => [
'title' => 'IPs',
'actions' => [
0 => [
'name' => 'permanentBan',
'label' => 'Забанить',
'icon' => 'ban',
'css_class' => 'text-danger',
],
],
'fields' => [
0 => 'id',
1 => [
'property' => 'ip',
'label' => 'IP',
],
2 => [
'property' => 'activeDailyCommentBan.date',
'label' => 'Active daily ban',
'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
],
3 => [
'property' => 'activePermanentCommentBan.date',
'label' => 'Active permanent ban',
'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
],
4 => [
'property' => 'dailyCommentBansCount',
'label' => 'Temporary bans',
],
5 => [
'property' => 'permanentCommentBansCount',
'label' => 'Permanent bans',
],
],
],
'edit' => [
'title' => 'IP or Network',
'form_options' => [
'empty_data' => NULL,
],
'fields' => [
0 => [
'property' => 'ip',
'label' => 'IP',
'type_options' => [
'disabled' => true,
],
],
1 => [
'type' => 'group',
'label' => 'IP profile comments',
],
2 => [
'property' => 'profileComments',
'type' => 'embedded_list',
'type_options' => [
'mapped' => false,
'entity' => 'ProfileComment',
'ext_filters' => [
'entity.ipAddress' => 'form:parent.data.id',
],
],
],
3 => [
'type' => 'group',
'label' => 'IP saloon comments',
],
4 => [
'property' => 'saloonComments',
'type' => 'embedded_list',
'type_options' => [
'mapped' => false,
'entity' => 'SaloonComment',
'ext_filters' => [
'entity.ipAddress' => 'form:parent.data.id',
],
],
],
5 => [
'type' => 'group',
'label' => 'Ban history',
],
6 => [
'property' => 'commentBans',
'type' => 'embedded_list',
'type_options' => [
'mapped' => false,
'entity' => 'IpAddressCommentBan',
'ext_filters' => [
'entity.ipAddress' => 'form:parent.data.id',
],
],
],
],
],
'new' => [
'title' => 'New IP or Network',
'fields' => [
0 => [
'property' => 'ip',
'label' => 'IP',
],
],
],
'name' => 'IpAddress',
],
'IpAddressDailyCommentBan' => [
'class' => 'App\\Entity\\System\\IpAddressDailyCommentBan',
'controller' => 'App\\Controller\\Management\\IpAddressDailyCommentBanController',
'label' => 'Temporary comment ban (today)',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
],
'list' => [
'dql_filter' => 'entity.date >= curdate() AND entity.isReset = 0',
'title' => 'Temporary comment ban (today)',
'actions' => [
0 => [
'name' => 'reset',
'label' => 'Reset',
],
1 => [
'name' => 'deleteComments',
'label' => 'Delete comments',
],
],
'fields' => [
0 => 'id',
1 => [
'property' => 'ipAddress.ip',
'label' => 'IP',
'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
],
2 => [
'property' => 'date',
'label' => 'Date',
],
3 => [
'property' => 'ipAddress.dailyCommentBansCount',
'label' => 'Temporary bans',
],
4 => [
'property' => 'ipAddress.permanentCommentBansCount',
'label' => 'Permanent bans',
],
5 => [
'property' => 'isReset',
'type' => 'boolean',
],
],
],
'edit' => [
'fields' => [
0 => [
'property' => 'id',
'label' => 'id',
'type_options' => [
'disabled' => true,
],
],
1 => [
'property' => 'ipAddress',
'label' => 'IP',
'type_options' => [
'disabled' => true,
],
],
2 => [
'property' => 'date',
'label' => 'Date',
'type_options' => [
'disabled' => true,
],
],
3 => [
'property' => 'isReset',
'type_options' => [
'disabled' => true,
],
],
],
],
'templates' => [
'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
],
'name' => 'IpAddressDailyCommentBan',
],
'IpAddressPermanentCommentBan' => [
'class' => 'App\\Entity\\System\\IpAddressPermanentCommentBan',
'controller' => 'App\\Controller\\Management\\IpAddressPermanentCommentBanController',
'label' => 'Permanent comment ban',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
],
'list' => [
'dql_filter' => 'entity.isReset = 0',
'title' => 'Permanent comment ban',
'actions' => [
0 => [
'name' => 'reset',
'label' => 'Reset',
],
1 => [
'name' => 'deleteComments',
'label' => 'Delete comments',
],
],
'fields' => [
0 => 'id',
1 => [
'property' => 'ipAddress.ip',
'label' => 'IP',
'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
],
2 => [
'property' => 'date',
'label' => 'Date',
],
3 => [
'property' => 'ipAddress.dailyCommentBansCount',
'label' => 'Temporary bans',
],
4 => [
'property' => 'ipAddress.permanentCommentBansCount',
'label' => 'Permanent bans',
],
5 => [
'property' => 'isReset',
'type' => 'boolean',
],
],
],
'edit' => [
'fields' => [
0 => [
'property' => 'id',
'label' => 'id',
'type_options' => [
'disabled' => true,
],
],
1 => [
'property' => 'ipAddress',
'label' => 'IP',
'type_options' => [
'disabled' => true,
],
],
2 => [
'property' => 'date',
'label' => 'Date',
'type_options' => [
'disabled' => true,
],
],
3 => [
'property' => 'isReset',
'type_options' => [
'disabled' => true,
],
],
],
],
'templates' => [
'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
],
'name' => 'IpAddressPermanentCommentBan',
],
'IpAddressCommentBan' => [
'class' => 'App\\Entity\\System\\IpAddressCommentBan',
'controller' => 'App\\Controller\\Management\\IpAddressCommentBanController',
'label' => 'Comment ban history',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
],
'list' => [
'title' => 'Comment ban history',
'actions' => [
0 => [
'name' => 'deleteComments',
'label' => 'Delete comments',
],
],
'fields' => [
0 => 'id',
1 => [
'property' => 'ipAddress.ip',
'label' => 'IP',
'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
],
2 => [
'property' => 'date',
'label' => 'Date',
],
3 => [
'property' => 'ipAddress.dailyCommentBansCount',
'label' => 'Temporary bans',
],
4 => [
'property' => 'ipAddress.permanentCommentBansCount',
'label' => 'Permanent bans',
],
5 => [
'property' => 'isReset',
'type' => 'boolean',
],
6 => [
'property' => 'type',
],
],
],
'edit' => [
'fields' => [
0 => [
'property' => 'id',
'label' => 'id',
'type_options' => [
'disabled' => true,
],
],
1 => [
'property' => 'ipAddress',
'label' => 'IP',
'type_options' => [
'disabled' => true,
],
],
2 => [
'property' => 'date',
'label' => 'Date',
'type_options' => [
'disabled' => true,
],
],
3 => [
'property' => 'isReset',
'type_options' => [
'disabled' => true,
],
],
],
],
'templates' => [
'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
],
'name' => 'IpAddressCommentBan',
],
'AccountProfile' => [
'class' => 'App\\Entity\\Profile\\Profile',
'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
'disabled_actions' => [
0 => 'new',
],
'list' => [
'title' => 'Owned profiles',
'fields' => [
0 => [
'property' => 'id',
'template' => 'EasyAdmin/field_id.html.twig',
],
1 => [
'property' => 'name',
'label' => 'Name',
'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
'css_class' => 'profile_name_link',
],
2 => [
'property' => 'phoneNumber',
'label' => 'Phone',
],
3 => [
'property' => 'city.name',
'label' => 'City',
],
4 => [
'property' => 'owner.nickname',
'label' => 'Owner',
'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
],
5 => 'createdAt',
6 => [
'property' => 'approved',
'type' => 'boolean',
],
7 => [
'property' => 'isDeleted',
'type' => 'boolean',
'label' => 'Deleted',
],
8 => [
'property' => 'moderationStatus',
'type' => 'boolean',
'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
],
9 => [
'property' => 'isMediaProcessed',
'type' => 'boolean',
'label' => 'All video processed',
],
],
],
'form' => [
'form_options' => [
'validation_groups' => [
0 => 'Edit',
],
],
],
'templates' => [
'list' => 'EasyAdmin/account/embedded/list.html.twig',
'edit' => 'EasyAdmin/profiles/edit.html.twig',
],
'name' => 'AccountProfile',
],
'AccountSaloon' => [
'class' => 'App\\Entity\\Saloon\\Saloon',
'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
'disabled_actions' => [
0 => 'new',
],
'list' => [
'title' => 'Owned saloons',
'fields' => [
0 => [
'property' => 'id',
'template' => 'EasyAdmin/field_id.html.twig',
],
1 => [
'property' => 'name',
'label' => 'Name',
'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
'css_class' => 'profile_name_link',
],
2 => [
'property' => 'phoneNumber',
'label' => 'Phone',
],
3 => [
'property' => 'city.name',
'label' => 'City',
],
4 => [
'property' => 'owner.nickname',
'label' => 'Owner',
'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
],
5 => 'createdAt',
6 => [
'property' => 'isDeleted',
'type' => 'boolean',
'label' => 'Deleted',
],
7 => [
'property' => 'isMediaProcessed',
'type' => 'boolean',
'label' => 'All video processed',
],
],
],
'form' => [
'form_options' => [
'validation_groups' => [
0 => 'Edit',
],
],
],
'templates' => [
'list' => 'EasyAdmin/account/embedded/list.html.twig',
'edit' => 'EasyAdmin/saloon/edit.html.twig',
],
'name' => 'AccountSaloon',
],
'AccountEnrollments' => [
'class' => 'App\\Entity\\Sales\\AccountEnrollment',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'delete',
],
'list' => [
'title' => 'Enrollments',
'fields' => [
0 => 'id',
1 => [
'property' => 'account',
'label' => 'Account',
],
2 => [
'property' => 'date',
'label' => 'Date',
],
3 => [
'property' => 'paidMoney',
'label' => 'Paid',
'template' => 'EasyAdmin/field_money.html.twig',
],
4 => [
'property' => 'enrolledMoney',
'label' => 'Enrolled',
'template' => 'EasyAdmin/field_money.html.twig',
],
5 => [
'property' => 'redeemedToken',
'label' => 'Pin-code',
],
6 => [
'property' => 'enrolledByDescription',
'label' => 'Enrolled By',
],
],
],
'templates' => [
'list' => 'EasyAdmin/account/embedded/list.html.twig',
],
'name' => 'AccountEnrollments',
],
'AccountCharges' => [
'class' => 'App\\Entity\\Sales\\AccountCharge',
'controller' => 'App\\Controller\\Management\\AccountChargesController',
'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'delete',
],
'list' => [
'title' => 'Charges',
'fields' => [
0 => 'id',
1 => [
'property' => 'account',
'label' => 'Account',
],
2 => [
'property' => 'date',
'label' => 'Date',
],
3 => [
'property' => 'chargedMoney',
'label' => 'Charged',
'template' => 'EasyAdmin/field_money.html.twig',
],
4 => [
'property' => 'link',
'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
],
5 => [
'property' => 'price',
'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
],
6 => [
'property' => 'placementStart',
],
7 => [
'property' => 'placementEnd',
],
],
],
'templates' => [
'list' => 'EasyAdmin/account/embedded/list.html.twig',
],
'name' => 'AccountCharges',
],
],
'formats' => [
'date' => 'Y-m-d',
'time' => 'H:i:s',
'datetime' => 'F j, Y H:i',
'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
],
'disabled_actions' => [
],
'translation_domain' => 'messages',
'list' => [
'actions' => [
],
'collapse_actions' => false,
'batch_actions' => [
],
'max_results' => 15,
'item_permission' => NULL,
],
'search' => [
],
'edit' => [
'actions' => [
],
'item_permission' => NULL,
],
'new' => [
'actions' => [
],
'item_permission' => NULL,
],
'show' => [
'actions' => [
],
'max_results' => 10,
'item_permission' => NULL,
],
]; break;
case 'oneup_uploader.chunks': $value = [
'maxage' => 604800,
'storage' => [
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => ($this->targetDir.''.'/uploader/chunks'),
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
'prefix' => 'chunks',
],
'load_distribution' => true,
]; break;
case 'oneup_uploader.orphanage': $value = [
'maxage' => 604800,
'directory' => ($this->targetDir.''.'/uploader/orphanage'),
]; break;
case 'oneup_uploader.config': $value = [
'mappings' => [
'process_queue' => [
'frontend' => 'dropzone',
'namer' => 'oneup_uploader.namer.uniqid',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.process_queue_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'tmp_media' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.tmp_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'user_media' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.user_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.user_media_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'profile_photo' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.profile_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.profile_media_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'profile_media_avatar' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.profile_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'profile_media_approval' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.profile_media_approval',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'profile_selfie' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.profile_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'profile_video' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.profile_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.profile_media_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'saloon_media' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.saloon_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'saloon_media_thumb' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.saloon_media_thumb',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'saloon_media_video' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.saloon_media_video',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
],
'chunks' => [
'maxage' => 604800,
'storage' => [
'type' => 'filesystem',
'filesystem' => NULL,
'directory' => ($this->targetDir.''.'/uploader/chunks'),
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
'prefix' => 'chunks',
],
'load_distribution' => true,
],
'orphanage' => [
'maxage' => 604800,
'directory' => ($this->targetDir.''.'/uploader/orphanage'),
],
'twig' => true,
]; break;
case 'ewz_recaptcha.public_key': $value = $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
case 'ewz_recaptcha.private_key': $value = $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'review',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\AngelGamezTranslatableBundle',
'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'AngelGamezPorpaginasBundle' => 'AngelGamez\\PorpaginasBundle\\AngelGamezPorpaginasBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'GeographicalNamesInflectionBundle' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle\\GeographicalNamesInflectionBundle',
'MorphosTwigBundle' => 'BigIdea\\Bundle\\MorphosTwigBundle\\MorphosTwigBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'CocurSlugifyBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'FlagceptionBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src'),
'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
],
'PrestaSitemapBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/presta/sitemap-bundle'),
'namespace' => 'Presta\\SitemapBundle',
],
'EasyAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
],
'EasyAdminExtensionBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src'),
'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
],
'OneupFlysystemBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle/src'),
'namespace' => 'Oneup\\FlysystemBundle',
],
'OneupUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oneup/uploader-bundle/src'),
'namespace' => 'Oneup\\UploaderBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'SncRedisBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src'),
'namespace' => 'Snc\\RedisBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'EightPointsGuzzleBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
],
'SentryBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
'namespace' => 'Sentry\\SentryBundle',
],
'FOSElasticaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src'),
'namespace' => 'FOS\\ElasticaBundle',
],
'EWZRecaptchaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src'),
'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'AngelGamezTranslatableBundle' => [
'path' => (\dirname(__DIR__, 4).'/packages/translatable-bundle'),
'namespace' => 'AngelGamez\\TranslatableBundle',
],
'MisdPhoneNumberBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src'),
'namespace' => 'Misd\\PhoneNumberBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'AngelGamezPorpaginasBundle' => [
'path' => (\dirname(__DIR__, 4).'/packages/porpaginas-bundle'),
'namespace' => 'AngelGamez\\PorpaginasBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'GeographicalNamesInflectionBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/bigidea/geographical-names-inflection-bundle/src'),
'namespace' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle',
],
'MorphosTwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/bigidea/morphos-twig-bundle/src'),
'namespace' => 'BigIdea\\Bundle\\MorphosTwigBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelReviewDebugContainer',
'container.dumper.inline_class_loader' => true,
'env(DATABASE_URL)' => '',
'env(TRUSTED_PROXIES)' => '127.0.0.1,192.168.0.1/16',
'env(TRUSTED_PROXIES_CONFIG)' => '',
'env(ROTATION_UPDATE_STREAM)' => 'rotation_update_stream',
'common_filesystem_permissions' => [
'permissions' => [
'file' => [
'public' => 420,
'private' => 420,
],
'dir' => [
'public' => 493,
'private' => 493,
],
],
],
'env(SENTRY_DSN)' => '',
'env(APP_VERSION_FILE)' => (\dirname(__DIR__, 4).'/.app.version'),
'env(REDIS_URL)' => NULL,
'env(REVIEW_PROFILER_TOOLBAR)' => true,
'env(USE_LEGACY_DOMAIN_REDIRECTOR)' => 'false',
'env(REDIRECT_PATHS)' => '',
'locale' => 'ru',
'app.path.user_avatars' => 'uploads/images/user',
'app.smsc.link' => 'https://smsc.ru/sys/send.php?login',
'app.smsc.login' => 'mandelshtam',
'app.smsc.password' => 'mIh3gwEKy090B90wUal9',
'app.profile.status.dir' => (\dirname(__DIR__, 4).'/artifacts/prices/'),
'app.log.dir' => (\dirname(__DIR__, 3).'/log/'),
'app.config.dir' => (\dirname(__DIR__, 4).'/config/'),
'app.allowed_locales' => [
0 => 'en',
1 => 'ru',
],
'app.redis_ctr_db_index' => '7',
'app.path.web' => (\dirname(__DIR__, 4).'/public/'),
'app.path.media.profile' => (\dirname(__DIR__, 4).'/public//media/profiles/'),
'account.setting.advertiser_profile_list_per_page.name' => 'advertiser_profile_list_per_page',
'account.setting.advertiser_saloon_list_per_page.name' => 'advertiser_saloon_list_per_page',
'account.setting.advertiser_profile_list_ctr_period.name' => 'advertiser_profile_list_ctr_period',
'account.setting.advertiser_profile_list_placement_type_filter.name' => 'advertiser_profile_list_placement_type_filter',
'account.setting.advertiser_Saloon_list_placement_type_filter.name' => 'advertiser_saloon_list_placement_type_filter',
'account.setting.advertiser_profile_list_sort.name' => 'advertiser_profile_list_sort',
'account.setting.advertiser_saloon_list_sort.name' => 'advertiser_saloon_list_sort',
'account.setting.advertiser_profile_list_sort_direction.name' => 'advertiser_profile_list_sort_direction',
'account.setting.advertiser_saloon_list_sort_direction.name' => 'advertiser_saloon_list_sort_direction',
'env(GA_TRACKER_ID)' => '',
'env(YM_TRACKER_ID)' => '',
'env(PAGE_METADATA_VARIANT)' => 'default',
'env(DEBUG_ROTATION_API_DATA)' => false,
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'ru',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'kernel.trusted_headers' => 62,
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.save_path' => NULL,
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
'multi_website' => 'doctrine.orm.multi_website_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'translatable' => [
'class' => 'AngelGamez\\TranslatableBundle\\Doctrine\\DBAL\\Types\\TranslatableType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
'multi_website' => 'doctrine.dbal.multi_website_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => false,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'security.role_hierarchy.roles' => [
'ROLE_ADMIN_ACCESS_ALL' => [
0 => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
1 => 'ROLE_ADMIN_ACCESS_PROFILES',
2 => 'ROLE_ADMIN_ACCESS_SALES',
3 => 'ROLE_ADMIN_ACCESS_SEO',
4 => 'ROLE_ADMIN_ACCESS_LOCATION',
5 => 'ROLE_ADMIN_ACCESS_DELETED',
6 => 'ROLE_ADMIN_ACCESS_OTHER',
7 => 'ROLE_ACCESS_WALKER',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'management',
2 => 'main',
],
'security.management._indexed_authenticators' => [
],
'security.main._indexed_authenticators' => [
],
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => '@MisdPhoneNumber/Form/phone_number.html.twig',
2 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.chromephp' => NULL,
'monolog.handler.firephp' => NULL,
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'knp_menu.renderer.list.options' => [
],
'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.default_locale' => 'ru',
'stof_doctrine_extensions.translation_fallback' => true,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'nelmio_cors.map' => [
'^/' => [
'skip_same_as_origin' => true,
],
],
'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
'presta_sitemap.dump_directory' => (\dirname(__DIR__, 4).'/public'),
'presta_sitemap.timetolive' => 3600,
'presta_sitemap.sitemap_file_prefix' => 'sitemap',
'presta_sitemap.items_by_set' => 50000,
'presta_sitemap.defaults' => [
'priority' => 1,
'changefreq' => 'daily',
'lastmod' => 'now',
],
'presta_sitemap.default_section' => 'default',
'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
'easy_admin_extension.custom_form_types' => [
],
'easy_admin_extension.minimum_role' => 'ROLE_ADMIN',
'easy_admin_extension.embedded_list.open_new_tab' => true,
'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
'oneup_uploader.config.process_queue' => [
'frontend' => 'dropzone',
'namer' => 'oneup_uploader.namer.uniqid',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.process_queue_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.tmp_media' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.tmp_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.user_media' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.user_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.user_media_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.profile_photo' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.profile_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.profile_media_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.profile_media_avatar' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.profile_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.profile_media_approval' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.profile_media_approval',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.profile_selfie' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.profile_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.profile_video' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.profile_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.profile_media_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.saloon_media' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.saloon_media',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.saloon_media_thumb' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.saloon_media_thumb',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.config.saloon_media_video' => [
'frontend' => 'dropzone',
'namer' => 'file_namer.saloon_media_video',
'storage' => [
'type' => 'flysystem',
'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
'service' => NULL,
'directory' => NULL,
'stream_wrapper' => NULL,
'sync_buffer_size' => '100K',
],
'custom_frontend' => [
'name' => NULL,
'class' => NULL,
],
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
'allowed_mimetypes' => [
],
'disallowed_mimetypes' => [
],
'error_handler' => NULL,
'max_size' => 9223372036854775807,
'use_orphanage' => false,
'enable_progress' => false,
'enable_cancelation' => false,
'root_folder' => false,
],
'oneup_uploader.controllers' => [
'process_queue' => [
0 => 'oneup_uploader.controller.process_queue',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'tmp_media' => [
0 => 'oneup_uploader.controller.tmp_media',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'user_media' => [
0 => 'oneup_uploader.controller.user_media',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'profile_photo' => [
0 => 'oneup_uploader.controller.profile_photo',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'profile_media_avatar' => [
0 => 'oneup_uploader.controller.profile_media_avatar',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'profile_media_approval' => [
0 => 'oneup_uploader.controller.profile_media_approval',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'profile_selfie' => [
0 => 'oneup_uploader.controller.profile_selfie',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'profile_video' => [
0 => 'oneup_uploader.controller.profile_video',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'saloon_media' => [
0 => 'oneup_uploader.controller.saloon_media',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'saloon_media_thumb' => [
0 => 'oneup_uploader.controller.saloon_media_thumb',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
'saloon_media_video' => [
0 => 'oneup_uploader.controller.saloon_media_video',
1 => [
'enable_progress' => false,
'enable_cancelation' => false,
'route_prefix' => '',
'endpoints' => [
'upload' => NULL,
'progress' => NULL,
'cancel' => NULL,
],
],
],
],
'oneup_uploader.maxsize' => [
'process_queue' => 34359738368,
'tmp_media' => 34359738368,
'user_media' => 34359738368,
'profile_photo' => 34359738368,
'profile_media_avatar' => 34359738368,
'profile_media_approval' => 34359738368,
'profile_selfie' => 34359738368,
'profile_video' => 34359738368,
'saloon_media' => 34359738368,
'saloon_media_thumb' => 34359738368,
'saloon_media_video' => 34359738368,
],
'snc_redis.client.class' => 'Predis\\Client',
'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
'snc_redis.phpredis_client.class' => 'Redis',
'snc_redis.relay_client.class' => 'Relay\\Relay',
'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
'fos_js_routing.request_context_base_url' => NULL,
'fos_js_routing.cache_control' => [
'enabled' => false,
],
'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
'eight_points_guzzle.plugin.header.headers' => [
],
'env(SENTRY_RELEASE)' => 'dev-master@667b188',
'sentry.tracing.enabled' => true,
'sentry.tracing.dbal.enabled' => true,
'sentry.tracing.dbal.connections' => [
],
'sentry.tracing.cache.enabled' => true,
'sentry.tracing.http_client.enabled' => true,
'fos_elastica.property_accessor.magicCall' => false,
'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
'fos_elastica.default_index' => 'recommendations',
'ewz_recaptcha.ajax' => true,
'ewz_recaptcha.enabled' => true,
'ewz_recaptcha.verify_host' => false,
'ewz_recaptcha.locale_key' => 'ru',
'ewz_recaptcha.api_host' => 'www.google.com',
'ewz_recaptcha.locale_from_request' => false,
'ewz_recaptcha.version' => 2,
'ewz_recaptcha.hide_badge' => false,
'ewz_recaptcha.score_threshold' => 0.5,
'ewz_recaptcha.timeout' => NULL,
'ewz_recaptcha.trusted_roles' => [
],
'ewz_recaptcha.http_proxy' => [
'host' => NULL,
'port' => NULL,
'auth' => NULL,
],
'ewz_recaptcha.service_definition' => [
],
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'misd_phone_number.serializer.default_region' => 'ZZ',
'misd_phone_number.serializer.format' => 0,
'misd_phone_number.validator.default_region' => 'ZZ',
'misd_phone_number.validator.format' => 1,
'knp_paginator.template.pagination' => '_pagination.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'porpaginas.twig.extension.class' => 'Porpaginas\\Twig\\PorpaginasExtension',
'porpaginas.twig.rendering_adapter.knp.class' => 'AngelGamez\\PorpaginasBundle\\Twig\\KnpPagerRenderingAdapter',
'porpaginas.twig.subscriber.class' => 'Porpaginas\\KnpPager\\PorpaginasSubscriber',
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'notifier.data_collector' => [
0 => 'notifier',
1 => '@WebProfiler/Collector/notifier.html.twig',
],
'flagception.profiler.feature_data_collector' => [
0 => 'flagception',
1 => '@Flagception/profiler/layout.html.twig',
],
'easyadmin.data_collector' => [
0 => 'easyadmin',
1 => '@EasyAdmin/data_collector/easyadmin.html.twig',
],
'snc_redis.data_collector' => [
0 => 'redis',
1 => '@SncRedis/Collector/redis.html.twig',
],
'eight_points_guzzle.data_collector' => [
0 => 'eight_points_guzzle',
1 => '@EightPointsGuzzle/debug.html.twig',
],
'fos_elastica.data_collector' => [
0 => 'elastica',
1 => '@FOSElastica/Collector/elastica.html.twig',
],
'App\\DataCollector\\DebugCollector' => [
0 => 'app.debug_collector',
1 => '_data_collector/debug_collector.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog',
1 => 'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue',
2 => 'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand',
3 => 'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand',
4 => 'console.command.public_alias.App\\Console\\Export\\ExportProfiles',
5 => 'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand',
6 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand',
7 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription',
8 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand',
9 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus',
10 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations',
11 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords',
12 => 'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733',
13 => 'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand',
14 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand',
15 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand',
16 => 'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand',
17 => 'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand',
18 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi',
19 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal',
20 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand',
21 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand',
22 => 'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand',
23 => 'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand',
24 => 'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand',
25 => 'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand',
26 => 'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand',
27 => 'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand',
28 => 'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand',
29 => 'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache',
30 => 'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList',
31 => 'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand',
32 => 'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles',
33 => 'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements',
34 => 'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent',
35 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles',
36 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons',
37 => 'console.command.public_alias.App\\Console\\Management\\UpdateStations',
38 => 'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus',
39 => 'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand',
40 => 'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand',
41 => 'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand',
42 => 'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand',
43 => 'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand',
44 => 'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand',
45 => 'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator',
46 => 'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand',
47 => 'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand',
48 => 'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand',
49 => 'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand',
50 => 'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand',
51 => 'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand',
52 => 'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand',
53 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand',
54 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand',
55 => 'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand',
56 => 'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand',
57 => 'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand',
58 => 'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand',
59 => 'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand',
60 => 'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand',
61 => 'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}