<?php
namespace ContainerNPAlMbu;
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_KernelDevDebugContainer 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.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',
'area.service' => 'getArea_ServiceService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'client.extension' => 'getClient_ExtensionService',
'currency.service' => 'getCurrency_ServiceService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.dbal.paf_connection' => 'getDoctrine_Dbal_PafConnectionService',
'doctrine.dbal.paf_us_connection' => 'getDoctrine_Dbal_PafUsConnectionService',
'doctrine.orm.auto_mapping_entity_manager' => 'getDoctrine_Orm_AutoMappingEntityManagerService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'doctrine.orm.paf_entity_manager' => 'getDoctrine_Orm_PafEntityManagerService',
'doctrine.orm.paf_us_entity_manager' => 'getDoctrine_Orm_PafUsEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'quote.service' => 'getQuote_ServiceService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'settings.service' => 'getSettings_ServiceService',
'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
'sonata.block.manager' => 'getSonata_Block_ManagerService',
'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
'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',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'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.factory' => 'get_Container_Private_Form_FactoryService',
'.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',
'AdminBundle\\Command\\AssignApiKeysCommand' => 'getAssignApiKeysCommandService',
'AdminBundle\\Command\\AutomaticEmailsCommand' => 'getAutomaticEmailsCommandService',
'AdminBundle\\Command\\AutomaticJobAssignmentCommand' => 'getAutomaticJobAssignmentCommandService',
'AdminBundle\\Command\\AutomaticNextDayJobAssignmentCommand' => 'getAutomaticNextDayJobAssignmentCommandService',
'AdminBundle\\Command\\CalculateDriverRatingsCommand' => 'getCalculateDriverRatingsCommandService',
'AdminBundle\\Command\\CalculateDriverWeekPointsCommand' => 'getCalculateDriverWeekPointsCommandService',
'AdminBundle\\Command\\CheckBookingsMatchCommand' => 'getCheckBookingsMatchCommandService',
'AdminBundle\\Command\\CheckDriverDelayCommand' => 'getCheckDriverDelayCommandService',
'AdminBundle\\Command\\CheckDriverOnlineCommand' => 'getCheckDriverOnlineCommandService',
'AdminBundle\\Command\\CheckFlightCommand' => 'getCheckFlightCommandService',
'AdminBundle\\Command\\CleanBookingDataCommand' => 'getCleanBookingDataCommandService',
'AdminBundle\\Command\\CleanDatabaseCommand' => 'getCleanDatabaseCommandService',
'AdminBundle\\Command\\DriverInvoiceGeneratorAndEmailCommand' => 'getDriverInvoiceGeneratorAndEmailCommandService',
'AdminBundle\\Command\\DriverQueueCompletedCommand' => 'getDriverQueueCompletedCommandService',
'AdminBundle\\Command\\DriversLinkedBookingCommand' => 'getDriversLinkedBookingCommandService',
'AdminBundle\\Command\\FindMatchingJobsCommand' => 'getFindMatchingJobsCommandService',
'AdminBundle\\Command\\GenerateApiUserCommand' => 'getGenerateApiUserCommandService',
'AdminBundle\\Command\\GenerateSettingsCommand' => 'getGenerateSettingsCommandService',
'AdminBundle\\Command\\Icabbi\\IcabbiBase' => 'getIcabbiBaseService',
'AdminBundle\\Command\\Icabbi\\ImportBookingsCommand' => 'getImportBookingsCommandService',
'AdminBundle\\Command\\Icabbi\\ImportDriversCommand' => 'getImportDriversCommandService',
'AdminBundle\\Command\\NotificationWebsocketServerCommand' => 'getNotificationWebsocketServerCommandService',
'AdminBundle\\Command\\PafAddressImportCommand' => 'getPafAddressImportCommandService',
'AdminBundle\\Command\\PafBuildingNamesImportCommand' => 'getPafBuildingNamesImportCommandService',
'AdminBundle\\Command\\PafLocalitiesImportCommand' => 'getPafLocalitiesImportCommandService',
'AdminBundle\\Command\\SendDriverSMSAutomaticAssignNotificationCommand' => 'getSendDriverSMSAutomaticAssignNotificationCommandService',
'AdminBundle\\Command\\StartBackgroundCommand' => 'getStartBackgroundCommandService',
'AdminBundle\\Command\\TestBookingMatchCommand' => 'getTestBookingMatchCommandService',
'AdminBundle\\Command\\Twelve\\ImportBookingsCommand' => 'getImportBookingsCommand2Service',
'AdminBundle\\Command\\Twelve\\ImportDriversCommand' => 'getImportDriversCommand2Service',
'AdminBundle\\Command\\Twelve\\TwelveBase' => 'getTwelveBaseService',
'AdminBundle\\Command\\UpdateBookingsPickUpDateTimeCommand' => 'getUpdateBookingsPickUpDateTimeCommandService',
'AdminBundle\\Controller\\AccountController' => 'getAccountControllerService',
'AdminBundle\\Controller\\AdminController' => 'getAdminControllerService',
'AdminBundle\\Controller\\ApiController' => 'getApiControllerService',
'AdminBundle\\Controller\\Api\\BookingController' => 'getBookingControllerService',
'AdminBundle\\Controller\\Api\\QuoteController' => 'getQuoteControllerService',
'AdminBundle\\Controller\\AreaController' => 'getAreaControllerService',
'AdminBundle\\Controller\\AutocompleteController' => 'getAutocompleteControllerService',
'AdminBundle\\Controller\\BaseController' => 'getBaseControllerService',
'AdminBundle\\Controller\\BookingController' => 'getBookingController2Service',
'AdminBundle\\Controller\\CarController' => 'getCarControllerService',
'AdminBundle\\Controller\\CarTypeController' => 'getCarTypeControllerService',
'AdminBundle\\Controller\\ChangeRequestsController' => 'getChangeRequestsControllerService',
'AdminBundle\\Controller\\ChatController' => 'getChatControllerService',
'AdminBundle\\Controller\\ClientChangeRequestController' => 'getClientChangeRequestControllerService',
'AdminBundle\\Controller\\ClientInvoicesController' => 'getClientInvoicesControllerService',
'AdminBundle\\Controller\\CompanyController' => 'getCompanyControllerService',
'AdminBundle\\Controller\\CompanyInvoicesController' => 'getCompanyInvoicesControllerService',
'AdminBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
'AdminBundle\\Controller\\DriverController' => 'getDriverControllerService',
'AdminBundle\\Controller\\DriverHistoryReasonController' => 'getDriverHistoryReasonControllerService',
'AdminBundle\\Controller\\DriverInvoicesController' => 'getDriverInvoicesControllerService',
'AdminBundle\\Controller\\EmailTemplatesAdminController' => 'getEmailTemplatesAdminControllerService',
'AdminBundle\\Controller\\ExportCsvController' => 'getExportCsvControllerService',
'AdminBundle\\Controller\\IndexController' => 'getIndexControllerService',
'AdminBundle\\Controller\\JobsPlanController' => 'getJobsPlanControllerService',
'AdminBundle\\Controller\\JobsPlanHistoryController' => 'getJobsPlanHistoryControllerService',
'AdminBundle\\Controller\\ObjectivesController' => 'getObjectivesControllerService',
'AdminBundle\\Controller\\PaymentAdminController' => 'getPaymentAdminControllerService',
'AdminBundle\\Controller\\QuoteController' => 'getQuoteController2Service',
'AdminBundle\\Controller\\ReportsAdminController' => 'getReportsAdminControllerService',
'AdminBundle\\Controller\\ReportsController' => 'getReportsControllerService',
'AdminBundle\\Controller\\SocketEventsAdminController' => 'getSocketEventsAdminControllerService',
'AdminBundle\\Controller\\SonataBookingController' => 'getSonataBookingControllerService',
'AdminBundle\\Controller\\SonataBookingRequestController' => 'getSonataBookingRequestControllerService',
'AdminBundle\\Controller\\SonataBookingReviewController' => 'getSonataBookingReviewControllerService',
'AdminBundle\\Controller\\SonataCompanyInvoicesController' => 'getSonataCompanyInvoicesControllerService',
'AdminBundle\\Controller\\SonataDriverInvoicesController' => 'getSonataDriverInvoicesControllerService',
'AdminBundle\\Controller\\SonataTicketsController' => 'getSonataTicketsControllerService',
'AdminBundle\\Controller\\ToursController' => 'getToursControllerService',
'AdminBundle\\Controller\\TransactionAdminController' => 'getTransactionAdminControllerService',
'AdminBundle\\Controller\\UserController' => 'getUserControllerService',
'AdminBundle\\Controller\\VoucherController' => 'getVoucherControllerService',
'AdminFOSUserBundle\\Controller\\AdminResettingController' => 'getAdminResettingControllerService',
'ClientBundle\\Controller\\ApiController' => 'getApiController2Service',
'ClientBundle\\Controller\\AuthController' => 'getAuthControllerService',
'ClientBundle\\Controller\\BookingsController' => 'getBookingsControllerService',
'ClientBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
'ClientBundle\\Controller\\InvoicesController' => 'getInvoicesControllerService',
'ClientBundle\\Controller\\PaymentsController' => 'getPaymentsControllerService',
'ClientBundle\\Controller\\TicketsController' => 'getTicketsControllerService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\ConnectController' => 'getConnectControllerService',
'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\RegisterController' => 'getRegisterControllerService',
'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'account.service' => 'getAccount_ServiceService',
'admin.accounts.group.template_registry' => 'getAdmin_Accounts_Group_TemplateRegistryService',
'admin.accounts.template_registry' => 'getAdmin_Accounts_TemplateRegistryService',
'admin.booking' => 'getAdmin_BookingService',
'admin.booking.template_registry' => 'getAdmin_Booking_TemplateRegistryService',
'admin.booking_booking_extras.template_registry' => 'getAdmin_BookingBookingExtras_TemplateRegistryService',
'admin.booking_cancel_reasons.template_registry' => 'getAdmin_BookingCancelReasons_TemplateRegistryService',
'admin.booking_extras.template_registry' => 'getAdmin_BookingExtras_TemplateRegistryService',
'admin.booking_request.template_registry' => 'getAdmin_BookingRequest_TemplateRegistryService',
'admin.booking_reviews.template_registry' => 'getAdmin_BookingReviews_TemplateRegistryService',
'admin.booking_via.template_registry' => 'getAdmin_BookingVia_TemplateRegistryService',
'admin.bookings_processed.template_registry' => 'getAdmin_BookingsProcessed_TemplateRegistryService',
'admin.car.template_registry' => 'getAdmin_Car_TemplateRegistryService',
'admin.car_type.area.price.template_registry' => 'getAdmin_CarType_Area_Price_TemplateRegistryService',
'admin.cartype.template_registry' => 'getAdmin_Cartype_TemplateRegistryService',
'admin.cartypeprice.template_registry' => 'getAdmin_Cartypeprice_TemplateRegistryService',
'admin.change_requests.template_registry' => 'getAdmin_ChangeRequests_TemplateRegistryService',
'admin.client_cancellation_fee.template_registry' => 'getAdmin_ClientCancellationFee_TemplateRegistryService',
'admin.client_change_request.template_registry' => 'getAdmin_ClientChangeRequest_TemplateRegistryService',
'admin.client_invoices.template_registry' => 'getAdmin_ClientInvoices_TemplateRegistryService',
'admin.company' => 'getAdmin_CompanyService',
'admin.company.template_registry' => 'getAdmin_Company_TemplateRegistryService',
'admin.company_invoice.template_registry' => 'getAdmin_CompanyInvoice_TemplateRegistryService',
'admin.department.template_registry' => 'getAdmin_Department_TemplateRegistryService',
'admin.driver.template_registry' => 'getAdmin_Driver_TemplateRegistryService',
'admin.driver_completed_jobs.template_registry' => 'getAdmin_DriverCompletedJobs_TemplateRegistryService',
'admin.driver_history.template_registry' => 'getAdmin_DriverHistory_TemplateRegistryService',
'admin.driver_history_reason.template_registry' => 'getAdmin_DriverHistoryReason_TemplateRegistryService',
'admin.driver_invoices.template_registry' => 'getAdmin_DriverInvoices_TemplateRegistryService',
'admin.driver_queue.template_registry' => 'getAdmin_DriverQueue_TemplateRegistryService',
'admin.email_template.template_registry' => 'getAdmin_EmailTemplate_TemplateRegistryService',
'admin.images.template_registry' => 'getAdmin_Images_TemplateRegistryService',
'admin.invoice_adjustment_reasons.template_registry' => 'getAdmin_InvoiceAdjustmentReasons_TemplateRegistryService',
'admin.locations.template_registry' => 'getAdmin_Locations_TemplateRegistryService',
'admin.mobile_ads.template_registry' => 'getAdmin_MobileAds_TemplateRegistryService',
'admin.news.template_registry' => 'getAdmin_News_TemplateRegistryService',
'admin.objectives.template_registry' => 'getAdmin_Objectives_TemplateRegistryService',
'admin.operator.template_registry' => 'getAdmin_Operator_TemplateRegistryService',
'admin.operator_admin.template_registry' => 'getAdmin_OperatorAdmin_TemplateRegistryService',
'admin.organisation.template_registry' => 'getAdmin_Organisation_TemplateRegistryService',
'admin.pafaddress.template_registry' => 'getAdmin_Pafaddress_TemplateRegistryService',
'admin.pafaddressus.template_registry' => 'getAdmin_Pafaddressus_TemplateRegistryService',
'admin.pafbuilding.template_registry' => 'getAdmin_Pafbuilding_TemplateRegistryService',
'admin.paflocality.template_registry' => 'getAdmin_Paflocality_TemplateRegistryService',
'admin.payment' => 'getAdmin_PaymentService',
'admin.payment.template_registry' => 'getAdmin_Payment_TemplateRegistryService',
'admin.payment_extra_charge.template_registry' => 'getAdmin_PaymentExtraCharge_TemplateRegistryService',
'admin.period.settings.template_registry' => 'getAdmin_Period_Settings_TemplateRegistryService',
'admin.pricethreshold.template_registry' => 'getAdmin_Pricethreshold_TemplateRegistryService',
'admin.question.template_registry' => 'getAdmin_Question_TemplateRegistryService',
'admin.questionnarie.template_registry' => 'getAdmin_Questionnarie_TemplateRegistryService',
'admin.reports' => 'getAdmin_ReportsService',
'admin.reports.confirmed' => 'getAdmin_Reports_ConfirmedService',
'admin.reports.confirmed.template_registry' => 'getAdmin_Reports_Confirmed_TemplateRegistryService',
'admin.reports.drivers_jobs.template_registry' => 'getAdmin_Reports_DriversJobs_TemplateRegistryService',
'admin.reports.refund' => 'getAdmin_Reports_RefundService',
'admin.reports.refund.template_registry' => 'getAdmin_Reports_Refund_TemplateRegistryService',
'admin.reports.stats' => 'getAdmin_Reports_StatsService',
'admin.reports.stats.template_registry' => 'getAdmin_Reports_Stats_TemplateRegistryService',
'admin.reports.template_registry' => 'getAdmin_Reports_TemplateRegistryService',
'admin.settings.template_registry' => 'getAdmin_Settings_TemplateRegistryService',
'admin.socket_events.template_registry' => 'getAdmin_SocketEvents_TemplateRegistryService',
'admin.sub_building_name.template_registry' => 'getAdmin_SubBuildingName_TemplateRegistryService',
'admin.thoroughfare.template_registry' => 'getAdmin_Thoroughfare_TemplateRegistryService',
'admin.thoroughfare_descriptor.template_registry' => 'getAdmin_ThoroughfareDescriptor_TemplateRegistryService',
'admin.ticket.template_registry' => 'getAdmin_Ticket_TemplateRegistryService',
'admin.ticket_message.template_registry' => 'getAdmin_TicketMessage_TemplateRegistryService',
'admin.tours.template_registry' => 'getAdmin_Tours_TemplateRegistryService',
'admin.transaction.template_registry' => 'getAdmin_Transaction_TemplateRegistryService',
'admin.users.template_registry' => 'getAdmin_Users_TemplateRegistryService',
'admin.voucher.template_registry' => 'getAdmin_Voucher_TemplateRegistryService',
'admin.zone.template_registry' => 'getAdmin_Zone_TemplateRegistryService',
'admin.zonecartype.template_registry' => 'getAdmin_Zonecartype_TemplateRegistryService',
'apiKey.authenticator' => 'getApiKey_AuthenticatorService',
'apiKey.guard' => 'getApiKey_GuardService',
'apiKey.provide' => 'getApiKey_ProvideService',
'area.zone.template_registry' => 'getArea_Zone_TemplateRegistryService',
'authentication.handler.login_success_handler' => 'getAuthentication_Handler_LoginSuccessHandlerService',
'automatic-job-assignment.service' => 'getAutomaticjobassignment_ServiceService',
'base.service' => 'getBase_ServiceService',
'booking.service' => 'getBooking_ServiceService',
'braintree.manager' => 'getBraintree_ManagerService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'chat.service' => 'getChat_ServiceService',
'client-invoice.service' => 'getClientinvoice_ServiceService',
'company.invoice.service' => 'getCompany_Invoice_ServiceService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand' => 'getCronCreateCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand' => 'getCronDeleteCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand' => 'getCronDisableCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand' => 'getCronEnableCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand' => 'getCronListCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand' => 'getCronReportsTruncateCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand' => 'getCronRunCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand' => 'getCronStartCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand' => 'getCronStopCommandService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'cron.executor' => 'getCron_ExecutorService',
'cron.manager' => 'getCron_ManagerService',
'cron.resolver' => 'getCron_ResolverService',
'cron.validator' => 'getCron_ValidatorService',
'driver-history.service' => 'getDriverhistory_ServiceService',
'driver.service' => 'getDriver_ServiceService',
'error_controller' => 'getErrorControllerService',
'find-matching-jobs.service' => 'getFindmatchingjobs_ServiceService',
'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
'fos_user.user_manager' => 'getFosUser_UserManagerService',
'google.api.service' => 'getGoogle_Api_ServiceService',
'here.service' => 'getHere_ServiceService',
'httplug.client' => 'getHttplug_ClientService',
'httplug.message_factory' => 'getHttplug_MessageFactoryService',
'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
'httplug.uri_factory' => 'getHttplug_UriFactoryService',
'hwi_oauth.account.connector' => 'getHwiOauth_Account_ConnectorService',
'hwi_oauth.resource_ownermap.client' => 'getHwiOauth_ResourceOwnermap_ClientService',
'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'jobs-plan-history.service' => 'getJobsplanhistory_ServiceService',
'knp_menu.factory' => 'getKnpMenu_FactoryService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'knp_snappy.image' => 'getKnpSnappy_ImageService',
'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
'mandrill.manager' => 'getMandrill_ManagerService',
'mapbox.service' => 'getMapbox_ServiceService',
'news.service' => 'getNews_ServiceService',
'payment.helper' => 'getPayment_HelperService',
'payment.service' => 'getPayment_ServiceService',
'price.service' => 'getPrice_ServiceService',
'reporting.model_manager' => 'getReporting_ModelManagerService',
'request.service' => 'getRequest_ServiceService',
'routing.loader' => 'getRouting_LoaderService',
'security.acl.dbal.schema' => 'getSecurity_Acl_Dbal_SchemaService',
'security.acl.permission.map' => 'getSecurity_Acl_Permission_MapService',
'security.acl.provider' => 'getSecurity_Acl_ProviderService',
'security.service' => 'getSecurity_ServiceService',
'services_resetter' => 'getServicesResetterService',
'sms.service' => 'getSms_ServiceService',
'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
'sonata.user.action.check_email' => 'getSonata_User_Action_CheckEmailService',
'sonata.user.action.check_login' => 'getSonata_User_Action_CheckLoginService',
'sonata.user.action.login' => 'getSonata_User_Action_LoginService',
'sonata.user.action.logout' => 'getSonata_User_Action_LogoutService',
'sonata.user.action.request' => 'getSonata_User_Action_RequestService',
'sonata.user.action.reset' => 'getSonata_User_Action_ResetService',
'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService',
'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService',
'sphinx' => 'getSphinxService',
'sphinx.service' => 'getSphinx_ServiceService',
'stripe.manager' => 'getStripe_ManagerService',
'tickets.service' => 'getTickets_ServiceService',
'user.service' => 'getUser_ServiceService',
'voucher.service' => 'getVoucher_ServiceService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'websocket_notification.service' => 'getWebsocketNotification_ServiceService',
];
$this->aliases = [
'App\\Kernel' => 'kernel',
'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'jms_serializer.instances.default' => 'jms_serializer',
'security.acl.dbal.connection' => 'doctrine.dbal.default_connection',
];
$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).'/src/AdminBundle/EventListener/ApiRequest.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Services/BaseService.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Services/AreaService.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Services/QuoteService.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Services/CurrencyService.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Services/SettingsService.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Twig/ClientExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.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-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.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/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/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.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/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/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.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/src/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/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.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/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/sonata-project/user-bundle/src/Validator/UserInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.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/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.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/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/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.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/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/DefaultNamingStrategy.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/TypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.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/LoadMappingFileImplementation.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.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/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/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.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/doctrine-bundle/src/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.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/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.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/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/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/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.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/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/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.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/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
include_once \dirname(__DIR__, 4).'/overrides/sonata-project/admin-bundle/src/Admin/Pool.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/ClearableManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/TransactionalManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Entity/UserManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Util/CanonicalFieldsUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Util/CanonicalFieldsUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/javer/sphinx-bundle/Logger/SphinxLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.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/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.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).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.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/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.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/jms/serializer-bundle/Debug/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/javer/sphinx-bundle/DataCollector/SphinxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.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/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.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/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/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.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/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/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).'/src/AdminBundle/Twig/CustomExtension.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/twig/string-extra/StringExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthExtension.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/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.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/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.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\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);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.doctrine.orm.paf.result', ($this->privates['cache.doctrine.orm.paf.result'] ?? $this->getCache_Doctrine_Orm_Paf_ResultService()));
$d->addInstance('cache.doctrine.orm.paf.query', ($this->privates['cache.doctrine.orm.paf.query'] ?? $this->getCache_Doctrine_Orm_Paf_QueryService()));
$d->addInstance('cache.doctrine.orm.paf_us.result', ($this->privates['cache.doctrine.orm.paf_us.result'] ?? $this->getCache_Doctrine_Orm_PafUs_ResultService()));
$d->addInstance('cache.doctrine.orm.paf_us.query', ($this->privates['cache.doctrine.orm.paf_us.query'] ?? $this->getCache_Doctrine_Orm_PafUs_QueryService()));
$d->addInstance('cache.doctrine.orm.auto_mapping.result', ($this->privates['cache.doctrine.orm.auto_mapping.result'] ?? $this->getCache_Doctrine_Orm_AutoMapping_ResultService()));
$d->addInstance('cache.doctrine.orm.auto_mapping.query', ($this->privates['cache.doctrine.orm.auto_mapping.query'] ?? $this->getCache_Doctrine_Orm_AutoMapping_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$e->registerClient('hwi_oauth.http_client', ($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()));
$f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($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_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$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()), true));
$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($e);
$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(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))));
$instance->add($f);
$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 \JMS\SerializerBundle\Debug\DataCollector('default', ['AdminBundle' => (\dirname(__DIR__, 4).'/src/AdminBundle/Resources/config/serializer')], ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
$instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
$instance->add(new \Javer\SphinxBundle\DataCollector\SphinxDataCollector(($this->privates['sphinx.logger'] ?? $this->getSphinx_LoggerService())));
$instance->add($g);
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, false, 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()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/SonataAdminBundle'), 'SonataAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/SonataUserBundle'), 'SonataUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/javer/sphinx-bundle/Resources/views'), 'JaverSphinx');
$a->addPath((\dirname(__DIR__, 4).'/vendor/javer/sphinx-bundle/Resources/views'), '!JaverSphinx');
$a->addPath((\dirname(__DIR__, 4).'/src/AdminBundle/Resources/views'), 'Admin');
$a->addPath((\dirname(__DIR__, 4).'/src/AdminBundle/Resources/views'), '!Admin');
$a->addPath((\dirname(__DIR__, 4).'/src/AdminFOSUserBundle/Resources/views'), 'AdminFOSUser');
$a->addPath((\dirname(__DIR__, 4).'/src/AdminFOSUserBundle/Resources/views'), '!AdminFOSUser');
$a->addPath((\dirname(__DIR__, 4).'/src/ClientBundle/Resources/views'), 'Client');
$a->addPath((\dirname(__DIR__, 4).'/src/ClientBundle/Resources/views'), '!Client');
$a->addPath((\dirname(__DIR__, 4).'/src/DriverBundle/Resources/views'), 'Driver');
$a->addPath((\dirname(__DIR__, 4).'/src/DriverBundle/Resources/views'), '!Driver');
$a->addPath((\dirname(__DIR__, 4).'/src/PafBundle/Resources/views'), 'Paf');
$a->addPath((\dirname(__DIR__, 4).'/src/PafBundle/Resources/views'), '!Paf');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), 'HWIOAuth');
$a->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), '!HWIOAuth');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
$b = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
$c = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
$d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$e = ($this->services['translator'] ?? $this->getTranslatorService());
$f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$g = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
$h = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$i = ($this->services['router'] ?? $this->getRouterService());
$j = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$k->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $h]);
$l = new \Symfony\Bridge\Twig\AppVariable();
$l->setEnvironment('dev');
$l->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$l->setTokenStorage($j);
}
if ($this->has('request_stack')) {
$l->setRequestStack($f);
}
$m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($b, $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(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($f, $g->getBaseUrl(), $g->isSecure())), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($h, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($i));
$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($f, $i)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $j)));
$instance->addExtension(($this->services['client.extension'] ?? $this->getClient_ExtensionService()));
$instance->addExtension(new \AdminBundle\Twig\CustomExtension($this));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
$instance->addExtension(new \Twig\Extra\String\StringExtension());
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
$instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
$instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
$instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
$instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true));
$instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
$instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\IconExtension(($this->privates['sonata.admin.twig.icon_runtime'] ?? ($this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime()))));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
$instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
$instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($b, $c));
$instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension());
$instance->addGlobal('app', $l);
$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],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates', 'sonata.twig.flashmessage.twig.runtime', 'getSonata_Twig_Flashmessage_Twig_RuntimeService', true],
'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates', 'sonata.twig.status_runtime', 'getSonata_Twig_StatusRuntimeService', true],
'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates', 'sonata.block.templating.helper', 'getSonata_Block_Templating_HelperService', false],
'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates', 'knp_menu.twig.runtime', 'getKnpMenu_Twig_RuntimeService', true],
'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates', 'sonata.admin.twig.sonata_admin_runtime', 'getSonata_Admin_Twig_SonataAdminRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates', 'sonata.admin.twig.template_registry_runtime', 'getSonata_Admin_Twig_TemplateRegistryRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates', 'sonata.admin.twig.group_runtime', 'getSonata_Admin_Twig_GroupRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates', 'sonata.admin.twig.icon_runtime', 'getSonata_Admin_Twig_IconRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates', 'sonata.admin.twig.security_runtime', 'getSonata_Admin_Twig_SecurityRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates', 'sonata.admin.twig.canonicalize_runtime', 'getSonata_Admin_Twig_CanonicalizeRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates', 'sonata.admin.twig.xeditable_runtime', 'getSonata_Admin_Twig_XeditableRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates', 'sonata.admin.twig.render_element_runtime', 'getSonata_Admin_Twig_RenderElementRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates', 'sonata.admin.twig.breadcrumbs_runtime', 'getSonata_Admin_Twig_BreadcrumbsRuntimeService', false],
'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => ['privates', 'hwi_oauth.twig.extension.oauth.runtime', 'getHwiOauth_Twig_Extension_Oauth_RuntimeService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => '?',
])));
$instance->addGlobal('google_maps_api_key', 'AIzaSyCwLCNpxyh9oMMQJnizioXCwJ9bsymfWLY');
$instance->addGlobal('quote_service', ($this->services['quote.service'] ?? $this->getQuote_ServiceService()));
$instance->addGlobal('area_service', ($this->services['area.service'] ?? $this->getArea_ServiceService()));
$instance->addGlobal('currency_service', ($this->services['currency.service'] ?? $this->getCurrency_ServiceService()));
$instance->addGlobal('settings_service', ($this->services['settings.service'] ?? $this->getSettings_ServiceService()));
$instance->addGlobal('main_location', 'UK');
$instance->addGlobal('websocket_server', '0.0.0.0');
$instance->addGlobal('websocket_host', 'ctlf.syomatech.com');
$instance->addGlobal('websocket_port', 8080);
$instance->addGlobal('websocket_protocol', 'ws');
$instance->registerUndefinedFilterCallback([0 => $m, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $m, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $m, 1 => 'suggestTag']);
$instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig', 'block_container' => '@SonataBlock/Block/block_container.html.twig']));
$instance->addGlobal('sonata_config', ($this->privates['sonata.admin.configuration'] ?? $this->getSonata_Admin_ConfigurationService()));
$instance->addGlobal('sonata_user', new \Sonata\UserBundle\Twig\GlobalVariables(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), 'bundles/sonatauser/default_avatar.png', true, 'sonata_admin_dashboard', []));
(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 'area.service' shared service.
*
* @return \AdminBundle\Services\AreaService
*/
protected function getArea_ServiceService()
{
$this->services['area.service'] = $instance = new \AdminBundle\Services\AreaService($this, ($this->privates['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
$instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setDriverHistoryQueueRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository("AdminBundle\\Entity\\DriverHistoryQueue"));
return $instance;
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('v59QK-+2FI', 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($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(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Gsm8iH7QEr', 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(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfVftCB3pb', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'client.extension' shared service.
*
* @return \ClientBundle\Twig\ClientExtension
*/
protected function getClient_ExtensionService()
{
$this->services['client.extension'] = $instance = new \ClientBundle\Twig\ClientExtension();
$instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
return $instance;
}
/**
* Gets the public 'currency.service' shared service.
*
* @return \AdminBundle\Services\CurrencyService
*/
protected function getCurrency_ServiceService()
{
return $this->services['currency.service'] = new \AdminBundle\Services\CurrencyService($this, ($this->privates['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
$a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
if (isset($this->services['data_collector.dump'])) {
return $this->services['data_collector.dump'];
}
$b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
if (isset($this->services['data_collector.dump'])) {
return $this->services['data_collector.dump'];
}
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))), $a, 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
}
/**
* 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\Connection
*/
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 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql', 'host' => $this->getEnv('database_host'), 'port' => $this->getEnv('database_port'), 'dbname' => $this->getEnv('database_name'), 'user' => $this->getEnv('database_user'), 'password' => $this->getEnv('database_password'), 'charset' => 'UTF8', 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => 5.5, 'defaultTableOptions' => []], $b, $a, []);
}
/**
* Gets the public 'doctrine.dbal.paf_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_PafConnectionService()
{
$a = ($this->privates['doctrine.dbal.paf_connection.event_manager'] ?? $this->getDoctrine_Dbal_PafConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.paf_connection'])) {
return $this->services['doctrine.dbal.paf_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('paf');
$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 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
return $this->services['doctrine.dbal.paf_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql', 'host' => 'ctlf.co.uk', 'port' => NULL, 'dbname' => 'paf', 'user' => 'paf', 'password' => '54qw54qw', 'charset' => 'UTF8', 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => 5.5, 'defaultTableOptions' => []], $b, $a, []);
}
/**
* Gets the public 'doctrine.dbal.paf_us_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_PafUsConnectionService()
{
$a = ($this->privates['doctrine.dbal.paf_us_connection.event_manager'] ?? $this->getDoctrine_Dbal_PafUsConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.paf_us_connection'])) {
return $this->services['doctrine.dbal.paf_us_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('paf_us');
$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 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
return $this->services['doctrine.dbal.paf_us_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql', 'host' => 'us1.ctlf.co.uk', 'port' => NULL, 'dbname' => 'ctlf_address', 'user' => 'ctlf_address', 'password' => '09AgpQ5Rah0', 'charset' => 'UTF8', 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => 5.5, 'defaultTableOptions' => []], $b, $a, []);
}
/**
* Gets the public 'doctrine.orm.auto_mapping_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_AutoMappingEntityManagerService($lazyLoad = true)
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['doctrine.orm.auto_mapping_entity_manager'])) {
return $this->services['doctrine.orm.auto_mapping_entity_manager'];
}
$b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.orm.auto_mapping_entity_manager'])) {
return $this->services['doctrine.orm.auto_mapping_entity_manager'];
}
$c = new \Doctrine\ORM\Configuration();
$c->setEntityNamespaces([]);
$c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$c->setQueryCache(($this->privates['cache.doctrine.orm.auto_mapping.query'] ?? $this->getCache_Doctrine_Orm_AutoMapping_QueryService()));
$c->setResultCache(($this->privates['cache.doctrine.orm.auto_mapping.result'] ?? $this->getCache_Doctrine_Orm_AutoMapping_ResultService()));
$c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain(), ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$c->setProxyNamespace('Proxies');
$c->setAutoGenerateProxyClasses(true);
$c->setSchemaIgnoreClasses([]);
$c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
$c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$c->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
$c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$c->setLazyGhostObjectEnabled(true);
$c->setIdentityGenerationPreferences([]);
$c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$this->services['doctrine.orm.auto_mapping_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
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->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'];
}
$c = new \Doctrine\ORM\Configuration();
$d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$e = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/AdminBundle/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/cron/cron-bundle/Entity')], true)));
$d->addDriver($e, 'AdminBundle\\Entity');
$d->addDriver($e, 'Cron\\CronBundle\\Entity');
$d->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Sonata\\UserBundle\\Entity');
$d->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml', true), 'FOS\\UserBundle\\Model');
$c->setEntityNamespaces(['AdminBundle' => 'AdminBundle\\Entity', 'SonataUserBundle' => 'Sonata\\UserBundle\\Entity', 'CronCronBundle' => 'Cron\\CronBundle\\Entity']);
$c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$c->setProxyNamespace('Proxies');
$c->setAutoGenerateProxyClasses(true);
$c->setSchemaIgnoreClasses([]);
$c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
$c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$c->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
$c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$c->setLazyGhostObjectEnabled(true);
$c->setIdentityGenerationPreferences([]);
$c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$c->addCustomStringFunction('aes_decrypt', 'DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
$c->addCustomStringFunction('aes_encrypt', 'DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
$c->addCustomStringFunction('any_value', 'DoctrineExtensions\\Query\\Mysql\\AnyValue');
$c->addCustomStringFunction('ascii', 'DoctrineExtensions\\Query\\Mysql\\Ascii');
$c->addCustomStringFunction('binary', 'DoctrineExtensions\\Query\\Mysql\\Binary');
$c->addCustomStringFunction('char_length', 'DoctrineExtensions\\Query\\Mysql\\CharLength');
$c->addCustomStringFunction('collate', 'DoctrineExtensions\\Query\\Mysql\\Collate');
$c->addCustomStringFunction('concat_ws', 'DoctrineExtensions\\Query\\Mysql\\ConcatWs');
$c->addCustomStringFunction('countif', 'DoctrineExtensions\\Query\\Mysql\\CountIf');
$c->addCustomStringFunction('crc32', 'DoctrineExtensions\\Query\\Mysql\\Crc32');
$c->addCustomStringFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
$c->addCustomStringFunction('field', 'DoctrineExtensions\\Query\\Mysql\\Field');
$c->addCustomStringFunction('find_in_set', 'DoctrineExtensions\\Query\\Mysql\\FindInSet');
$c->addCustomStringFunction('greatest', 'DoctrineExtensions\\Query\\Mysql\\Greatest');
$c->addCustomStringFunction('group_concat', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
$c->addCustomStringFunction('ifelse', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
$c->addCustomStringFunction('ifnull', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
$c->addCustomStringFunction('least', 'DoctrineExtensions\\Query\\Mysql\\Least');
$c->addCustomStringFunction('lpad', 'DoctrineExtensions\\Query\\Mysql\\Lpad');
$c->addCustomStringFunction('match', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
$c->addCustomStringFunction('md5', 'DoctrineExtensions\\Query\\Mysql\\Md5');
$c->addCustomStringFunction('nullif', 'DoctrineExtensions\\Query\\Mysql\\NullIf');
$c->addCustomStringFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
$c->addCustomStringFunction('regexp', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
$c->addCustomStringFunction('replace', 'DoctrineExtensions\\Query\\Mysql\\Replace');
$c->addCustomStringFunction('rpad', 'DoctrineExtensions\\Query\\Mysql\\Rpad');
$c->addCustomStringFunction('sha1', 'DoctrineExtensions\\Query\\Mysql\\Sha1');
$c->addCustomStringFunction('sha2', 'DoctrineExtensions\\Query\\Mysql\\Sha2');
$c->addCustomStringFunction('soundex', 'DoctrineExtensions\\Query\\Mysql\\Soundex');
$c->addCustomStringFunction('str_to_date', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
$c->addCustomStringFunction('substring_index', 'DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
$c->addCustomStringFunction('uuid_short', 'DoctrineExtensions\\Query\\Mysql\\UuidShort');
$c->addCustomStringFunction('hex', 'DoctrineExtensions\\Query\\Mysql\\Hex');
$c->addCustomStringFunction('unhex', 'DoctrineExtensions\\Query\\Mysql\\Unhex');
$c->addCustomNumericFunction('acos', 'DoctrineExtensions\\Query\\Mysql\\Acos');
$c->addCustomNumericFunction('asin', 'DoctrineExtensions\\Query\\Mysql\\Asin');
$c->addCustomNumericFunction('atan2', 'DoctrineExtensions\\Query\\Mysql\\Atan2');
$c->addCustomNumericFunction('atan', 'DoctrineExtensions\\Query\\Mysql\\Atan');
$c->addCustomNumericFunction('bit_count', 'DoctrineExtensions\\Query\\Mysql\\BitCount');
$c->addCustomNumericFunction('bit_xor', 'DoctrineExtensions\\Query\\Mysql\\BitXor');
$c->addCustomNumericFunction('ceil', 'DoctrineExtensions\\Query\\Mysql\\Ceil');
$c->addCustomNumericFunction('cos', 'DoctrineExtensions\\Query\\Mysql\\Cos');
$c->addCustomNumericFunction('cot', 'DoctrineExtensions\\Query\\Mysql\\Cot');
$c->addCustomNumericFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
$c->addCustomNumericFunction('floor', 'DoctrineExtensions\\Query\\Mysql\\Floor');
$c->addCustomNumericFunction('log10', 'DoctrineExtensions\\Query\\Mysql\\Log10');
$c->addCustomNumericFunction('pi', 'DoctrineExtensions\\Query\\Mysql\\Pi');
$c->addCustomNumericFunction('power', 'DoctrineExtensions\\Query\\Mysql\\Power');
$c->addCustomNumericFunction('quarter', 'DoctrineExtensions\\Query\\Mysql\\Quarter');
$c->addCustomNumericFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
$c->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
$c->addCustomNumericFunction('round', 'DoctrineExtensions\\Query\\Mysql\\Round');
$c->addCustomNumericFunction('stddev', 'DoctrineExtensions\\Query\\Mysql\\StdDev');
$c->addCustomNumericFunction('sin', 'DoctrineExtensions\\Query\\Mysql\\Sin');
$c->addCustomNumericFunction('std', 'DoctrineExtensions\\Query\\Mysql\\Std');
$c->addCustomNumericFunction('tan', 'DoctrineExtensions\\Query\\Mysql\\Tan');
$c->addCustomNumericFunction('variance', 'DoctrineExtensions\\Query\\Mysql\\Variance');
$c->addCustomDatetimeFunction('convert_tz', 'DoctrineExtensions\\Query\\Mysql\\ConvertTz');
$c->addCustomDatetimeFunction('date', 'DoctrineExtensions\\Query\\Mysql\\Date');
$c->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$c->addCustomDatetimeFunction('dateadd', 'DoctrineExtensions\\Query\\Mysql\\DateAdd');
$c->addCustomDatetimeFunction('datesub', 'DoctrineExtensions\\Query\\Mysql\\DateSub');
$c->addCustomDatetimeFunction('datediff', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
$c->addCustomDatetimeFunction('day', 'DoctrineExtensions\\Query\\Mysql\\Day');
$c->addCustomDatetimeFunction('dayname', 'DoctrineExtensions\\Query\\Mysql\\DayName');
$c->addCustomDatetimeFunction('dayofweek', 'DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
$c->addCustomDatetimeFunction('dayofyear', 'DoctrineExtensions\\Query\\Mysql\\DayOfYear');
$c->addCustomDatetimeFunction('div', 'DoctrineExtensions\\Query\\Mysql\\Div');
$c->addCustomDatetimeFunction('from_unixtime', 'DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
$c->addCustomDatetimeFunction('hour', 'DoctrineExtensions\\Query\\Mysql\\Hour');
$c->addCustomDatetimeFunction('last_day', 'DoctrineExtensions\\Query\\Mysql\\LastDay');
$c->addCustomDatetimeFunction('minute', 'DoctrineExtensions\\Query\\Mysql\\Minute');
$c->addCustomDatetimeFunction('now', 'DoctrineExtensions\\Query\\Mysql\\Now');
$c->addCustomDatetimeFunction('month', 'DoctrineExtensions\\Query\\Mysql\\Month');
$c->addCustomDatetimeFunction('monthname', 'DoctrineExtensions\\Query\\Mysql\\MonthName');
$c->addCustomDatetimeFunction('second', 'DoctrineExtensions\\Query\\Mysql\\Second');
$c->addCustomDatetimeFunction('strtodate', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
$c->addCustomDatetimeFunction('time', 'DoctrineExtensions\\Query\\Mysql\\Time');
$c->addCustomDatetimeFunction('timediff', 'DoctrineExtensions\\Query\\Mysql\\TimeDiff');
$c->addCustomDatetimeFunction('timestampadd', 'DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
$c->addCustomDatetimeFunction('timestampdiff', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
$c->addCustomDatetimeFunction('timetosec', 'DoctrineExtensions\\Query\\Mysql\\TimeToSec');
$c->addCustomDatetimeFunction('week', 'DoctrineExtensions\\Query\\Mysql\\Week');
$c->addCustomDatetimeFunction('weekday', 'DoctrineExtensions\\Query\\Mysql\\WeekDay');
$c->addCustomDatetimeFunction('year', 'DoctrineExtensions\\Query\\Mysql\\Year');
$c->addCustomDatetimeFunction('yearweek', 'DoctrineExtensions\\Query\\Mysql\\YearWeek');
$c->addCustomDatetimeFunction('unix_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
$c->addCustomDatetimeFunction('utc_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
$c->addCustomDatetimeFunction('extract', 'DoctrineExtensions\\Query\\Mysql\\Extract');
$this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine.orm.paf_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_PafEntityManagerService($lazyLoad = true)
{
$a = ($this->services['doctrine.dbal.paf_connection'] ?? $this->getDoctrine_Dbal_PafConnectionService());
if (isset($this->services['doctrine.orm.paf_entity_manager'])) {
return $this->services['doctrine.orm.paf_entity_manager'];
}
$b = ($this->privates['doctrine.dbal.paf_connection.event_manager'] ?? $this->getDoctrine_Dbal_PafConnection_EventManagerService());
if (isset($this->services['doctrine.orm.paf_entity_manager'])) {
return $this->services['doctrine.orm.paf_entity_manager'];
}
$c = new \Doctrine\ORM\Configuration();
$d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$d->addDriver(($this->privates['doctrine.orm.paf_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.paf_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/PafBundle/Entity')], true))), 'PafBundle\\Entity');
$c->setEntityNamespaces(['PafBundle' => 'PafBundle\\Entity']);
$c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$c->setQueryCache(($this->privates['cache.doctrine.orm.paf.query'] ?? $this->getCache_Doctrine_Orm_Paf_QueryService()));
$c->setResultCache(($this->privates['cache.doctrine.orm.paf.result'] ?? $this->getCache_Doctrine_Orm_Paf_ResultService()));
$c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$c->setProxyNamespace('Proxies');
$c->setAutoGenerateProxyClasses(true);
$c->setSchemaIgnoreClasses([]);
$c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
$c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$c->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
$c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$c->setLazyGhostObjectEnabled(true);
$c->setIdentityGenerationPreferences([]);
$c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$this->services['doctrine.orm.paf_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine.orm.paf_us_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_PafUsEntityManagerService($lazyLoad = true)
{
$a = ($this->services['doctrine.dbal.paf_us_connection'] ?? $this->getDoctrine_Dbal_PafUsConnectionService());
if (isset($this->services['doctrine.orm.paf_us_entity_manager'])) {
return $this->services['doctrine.orm.paf_us_entity_manager'];
}
$b = ($this->privates['doctrine.dbal.paf_us_connection.event_manager'] ?? $this->getDoctrine_Dbal_PafUsConnection_EventManagerService());
if (isset($this->services['doctrine.orm.paf_us_entity_manager'])) {
return $this->services['doctrine.orm.paf_us_entity_manager'];
}
$c = new \Doctrine\ORM\Configuration();
$d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$d->addDriver(($this->privates['doctrine.orm.paf_us_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.paf_us_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/PafBundle/Entity')], true))), 'PafBundle\\Entity');
$c->setEntityNamespaces(['PafBundle' => 'PafBundle\\Entity']);
$c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$c->setQueryCache(($this->privates['cache.doctrine.orm.paf_us.query'] ?? $this->getCache_Doctrine_Orm_PafUs_QueryService()));
$c->setResultCache(($this->privates['cache.doctrine.orm.paf_us.result'] ?? $this->getCache_Doctrine_Orm_PafUs_ResultService()));
$c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$c->setProxyNamespace('Proxies');
$c->setAutoGenerateProxyClasses(true);
$c->setSchemaIgnoreClasses([]);
$c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
$c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$c->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
$c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$c->setLazyGhostObjectEnabled(true);
$c->setIdentityGenerationPreferences([]);
$c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$this->services['doctrine.orm.paf_us_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* 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(new \Monolog\Handler\NullHandler());
\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.request', [0 => function () {
return ($this->privates['api.request'] ?? $this->getApi_RequestService());
}, 1 => 'onKernelRequest'], 0);
$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('console.command', [0 => function () {
return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
}, 1 => 'onConsoleCommand'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 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.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\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
}, 1 => 'onWorkerRunning'], 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\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
}, 1 => 'onWorkerStarted'], 100);
$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('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('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
}, 1 => 'configure'], 1024);
$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('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('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 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('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['sonata.user.listener.last_login'] ?? $this->load('getSonata_User_Listener_LastLoginService'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('knp_pager.items', [0 => function () {
return ($this->privates['sphinx.event.subscriber.paginate'] ?? ($this->privates['sphinx.event.subscriber.paginate'] = new \Javer\SphinxBundle\Event\Subscriber\PaginateSphinxQuerySubscriber()));
}, 1 => 'items'], 0);
$instance->addListener('fos_user.security.implicit_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onImplicitLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.profile.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
}, 1 => 'onResettingResetInitialize'], 0);
$instance->addListener('fos_user.resetting.reset.success', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
}, 1 => 'onResettingResetSuccess'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
}, 1 => 'onEvent'], 1024);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
}, 1 => 'onEvent'], 1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
}, 1 => 'onEvent'], 1024);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
}, 1 => 'onEvent'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$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);
return $instance;
}
/**
* 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(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.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
yield 5 => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* 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.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'quote.service' shared service.
*
* @return \AdminBundle\Services\QuoteService
*/
protected function getQuote_ServiceService()
{
return $this->services['quote.service'] = new \AdminBundle\Services\QuoteService($this, ($this->privates['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
}
/**
* 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 service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = 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' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'en');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'settings.service' shared service.
*
* @return \AdminBundle\Services\SettingsService
*/
protected function getSettings_ServiceService()
{
return $this->services['settings.service'] = new \AdminBundle\Services\SettingsService($this, ($this->privates['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
}
/**
* Gets the public 'sonata.block.context_manager.default' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockContextManager
*/
protected function getSonata_Block_ContextManager_DefaultService()
{
$a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
if (isset($this->services['sonata.block.context_manager.default'])) {
return $this->services['sonata.block.context_manager.default'];
}
return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([0 => new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'sonata.block.manager' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockServiceManager
*/
protected function getSonata_Block_ManagerService()
{
$this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'sonata.admin.block.admin_list' => ['services', 'sonata.admin.block.admin_list', 'getSonata_Admin_Block_AdminListService', true],
'sonata.admin.block.admin_preview' => ['services', 'sonata.admin.block.admin_preview', 'getSonata_Admin_Block_AdminPreviewService', true],
'sonata.admin.block.search_result' => ['services', 'sonata.admin.block.search_result', 'getSonata_Admin_Block_SearchResultService', true],
'sonata.admin.block.stats' => ['services', 'sonata.admin.block.stats', 'getSonata_Admin_Block_StatsService', true],
'sonata.block.service.container' => ['privates', 'sonata.block.service.container', 'getSonata_Block_Service_ContainerService', true],
'sonata.block.service.empty' => ['privates', 'sonata.block.service.empty', 'getSonata_Block_Service_EmptyService', true],
'sonata.block.service.menu' => ['privates', 'sonata.block.service.menu', 'getSonata_Block_Service_MenuService', true],
'sonata.block.service.rss' => ['privates', 'sonata.block.service.rss', 'getSonata_Block_Service_RssService', true],
'sonata.block.service.template' => ['privates', 'sonata.block.service.template', 'getSonata_Block_Service_TemplateService', true],
'sonata.block.service.text' => ['privates', 'sonata.block.service.text', 'getSonata_Block_Service_TextService', true],
], [
'sonata.admin.block.admin_list' => '?',
'sonata.admin.block.admin_preview' => '?',
'sonata.admin.block.search_result' => '?',
'sonata.admin.block.stats' => '?',
'sonata.block.service.container' => '?',
'sonata.block.service.empty' => '?',
'sonata.block.service.menu' => '?',
'sonata.block.service.rss' => '?',
'sonata.block.service.template' => '?',
'sonata.block.service.text' => '?',
]), $this->parameters['sonata.block.container.types']);
$instance->add('sonata.block.service.container', 'sonata.block.service.container', $this->parameters['sonata_blocks.default_contexts']);
$instance->add('sonata.block.service.empty', 'sonata.block.service.empty', $this->parameters['sonata_blocks.default_contexts']);
$instance->add('sonata.block.service.text', 'sonata.block.service.text', $this->parameters['sonata_blocks.default_contexts']);
$instance->add('sonata.block.service.rss', 'sonata.block.service.rss', $this->parameters['sonata_blocks.default_contexts']);
$instance->add('sonata.block.service.template', 'sonata.block.service.template', $this->parameters['sonata_blocks.default_contexts']);
$instance->add('sonata.block.service.menu', 'sonata.block.service.menu', $this->parameters['sonata_blocks.default_contexts']);
$instance->add('sonata.admin.block.admin_list', 'sonata.admin.block.admin_list', $this->parameters['sonata_blocks.default_contexts']);
$instance->add('sonata.admin.block.search_result', 'sonata.admin.block.search_result', $this->parameters['sonata_blocks.default_contexts']);
$instance->add('sonata.admin.block.stats', 'sonata.admin.block.stats', $this->parameters['sonata_blocks.default_contexts']);
$instance->add('sonata.admin.block.admin_preview', 'sonata.admin.block.admin_preview', $this->parameters['sonata_blocks.default_contexts']);
return $instance;
}
/**
* Gets the public 'sonata.block.renderer.default' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockRenderer
*/
protected function getSonata_Block_Renderer_DefaultService()
{
$a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
if (isset($this->services['sonata.block.renderer.default'])) {
return $this->services['sonata.block.renderer.default'];
}
$b = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only', 'ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception', 'keep_all' => 'sonata.block.exception.filter.keep_all', 'keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline', 'inline_debug' => 'sonata.block.exception.renderer.inline_debug', 'throw' => 'sonata.block.exception.renderer.throw'], [], []);
$b->setDefaultFilter('debug_only');
$b->setDefaultRenderer('throw');
return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a, $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
*
* @return \Sonata\Twig\Extension\FlashMessageExtension
*/
protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
{
return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* 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.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.debug.hwi_oauth.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HwiOauth_HttpClientService()
{
return $this->privates['.debug.hwi_oauth.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\HttpClient::create(), ($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.m65.ADd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M65_ADdService()
{
return $this->privates['.service_locator.m65.ADd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.admin' => ['privates', 'security.firewall.map.context.admin', 'getSecurity_Firewall_Map_Context_AdminService', true],
'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
'security.firewall.map.context.client' => ['privates', 'security.firewall.map.context.client', 'getSecurity_Firewall_Map_Context_ClientService', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
], [
'security.firewall.map.context.admin' => '?',
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.client' => '?',
'security.firewall.map.context.dev' => '?',
]);
}
/**
* Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
*
* @return \Http\HttplugBundle\Collector\PluginClientFactory
*/
protected function getPluginClientFactoryService()
{
return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
*
* @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
*/
protected function getPluginClientFactoryListenerService()
{
return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
}
/**
* Gets the private 'api.request' shared service.
*
* @return \AdminBundle\EventListener\ApiRequest
*/
protected function getApi_RequestService()
{
return $this->privates['api.request'] = new \AdminBundle\EventListener\ApiRequest('dev', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('udTXTcPIXc', 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.auto_mapping.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_AutoMapping_QueryService()
{
return $this->privates['cache.doctrine.orm.auto_mapping.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.auto_mapping.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_AutoMapping_ResultService()
{
return $this->privates['cache.doctrine.orm.auto_mapping.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.paf.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Paf_QueryService()
{
return $this->privates['cache.doctrine.orm.paf.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.paf.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Paf_ResultService()
{
return $this->privates['cache.doctrine.orm.paf.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.paf_us.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_PafUs_QueryService()
{
return $this->privates['cache.doctrine.orm.paf_us.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.paf_us.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_PafUs_ResultService()
{
return $this->privates['cache.doctrine.orm.paf_us.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('jJXyWsEMox', 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'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9XGIE2CpOK', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OQ4Yt-ohsA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_token_verifier' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityTokenVerifierService()
{
return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BgP4zHX1yh', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vd2yukTBKj', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('so-qkPskXX', 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 '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.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\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.acl.voter.user_permissions'] ?? $this->load('getDebug_Security_Voter_Security_Acl_Voter_UserPermissionsService'));
yield 1 => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->load('getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService'));
yield 2 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 3 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
yield 4 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
yield 5 => ($this->privates['debug.security.voter.AdminBundle\\Security\\TicketVoter'] ?? $this->load('getTicketVoterService'));
}, 6), 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'];
}
$c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
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, $c);
}
/**
* 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, [
'AdminBundle\\EventListener\\AccountListener' => ['privates', 'AdminBundle\\EventListener\\AccountListener', 'getAccountListenerService', true],
'AdminBundle\\EventListener\\BookingHistorySubscriber' => ['privates', 'AdminBundle\\EventListener\\BookingHistorySubscriber', 'getBookingHistorySubscriberService', true],
'area.life_cycles.post_persist' => ['privates', 'area.life_cycles.post_persist', 'getArea_LifeCycles_PostPersistService', true],
'booking.life_cycles.post_persist' => ['privates', 'booking.life_cycles.post_persist', 'getBooking_LifeCycles_PostPersistService', true],
'changerequests.life_cycles.post_persist' => ['privates', 'changerequests.life_cycles.post_persist', 'getChangerequests_LifeCycles_PostPersistService', true],
'clientchangerequest.life_cycles.post_persist' => ['privates', 'clientchangerequest.life_cycles.post_persist', 'getClientchangerequest_LifeCycles_PostPersistService', true],
'doctrine.orm.auto_mapping_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners', 'getDoctrine_Orm_AutoMappingListeners_AttachEntityListenersService', 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],
'driver.life_cycles.entity' => ['privates', 'driver.life_cycles.entity', 'getDriver_LifeCycles_EntityService', true],
'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', true],
'payment.life_cycles.post_persist' => ['privates', 'payment.life_cycles.post_persist', 'getPayment_LifeCycles_PostPersistService', true],
'paymentextracharge.life_cycles.post_persist' => ['privates', 'paymentextracharge.life_cycles.post_persist', 'getPaymentextracharge_LifeCycles_PostPersistService', true],
'security.acl.dbal.schema_listener' => ['privates', 'security.acl.dbal.schema_listener', 'getSecurity_Acl_Dbal_SchemaListenerService', true],
'sonata.doctrine.mapper' => ['privates', 'sonata.doctrine.mapper', 'getSonata_Doctrine_MapperService', true],
'sonata.user.listener.user' => ['privates', 'sonata.user.listener.user', 'getSonata_User_Listener_UserService', true],
'ticket.life_cycles.post_persist' => ['privates', 'ticket.life_cycles.post_persist', 'getTicket_LifeCycles_PostPersistService', true],
'ticket_message.life_cycles.post_persist' => ['privates', 'ticket_message.life_cycles.post_persist', 'getTicketMessage_LifeCycles_PostPersistService', true],
'transaction.life_cycles' => ['privates', 'transaction.life_cycles', 'getTransaction_LifeCyclesService', true],
], [
'AdminBundle\\EventListener\\AccountListener' => '?',
'AdminBundle\\EventListener\\BookingHistorySubscriber' => '?',
'area.life_cycles.post_persist' => '?',
'booking.life_cycles.post_persist' => '?',
'changerequests.life_cycles.post_persist' => '?',
'clientchangerequest.life_cycles.post_persist' => '?',
'doctrine.orm.auto_mapping_listeners.attach_entity_listeners' => '?',
'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' => '?',
'driver.life_cycles.entity' => '?',
'fos_user.user_listener' => '?',
'payment.life_cycles.post_persist' => '?',
'paymentextracharge.life_cycles.post_persist' => '?',
'security.acl.dbal.schema_listener' => '?',
'sonata.doctrine.mapper' => '?',
'sonata.user.listener.user' => '?',
'ticket.life_cycles.post_persist' => '?',
'ticket_message.life_cycles.post_persist' => '?',
'transaction.life_cycles' => '?',
]), [0 => [0 => [0 => 'loadClassMetadata'], 1 => 'sonata.doctrine.mapper'], 1 => 'AdminBundle\\EventListener\\BookingHistorySubscriber', 2 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 4 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 5 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 6 => [0 => [0 => 'prePersist'], 1 => 'booking.life_cycles.post_persist'], 7 => [0 => [0 => 'postPersist'], 1 => 'booking.life_cycles.post_persist'], 8 => [0 => [0 => 'onFlush'], 1 => 'booking.life_cycles.post_persist'], 9 => [0 => [0 => 'prePersist'], 1 => 'payment.life_cycles.post_persist'], 10 => [0 => [0 => 'postUpdate'], 1 => 'payment.life_cycles.post_persist'], 11 => [0 => [0 => 'postPersist'], 1 => 'driver.life_cycles.entity'], 12 => [0 => [0 => 'onFlush'], 1 => 'driver.life_cycles.entity'], 13 => [0 => [0 => 'postPersist'], 1 => 'ticket.life_cycles.post_persist'], 14 => [0 => [0 => 'postUpdate'], 1 => 'ticket.life_cycles.post_persist'], 15 => [0 => [0 => 'postPersist'], 1 => 'ticket_message.life_cycles.post_persist'], 16 => [0 => [0 => 'postPersist'], 1 => 'area.life_cycles.post_persist'], 17 => [0 => [0 => 'prePersist'], 1 => 'changerequests.life_cycles.post_persist'], 18 => [0 => [0 => 'postPersist'], 1 => 'changerequests.life_cycles.post_persist'], 19 => [0 => [0 => 'prePersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 20 => [0 => [0 => 'postPersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 21 => [0 => [0 => 'postPersist'], 1 => 'paymentextracharge.life_cycles.post_persist'], 22 => [0 => [0 => 'prePersist'], 1 => 'transaction.life_cycles'], 23 => [0 => [0 => 'postPersist'], 1 => 'AdminBundle\\EventListener\\AccountListener'], 24 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 25 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners'], 26 => [0 => [0 => 'prePersist'], 1 => 'sonata.user.listener.user'], 27 => [0 => [0 => 'preUpdate'], 1 => 'sonata.user.listener.user'], 28 => [0 => [0 => 'prePersist'], 1 => 'fos_user.user_listener'], 29 => [0 => [0 => 'preUpdate'], 1 => 'fos_user.user_listener'], 30 => [0 => [0 => 'postGenerateSchema'], 1 => 'security.acl.dbal.schema_listener']]);
}
/**
* Gets the private 'doctrine.dbal.paf_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_PafConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.paf_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'AdminBundle\\EventListener\\AccountListener' => ['privates', 'AdminBundle\\EventListener\\AccountListener', 'getAccountListenerService', true],
'AdminBundle\\EventListener\\BookingHistorySubscriber' => ['privates', 'AdminBundle\\EventListener\\BookingHistorySubscriber', 'getBookingHistorySubscriberService', true],
'area.life_cycles.post_persist' => ['privates', 'area.life_cycles.post_persist', 'getArea_LifeCycles_PostPersistService', true],
'booking.life_cycles.post_persist' => ['privates', 'booking.life_cycles.post_persist', 'getBooking_LifeCycles_PostPersistService', true],
'changerequests.life_cycles.post_persist' => ['privates', 'changerequests.life_cycles.post_persist', 'getChangerequests_LifeCycles_PostPersistService', true],
'clientchangerequest.life_cycles.post_persist' => ['privates', 'clientchangerequest.life_cycles.post_persist', 'getClientchangerequest_LifeCycles_PostPersistService', true],
'doctrine.orm.auto_mapping_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners', 'getDoctrine_Orm_AutoMappingListeners_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],
'doctrine.orm.paf_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.paf_listeners.attach_entity_listeners', 'getDoctrine_Orm_PafListeners_AttachEntityListenersService', true],
'driver.life_cycles.entity' => ['privates', 'driver.life_cycles.entity', 'getDriver_LifeCycles_EntityService', true],
'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', true],
'payment.life_cycles.post_persist' => ['privates', 'payment.life_cycles.post_persist', 'getPayment_LifeCycles_PostPersistService', true],
'paymentextracharge.life_cycles.post_persist' => ['privates', 'paymentextracharge.life_cycles.post_persist', 'getPaymentextracharge_LifeCycles_PostPersistService', true],
'security.acl.dbal.schema_listener' => ['privates', 'security.acl.dbal.schema_listener', 'getSecurity_Acl_Dbal_SchemaListenerService', true],
'sonata.doctrine.mapper' => ['privates', 'sonata.doctrine.mapper', 'getSonata_Doctrine_MapperService', true],
'sonata.user.listener.user' => ['privates', 'sonata.user.listener.user', 'getSonata_User_Listener_UserService', true],
'ticket.life_cycles.post_persist' => ['privates', 'ticket.life_cycles.post_persist', 'getTicket_LifeCycles_PostPersistService', true],
'ticket_message.life_cycles.post_persist' => ['privates', 'ticket_message.life_cycles.post_persist', 'getTicketMessage_LifeCycles_PostPersistService', true],
'transaction.life_cycles' => ['privates', 'transaction.life_cycles', 'getTransaction_LifeCyclesService', true],
], [
'AdminBundle\\EventListener\\AccountListener' => '?',
'AdminBundle\\EventListener\\BookingHistorySubscriber' => '?',
'area.life_cycles.post_persist' => '?',
'booking.life_cycles.post_persist' => '?',
'changerequests.life_cycles.post_persist' => '?',
'clientchangerequest.life_cycles.post_persist' => '?',
'doctrine.orm.auto_mapping_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' => '?',
'doctrine.orm.paf_listeners.attach_entity_listeners' => '?',
'driver.life_cycles.entity' => '?',
'fos_user.user_listener' => '?',
'payment.life_cycles.post_persist' => '?',
'paymentextracharge.life_cycles.post_persist' => '?',
'security.acl.dbal.schema_listener' => '?',
'sonata.doctrine.mapper' => '?',
'sonata.user.listener.user' => '?',
'ticket.life_cycles.post_persist' => '?',
'ticket_message.life_cycles.post_persist' => '?',
'transaction.life_cycles' => '?',
]), [0 => [0 => [0 => 'loadClassMetadata'], 1 => 'sonata.doctrine.mapper'], 1 => 'AdminBundle\\EventListener\\BookingHistorySubscriber', 2 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 4 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 5 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 6 => [0 => [0 => 'prePersist'], 1 => 'booking.life_cycles.post_persist'], 7 => [0 => [0 => 'postPersist'], 1 => 'booking.life_cycles.post_persist'], 8 => [0 => [0 => 'onFlush'], 1 => 'booking.life_cycles.post_persist'], 9 => [0 => [0 => 'prePersist'], 1 => 'payment.life_cycles.post_persist'], 10 => [0 => [0 => 'postUpdate'], 1 => 'payment.life_cycles.post_persist'], 11 => [0 => [0 => 'postPersist'], 1 => 'driver.life_cycles.entity'], 12 => [0 => [0 => 'onFlush'], 1 => 'driver.life_cycles.entity'], 13 => [0 => [0 => 'postPersist'], 1 => 'ticket.life_cycles.post_persist'], 14 => [0 => [0 => 'postUpdate'], 1 => 'ticket.life_cycles.post_persist'], 15 => [0 => [0 => 'postPersist'], 1 => 'ticket_message.life_cycles.post_persist'], 16 => [0 => [0 => 'postPersist'], 1 => 'area.life_cycles.post_persist'], 17 => [0 => [0 => 'prePersist'], 1 => 'changerequests.life_cycles.post_persist'], 18 => [0 => [0 => 'postPersist'], 1 => 'changerequests.life_cycles.post_persist'], 19 => [0 => [0 => 'prePersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 20 => [0 => [0 => 'postPersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 21 => [0 => [0 => 'postPersist'], 1 => 'paymentextracharge.life_cycles.post_persist'], 22 => [0 => [0 => 'prePersist'], 1 => 'transaction.life_cycles'], 23 => [0 => [0 => 'postPersist'], 1 => 'AdminBundle\\EventListener\\AccountListener'], 24 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.paf_listeners.attach_entity_listeners'], 25 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners'], 26 => [0 => [0 => 'prePersist'], 1 => 'sonata.user.listener.user'], 27 => [0 => [0 => 'preUpdate'], 1 => 'sonata.user.listener.user'], 28 => [0 => [0 => 'prePersist'], 1 => 'fos_user.user_listener'], 29 => [0 => [0 => 'preUpdate'], 1 => 'fos_user.user_listener'], 30 => [0 => [0 => 'postGenerateSchema'], 1 => 'security.acl.dbal.schema_listener']]);
}
/**
* Gets the private 'doctrine.dbal.paf_us_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_PafUsConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.paf_us_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'AdminBundle\\EventListener\\AccountListener' => ['privates', 'AdminBundle\\EventListener\\AccountListener', 'getAccountListenerService', true],
'AdminBundle\\EventListener\\BookingHistorySubscriber' => ['privates', 'AdminBundle\\EventListener\\BookingHistorySubscriber', 'getBookingHistorySubscriberService', true],
'area.life_cycles.post_persist' => ['privates', 'area.life_cycles.post_persist', 'getArea_LifeCycles_PostPersistService', true],
'booking.life_cycles.post_persist' => ['privates', 'booking.life_cycles.post_persist', 'getBooking_LifeCycles_PostPersistService', true],
'changerequests.life_cycles.post_persist' => ['privates', 'changerequests.life_cycles.post_persist', 'getChangerequests_LifeCycles_PostPersistService', true],
'clientchangerequest.life_cycles.post_persist' => ['privates', 'clientchangerequest.life_cycles.post_persist', 'getClientchangerequest_LifeCycles_PostPersistService', true],
'doctrine.orm.auto_mapping_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners', 'getDoctrine_Orm_AutoMappingListeners_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],
'doctrine.orm.paf_us_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.paf_us_listeners.attach_entity_listeners', 'getDoctrine_Orm_PafUsListeners_AttachEntityListenersService', true],
'driver.life_cycles.entity' => ['privates', 'driver.life_cycles.entity', 'getDriver_LifeCycles_EntityService', true],
'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', true],
'payment.life_cycles.post_persist' => ['privates', 'payment.life_cycles.post_persist', 'getPayment_LifeCycles_PostPersistService', true],
'paymentextracharge.life_cycles.post_persist' => ['privates', 'paymentextracharge.life_cycles.post_persist', 'getPaymentextracharge_LifeCycles_PostPersistService', true],
'security.acl.dbal.schema_listener' => ['privates', 'security.acl.dbal.schema_listener', 'getSecurity_Acl_Dbal_SchemaListenerService', true],
'sonata.doctrine.mapper' => ['privates', 'sonata.doctrine.mapper', 'getSonata_Doctrine_MapperService', true],
'sonata.user.listener.user' => ['privates', 'sonata.user.listener.user', 'getSonata_User_Listener_UserService', true],
'ticket.life_cycles.post_persist' => ['privates', 'ticket.life_cycles.post_persist', 'getTicket_LifeCycles_PostPersistService', true],
'ticket_message.life_cycles.post_persist' => ['privates', 'ticket_message.life_cycles.post_persist', 'getTicketMessage_LifeCycles_PostPersistService', true],
'transaction.life_cycles' => ['privates', 'transaction.life_cycles', 'getTransaction_LifeCyclesService', true],
], [
'AdminBundle\\EventListener\\AccountListener' => '?',
'AdminBundle\\EventListener\\BookingHistorySubscriber' => '?',
'area.life_cycles.post_persist' => '?',
'booking.life_cycles.post_persist' => '?',
'changerequests.life_cycles.post_persist' => '?',
'clientchangerequest.life_cycles.post_persist' => '?',
'doctrine.orm.auto_mapping_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' => '?',
'doctrine.orm.paf_us_listeners.attach_entity_listeners' => '?',
'driver.life_cycles.entity' => '?',
'fos_user.user_listener' => '?',
'payment.life_cycles.post_persist' => '?',
'paymentextracharge.life_cycles.post_persist' => '?',
'security.acl.dbal.schema_listener' => '?',
'sonata.doctrine.mapper' => '?',
'sonata.user.listener.user' => '?',
'ticket.life_cycles.post_persist' => '?',
'ticket_message.life_cycles.post_persist' => '?',
'transaction.life_cycles' => '?',
]), [0 => [0 => [0 => 'loadClassMetadata'], 1 => 'sonata.doctrine.mapper'], 1 => 'AdminBundle\\EventListener\\BookingHistorySubscriber', 2 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 4 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 5 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 6 => [0 => [0 => 'prePersist'], 1 => 'booking.life_cycles.post_persist'], 7 => [0 => [0 => 'postPersist'], 1 => 'booking.life_cycles.post_persist'], 8 => [0 => [0 => 'onFlush'], 1 => 'booking.life_cycles.post_persist'], 9 => [0 => [0 => 'prePersist'], 1 => 'payment.life_cycles.post_persist'], 10 => [0 => [0 => 'postUpdate'], 1 => 'payment.life_cycles.post_persist'], 11 => [0 => [0 => 'postPersist'], 1 => 'driver.life_cycles.entity'], 12 => [0 => [0 => 'onFlush'], 1 => 'driver.life_cycles.entity'], 13 => [0 => [0 => 'postPersist'], 1 => 'ticket.life_cycles.post_persist'], 14 => [0 => [0 => 'postUpdate'], 1 => 'ticket.life_cycles.post_persist'], 15 => [0 => [0 => 'postPersist'], 1 => 'ticket_message.life_cycles.post_persist'], 16 => [0 => [0 => 'postPersist'], 1 => 'area.life_cycles.post_persist'], 17 => [0 => [0 => 'prePersist'], 1 => 'changerequests.life_cycles.post_persist'], 18 => [0 => [0 => 'postPersist'], 1 => 'changerequests.life_cycles.post_persist'], 19 => [0 => [0 => 'prePersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 20 => [0 => [0 => 'postPersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 21 => [0 => [0 => 'postPersist'], 1 => 'paymentextracharge.life_cycles.post_persist'], 22 => [0 => [0 => 'prePersist'], 1 => 'transaction.life_cycles'], 23 => [0 => [0 => 'postPersist'], 1 => 'AdminBundle\\EventListener\\AccountListener'], 24 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.paf_us_listeners.attach_entity_listeners'], 25 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners'], 26 => [0 => [0 => 'prePersist'], 1 => 'sonata.user.listener.user'], 27 => [0 => [0 => 'preUpdate'], 1 => 'sonata.user.listener.user'], 28 => [0 => [0 => 'prePersist'], 1 => 'fos_user.user_listener'], 29 => [0 => [0 => 'preUpdate'], 1 => 'fos_user.user_listener'], 30 => [0 => [0 => 'postGenerateSchema'], 1 => 'security.acl.dbal.schema_listener']]);
}
/**
* 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(($this->privates['.service_locator.Xbsa8iG'] ?? ($this->privates['.service_locator.Xbsa8iG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))));
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/config/doctrine') => 'Sonata\\UserBundle\\Entity'], '.orm.xml', false);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* 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 'fos_user.util.canonical_fields_updater' shared service.
*
* @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
*/
protected function getFosUser_Util_CanonicalFieldsUpdaterService()
{
$a = new \FOS\UserBundle\Util\Canonicalizer();
return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
}
/**
* Gets the private 'httplug.collector.formatter' shared service.
*
* @return \Http\HttplugBundle\Collector\Formatter
*/
protected function getHttplug_Collector_FormatterService()
{
return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
}
/**
* Gets the private 'jms_serializer.event_dispatcher' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
*/
protected function getJmsSerializer_EventDispatcherService()
{
$this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
], [
'jms_serializer.stopwatch_subscriber' => '?',
'jms_serializer.traceable_runs_listener' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
]));
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
$instance->addListener('serializer.pre_deserialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.post_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], NULL, NULL, NULL);
return $instance;
}
/**
* Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableFileLocator
*/
protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
{
return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['AdminBundle' => (\dirname(__DIR__, 4).'/src/AdminBundle/Resources/config/serializer')]));
}
/**
* Gets the private 'jms_serializer.traceable_handler_registry' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
*/
protected function getJmsSerializer_TraceableHandlerRegistryService()
{
$this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.union_handler' => ['privates', 'jms_serializer.union_handler', 'getJmsSerializer_UnionHandlerService', true],
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', true],
], [
'jms_serializer.union_handler' => '?',
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.form_error_handler' => '?',
])));
$instance->registerHandler(2, 'union', 'json', [0 => 'jms_serializer.union_handler', 1 => 'deserializeUnion']);
$instance->registerHandler(2, 'union', 'xml', [0 => 'jms_serializer.union_handler', 1 => 'deserializeUnion']);
$instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
$instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
$instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
$instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
$instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
$instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
$instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
$instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
$instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(1, 'union', 'json', [0 => 'jms_serializer.union_handler', 1 => 'serializeUnion']);
$instance->registerHandler(1, 'union', 'xml', [0 => 'jms_serializer.union_handler', 1 => 'serializeUnion']);
$instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
$instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToXml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
$instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
*/
protected function getJmsSerializer_TraceableMetadataFactoryService()
{
$a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['privates', 'jms_serializer.metadata.typed_properties_driver', 'getJmsSerializer_Metadata_TypedPropertiesDriverService', true],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
$a->setIncludeInterfaces(false);
return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
}
/**
* Gets the private 'jms_serializer.traceable_runs_listener' shared service.
*
* @return \JMS\SerializerBundle\Debug\RunsListener
*/
protected function getJmsSerializer_TraceableRunsListenerService()
{
return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
}
/**
* 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('en')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
yield 2 => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
yield 3 => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
}, 4), ($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())), 'en', $a, false, []);
}
/**
* Gets the private 'monolog.handler.api' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_ApiService()
{
$this->privates['monolog.handler.api'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/api.log'), 2, 'info', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->setFilenameFormat('{filename}-{date}', 'Y-m-d');
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
$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.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\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.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\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.main'] ?? $this->getMonolog_Handler_MainService()));
\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.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* 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 '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 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* 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.paf_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafEntityManager_PropertyInfoExtractorService'));
yield 4 => ($this->privates['doctrine.orm.paf_us_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafUsEntityManager_PropertyInfoExtractorService'));
yield 5 => ($this->privates['doctrine.orm.auto_mapping_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AutoMappingEntityManager_PropertyInfoExtractorService'));
}, 6), 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.paf_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafEntityManager_PropertyInfoExtractorService'));
yield 2 => ($this->privates['doctrine.orm.paf_us_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafUsEntityManager_PropertyInfoExtractorService'));
yield 3 => ($this->privates['doctrine.orm.auto_mapping_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AutoMappingEntityManager_PropertyInfoExtractorService'));
yield 4 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 5 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 6 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 7), 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.paf_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafEntityManager_PropertyInfoExtractorService'));
yield 2 => ($this->privates['doctrine.orm.paf_us_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafUsEntityManager_PropertyInfoExtractorService'));
yield 3 => ($this->privates['doctrine.orm.auto_mapping_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AutoMappingEntityManager_PropertyInfoExtractorService'));
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.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.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
$a = ($this->privates['security.event_dispatcher.client'] ?? $this->getSecurity_EventDispatcher_ClientService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['sonata.user.security.user_provider'] ?? $this->load('getSonata_User_Security_UserProviderService'));
yield 1 => ($this->services['apiKey.provide'] ?? $this->load('getApiKey_ProvideService'));
}, 2), 'user', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.event_dispatcher.client' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ClientService()
{
$this->privates['security.event_dispatcher.client'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.client'] ?? $this->load('getSecurity_Listener_Session_ClientService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.client'] ?? $this->load('getSecurity_Logout_Listener_Default_ClientService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.client'] ?? ($this->privates['security.logout.listener.session.client'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.client'] ?? $this->load('getSecurity_Listener_UserChecker_ClientService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.client'] ?? $this->load('getSecurity_Listener_UserChecker_ClientService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['sonata.user.listener.last_login'] ?? $this->load('getSonata_User_Listener_LastLoginService'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$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);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.m65.ADd'] ?? $this->get_ServiceLocator_M65_ADdService());
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.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
yield 'security.firewall.map.context.client' => ($this->privates['.security.request_matcher.iQWrQmC'] ?? ($this->privates['.security.request_matcher.iQWrQmC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/client')));
yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.cVxvreg'] ?? ($this->privates['.security.request_matcher.cVxvreg'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/(.*)')));
}, 4));
}
/**
* 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('client', '/client/logout', 'logout', '_csrf_token', NULL, 'user');
$instance->registerListener('admin', '/admin/logout', 'logout', '_csrf_token', NULL, 'user');
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL], 'FOS\\UserBundle\\Model\\UserInterface' => ['algorithm' => 'sha512', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
}
/**
* 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 '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],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
*
* @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
*/
protected function getSonata_Admin_BreadcrumbsBuilderService()
{
return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
}
/**
* Gets the private 'sonata.admin.configuration' shared service.
*
* @return \Sonata\AdminBundle\SonataConfiguration
*/
protected function getSonata_Admin_ConfigurationService()
{
return $this->privates['sonata.admin.configuration'] = new \Sonata\AdminBundle\SonataConfiguration('Sonata Admin', 'bundles/sonataadmin/images/logo_title.png', ['list_action_button_content' => 'icon', 'html5_validate' => true, 'sort_admins' => false, 'confirm_exit' => true, 'js_debug' => false, 'skin' => 'skin-black', 'use_select2' => true, 'use_icheck' => true, 'use_bootlint' => false, 'use_stickyforms' => true, 'pager_links' => NULL, 'form_type' => 'standard', 'default_admin_route' => 'show', 'default_group' => 'default', 'default_label_catalogue' => 'SonataAdminBundle', 'default_translation_domain' => NULL, 'default_icon' => 'fas fa-folder', 'dropdown_number_groups_per_colums' => 2, 'logo_content' => 'all', 'lock_protection' => false, 'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png', 'javascripts' => [0 => 'bundles/sonataadmin/app.js', 1 => 'bundles/sonataform/app.js'], 'stylesheets' => [0 => 'bundles/sonataadmin/app.css', 1 => 'bundles/sonataform/app.css', 2 => 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN', 'role_super_admin' => 'ROLE_SUPER_ADMIN', 'search' => true]);
}
/**
* Gets the private 'sonata.admin.global_template_registry' shared service.
*
* @return \Sonata\AdminBundle\Templating\TemplateRegistry
*/
protected function getSonata_Admin_GlobalTemplateRegistryService()
{
return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
}
/**
* Gets the private 'sonata.admin.pool' shared service.
*
* @return \Sonata\AdminBundle\Admin\Pool
*/
protected function getSonata_Admin_PoolService()
{
return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'admin.accounts' => [false, 'admin.accounts', 'getAdmin_AccountsService', true],
'admin.accounts.group' => [false, 'admin.accounts.group', 'getAdmin_Accounts_GroupService', true],
'admin.booking' => [false, 'admin.booking', 'getAdmin_BookingService', true],
'admin.booking_booking_extras' => [false, 'admin.booking_booking_extras', 'getAdmin_BookingBookingExtrasService', true],
'admin.booking_cancel_reasons' => [false, 'admin.booking_cancel_reasons', 'getAdmin_BookingCancelReasonsService', true],
'admin.booking_extras' => [false, 'admin.booking_extras', 'getAdmin_BookingExtrasService', true],
'admin.booking_request' => [false, 'admin.booking_request', 'getAdmin_BookingRequestService', true],
'admin.booking_reviews' => [false, 'admin.booking_reviews', 'getAdmin_BookingReviewsService', true],
'admin.booking_via' => [false, 'admin.booking_via', 'getAdmin_BookingViaService', true],
'admin.bookings_processed' => [false, 'admin.bookings_processed', 'getAdmin_BookingsProcessedService', true],
'admin.car' => [false, 'admin.car', 'getAdmin_CarService', true],
'admin.car_type.area.price' => [false, 'admin.car_type.area.price', 'getAdmin_CarType_Area_PriceService', true],
'admin.cartype' => [false, 'admin.cartype', 'getAdmin_CartypeService', true],
'admin.cartypeprice' => [false, 'admin.cartypeprice', 'getAdmin_CartypepriceService', true],
'admin.change_requests' => [false, 'admin.change_requests', 'getAdmin_ChangeRequestsService', true],
'admin.client_cancellation_fee' => [false, 'admin.client_cancellation_fee', 'getAdmin_ClientCancellationFeeService', true],
'admin.client_change_request' => [false, 'admin.client_change_request', 'getAdmin_ClientChangeRequestService', true],
'admin.client_invoices' => [false, 'admin.client_invoices', 'getAdmin_ClientInvoicesService', true],
'admin.company' => [false, 'admin.company', 'getAdmin_CompanyService', true],
'admin.company_invoice' => [false, 'admin.company_invoice', 'getAdmin_CompanyInvoiceService', true],
'admin.department' => [false, 'admin.department', 'getAdmin_DepartmentService', true],
'admin.driver' => [false, 'admin.driver', 'getAdmin_DriverService', true],
'admin.driver_completed_jobs' => [false, 'admin.driver_completed_jobs', 'getAdmin_DriverCompletedJobsService', true],
'admin.driver_history' => [false, 'admin.driver_history', 'getAdmin_DriverHistoryService', true],
'admin.driver_history_reason' => [false, 'admin.driver_history_reason', 'getAdmin_DriverHistoryReasonService', true],
'admin.driver_invoices' => [false, 'admin.driver_invoices', 'getAdmin_DriverInvoicesService', true],
'admin.driver_queue' => [false, 'admin.driver_queue', 'getAdmin_DriverQueueService', true],
'admin.email_template' => [false, 'admin.email_template', 'getAdmin_EmailTemplateService', true],
'admin.images' => [false, 'admin.images', 'getAdmin_ImagesService', true],
'admin.invoice_adjustment_reasons' => [false, 'admin.invoice_adjustment_reasons', 'getAdmin_InvoiceAdjustmentReasonsService', true],
'admin.locations' => [false, 'admin.locations', 'getAdmin_LocationsService', true],
'admin.mobile_ads' => [false, 'admin.mobile_ads', 'getAdmin_MobileAdsService', true],
'admin.news' => [false, 'admin.news', 'getAdmin_NewsService', true],
'admin.objectives' => [false, 'admin.objectives', 'getAdmin_ObjectivesService', true],
'admin.operator' => [false, 'admin.operator', 'getAdmin_OperatorService', true],
'admin.operator_admin' => [false, 'admin.operator_admin', 'getAdmin_OperatorAdminService', true],
'admin.organisation' => [false, 'admin.organisation', 'getAdmin_OrganisationService', true],
'admin.pafaddress' => [false, 'admin.pafaddress', 'getAdmin_PafaddressService', true],
'admin.pafaddressus' => [false, 'admin.pafaddressus', 'getAdmin_PafaddressusService', true],
'admin.pafbuilding' => [false, 'admin.pafbuilding', 'getAdmin_PafbuildingService', true],
'admin.paflocality' => [false, 'admin.paflocality', 'getAdmin_PaflocalityService', true],
'admin.payment' => [false, 'admin.payment', 'getAdmin_PaymentService', true],
'admin.payment_extra_charge' => [false, 'admin.payment_extra_charge', 'getAdmin_PaymentExtraChargeService', true],
'admin.period.settings' => [false, 'admin.period.settings', 'getAdmin_Period_SettingsService', true],
'admin.pricethreshold' => [false, 'admin.pricethreshold', 'getAdmin_PricethresholdService', true],
'admin.question' => [false, 'admin.question', 'getAdmin_QuestionService', true],
'admin.questionnarie' => [false, 'admin.questionnarie', 'getAdmin_QuestionnarieService', true],
'admin.reports' => [false, 'admin.reports', 'getAdmin_ReportsService', true],
'admin.reports.confirmed' => [false, 'admin.reports.confirmed', 'getAdmin_Reports_ConfirmedService', true],
'admin.reports.drivers_jobs' => [false, 'admin.reports.drivers_jobs', 'getAdmin_Reports_DriversJobsService', true],
'admin.reports.refund' => [false, 'admin.reports.refund', 'getAdmin_Reports_RefundService', true],
'admin.reports.stats' => [false, 'admin.reports.stats', 'getAdmin_Reports_StatsService', true],
'admin.settings' => [false, 'admin.settings', 'getAdmin_SettingsService', true],
'admin.socket_events' => [false, 'admin.socket_events', 'getAdmin_SocketEventsService', true],
'admin.sub_building_name' => [false, 'admin.sub_building_name', 'getAdmin_SubBuildingNameService', true],
'admin.thoroughfare' => [false, 'admin.thoroughfare', 'getAdmin_ThoroughfareService', true],
'admin.thoroughfare_descriptor' => [false, 'admin.thoroughfare_descriptor', 'getAdmin_ThoroughfareDescriptorService', true],
'admin.ticket' => [false, 'admin.ticket', 'getAdmin_TicketService', true],
'admin.ticket_message' => [false, 'admin.ticket_message', 'getAdmin_TicketMessageService', true],
'admin.tours' => [false, 'admin.tours', 'getAdmin_ToursService', true],
'admin.transaction' => [false, 'admin.transaction', 'getAdmin_TransactionService', true],
'admin.users' => [false, 'admin.users', 'getAdmin_UsersService', true],
'admin.voucher' => [false, 'admin.voucher', 'getAdmin_VoucherService', true],
'admin.zone' => [false, 'admin.zone', 'getAdmin_ZoneService', true],
'admin.zonecartype' => [false, 'admin.zonecartype', 'getAdmin_ZonecartypeService', true],
'area.zone' => [false, 'area.zone', 'getArea_ZoneService', true],
'service_container' => ['services', 'service_container', 'getServiceContainerService', true],
'sonata.user.admin.user' => [false, 'sonata.user.admin.user', 'getSonata_User_Admin_UserService', true],
], [
'admin.accounts' => '?',
'admin.accounts.group' => '?',
'admin.booking' => '?',
'admin.booking_booking_extras' => '?',
'admin.booking_cancel_reasons' => '?',
'admin.booking_extras' => '?',
'admin.booking_request' => '?',
'admin.booking_reviews' => '?',
'admin.booking_via' => '?',
'admin.bookings_processed' => '?',
'admin.car' => '?',
'admin.car_type.area.price' => '?',
'admin.cartype' => '?',
'admin.cartypeprice' => '?',
'admin.change_requests' => '?',
'admin.client_cancellation_fee' => '?',
'admin.client_change_request' => '?',
'admin.client_invoices' => '?',
'admin.company' => '?',
'admin.company_invoice' => '?',
'admin.department' => '?',
'admin.driver' => '?',
'admin.driver_completed_jobs' => '?',
'admin.driver_history' => '?',
'admin.driver_history_reason' => '?',
'admin.driver_invoices' => '?',
'admin.driver_queue' => '?',
'admin.email_template' => '?',
'admin.images' => '?',
'admin.invoice_adjustment_reasons' => '?',
'admin.locations' => '?',
'admin.mobile_ads' => '?',
'admin.news' => '?',
'admin.objectives' => '?',
'admin.operator' => '?',
'admin.operator_admin' => '?',
'admin.organisation' => '?',
'admin.pafaddress' => '?',
'admin.pafaddressus' => '?',
'admin.pafbuilding' => '?',
'admin.paflocality' => '?',
'admin.payment' => '?',
'admin.payment_extra_charge' => '?',
'admin.period.settings' => '?',
'admin.pricethreshold' => '?',
'admin.question' => '?',
'admin.questionnarie' => '?',
'admin.reports' => '?',
'admin.reports.confirmed' => '?',
'admin.reports.drivers_jobs' => '?',
'admin.reports.refund' => '?',
'admin.reports.stats' => '?',
'admin.settings' => '?',
'admin.socket_events' => '?',
'admin.sub_building_name' => '?',
'admin.thoroughfare' => '?',
'admin.thoroughfare_descriptor' => '?',
'admin.ticket' => '?',
'admin.ticket_message' => '?',
'admin.tours' => '?',
'admin.transaction' => '?',
'admin.users' => '?',
'admin.voucher' => '?',
'admin.zone' => '?',
'admin.zonecartype' => '?',
'area.zone' => '?',
'service_container' => '?',
'sonata.user.admin.user' => '?',
]), [0 => 'admin.email_template', 1 => 'admin.socket_events', 2 => 'admin.company', 3 => 'admin.accounts.group', 4 => 'admin.accounts', 5 => 'admin.reports', 6 => 'admin.reports.refund', 7 => 'admin.reports.confirmed', 8 => 'admin.reports.stats', 9 => 'admin.car', 10 => 'admin.cartype', 11 => 'admin.voucher', 12 => 'admin.settings', 13 => 'admin.period.settings', 14 => 'admin.zone', 15 => 'admin.car_type.area.price', 16 => 'area.zone', 17 => 'admin.operator', 18 => 'admin.operator_admin', 19 => 'admin.driver_invoices', 20 => 'admin.change_requests', 21 => 'admin.client_change_request', 22 => 'admin.invoice_adjustment_reasons', 23 => 'admin.booking_cancel_reasons', 24 => 'admin.driver', 25 => 'admin.reports.drivers_jobs', 26 => 'admin.driver_completed_jobs', 27 => 'admin.driver_history', 28 => 'admin.driver_history_reason', 29 => 'admin.client_invoices', 30 => 'admin.company_invoice', 31 => 'admin.tours', 32 => 'admin.objectives', 33 => 'admin.images', 34 => 'admin.locations', 35 => 'admin.payment', 36 => 'admin.booking_reviews', 37 => 'admin.ticket', 38 => 'admin.ticket_message', 39 => 'admin.mobile_ads', 40 => 'admin.news', 41 => 'admin.transaction', 42 => 'admin.payment_extra_charge', 43 => 'admin.booking', 44 => 'admin.users', 45 => 'admin.bookings_processed', 46 => 'admin.booking_request', 47 => 'admin.questionnarie', 48 => 'admin.question', 49 => 'admin.department', 50 => 'admin.client_cancellation_fee', 51 => 'admin.booking_extras', 52 => 'admin.booking_booking_extras', 53 => 'admin.booking_via', 54 => 'admin.pricethreshold', 55 => 'admin.cartypeprice', 56 => 'admin.zonecartype', 57 => 'admin.pafaddress', 58 => 'admin.sub_building_name', 59 => 'admin.pafbuilding', 60 => 'admin.pafaddressus', 61 => 'admin.paflocality', 62 => 'admin.organisation', 63 => 'admin.thoroughfare', 64 => 'admin.thoroughfare_descriptor', 65 => 'admin.driver_queue', 66 => 'sonata.user.admin.user'], ['default' => ['label' => 'default', 'translation_domain' => 'SonataAdminBundle', 'label_catalogue' => 'SonataAdminBundle', 'icon' => 'fas fa-folder', 'items' => [0 => ['admin' => 'admin.email_template', 'label' => 'Email Template', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 1 => ['admin' => 'admin.socket_events', 'label' => 'Socket Events', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 2 => ['admin' => 'admin.company', 'label' => 'Company', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 3 => ['admin' => 'admin.accounts.group', 'label' => 'GroupAccounts', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 4 => ['admin' => 'admin.accounts', 'label' => 'Account', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 5 => ['admin' => 'admin.reports', 'label' => 'Bookings Reports', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 6 => ['admin' => 'admin.reports.refund', 'label' => 'Refund Bookings', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 7 => ['admin' => 'admin.reports.confirmed', 'label' => 'Confirmed Bookings', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 8 => ['admin' => 'admin.reports.stats', 'label' => 'Bookings Statistics', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 9 => ['admin' => 'admin.car', 'label' => 'Car', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 10 => ['admin' => 'admin.cartype', 'label' => 'Car Type', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 11 => ['admin' => 'admin.voucher', 'label' => 'Voucher', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 12 => ['admin' => 'admin.settings', 'label' => 'Settings', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 13 => ['admin' => 'admin.period.settings', 'label' => 'Period Settings', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 14 => ['admin' => 'admin.zone', 'label' => 'Zone', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 15 => ['admin' => 'admin.car_type.area.price', 'label' => 'CarTypeAreaPrice', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 16 => ['admin' => 'area.zone', 'label' => 'Area', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 17 => ['admin' => 'admin.operator', 'label' => 'Operator', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 18 => ['admin' => 'admin.operator_admin', 'label' => 'Operator Admin', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 19 => ['admin' => 'admin.driver_invoices', 'label' => 'Driver Invoices', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 20 => ['admin' => 'admin.change_requests', 'label' => 'Change Requests', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 21 => ['admin' => 'admin.client_change_request', 'label' => 'Client Change Requests', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 22 => ['admin' => 'admin.invoice_adjustment_reasons', 'label' => 'Invoice Adjustment Reasons', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 23 => ['admin' => 'admin.booking_cancel_reasons', 'label' => 'Booking Cancel Reasons', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 24 => ['admin' => 'admin.driver', 'label' => 'Driver', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 25 => ['admin' => 'admin.reports.drivers_jobs', 'label' => 'Drivers Completed Jobs Reports', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 26 => ['admin' => 'admin.driver_completed_jobs', 'label' => 'Driver Completed Jobs', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 27 => ['admin' => 'admin.driver_history', 'label' => 'Driver History', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 28 => ['admin' => 'admin.driver_history_reason', 'label' => 'Driver History Reasons', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 29 => ['admin' => 'admin.client_invoices', 'label' => 'ClientInvoices', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 30 => ['admin' => 'admin.company_invoice', 'label' => 'CompanyInvoices', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 31 => ['admin' => 'admin.tours', 'label' => 'Tours', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 32 => ['admin' => 'admin.objectives', 'label' => 'Objectives', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 33 => ['admin' => 'admin.images', 'label' => 'Images', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 34 => ['admin' => 'admin.locations', 'label' => 'Locations', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 35 => ['admin' => 'admin.payment', 'label' => 'Payment', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 36 => ['admin' => 'admin.booking_reviews', 'label' => 'Booking Review', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 37 => ['admin' => 'admin.ticket', 'label' => 'Tickets', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 38 => ['admin' => 'admin.ticket_message', 'label' => 'Ticket Message', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 39 => ['admin' => 'admin.mobile_ads', 'label' => 'Mobile Ads', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 40 => ['admin' => 'admin.news', 'label' => 'News', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 41 => ['admin' => 'admin.transaction', 'label' => 'Transaction', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 42 => ['admin' => 'admin.payment_extra_charge', 'label' => 'PaymentExtraCharge', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 43 => ['admin' => 'admin.booking', 'label' => 'Booking', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 44 => ['admin' => 'admin.users', 'label' => 'Users', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 45 => ['admin' => 'admin.bookings_processed', 'label' => 'Bookings Processed', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 46 => ['admin' => 'admin.booking_request', 'label' => 'Booking Request', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 47 => ['admin' => 'admin.questionnarie', 'label' => 'Questionnaires', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 48 => ['admin' => 'admin.question', 'label' => 'Questions', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 49 => ['admin' => 'admin.department', 'label' => 'Departments', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 50 => ['admin' => 'admin.client_cancellation_fee', 'label' => 'Client Cancellation Fee', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 51 => ['admin' => 'admin.booking_extras', 'label' => 'BookingExtra', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 52 => ['admin' => 'admin.booking_booking_extras', 'label' => 'BookingBookingExtra', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 53 => ['admin' => 'admin.booking_via', 'label' => 'BookingVia', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 54 => ['admin' => 'admin.pricethreshold', 'label' => 'Price Threshold', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 55 => ['admin' => 'admin.cartypeprice', 'label' => 'CarType Price', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 56 => ['admin' => 'admin.zonecartype', 'label' => 'Fixed Price CarType', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 57 => ['admin' => 'admin.pafaddress', 'label' => 'Paf Address', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 58 => ['admin' => 'admin.sub_building_name', 'label' => 'SubBuildingName', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 59 => ['admin' => 'admin.pafbuilding', 'label' => 'Paf Building', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 60 => ['admin' => 'admin.pafaddressus', 'label' => 'Paf Address US', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 61 => ['admin' => 'admin.paflocality', 'label' => 'Paf Locality', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 62 => ['admin' => 'admin.organisation', 'label' => 'Organisation', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 63 => ['admin' => 'admin.thoroughfare', 'label' => 'Thoroughfare', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 64 => ['admin' => 'admin.thoroughfare_descriptor', 'label' => 'ThoroughfareDescriptor', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0], 65 => ['admin' => 'admin.driver_queue', 'label' => 'Driver Queues', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0]], 'roles' => [], 'on_top' => false, 'keep_open' => false, 'priority' => 0], 'sonata_user' => ['label' => 'sonata_user', 'translation_domain' => 'SonataUserBundle', 'label_catalogue' => 'SonataAdminBundle', 'icon' => '<i class=\'fa fa-users\'></i>', 'items' => [0 => ['admin' => 'sonata.user.admin.user', 'label' => 'users', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'priority' => 0]], 'roles' => [], 'on_top' => false, 'keep_open' => false, 'priority' => 0]], ['stdClass' => [0 => 'admin.email_template', 1 => 'admin.socket_events'], 'AdminBundle\\Entity\\Company' => [0 => 'admin.company'], 'AdminBundle\\Entity\\GroupAccounts' => [0 => 'admin.accounts.group'], 'AdminBundle\\Entity\\Account' => [0 => 'admin.accounts'], 'AdminBundle\\Entity\\Booking' => [0 => 'admin.reports', 1 => 'admin.reports.refund', 2 => 'admin.reports.stats', 'default' => 'admin.booking', 3 => 'admin.bookings_processed'], 'AdminBundle\\Entity\\Transaction' => [0 => 'admin.reports.confirmed', 1 => 'admin.transaction'], 'AdminBundle\\Entity\\Car' => [0 => 'admin.car'], 'AdminBundle\\Entity\\CarType' => [0 => 'admin.cartype'], 'AdminBundle\\Entity\\Voucher' => [0 => 'admin.voucher'], 'AdminBundle\\Entity\\Settings' => [0 => 'admin.settings'], 'AdminBundle\\Entity\\PeriodSettings' => [0 => 'admin.period.settings'], 'AdminBundle\\Entity\\Zone' => [0 => 'admin.zone'], 'AdminBundle\\Entity\\CarTypeAreaPrice' => [0 => 'admin.car_type.area.price'], 'AdminBundle\\Entity\\Area' => [0 => 'area.zone', 1 => 'admin.driver_queue'], 'AdminBundle\\Entity\\User' => [0 => 'sonata.user.admin.user'], 'AdminBundle\\Entity\\DriverInvoices' => [0 => 'admin.driver_invoices'], 'AdminBundle\\Entity\\ChangeRequests' => [0 => 'admin.change_requests'], 'AdminBundle\\Entity\\ClientChangeRequest' => [0 => 'admin.client_change_request'], 'AdminBundle\\Entity\\InvoiceAdjustmentReasons' => [0 => 'admin.invoice_adjustment_reasons'], 'AdminBundle\\Entity\\BookingCancelReason' => [0 => 'admin.booking_cancel_reasons'], 'AdminBundle\\Entity\\Driver' => [0 => 'admin.driver'], 'AdminBundle\\Admin\\ReportsDriversWeekAdmin' => [0 => 'admin.reports.drivers_jobs'], 'AdminBundle\\Admin\\DriverCompletedJobsAdmin' => [0 => 'admin.driver_completed_jobs'], 'AdminBundle\\Entity\\DriverHistory' => [0 => 'admin.driver_history'], 'AdminBundle\\Entity\\DriverHistoryReason' => [0 => 'admin.driver_history_reason'], 'AdminBundle\\Entity\\ClientInvoices' => [0 => 'admin.client_invoices'], 'AdminBundle\\Entity\\CompanyInvoice' => [0 => 'admin.company_invoice'], 'AdminBundle\\Entity\\Tours' => [0 => 'admin.tours'], 'AdminBundle\\Entity\\Objectives' => [0 => 'admin.objectives'], 'AdminBundle\\Entity\\Images' => [0 => 'admin.images'], 'AdminBundle\\Entity\\Locations' => [0 => 'admin.locations'], 'AdminBundle\\Entity\\Payment' => [0 => 'admin.payment'], 'AdminBundle\\Entity\\BookingReview' => [0 => 'admin.booking_reviews'], 'AdminBundle\\Entity\\Ticket' => [0 => 'admin.ticket'], 'AdminBundle\\Entity\\TicketMessage' => [0 => 'admin.ticket_message'], 'AdminBundle\\Entity\\MobileAds' => [0 => 'admin.mobile_ads'], 'AdminBundle\\Entity\\News' => [0 => 'admin.news'], 'AdminBundle\\Entity\\PaymentExtraCharge' => [0 => 'admin.payment_extra_charge'], 'AdminBundle\\Entity\\BookingRequest' => [0 => 'admin.booking_request'], 'AdminBundle\\Entity\\Questionnaire' => [0 => 'admin.questionnarie'], 'AdminBundle\\Entity\\Question' => [0 => 'admin.question'], 'AdminBundle\\Entity\\Department' => [0 => 'admin.department'], 'AdminBundle\\Entity\\ClientCancellationFee' => [0 => 'admin.client_cancellation_fee'], 'AdminBundle\\Entity\\BookingExtra' => [0 => 'admin.booking_extras'], 'AdminBundle\\Entity\\BookingBookingExtra' => [0 => 'admin.booking_booking_extras'], 'AdminBundle\\Entity\\BookingViasAddress' => [0 => 'admin.booking_via'], 'AdminBundle\\Entity\\PriceThreshold' => [0 => 'admin.pricethreshold'], 'AdminBundle\\Entity\\CarTypePrice' => [0 => 'admin.cartypeprice'], 'AdminBundle\\Entity\\ZoneCarType' => [0 => 'admin.zonecartype'], 'PafBundle\\Entity\\PafAddress' => [0 => 'admin.pafaddress'], 'PafBundle\\Entity\\SubBuildingName' => [0 => 'admin.sub_building_name'], 'PafBundle\\Entity\\BuildingName' => [0 => 'admin.pafbuilding'], 'PafBundle\\Entity\\PafAddressUs' => [0 => 'admin.pafaddressus'], 'PafBundle\\Entity\\Locality' => [0 => 'admin.paflocality'], 'PafBundle\\Entity\\Organisation' => [0 => 'admin.organisation'], 'PafBundle\\Entity\\Thoroughfare' => [0 => 'admin.thoroughfare'], 'PafBundle\\Entity\\ThoroughfareDescriptor' => [0 => 'admin.thoroughfare_descriptor']]);
}
/**
* Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
*/
protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
{
return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
}
/**
* Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
*/
protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
{
return $this->privates['sonata.admin.twig.canonicalize_runtime'] = new \Sonata\AdminBundle\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
}
/**
* Gets the private 'sonata.admin.twig.group_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\GroupRuntime
*/
protected function getSonata_Admin_Twig_GroupRuntimeService()
{
$a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
if (isset($this->privates['sonata.admin.twig.group_runtime'])) {
return $this->privates['sonata.admin.twig.group_runtime'];
}
return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime($a);
}
/**
* Gets the private 'sonata.admin.twig.icon_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\IconRuntime
*/
protected function getSonata_Admin_Twig_IconRuntimeService()
{
return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
}
/**
* Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\RenderElementRuntime
*/
protected function getSonata_Admin_Twig_RenderElementRuntimeService()
{
return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'sonata.admin.twig.security_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\SecurityRuntime
*/
protected function getSonata_Admin_Twig_SecurityRuntimeService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
return $this->privates['sonata.admin.twig.security_runtime'];
}
return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
}
/**
* Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
*/
protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
{
$a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
if (isset($this->privates['sonata.admin.twig.sonata_admin_runtime'])) {
return $this->privates['sonata.admin.twig.sonata_admin_runtime'];
}
return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime($a);
}
/**
* Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
*/
protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
{
$a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
if (isset($this->privates['sonata.admin.twig.template_registry_runtime'])) {
return $this->privates['sonata.admin.twig.template_registry_runtime'];
}
return $this->privates['sonata.admin.twig.template_registry_runtime'] = new \Sonata\AdminBundle\Twig\TemplateRegistryRuntime(($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $a);
}
/**
* Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\XEditableRuntime
*/
protected function getSonata_Admin_Twig_XeditableRuntimeService()
{
return $this->privates['sonata.admin.twig.xeditable_runtime'] = new \Sonata\AdminBundle\Twig\XEditableRuntime(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
}
/**
* Gets the private 'sonata.block.templating.helper' shared service.
*
* @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
*/
protected function getSonata_Block_Templating_HelperService()
{
$a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
if (isset($this->privates['sonata.block.templating.helper'])) {
return $this->privates['sonata.block.templating.helper'];
}
$b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
if (isset($this->privates['sonata.block.templating.helper'])) {
return $this->privates['sonata.block.templating.helper'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['sonata.block.templating.helper'])) {
return $this->privates['sonata.block.templating.helper'];
}
return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper($a, $b, $c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'sonata.user.manager.user' shared service.
*
* @return \Sonata\UserBundle\Entity\UserManager
*/
protected function getSonata_User_Manager_UserService()
{
return $this->privates['sonata.user.manager.user'] = new \Sonata\UserBundle\Entity\UserManager('AdminBundle\\Entity\\User', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['sonata.user.util.canonical_fields_updater'] ?? ($this->privates['sonata.user.util.canonical_fields_updater'] = new \Sonata\UserBundle\Util\CanonicalFieldsUpdater())), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
}
/**
* Gets the private 'sonata.user.matrix_roles_builder' shared service.
*
* @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
*/
protected function getSonata_User_MatrixRolesBuilderService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sonata.user.matrix_roles_builder'])) {
return $this->privates['sonata.user.matrix_roles_builder'];
}
$b = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
if (isset($this->privates['sonata.user.matrix_roles_builder'])) {
return $this->privates['sonata.user.matrix_roles_builder'];
}
$c = ($this->privates['sonata.admin.configuration'] ?? $this->getSonata_Admin_ConfigurationService());
$d = ($this->services['translator'] ?? $this->getTranslatorService());
return $this->privates['sonata.user.matrix_roles_builder'] = new \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \Sonata\UserBundle\Security\RolesBuilder\AdminRolesBuilder($a, $b, $c, $d), new \Sonata\UserBundle\Security\RolesBuilder\SecurityRolesBuilder($a, $c, $d, $this->parameters['security.role_hierarchy.roles']));
}
/**
* Gets the private 'sphinx.logger' shared service.
*
* @return \Javer\SphinxBundle\Logger\SphinxLogger
*/
protected function getSphinx_LoggerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('sphinx');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['sphinx.logger'] = new \Javer\SphinxBundle\Logger\SphinxLogger($a);
}
/**
* 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()), 'en', ['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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ar.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.bg.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml')], '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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ca.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.ca.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.cs.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.cs.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml')], '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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.de.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.de.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.de.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml')], '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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.en.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.en.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.en.yml'), 13 => (\dirname(__DIR__, 4).'/translations/SonataAdminBundle.en.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.es.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.es.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.es.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.eu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fa.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fa.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.fa.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fa.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fi.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.fi.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml')], '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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fr.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.fr.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fr.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hu.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.hu.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.hu.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml')], '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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.it.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.it.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.it.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ja.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.ja.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lb.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.lt.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.lt.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml')], '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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.nl.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.nl.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.nl.yml')], '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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pl.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.pl.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.pl.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.pt.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt_BR.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.pt_BR.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ro.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.ro.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ru.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.ru.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.ru.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sk.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.sk.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.sl.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], '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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml')], '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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.tr.yml')], '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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.uk.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations/validators.uk.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.uk.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml')], '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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.zh_TW.xliff')], 'sv_SE' => [0 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [0 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml')], 'zh' => [0 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.zh.yml')]], '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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/cron/cron-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/javer/sphinx-bundle/translations'), 29 => (\dirname(__DIR__, 4).'/src/AdminBundle/translations'), 30 => (\dirname(__DIR__, 4).'/src/AdminFOSUserBundle/translations'), 31 => (\dirname(__DIR__, 4).'/src/ClientBundle/translations'), 32 => (\dirname(__DIR__, 4).'/src/DriverBundle/translations'), 33 => (\dirname(__DIR__, 4).'/src/PafBundle/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/symfony/acl-bundle/src/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/php-http/httplug-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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations', 4 => 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations', 5 => 'vendor/sonata-project/block-bundle/src/Resources/translations', 6 => 'vendor/sonata-project/admin-bundle/src/Resources/translations', 7 => 'vendor/sonata-project/user-bundle/src/Resources/translations', 8 => 'vendor/friendsofsymfony/user-bundle/src/Resources/translations', 9 => 'vendor/hwi/oauth-bundle/src/Resources/translations', 10 => 'translations', 11 => 'vendor/symfony/framework-bundle/translations', 12 => 'vendor/doctrine/doctrine-bundle/translations', 13 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 14 => 'vendor/symfony/debug-bundle/translations', 15 => 'vendor/symfony/twig-bundle/translations', 16 => 'vendor/symfony/web-profiler-bundle/translations', 17 => 'vendor/twig/extra-bundle/translations', 18 => 'vendor/symfony/security-bundle/translations', 19 => 'vendor/symfony/monolog-bundle/translations', 20 => 'vendor/symfony/maker-bundle/src/translations', 21 => 'vendor/cron/cron-bundle/translations', 22 => 'vendor/jms/serializer-bundle/translations', 23 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 24 => 'vendor/sonata-project/exporter/src/Bridge/Symfony/translations', 25 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations', 26 => 'vendor/knplabs/knp-menu-bundle/translations', 27 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations', 28 => 'vendor/javer/sphinx-bundle/translations', 29 => 'src/AdminBundle/translations', 30 => 'src/AdminFOSUserBundle/translations', 31 => 'src/ClientBundle/translations', 32 => 'src/DriverBundle/translations', 33 => 'src/PafBundle/translations', 34 => 'vendor/symfony/acl-bundle/src/translations', 35 => 'vendor/php-http/httplug-bundle/src/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en']);
return $instance;
}
/**
* 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, [
'Sonata\\Form\\Validator\\InlineValidator' => ['privates', 'sonata.form.validator.inline', 'getSonata_Form_Validator_InlineService', 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],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'sonata.form.validator.inline' => ['privates', 'sonata.form.validator.inline', 'getSonata_Form_Validator_InlineService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'Sonata\\Form\\Validator\\InlineValidator' => '?',
'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' => '?',
'security.validator.user_password' => '?',
'sonata.form.validator.inline' => '?',
'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'), 1 => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/config/validation.xml'), 2 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), 1 => new \Sonata\UserBundle\Validator\UserInitializer(($this->privates['sonata.user.util.canonical_fields_updater'] ?? ($this->privates['sonata.user.util.canonical_fields_updater'] = new \Sonata\UserBundle\Util\CanonicalFieldsUpdater()))), 2 => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
$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.paf_entity_manager'] ?? $this->getDoctrine_Orm_PafEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.paf_us_entity_manager'] ?? $this->getDoctrine_Orm_PafUsEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.auto_mapping_entity_manager'] ?? $this->getDoctrine_Orm_AutoMappingEntityManagerService()), NULL));
$instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
$instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
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 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
$a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
if (isset($this->privates['var_dumper.server_connection'])) {
return $this->privates['var_dumper.server_connection'];
}
return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), $a), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
}
/**
* 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 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 '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.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 '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,
'database_host' => false,
'database_port' => false,
'database_name' => false,
'database_user' => false,
'database_password' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'knp_snappy.image.binary' => false,
'javer_sphinx.data_dir' => 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 'database_host': $value = $this->getEnv('database_host'); break;
case 'database_port': $value = $this->getEnv('database_port'); break;
case 'database_name': $value = $this->getEnv('database_name'); break;
case 'database_user': $value = $this->getEnv('database_user'); break;
case 'database_password': $value = $this->getEnv('database_password'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.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 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
case 'javer_sphinx.data_dir': $value = ($this->targetDir.''.'/sphinx'); 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' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'CronCronBundle' => 'Cron\\CronBundle\\CronCronBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
'JaverSphinxBundle' => 'Javer\\SphinxBundle\\JaverSphinxBundle',
'AdminBundle' => 'AdminBundle\\AdminBundle',
'AdminFOSUserBundle' => 'AdminFOSUserBundle\\AdminFOSUserBundle',
'ClientBundle' => 'ClientBundle\\ClientBundle',
'DriverBundle' => 'DriverBundle\\DriverBundle',
'PafBundle' => 'PafBundle\\PafBundle',
'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'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',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'CronCronBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/cron/cron-bundle'),
'namespace' => 'Cron\\CronBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'KnpSnappyBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
'namespace' => 'Knp\\Bundle\\SnappyBundle',
],
'SonataTwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
],
'SonataFormBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
],
'SonataExporterBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
],
'SonataDoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
],
'SonataBlockBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src'),
'namespace' => 'Sonata\\BlockBundle',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
'SonataAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src'),
'namespace' => 'Sonata\\AdminBundle',
],
'SonataDoctrineORMAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
'namespace' => 'Sonata\\DoctrineORMAdminBundle',
],
'SonataUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src'),
'namespace' => 'Sonata\\UserBundle',
],
'JaverSphinxBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/javer/sphinx-bundle'),
'namespace' => 'Javer\\SphinxBundle',
],
'AdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/AdminBundle'),
'namespace' => 'AdminBundle',
],
'AdminFOSUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/AdminFOSUserBundle'),
'namespace' => 'AdminFOSUserBundle',
],
'ClientBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/ClientBundle'),
'namespace' => 'ClientBundle',
],
'DriverBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/DriverBundle'),
'namespace' => 'DriverBundle',
],
'PafBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/PafBundle'),
'namespace' => 'PafBundle',
],
'FOSUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src'),
'namespace' => 'FOS\\UserBundle',
],
'AclBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/acl-bundle/src'),
'namespace' => 'Symfony\\Bundle\\AclBundle',
],
'HttplugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src'),
'namespace' => 'Http\\HttplugBundle',
],
'HWIOAuthBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src'),
'namespace' => 'HWI\\Bundle\\OAuthBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'database_host_paf' => 'ctlf.co.uk',
'database_port_paf' => NULL,
'database_name_paf' => 'paf',
'database_user_paf' => 'paf',
'database_password_paf' => '54qw54qw',
'database_host_paf_us' => 'us1.ctlf.co.uk',
'database_port_paf_us' => NULL,
'database_name_paf_us' => 'ctlf_address',
'database_user_paf_us' => 'ctlf_address',
'database_password_paf_us' => '09AgpQ5Rah0',
'mailer_transport' => 'smtp',
'mailer_host' => '127.0.0.1',
'mailer_user' => 'imarchis@syomatech.com',
'mailer_password' => 'wrngP@$$',
'secret' => 'ThisTokenIsNotSoSecretChangeIt',
'locale' => 'en',
'braintree_environment' => 'sandbox',
'braintree_merchantId' => '2yw585k5x8vbbkr4',
'braintree_merchantAccountId' => 'infotwelvelondon',
'braintree_publicKey' => 'sjrvt3jyd4vzkbrs',
'braintree_privateKey' => 'd912a1e35a399295a3db7c281b5cdc07',
'twelve_domain' => 'http://twelve.mediafirst.ro/bookings/',
'mandrill_publicKey' => 'TESTKEY_broken',
'mandrill_operator_email' => 'info@twelve.london_broken',
'google_maps_api_key' => 'AIzaSyCwLCNpxyh9oMMQJnizioXCwJ9bsymfWLY',
'mapbox_access_token' => 'pk.eyJ1IjoibWVkaWFmaXJzdCIsImEiOiJjanZldmprYmIwNHp1M3pwZ2FvczhzaGc2In0.hSvoqGB5UhKKwrGLDEwshA',
'sphinx_host' => 'dev.ctlf.co.uk',
'sphinx_port' => 9312,
'here_app_id' => 'inejUUr7csRlPMa4fo86',
'here_app_code' => 'H8xg8BSdHOy0x5K_Pi1wvQ',
'clickatell_token' => 'R6VPUWUcRIKd8rQu5mjPQQ==_broken',
'clickatell_token_us' => 'R6VPUWUcRIKd8rQu5mjPQQ==_broken',
'assets_base_url' => 'http://ctlf.syomatech.com/',
'database_host_paf_new' => 'ctlf.co.uk',
'database_port_paf_new' => NULL,
'database_name_paf_new' => 'paf_latest',
'database_user_paf_new' => 'paf',
'database_password_paf_new' => '54qw54qw',
'env_mode' => 'dev',
'main_location' => 'UK',
'stripe_environment' => 'development',
'stripe_publish_key' => 'pk_test_3BU5ZuZcFj9hCStqywRpNjbl00AbuphuCZ',
'stripe_secret_key' => 'sk_test_fulcarx8eCw0X87IZ2K9jMe30025SRcgpb',
'notification_websocket_tcp_ip' => '127.0.0.1',
'notification_websocket_tcp_port' => 5555,
'notification_websocket_server_ip' => '0.0.0.0',
'notification_websocket_server_host' => 'ctlf.syomatech.com',
'notification_websocket_server_protocol' => 'ws',
'notification_websocket_server_port' => 8080,
'wss_url' => 'wss://ctlf.syomatech.com:8080',
'ws_url' => 'ws://ctlf.syomatech.com:8080',
'facebook_client_id' => 3201084176740371,
'facebook_client_secret' => 'b94a322150a50738e944bbf2c31ee134',
'google_client_id' => '760810210944-0j840o70ggbftdu4t08bjecvolc1fadb.apps.googleusercontent.com',
'google_client_secret' => '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',
'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',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => false,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'en',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'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',
'paf' => 'doctrine.orm.paf_entity_manager',
'paf_us' => 'doctrine.orm.paf_us_entity_manager',
'auto_mapping' => 'doctrine.orm.auto_mapping_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'json' => [
'class' => 'Doctrine\\DBAL\\Types\\JsonType',
],
'json_array' => [
'class' => 'Doctrine\\DBAL\\Types\\JsonType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
'paf' => 'doctrine.dbal.paf_connection',
'paf_us' => 'doctrine.dbal.paf_us_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.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
'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' => true,
'doctrine.orm.enable_lazy_ghost_objects' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => '@SonataUser/Form/form_admin_fields.html.twig',
2 => '@SonataForm/Form/datepicker.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'security.role_hierarchy.roles' => [
'ROLE_CLIENT' => [
0 => 'ROLE_ADMIN_BOOKING_ADMIN',
1 => 'ROLE_ADMIN_PAYMENT_ADMIN',
2 => 'ROLE_ADMIN_BOOKING_VIA_ADMIN',
],
'ROLE_ADMIN' => [
0 => 'ROLE_SUPER_ADMIN',
1 => 'ROLE_COMPANY',
2 => 'ROLE_OPERATOR',
3 => 'ROLE_OPERATOR_ADMIN',
4 => 'ROLE_DRIVER',
5 => 'ROLE_CLIENT',
6 => 'ROLE_ALLOWED_TO_SWITCH',
],
'ROLE_COMPANY' => [
0 => 'ROLE_CLIENT',
],
'ROLE_OPERATOR' => [
0 => 'ROLE_DRIVER',
1 => 'ROLE_CLIENT',
2 => 'ROLE_ADMIN_BOOKING_REQUEST_ADMIN',
3 => 'ROLE_ADMIN_BOOKING_ADMIN',
4 => 'ROLE_ADMIN_BOOKINGS_PROCESSED_ADMIN',
5 => 'ROLE_ADMIN_PAYMENT_ADMIN',
6 => 'ROLE_ADMIN_DRIVER_GUEST',
7 => 'ROLE_ADMIN_CAR_GUEST',
8 => 'ROLE_ADMIN_CARTYPE_GUEST',
9 => 'ROLE_ADMIN_ACCOUNTS_GROUP_GUEST',
10 => 'ROLE_ADMIN_COMPANY_GUEST',
11 => 'ROLE_ADMIN_ACCOUNTS_MAINTAINER',
12 => 'ROLE_ADMIN_VOUCHER_GUEST',
13 => 'ROLE_ADMIN_BOOKING_BOOKING_EXTRAS_ADMIN',
14 => 'ROLE_ADMIN_BOOKING_EXTRAS_ADMIN',
15 => 'ROLE_ADMIN_BOOKING_VIA_ADMIN',
16 => 'ROLE_ADMIN_OBJECTIVES_GUEST',
17 => 'ROLE_ADMIN_SETTINGS_GUEST',
18 => 'ROLE_ADMIN_TOURS_GUEST',
19 => 'ROLE_ADMIN_TRANSACTION_ADMIN',
20 => 'ROLE_ADMIN_PAYMENT_EXTRA_CHARGE_ADMIN',
21 => 'ROLE_ADMIN_VOUCHER_GUEST',
22 => 'ROLE_ADMIN_ZONE_GUEST',
23 => 'ROLE_ADMIN_ZONECARTYPE_GUEST',
24 => 'ROLE_AREA_ZONE_GUEST',
25 => 'ROLE_ADMIN_OPERATOR_GUEST',
26 => 'ROLE_ADMIN_CLIENT_INVOICES_ADMIN',
27 => 'ROLE_PREVIOUS_ADMIN',
28 => 'ROLE_ADMIN_TICKET_ADMIN',
29 => 'ROLE_ADMIN_TICKET_MESSAGE_ADMIN',
30 => 'ROLE_ADMIN_DRIVER_HISTORY_REASON_ADMIN',
31 => 'ROLE_ADMIN_COMPANY_INVOICE_ADMIN',
32 => 'ROLE_ADMIN_BOOKING_REVIEWS_ADMIN',
33 => 'ROLE_ADMIN_CLIENT_CANCELLATION_FEE_ADMIN',
34 => 'ROLE_ADMIN_CLIENT_CHANGE_REQUEST_ADMIN',
35 => 'ROLE_ADMIN_MOBILE_ADS_ADMIN',
36 => 'ROLE_ADMIN_NEWS_ADMIN',
],
'ROLE_OPERATOR_ADMIN' => [
0 => 'ROLE_DRIVER',
1 => 'ROLE_CLIENT',
2 => 'ROLE_OPERATOR',
3 => 'ROLE_ADMIN_BOOKINGS_PROCESSED_ADMIN',
4 => 'ROLE_ADMIN_DRIVER_ADMIN',
5 => 'ROLE_ADMIN_DRIVER_HISTORY_GUEST',
6 => 'ROLE_ADMIN_CAR_ADMIN',
7 => 'ROLE_ADMIN_DRIVER_INVOICES_ADMIN',
8 => 'ROLE_ADMIN_PERIOD_SETTINGS_ADMIN',
9 => 'ROLE_ADMIN_REPORTS_GUEST',
10 => 'ROLE_ADMIN_REPORTS_STATS_GUEST',
11 => 'ROLE_ADMIN_PAFADDRESS_GUEST',
12 => 'ROLE_ADMIN_PAFBUILDING_GUEST',
13 => 'ROLE_ADMIN_PAFLOCALITY_GUEST',
14 => 'ROLE_ADMIN_PAFADDRESSUS_GUEST',
],
],
'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 => 'api',
2 => 'client',
3 => 'admin',
],
'hwi_oauth.resource_ownermap.configured.client' => [
'google' => '/client/login/google',
'facebook' => '/client/login/facebook',
],
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
'monolog.handler.booking' => [
'type' => 'inclusive',
'elements' => [
0 => 'booking',
],
],
'monolog.handler.google_distance' => [
'type' => 'inclusive',
'elements' => [
0 => 'google_distance',
],
],
'monolog.handler.api' => [
'type' => 'inclusive',
'elements' => [
0 => 'request',
],
],
],
'cron.resolver.class' => 'Cron\\CronBundle\\Cron\\Resolver',
'cron.manager.class' => 'Cron\\CronBundle\\Cron\\Manager',
'cron.command_builder.class' => 'Cron\\CronBundle\\Cron\\CommandBuilder',
'cron.executor.class' => 'Cron\\Executor\\Executor',
'cron.validator.class' => 'Cron\\Validator\\CrontabValidator',
'jms_serializer.twig_enabled' => 'default',
'knp_snappy.pdf.binary' => (\dirname(__DIR__, 4).'/../vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64'),
'knp_snappy.pdf.options' => [
],
'knp_snappy.pdf.env' => [
],
'knp_snappy.image.options' => [
],
'knp_snappy.image.env' => [
],
'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
'sonata.twig.form_type' => 'standard',
'sonata.form.form_type' => 'standard',
'sonata.exporter.writer.csv.filename' => 'php://output',
'sonata.exporter.writer.csv.delimiter' => ',',
'sonata.exporter.writer.csv.enclosure' => '"',
'sonata.exporter.writer.csv.escape' => '\\',
'sonata.exporter.writer.csv.show_headers' => true,
'sonata.exporter.writer.csv.with_bom' => false,
'sonata.exporter.writer.json.filename' => 'php://output',
'sonata.exporter.writer.xls.filename' => 'php://output',
'sonata.exporter.writer.xls.show_headers' => true,
'sonata.exporter.writer.xlsx.filename' => 'php://output',
'sonata.exporter.writer.xlsx.show_headers' => true,
'sonata.exporter.writer.xlsx.show_filters' => true,
'sonata.exporter.writer.xml.filename' => 'php://output',
'sonata.exporter.writer.xml.show_headers' => true,
'sonata.exporter.writer.xml.main_element' => 'datas',
'sonata.exporter.writer.xml.child_element' => 'data',
'sonata.block.container.types' => [
0 => 'sonata.block.service.container',
1 => 'sonata.page.block.container',
2 => 'sonata.dashboard.block.container',
3 => 'cmf.block.container',
4 => 'cmf.block.slideshow',
],
'sonata_block.blocks' => [
'sonata.admin.block.admin_list' => [
'contexts' => [
0 => 'admin',
],
'templates' => [
],
'settings' => [
],
],
'sonata.block.service.container' => [
'contexts' => [
0 => 'cms',
],
'templates' => [
],
'settings' => [
],
],
'sonata.block.service.empty' => [
'contexts' => [
0 => 'cms',
],
'templates' => [
],
'settings' => [
],
],
'sonata.block.service.text' => [
'contexts' => [
0 => 'cms',
],
'templates' => [
],
'settings' => [
],
],
'sonata.block.service.rss' => [
'contexts' => [
0 => 'cms',
],
'templates' => [
],
'settings' => [
],
],
'sonata.block.service.template' => [
'contexts' => [
0 => 'cms',
],
'templates' => [
],
'settings' => [
],
],
'sonata.block.service.menu' => [
'contexts' => [
0 => 'cms',
],
'templates' => [
],
'settings' => [
],
],
'sonata.admin.block.search_result' => [
'contexts' => [
0 => 'cms',
],
'templates' => [
],
'settings' => [
],
],
'sonata.admin.block.stats' => [
'contexts' => [
0 => 'cms',
],
'templates' => [
],
'settings' => [
],
],
'sonata.admin.block.admin_preview' => [
'contexts' => [
0 => 'cms',
],
'templates' => [
],
'settings' => [
],
],
],
'sonata_block.blocks_by_class' => [
],
'sonata_blocks.block_types' => [
0 => 'sonata.admin.block.admin_list',
1 => 'sonata.block.service.container',
2 => 'sonata.block.service.empty',
3 => 'sonata.block.service.text',
4 => 'sonata.block.service.rss',
5 => 'sonata.block.service.template',
6 => 'sonata.block.service.menu',
7 => 'sonata.admin.block.search_result',
8 => 'sonata.admin.block.stats',
9 => 'sonata.admin.block.admin_preview',
],
'sonata_blocks.default_contexts' => [
0 => 'cms',
],
'knp_menu.renderer.list.options' => [
],
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'sonata.admin.twig.extension.x_editable_type_mapping' => [
'enum' => 'select',
'choice' => 'select',
'boolean' => 'select',
'textarea' => 'textarea',
'html' => 'textarea',
'email' => 'email',
'string' => 'text',
'integer' => 'number',
'float' => 'number',
'currency' => 'number',
'percent' => 'number',
'url' => 'url',
],
'sonata.admin.configuration.global_search.empty_boxes' => 'show',
'sonata.admin.configuration.global_search.admin_route' => 'show',
'sonata.admin.configuration.templates' => [
'user_block' => '@SonataUser/Admin/Core/user_block.html.twig',
'dashboard' => '@Admin/Default/dashboard.html.twig',
'list' => 'layout_admin_list_new.html.twig',
'edit' => 'layout_admin_edit_new.html.twig',
'delete' => 'layout_admin_delete.html.twig',
'batch_confirmation' => 'layout_admin_batch_confirmation.html.twig',
'pager_links' => 'pager.html.twig',
'add_block' => '@SonataAdmin/Core/add_block.html.twig',
'layout' => '@SonataAdmin/standard_layout.html.twig',
'ajax' => '@SonataAdmin/ajax_layout.html.twig',
'search' => '@SonataAdmin/Core/search.html.twig',
'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
'show' => '@SonataAdmin/CRUD/show.html.twig',
'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
'preview' => '@SonataAdmin/CRUD/preview.html.twig',
'history' => '@SonataAdmin/CRUD/history.html.twig',
'acl' => '@SonataAdmin/CRUD/acl.html.twig',
'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
'action' => '@SonataAdmin/CRUD/action.html.twig',
'select' => '@SonataAdmin/CRUD/list__select.html.twig',
'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
'pager_results' => '@SonataAdmin/Pager/results.html.twig',
'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
'button_create' => '@SonataAdmin/Button/create_button.html.twig',
'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
'button_history' => '@SonataAdmin/Button/history_button.html.twig',
'button_list' => '@SonataAdmin/Button/list_button.html.twig',
'button_show' => '@SonataAdmin/Button/show_button.html.twig',
'form_theme' => [
],
'filter_theme' => [
],
],
'sonata.admin.configuration.default_admin_services' => [
'model_manager' => NULL,
'data_source' => NULL,
'field_description_factory' => NULL,
'form_contractor' => NULL,
'show_builder' => NULL,
'list_builder' => NULL,
'datagrid_builder' => NULL,
'translator' => NULL,
'configuration_pool' => NULL,
'route_generator' => NULL,
'security_handler' => NULL,
'menu_factory' => NULL,
'route_builder' => NULL,
'label_translator_strategy' => NULL,
'pager_type' => NULL,
],
'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
'sonata.admin.configuration.dashboard_groups' => [
],
'sonata.admin.configuration.dashboard_blocks' => [
0 => [
'type' => 'sonata.admin.block.admin_list',
'position' => 'left',
'roles' => [
],
'settings' => [
],
'class' => 'col-md-4',
],
],
'sonata.admin.configuration.sort_admins' => false,
'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
'sonata.admin.configuration.default_group' => 'default',
'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
'sonata.admin.configuration.default_translation_domain' => NULL,
'sonata.admin.configuration.default_icon' => 'fas fa-folder',
'sonata.admin.configuration.breadcrumbs' => [
'child_admin_route' => 'show',
],
'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
'sonata.admin.configuration.security.information' => [
'GUEST' => [
0 => 'VIEW',
1 => 'LIST',
],
'MAINTAINER' => [
0 => 'EDIT',
1 => 'LIST',
],
'STAFF' => [
0 => 'EDIT',
1 => 'LIST',
2 => 'CREATE',
],
'EDITOR' => [
0 => 'OPERATOR',
1 => 'EXPORT',
],
'ADMIN' => [
0 => 'MASTER',
],
],
'sonata.admin.configuration.security.admin_permissions' => [
0 => 'CREATE',
1 => 'LIST',
2 => 'DELETE',
3 => 'UNDELETE',
4 => 'EXPORT',
5 => 'OPERATOR',
6 => 'MASTER',
],
'sonata.admin.configuration.security.object_permissions' => [
0 => 'VIEW',
1 => 'EDIT',
2 => 'DELETE',
3 => 'UNDELETE',
4 => 'OPERATOR',
5 => 'MASTER',
6 => 'OWNER',
],
'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
'sonata.admin.extension.map' => [
],
'sonata.admin.configuration.filters.persist' => false,
'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
'sonata.admin.configuration.show.mosaic.button' => false,
'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
'sonata_doctrine_orm_admin.entity_manager' => NULL,
'sonata_doctrine_orm_admin.templates' => [
'types' => [
'list' => [
'array' => '@SonataAdmin/CRUD/list_array.html.twig',
'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
'date' => '@SonataAdmin/CRUD/list_date.html.twig',
'time' => '@SonataAdmin/CRUD/list_time.html.twig',
'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
'email' => '@SonataAdmin/CRUD/list_email.html.twig',
'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
'string' => '@SonataAdmin/CRUD/list_string.html.twig',
'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
'float' => '@SonataAdmin/CRUD/list_string.html.twig',
'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
'url' => '@SonataAdmin/CRUD/list_url.html.twig',
'html' => '@SonataAdmin/CRUD/list_html.html.twig',
'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
],
'show' => [
'array' => '@SonataAdmin/CRUD/show_array.html.twig',
'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
'date' => '@SonataAdmin/CRUD/show_date.html.twig',
'time' => '@SonataAdmin/CRUD/show_time.html.twig',
'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
'email' => '@SonataAdmin/CRUD/show_email.html.twig',
'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
'url' => '@SonataAdmin/CRUD/show_url.html.twig',
'html' => '@SonataAdmin/CRUD/show_html.html.twig',
'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
],
],
],
'sonata.user.manager_type' => 'orm',
'sonata.user.user.class' => 'AdminBundle\\Entity\\User',
'sonata.user.admin.user.controller' => 'sonata.admin.controller.crud',
'sphinx.manager.class' => 'Javer\\SphinxBundle\\Sphinx\\Manager',
'sphinx.daemon.native.class' => 'Javer\\SphinxBundle\\Sphinx\\Daemon\\NativeDaemon',
'sphinx.daemon.docker.class' => 'Javer\\SphinxBundle\\Sphinx\\Daemon\\DockerDaemon',
'sphinx.daemon.timeout.start' => 1,
'sphinx.daemon.timeout.stop' => 3,
'sphinx.event.subscriber.paginate.class' => 'Javer\\SphinxBundle\\Event\\Subscriber\\PaginateSphinxQuerySubscriber',
'sphinx.logger.class' => 'Javer\\SphinxBundle\\Logger\\SphinxLogger',
'sphinx.data_collector.class' => 'Javer\\SphinxBundle\\DataCollector\\SphinxDataCollector',
'sphinx.converter.mysql_to_realtime.class' => 'Javer\\SphinxBundle\\Converter\\MysqlToRealtimeIndexConverter',
'sphinx.converter.mysql_to_realtime.class.index_options_blacklist' => [
0 => 'type',
1 => 'source',
2 => 'path',
],
'sphinx.loader.doctrine.class' => 'Javer\\SphinxBundle\\Loader\\DoctrineDataLoader',
'javer_sphinx.host' => '127.0.0.1',
'javer_sphinx.port' => 9306,
'javer_sphinx.config_path' => (\dirname(__DIR__, 4).'/config/sphinx.conf'),
'javer_sphinx.searchd_path' => 'searchd',
'javer_sphinx.docker_image' => '',
'fos_user.backend_type_orm' => true,
'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
'fos_user.registration.confirmation.from_email' => [
'imarchis@syomatech.com' => 'imarchis@syomatech.com',
],
'fos_user.resetting.email.from_email' => [
'imarchis@syomatech.com' => 'imarchis@syomatech.com',
],
'fos_user.registration.confirmation.from_address' => [
'address' => 'imarchis@syomatech.com',
'sender_name' => 'imarchis@syomatech.com',
],
'fos_user.resetting.email.from_address' => [
'address' => 'imarchis@syomatech.com',
'sender_name' => 'imarchis@syomatech.com',
],
'fos_user.storage' => 'orm',
'fos_user.firewall_name' => 'admin',
'fos_user.model_manager_name' => NULL,
'fos_user.model.user.class' => 'AdminBundle\\Entity\\User',
'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
'fos_user.profile.form.name' => 'fos_user_profile_form',
'fos_user.profile.form.validation_groups' => [
0 => 'Profile',
1 => 'Default',
],
'fos_user.registration.confirmation.enabled' => false,
'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
'fos_user.registration.form.name' => 'fos_user_registration_form',
'fos_user.registration.form.validation_groups' => [
0 => 'Registration',
1 => 'Default',
],
'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
'fos_user.change_password.form.name' => 'fos_user_change_password_form',
'fos_user.change_password.form.validation_groups' => [
0 => 'ChangePassword',
1 => 'Default',
],
'fos_user.resetting.retry_ttl' => 7200,
'fos_user.resetting.token_ttl' => 86400,
'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
'fos_user.resetting.form.name' => 'fos_user_resetting_form',
'fos_user.resetting.form.validation_groups' => [
0 => 'ResetPassword',
1 => 'Default',
],
'security.acl.dbal.class_table_name' => 'acl_classes',
'security.acl.dbal.entry_table_name' => 'acl_entries',
'security.acl.dbal.oid_table_name' => 'acl_object_identities',
'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
'security.acl.dbal.sid_table_name' => 'acl_security_identities',
'hwi_oauth.target_path_parameter' => NULL,
'hwi_oauth.target_path_domains_whitelist' => [
],
'hwi_oauth.use_referer' => false,
'hwi_oauth.failed_use_referer' => false,
'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
'hwi_oauth.resource_owners' => [
'facebook' => 'facebook',
'google' => 'google',
],
'hwi_oauth.connect' => true,
'hwi_oauth.connect.confirmation' => false,
'hwi_oauth.connect.registration_form' => NULL,
'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',
],
'httplug.collector.collector' => [
0 => 'httplug',
1 => '@Httplug/webprofiler.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',
],
'jms_serializer.data_collector' => [
0 => 'jms_serializer',
1 => '@JMSSerializer/Collector/panel.html.twig',
],
'sonata.block.data_collector' => [
0 => 'block',
1 => '@SonataBlock/Profiler/block.html.twig',
],
'sphinx.data_collector' => [
0 => 'sphinx',
1 => '@JaverSphinx/Collector/sphinx.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
'hwi_oauth.resource_owner.passage.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PassageResourceOwner',
'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth1ResourceOwner',
'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth2ResourceOwner',
'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
'hwi_oauth.resource_owner.amazon_cognito.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonCognitoResourceOwner',
'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
'hwi_oauth.resource_owner.eveonline.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
'hwi_oauth.resource_owner.linkedin_openid.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinOpenIdResourceOwner',
'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
'hwi_oauth.resource_owner.telegram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TelegramResourceOwner',
'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
'console.command.ids' => [
0 => 'AdminBundle\\Command\\Icabbi\\IcabbiBase',
1 => 'AdminBundle\\Command\\Twelve\\TwelveBase',
2 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand',
3 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand',
4 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand',
5 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand',
6 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand',
7 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand',
8 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand',
9 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand',
10 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}