var/cache/dev/ContainerCc3sfpq/App_KernelDevDebugContainer.php line 977

Open in your IDE?
  1. <?php
  2. namespace ContainerCc3sfpq;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13. */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36. '.container.private.twig' => 'get_Container_Private_TwigService',
  37. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38. 'api.request' => 'getApi_RequestService',
  39. 'area.service' => 'getArea_ServiceService',
  40. 'cache.app' => 'getCache_AppService',
  41. 'cache.system' => 'getCache_SystemService',
  42. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43. 'client.extension' => 'getClient_ExtensionService',
  44. 'currency.service' => 'getCurrency_ServiceService',
  45. 'data_collector.dump' => 'getDataCollector_DumpService',
  46. 'doctrine' => 'getDoctrineService',
  47. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48. 'doctrine.dbal.paf_connection' => 'getDoctrine_Dbal_PafConnectionService',
  49. 'doctrine.dbal.paf_us_connection' => 'getDoctrine_Dbal_PafUsConnectionService',
  50. 'doctrine.orm.auto_mapping_entity_manager' => 'getDoctrine_Orm_AutoMappingEntityManagerService',
  51. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  52. 'doctrine.orm.paf_entity_manager' => 'getDoctrine_Orm_PafEntityManagerService',
  53. 'doctrine.orm.paf_us_entity_manager' => 'getDoctrine_Orm_PafUsEntityManagerService',
  54. 'event_dispatcher' => 'getEventDispatcherService',
  55. 'http_kernel' => 'getHttpKernelService',
  56. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  57. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  58. 'quote.service' => 'getQuote_ServiceService',
  59. 'request_stack' => 'getRequestStackService',
  60. 'router' => 'getRouterService',
  61. 'settings.service' => 'getSettings_ServiceService',
  62. 'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  63. 'sonata.block.manager' => 'getSonata_Block_ManagerService',
  64. 'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  65. 'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  66. 'translator' => 'getTranslatorService',
  67. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  68. 'cache_clearer' => 'getCacheClearerService',
  69. 'filesystem' => 'getFilesystemService',
  70. 'serializer' => 'getSerializerService',
  71. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  72. 'form.factory' => 'getForm_FactoryService',
  73. 'form.type.file' => 'getForm_Type_FileService',
  74. 'profiler' => 'getProfilerService',
  75. 'twig' => 'getTwigService',
  76. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  77. 'security.token_storage' => 'getSecurity_TokenStorageService',
  78. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  79. 'session' => 'getSessionService',
  80. 'validator' => 'getValidatorService',
  81. ];
  82. $this->fileMap = [
  83. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  84. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  85. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  86. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  87. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  88. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  89. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  90. '.container.private.session' => 'get_Container_Private_SessionService',
  91. 'AdminBundle\\Command\\AssignApiKeysCommand' => 'getAssignApiKeysCommandService',
  92. 'AdminBundle\\Command\\AutomaticEmailsCommand' => 'getAutomaticEmailsCommandService',
  93. 'AdminBundle\\Command\\AutomaticJobAssignmentCommand' => 'getAutomaticJobAssignmentCommandService',
  94. 'AdminBundle\\Command\\AutomaticNextDayJobAssignmentCommand' => 'getAutomaticNextDayJobAssignmentCommandService',
  95. 'AdminBundle\\Command\\CalculateDriverRatingsCommand' => 'getCalculateDriverRatingsCommandService',
  96. 'AdminBundle\\Command\\CalculateDriverWeekPointsCommand' => 'getCalculateDriverWeekPointsCommandService',
  97. 'AdminBundle\\Command\\CheckBookingsMatchCommand' => 'getCheckBookingsMatchCommandService',
  98. 'AdminBundle\\Command\\CheckDriverDelayCommand' => 'getCheckDriverDelayCommandService',
  99. 'AdminBundle\\Command\\CheckDriverOnlineCommand' => 'getCheckDriverOnlineCommandService',
  100. 'AdminBundle\\Command\\CheckFlightCommand' => 'getCheckFlightCommandService',
  101. 'AdminBundle\\Command\\CleanBookingDataCommand' => 'getCleanBookingDataCommandService',
  102. 'AdminBundle\\Command\\CleanDatabaseCommand' => 'getCleanDatabaseCommandService',
  103. 'AdminBundle\\Command\\DriverInvoiceGeneratorAndEmailCommand' => 'getDriverInvoiceGeneratorAndEmailCommandService',
  104. 'AdminBundle\\Command\\DriverQueueCompletedCommand' => 'getDriverQueueCompletedCommandService',
  105. 'AdminBundle\\Command\\DriversLinkedBookingCommand' => 'getDriversLinkedBookingCommandService',
  106. 'AdminBundle\\Command\\FindMatchingJobsCommand' => 'getFindMatchingJobsCommandService',
  107. 'AdminBundle\\Command\\GenerateApiUserCommand' => 'getGenerateApiUserCommandService',
  108. 'AdminBundle\\Command\\GenerateSettingsCommand' => 'getGenerateSettingsCommandService',
  109. 'AdminBundle\\Command\\Icabbi\\IcabbiBase' => 'getIcabbiBaseService',
  110. 'AdminBundle\\Command\\Icabbi\\ImportBookingsCommand' => 'getImportBookingsCommandService',
  111. 'AdminBundle\\Command\\Icabbi\\ImportDriversCommand' => 'getImportDriversCommandService',
  112. 'AdminBundle\\Command\\NotificationWebsocketServerCommand' => 'getNotificationWebsocketServerCommandService',
  113. 'AdminBundle\\Command\\PafAddressImportCommand' => 'getPafAddressImportCommandService',
  114. 'AdminBundle\\Command\\PafBuildingNamesImportCommand' => 'getPafBuildingNamesImportCommandService',
  115. 'AdminBundle\\Command\\PafLocalitiesImportCommand' => 'getPafLocalitiesImportCommandService',
  116. 'AdminBundle\\Command\\SendDriverSMSAutomaticAssignNotificationCommand' => 'getSendDriverSMSAutomaticAssignNotificationCommandService',
  117. 'AdminBundle\\Command\\StartBackgroundCommand' => 'getStartBackgroundCommandService',
  118. 'AdminBundle\\Command\\TestBookingMatchCommand' => 'getTestBookingMatchCommandService',
  119. 'AdminBundle\\Command\\Twelve\\ImportBookingsCommand' => 'getImportBookingsCommand2Service',
  120. 'AdminBundle\\Command\\Twelve\\ImportDriversCommand' => 'getImportDriversCommand2Service',
  121. 'AdminBundle\\Command\\Twelve\\TwelveBase' => 'getTwelveBaseService',
  122. 'AdminBundle\\Command\\UpdateBookingsPickUpDateTimeCommand' => 'getUpdateBookingsPickUpDateTimeCommandService',
  123. 'AdminBundle\\Controller\\AccountController' => 'getAccountControllerService',
  124. 'AdminBundle\\Controller\\AdminController' => 'getAdminControllerService',
  125. 'AdminBundle\\Controller\\ApiController' => 'getApiControllerService',
  126. 'AdminBundle\\Controller\\Api\\BookingController' => 'getBookingControllerService',
  127. 'AdminBundle\\Controller\\Api\\QuoteController' => 'getQuoteControllerService',
  128. 'AdminBundle\\Controller\\AreaController' => 'getAreaControllerService',
  129. 'AdminBundle\\Controller\\AutocompleteController' => 'getAutocompleteControllerService',
  130. 'AdminBundle\\Controller\\BaseController' => 'getBaseControllerService',
  131. 'AdminBundle\\Controller\\BookingController' => 'getBookingController2Service',
  132. 'AdminBundle\\Controller\\CarController' => 'getCarControllerService',
  133. 'AdminBundle\\Controller\\CarTypeController' => 'getCarTypeControllerService',
  134. 'AdminBundle\\Controller\\ChangeRequestsController' => 'getChangeRequestsControllerService',
  135. 'AdminBundle\\Controller\\ChatController' => 'getChatControllerService',
  136. 'AdminBundle\\Controller\\ClientChangeRequestController' => 'getClientChangeRequestControllerService',
  137. 'AdminBundle\\Controller\\ClientInvoicesController' => 'getClientInvoicesControllerService',
  138. 'AdminBundle\\Controller\\CompanyController' => 'getCompanyControllerService',
  139. 'AdminBundle\\Controller\\CompanyInvoicesController' => 'getCompanyInvoicesControllerService',
  140. 'AdminBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  141. 'AdminBundle\\Controller\\DriverController' => 'getDriverControllerService',
  142. 'AdminBundle\\Controller\\DriverHistoryReasonController' => 'getDriverHistoryReasonControllerService',
  143. 'AdminBundle\\Controller\\DriverInvoicesController' => 'getDriverInvoicesControllerService',
  144. 'AdminBundle\\Controller\\EmailTemplatesAdminController' => 'getEmailTemplatesAdminControllerService',
  145. 'AdminBundle\\Controller\\ErrorController' => 'getErrorControllerService',
  146. 'AdminBundle\\Controller\\ExportCsvController' => 'getExportCsvControllerService',
  147. 'AdminBundle\\Controller\\IndexController' => 'getIndexControllerService',
  148. 'AdminBundle\\Controller\\JobsPlanController' => 'getJobsPlanControllerService',
  149. 'AdminBundle\\Controller\\JobsPlanHistoryController' => 'getJobsPlanHistoryControllerService',
  150. 'AdminBundle\\Controller\\ObjectivesController' => 'getObjectivesControllerService',
  151. 'AdminBundle\\Controller\\PaymentAdminController' => 'getPaymentAdminControllerService',
  152. 'AdminBundle\\Controller\\QuoteController' => 'getQuoteController2Service',
  153. 'AdminBundle\\Controller\\ReportsAdminController' => 'getReportsAdminControllerService',
  154. 'AdminBundle\\Controller\\ReportsController' => 'getReportsControllerService',
  155. 'AdminBundle\\Controller\\SocketEventsAdminController' => 'getSocketEventsAdminControllerService',
  156. 'AdminBundle\\Controller\\SonataBookingController' => 'getSonataBookingControllerService',
  157. 'AdminBundle\\Controller\\SonataBookingRequestController' => 'getSonataBookingRequestControllerService',
  158. 'AdminBundle\\Controller\\SonataBookingReviewController' => 'getSonataBookingReviewControllerService',
  159. 'AdminBundle\\Controller\\SonataCompanyInvoicesController' => 'getSonataCompanyInvoicesControllerService',
  160. 'AdminBundle\\Controller\\SonataDriverInvoicesController' => 'getSonataDriverInvoicesControllerService',
  161. 'AdminBundle\\Controller\\SonataTicketsController' => 'getSonataTicketsControllerService',
  162. 'AdminBundle\\Controller\\ToursController' => 'getToursControllerService',
  163. 'AdminBundle\\Controller\\TransactionAdminController' => 'getTransactionAdminControllerService',
  164. 'AdminBundle\\Controller\\UserController' => 'getUserControllerService',
  165. 'AdminBundle\\Controller\\VoucherController' => 'getVoucherControllerService',
  166. 'AdminFOSUserBundle\\Controller\\AdminResettingController' => 'getAdminResettingControllerService',
  167. 'ClientBundle\\Controller\\ApiController' => 'getApiController2Service',
  168. 'ClientBundle\\Controller\\AuthController' => 'getAuthControllerService',
  169. 'ClientBundle\\Controller\\BookingsController' => 'getBookingsControllerService',
  170. 'ClientBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  171. 'ClientBundle\\Controller\\InvoicesController' => 'getInvoicesControllerService',
  172. 'ClientBundle\\Controller\\PaymentsController' => 'getPaymentsControllerService',
  173. 'ClientBundle\\Controller\\TicketsController' => 'getTicketsControllerService',
  174. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  175. 'DriverBundle\\Controller\\ApiController' => 'getApiController3Service',
  176. 'DriverBundle\\Controller\\BookingsController' => 'getBookingsController2Service',
  177. 'DriverBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
  178. 'DriverBundle\\Controller\\InvoicesController' => 'getInvoicesController2Service',
  179. 'DriverBundle\\Controller\\TicketsController' => 'getTicketsController2Service',
  180. 'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\ConnectController' => 'getConnectControllerService',
  181. 'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\RegisterController' => 'getRegisterControllerService',
  182. 'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  183. 'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  184. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  185. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  186. 'account.listener' => 'getAccount_ListenerService',
  187. 'account.service' => 'getAccount_ServiceService',
  188. 'admin.accounts' => 'getAdmin_AccountsService',
  189. 'admin.accounts.group' => 'getAdmin_Accounts_GroupService',
  190. 'admin.accounts.group.template_registry' => 'getAdmin_Accounts_Group_TemplateRegistryService',
  191. 'admin.accounts.template_registry' => 'getAdmin_Accounts_TemplateRegistryService',
  192. 'admin.booking' => 'getAdmin_BookingService',
  193. 'admin.booking.template_registry' => 'getAdmin_Booking_TemplateRegistryService',
  194. 'admin.booking_booking_extras' => 'getAdmin_BookingBookingExtrasService',
  195. 'admin.booking_booking_extras.template_registry' => 'getAdmin_BookingBookingExtras_TemplateRegistryService',
  196. 'admin.booking_cancel_reasons' => 'getAdmin_BookingCancelReasonsService',
  197. 'admin.booking_cancel_reasons.template_registry' => 'getAdmin_BookingCancelReasons_TemplateRegistryService',
  198. 'admin.booking_extras' => 'getAdmin_BookingExtrasService',
  199. 'admin.booking_extras.template_registry' => 'getAdmin_BookingExtras_TemplateRegistryService',
  200. 'admin.booking_request' => 'getAdmin_BookingRequestService',
  201. 'admin.booking_request.template_registry' => 'getAdmin_BookingRequest_TemplateRegistryService',
  202. 'admin.booking_reviews' => 'getAdmin_BookingReviewsService',
  203. 'admin.booking_reviews.template_registry' => 'getAdmin_BookingReviews_TemplateRegistryService',
  204. 'admin.booking_via' => 'getAdmin_BookingViaService',
  205. 'admin.booking_via.template_registry' => 'getAdmin_BookingVia_TemplateRegistryService',
  206. 'admin.bookings_processed' => 'getAdmin_BookingsProcessedService',
  207. 'admin.bookings_processed.template_registry' => 'getAdmin_BookingsProcessed_TemplateRegistryService',
  208. 'admin.car' => 'getAdmin_CarService',
  209. 'admin.car.template_registry' => 'getAdmin_Car_TemplateRegistryService',
  210. 'admin.car_type.area.price' => 'getAdmin_CarType_Area_PriceService',
  211. 'admin.car_type.area.price.template_registry' => 'getAdmin_CarType_Area_Price_TemplateRegistryService',
  212. 'admin.cartype' => 'getAdmin_CartypeService',
  213. 'admin.cartype.template_registry' => 'getAdmin_Cartype_TemplateRegistryService',
  214. 'admin.cartypeprice' => 'getAdmin_CartypepriceService',
  215. 'admin.cartypeprice.template_registry' => 'getAdmin_Cartypeprice_TemplateRegistryService',
  216. 'admin.change_requests' => 'getAdmin_ChangeRequestsService',
  217. 'admin.change_requests.template_registry' => 'getAdmin_ChangeRequests_TemplateRegistryService',
  218. 'admin.client_cancellation_fee' => 'getAdmin_ClientCancellationFeeService',
  219. 'admin.client_cancellation_fee.template_registry' => 'getAdmin_ClientCancellationFee_TemplateRegistryService',
  220. 'admin.client_change_request' => 'getAdmin_ClientChangeRequestService',
  221. 'admin.client_change_request.template_registry' => 'getAdmin_ClientChangeRequest_TemplateRegistryService',
  222. 'admin.client_invoices' => 'getAdmin_ClientInvoicesService',
  223. 'admin.client_invoices.template_registry' => 'getAdmin_ClientInvoices_TemplateRegistryService',
  224. 'admin.company' => 'getAdmin_CompanyService',
  225. 'admin.company.template_registry' => 'getAdmin_Company_TemplateRegistryService',
  226. 'admin.company_invoice' => 'getAdmin_CompanyInvoiceService',
  227. 'admin.company_invoice.template_registry' => 'getAdmin_CompanyInvoice_TemplateRegistryService',
  228. 'admin.department' => 'getAdmin_DepartmentService',
  229. 'admin.department.template_registry' => 'getAdmin_Department_TemplateRegistryService',
  230. 'admin.driver' => 'getAdmin_DriverService',
  231. 'admin.driver.template_registry' => 'getAdmin_Driver_TemplateRegistryService',
  232. 'admin.driver_completed_jobs' => 'getAdmin_DriverCompletedJobsService',
  233. 'admin.driver_completed_jobs.template_registry' => 'getAdmin_DriverCompletedJobs_TemplateRegistryService',
  234. 'admin.driver_history' => 'getAdmin_DriverHistoryService',
  235. 'admin.driver_history.template_registry' => 'getAdmin_DriverHistory_TemplateRegistryService',
  236. 'admin.driver_history_reason' => 'getAdmin_DriverHistoryReasonService',
  237. 'admin.driver_history_reason.template_registry' => 'getAdmin_DriverHistoryReason_TemplateRegistryService',
  238. 'admin.driver_invoices' => 'getAdmin_DriverInvoicesService',
  239. 'admin.driver_invoices.template_registry' => 'getAdmin_DriverInvoices_TemplateRegistryService',
  240. 'admin.driver_queue' => 'getAdmin_DriverQueueService',
  241. 'admin.driver_queue.template_registry' => 'getAdmin_DriverQueue_TemplateRegistryService',
  242. 'admin.email_template' => 'getAdmin_EmailTemplateService',
  243. 'admin.email_template.template_registry' => 'getAdmin_EmailTemplate_TemplateRegistryService',
  244. 'admin.images' => 'getAdmin_ImagesService',
  245. 'admin.images.template_registry' => 'getAdmin_Images_TemplateRegistryService',
  246. 'admin.invoice_adjustment_reasons' => 'getAdmin_InvoiceAdjustmentReasonsService',
  247. 'admin.invoice_adjustment_reasons.template_registry' => 'getAdmin_InvoiceAdjustmentReasons_TemplateRegistryService',
  248. 'admin.locations' => 'getAdmin_LocationsService',
  249. 'admin.locations.template_registry' => 'getAdmin_Locations_TemplateRegistryService',
  250. 'admin.mobile_ads' => 'getAdmin_MobileAdsService',
  251. 'admin.mobile_ads.template_registry' => 'getAdmin_MobileAds_TemplateRegistryService',
  252. 'admin.news' => 'getAdmin_NewsService',
  253. 'admin.news.template_registry' => 'getAdmin_News_TemplateRegistryService',
  254. 'admin.objectives' => 'getAdmin_ObjectivesService',
  255. 'admin.objectives.template_registry' => 'getAdmin_Objectives_TemplateRegistryService',
  256. 'admin.operator' => 'getAdmin_OperatorService',
  257. 'admin.operator.template_registry' => 'getAdmin_Operator_TemplateRegistryService',
  258. 'admin.operator_admin' => 'getAdmin_OperatorAdminService',
  259. 'admin.operator_admin.template_registry' => 'getAdmin_OperatorAdmin_TemplateRegistryService',
  260. 'admin.organisation' => 'getAdmin_OrganisationService',
  261. 'admin.organisation.template_registry' => 'getAdmin_Organisation_TemplateRegistryService',
  262. 'admin.pafaddress' => 'getAdmin_PafaddressService',
  263. 'admin.pafaddress.template_registry' => 'getAdmin_Pafaddress_TemplateRegistryService',
  264. 'admin.pafaddressus' => 'getAdmin_PafaddressusService',
  265. 'admin.pafaddressus.template_registry' => 'getAdmin_Pafaddressus_TemplateRegistryService',
  266. 'admin.pafbuilding' => 'getAdmin_PafbuildingService',
  267. 'admin.pafbuilding.template_registry' => 'getAdmin_Pafbuilding_TemplateRegistryService',
  268. 'admin.paflocality' => 'getAdmin_PaflocalityService',
  269. 'admin.paflocality.template_registry' => 'getAdmin_Paflocality_TemplateRegistryService',
  270. 'admin.payment' => 'getAdmin_PaymentService',
  271. 'admin.payment.template_registry' => 'getAdmin_Payment_TemplateRegistryService',
  272. 'admin.payment_extra_charge' => 'getAdmin_PaymentExtraChargeService',
  273. 'admin.payment_extra_charge.template_registry' => 'getAdmin_PaymentExtraCharge_TemplateRegistryService',
  274. 'admin.period.settings' => 'getAdmin_Period_SettingsService',
  275. 'admin.period.settings.template_registry' => 'getAdmin_Period_Settings_TemplateRegistryService',
  276. 'admin.pricethreshold' => 'getAdmin_PricethresholdService',
  277. 'admin.pricethreshold.template_registry' => 'getAdmin_Pricethreshold_TemplateRegistryService',
  278. 'admin.question' => 'getAdmin_QuestionService',
  279. 'admin.question.template_registry' => 'getAdmin_Question_TemplateRegistryService',
  280. 'admin.questionnarie' => 'getAdmin_QuestionnarieService',
  281. 'admin.questionnarie.template_registry' => 'getAdmin_Questionnarie_TemplateRegistryService',
  282. 'admin.reports' => 'getAdmin_ReportsService',
  283. 'admin.reports.confirmed' => 'getAdmin_Reports_ConfirmedService',
  284. 'admin.reports.confirmed.template_registry' => 'getAdmin_Reports_Confirmed_TemplateRegistryService',
  285. 'admin.reports.drivers_jobs' => 'getAdmin_Reports_DriversJobsService',
  286. 'admin.reports.drivers_jobs.template_registry' => 'getAdmin_Reports_DriversJobs_TemplateRegistryService',
  287. 'admin.reports.refund' => 'getAdmin_Reports_RefundService',
  288. 'admin.reports.refund.template_registry' => 'getAdmin_Reports_Refund_TemplateRegistryService',
  289. 'admin.reports.stats' => 'getAdmin_Reports_StatsService',
  290. 'admin.reports.stats.template_registry' => 'getAdmin_Reports_Stats_TemplateRegistryService',
  291. 'admin.reports.template_registry' => 'getAdmin_Reports_TemplateRegistryService',
  292. 'admin.route.custom_generator' => 'getAdmin_Route_CustomGeneratorService',
  293. 'admin.settings' => 'getAdmin_SettingsService',
  294. 'admin.settings.template_registry' => 'getAdmin_Settings_TemplateRegistryService',
  295. 'admin.socket_events' => 'getAdmin_SocketEventsService',
  296. 'admin.socket_events.template_registry' => 'getAdmin_SocketEvents_TemplateRegistryService',
  297. 'admin.sub_building_name' => 'getAdmin_SubBuildingNameService',
  298. 'admin.sub_building_name.template_registry' => 'getAdmin_SubBuildingName_TemplateRegistryService',
  299. 'admin.thoroughfare' => 'getAdmin_ThoroughfareService',
  300. 'admin.thoroughfare.template_registry' => 'getAdmin_Thoroughfare_TemplateRegistryService',
  301. 'admin.thoroughfare_descriptor' => 'getAdmin_ThoroughfareDescriptorService',
  302. 'admin.thoroughfare_descriptor.template_registry' => 'getAdmin_ThoroughfareDescriptor_TemplateRegistryService',
  303. 'admin.ticket' => 'getAdmin_TicketService',
  304. 'admin.ticket.template_registry' => 'getAdmin_Ticket_TemplateRegistryService',
  305. 'admin.ticket_message' => 'getAdmin_TicketMessageService',
  306. 'admin.ticket_message.template_registry' => 'getAdmin_TicketMessage_TemplateRegistryService',
  307. 'admin.tours' => 'getAdmin_ToursService',
  308. 'admin.tours.template_registry' => 'getAdmin_Tours_TemplateRegistryService',
  309. 'admin.transaction' => 'getAdmin_TransactionService',
  310. 'admin.transaction.template_registry' => 'getAdmin_Transaction_TemplateRegistryService',
  311. 'admin.users' => 'getAdmin_UsersService',
  312. 'admin.users.template_registry' => 'getAdmin_Users_TemplateRegistryService',
  313. 'admin.voucher' => 'getAdmin_VoucherService',
  314. 'admin.voucher.template_registry' => 'getAdmin_Voucher_TemplateRegistryService',
  315. 'admin.zone' => 'getAdmin_ZoneService',
  316. 'admin.zone.template_registry' => 'getAdmin_Zone_TemplateRegistryService',
  317. 'admin.zonecartype' => 'getAdmin_ZonecartypeService',
  318. 'admin.zonecartype.template_registry' => 'getAdmin_Zonecartype_TemplateRegistryService',
  319. 'apiKey.authenticator' => 'getApiKey_AuthenticatorService',
  320. 'apiKey.guard' => 'getApiKey_GuardService',
  321. 'apiKey.provide' => 'getApiKey_ProvideService',
  322. 'area.life_cycles.post_persist' => 'getArea_LifeCycles_PostPersistService',
  323. 'area.zone' => 'getArea_ZoneService',
  324. 'area.zone.template_registry' => 'getArea_Zone_TemplateRegistryService',
  325. 'authentication.handler.login_success_handler' => 'getAuthentication_Handler_LoginSuccessHandlerService',
  326. 'automatic-job-assignment.service' => 'getAutomaticjobassignment_ServiceService',
  327. 'base.service' => 'getBase_ServiceService',
  328. 'booking.life_cycles.post_persist' => 'getBooking_LifeCycles_PostPersistService',
  329. 'booking.manager' => 'getBooking_ManagerService',
  330. 'booking.service' => 'getBooking_ServiceService',
  331. 'bookinghistory.factory' => 'getBookinghistory_FactoryService',
  332. 'bookinghistory.subscriber' => 'getBookinghistory_SubscriberService',
  333. 'braintree.manager' => 'getBraintree_ManagerService',
  334. 'cache.app_clearer' => 'getCache_AppClearerService',
  335. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  336. 'cache.system_clearer' => 'getCache_SystemClearerService',
  337. 'cache_warmer' => 'getCacheWarmerService',
  338. 'changerequests.life_cycles.post_persist' => 'getChangerequests_LifeCycles_PostPersistService',
  339. 'chat.service' => 'getChat_ServiceService',
  340. 'client-invoice.service' => 'getClientinvoice_ServiceService',
  341. 'client.social.user_provider.service' => 'getClient_Social_UserProvider_ServiceService',
  342. 'clientchangerequest.life_cycles.post_persist' => 'getClientchangerequest_LifeCycles_PostPersistService',
  343. 'company.invoice.service' => 'getCompany_Invoice_ServiceService',
  344. 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand' => 'getCronCreateCommandService',
  345. 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand' => 'getCronDeleteCommandService',
  346. 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand' => 'getCronDisableCommandService',
  347. 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand' => 'getCronEnableCommandService',
  348. 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand' => 'getCronListCommandService',
  349. 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand' => 'getCronReportsTruncateCommandService',
  350. 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand' => 'getCronRunCommandService',
  351. 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand' => 'getCronStartCommandService',
  352. 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand' => 'getCronStopCommandService',
  353. 'console.command_loader' => 'getConsole_CommandLoaderService',
  354. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  355. 'cron.executor' => 'getCron_ExecutorService',
  356. 'cron.manager' => 'getCron_ManagerService',
  357. 'cron.resolver' => 'getCron_ResolverService',
  358. 'cron.validator' => 'getCron_ValidatorService',
  359. 'driver-history.service' => 'getDriverhistory_ServiceService',
  360. 'driver.life_cycles.entity' => 'getDriver_LifeCycles_EntityService',
  361. 'driver.service' => 'getDriver_ServiceService',
  362. 'error_controller' => 'getErrorController2Service',
  363. 'find-matching-jobs.service' => 'getFindmatchingjobs_ServiceService',
  364. 'form.helper' => 'getForm_HelperService',
  365. 'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  366. 'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  367. 'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  368. 'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  369. 'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  370. 'fos_user.user_manager' => 'getFosUser_UserManagerService',
  371. 'google.api.service' => 'getGoogle_Api_ServiceService',
  372. 'here.service' => 'getHere_ServiceService',
  373. 'httplug.client' => 'getHttplug_ClientService',
  374. 'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  375. 'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  376. 'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  377. 'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  378. 'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  379. 'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  380. 'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  381. 'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  382. 'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  383. 'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  384. 'hwi_oauth.resource_ownermap.client' => 'getHwiOauth_ResourceOwnermap_ClientService',
  385. 'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  386. 'jms_serializer' => 'getJmsSerializerService',
  387. 'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  388. 'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  389. 'jobs-plan-history.service' => 'getJobsplanhistory_ServiceService',
  390. 'knp_menu.factory' => 'getKnpMenu_FactoryService',
  391. 'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  392. 'knp_snappy.image' => 'getKnpSnappy_ImageService',
  393. 'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  394. 'mandrill.manager' => 'getMandrill_ManagerService',
  395. 'mapbox.service' => 'getMapbox_ServiceService',
  396. 'news.service' => 'getNews_ServiceService',
  397. 'payment.helper' => 'getPayment_HelperService',
  398. 'payment.life_cycles.post_persist' => 'getPayment_LifeCycles_PostPersistService',
  399. 'payment.service' => 'getPayment_ServiceService',
  400. 'paymentextracharge.life_cycles.post_persist' => 'getPaymentextracharge_LifeCycles_PostPersistService',
  401. 'price.service' => 'getPrice_ServiceService',
  402. 'quote.price.calculator' => 'getQuote_Price_CalculatorService',
  403. 'reporting.model_manager' => 'getReporting_ModelManagerService',
  404. 'request.service' => 'getRequest_ServiceService',
  405. 'routing.loader' => 'getRouting_LoaderService',
  406. 'security.acl.dbal.schema' => 'getSecurity_Acl_Dbal_SchemaService',
  407. 'security.acl.permission.map' => 'getSecurity_Acl_Permission_MapService',
  408. 'security.acl.provider' => 'getSecurity_Acl_ProviderService',
  409. 'security.service' => 'getSecurity_ServiceService',
  410. 'services_resetter' => 'getServicesResetterService',
  411. 'settings_repo' => 'getSettingsRepoService',
  412. 'sms.service' => 'getSms_ServiceService',
  413. 'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  414. 'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  415. 'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  416. 'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  417. 'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  418. 'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  419. 'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  420. 'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  421. 'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  422. 'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  423. 'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  424. 'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  425. 'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  426. 'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  427. 'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  428. 'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  429. 'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  430. 'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  431. 'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  432. 'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  433. 'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  434. 'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  435. 'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  436. 'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  437. 'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  438. 'sonata.user.action.check_email' => 'getSonata_User_Action_CheckEmailService',
  439. 'sonata.user.action.check_login' => 'getSonata_User_Action_CheckLoginService',
  440. 'sonata.user.action.login' => 'getSonata_User_Action_LoginService',
  441. 'sonata.user.action.logout' => 'getSonata_User_Action_LogoutService',
  442. 'sonata.user.action.request' => 'getSonata_User_Action_RequestService',
  443. 'sonata.user.action.reset' => 'getSonata_User_Action_ResetService',
  444. 'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService',
  445. 'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService',
  446. 'sphinx' => 'getSphinxService',
  447. 'sphinx.service' => 'getSphinx_ServiceService',
  448. 'stripe.manager' => 'getStripe_ManagerService',
  449. 'ticket.life_cycles.post_persist' => 'getTicket_LifeCycles_PostPersistService',
  450. 'ticket_message.life_cycles.post_persist' => 'getTicketMessage_LifeCycles_PostPersistService',
  451. 'tickets.service' => 'getTickets_ServiceService',
  452. 'transaction.factory' => 'getTransaction_FactoryService',
  453. 'transaction.life_cycles' => 'getTransaction_LifeCyclesService',
  454. 'user.repository' => 'getUser_RepositoryService',
  455. 'user.service' => 'getUser_ServiceService',
  456. 'voucher.repository' => 'getVoucher_RepositoryService',
  457. 'voucher.service' => 'getVoucher_ServiceService',
  458. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  459. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  460. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  461. 'websocket_notification.service' => 'getWebsocketNotification_ServiceService',
  462. ];
  463. $this->aliases = [
  464. 'App\\Kernel' => 'kernel',
  465. 'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  466. 'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  467. 'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  468. 'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  469. 'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  470. 'database_connection' => 'doctrine.dbal.default_connection',
  471. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  472. 'hwi_oauth.account.connector' => 'client.social.user_provider.service',
  473. 'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  474. 'jms_serializer.instances.default' => 'jms_serializer',
  475. 'security.acl.dbal.connection' => 'doctrine.dbal.default_connection',
  476. ];
  477. $this->privates['service_container'] = function () {
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  484. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  485. include_once \dirname(__DIR__, 4).'/src/AdminBundle/EventListener/ApiRequest.php';
  486. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Services/BaseService.php';
  487. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Services/AreaService.php';
  488. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Services/QuoteService.php';
  489. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Services/CurrencyService.php';
  490. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Services/SettingsService.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  494. include_once \dirname(__DIR__, 4).'/src/ClientBundle/Twig/ClientExtension.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Validator/UserInitializer.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/LoadMappingFileImplementation.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  698. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  699. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  700. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  713. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  726. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  727. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  728. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  729. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  730. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  731. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  732. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  733. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  734. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  735. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  736. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  737. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  738. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  739. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  740. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  741. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  742. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  743. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  744. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  745. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  746. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  747. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  748. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  749. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  750. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  751. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  752. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  754. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  755. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  756. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  757. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  758. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  759. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  760. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  761. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  762. include_once \dirname(__DIR__, 4).'/overrides/sonata-project/admin-bundle/src/Admin/Pool.php';
  763. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  764. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  765. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  766. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  767. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  768. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  769. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  770. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  771. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  772. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  773. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  774. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  775. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  776. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  777. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  778. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  779. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  780. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
  781. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
  782. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
  783. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
  784. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
  785. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
  786. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
  787. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
  788. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  789. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/ClearableManagerInterface.php';
  790. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
  791. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/TransactionalManagerInterface.php';
  792. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
  793. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php';
  794. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Entity/UserManager.php';
  795. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  796. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  797. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Util/CanonicalFieldsUpdaterInterface.php';
  798. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  799. include_once \dirname(__DIR__, 4).'/vendor/javer/sphinx-bundle/Logger/SphinxLogger.php';
  800. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  801. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  802. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  803. include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  804. include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  805. include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter.php';
  806. include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  807. include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  808. include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  809. include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  810. include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  811. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  812. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  813. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  814. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  815. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  816. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  819. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  823. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  824. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  825. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  826. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  827. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  828. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  829. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  830. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  831. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  832. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  833. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  834. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  835. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  836. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  837. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  838. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  839. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  840. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  841. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  842. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  843. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  844. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  845. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  846. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  847. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  848. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  849. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  850. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  851. include_once \dirname(__DIR__, 4).'/vendor/javer/sphinx-bundle/DataCollector/SphinxDataCollector.php';
  852. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  853. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  854. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  855. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  857. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  858. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  860. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  861. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  862. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  863. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  864. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  865. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  866. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  867. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  868. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  869. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  870. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  871. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  872. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  873. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  874. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  876. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  877. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  878. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  879. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  880. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  881. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  882. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  883. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  884. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  885. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  886. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  887. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  888. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  889. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  890. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  891. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  892. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  893. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  894. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Twig/CustomExtension.php';
  895. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  896. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  897. include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
  898. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  899. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  900. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  901. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  902. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  903. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  904. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  905. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  906. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  907. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  908. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  909. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  910. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  911. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  912. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  913. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  914. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  915. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
  916. include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  917. include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthExtension.php';
  918. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  919. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  920. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  921. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  922. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  923. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
  924. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  925. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  926. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  927. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  928. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  929. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  930. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  931. };
  932. }
  933. public function compile(): void
  934. {
  935. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  936. }
  937. public function isCompiled(): bool
  938. {
  939. return true;
  940. }
  941. public function getRemovedIds(): array
  942. {
  943. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  944. }
  945. protected function load($file, $lazyLoad = true)
  946. {
  947. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  948. return $class::do($this, $lazyLoad);
  949. }
  950. if ('.' === $file[-4]) {
  951. $class = substr($class, 0, -4);
  952. } else {
  953. $file .= '.php';
  954. }
  955. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  956. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  957. }
  958. /**
  959. * Gets the public '.container.private.profiler' shared service.
  960. *
  961. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  962. */
  963. protected function get_Container_Private_ProfilerService()
  964. {
  965. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  966. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  967. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  968. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  969. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  970. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  971. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  972. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  973. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  974. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  975. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  976. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  977. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  978. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  979. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  980. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  981. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  982. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  983. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  984. $d->addInstance('cache.doctrine.orm.paf.result', ($this->privates['cache.doctrine.orm.paf.result'] ?? $this->getCache_Doctrine_Orm_Paf_ResultService()));
  985. $d->addInstance('cache.doctrine.orm.paf.query', ($this->privates['cache.doctrine.orm.paf.query'] ?? $this->getCache_Doctrine_Orm_Paf_QueryService()));
  986. $d->addInstance('cache.doctrine.orm.paf_us.result', ($this->privates['cache.doctrine.orm.paf_us.result'] ?? $this->getCache_Doctrine_Orm_PafUs_ResultService()));
  987. $d->addInstance('cache.doctrine.orm.paf_us.query', ($this->privates['cache.doctrine.orm.paf_us.query'] ?? $this->getCache_Doctrine_Orm_PafUs_QueryService()));
  988. $d->addInstance('cache.doctrine.orm.auto_mapping.result', ($this->privates['cache.doctrine.orm.auto_mapping.result'] ?? $this->getCache_Doctrine_Orm_AutoMapping_ResultService()));
  989. $d->addInstance('cache.doctrine.orm.auto_mapping.query', ($this->privates['cache.doctrine.orm.auto_mapping.query'] ?? $this->getCache_Doctrine_Orm_AutoMapping_QueryService()));
  990. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  991. $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  992. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  993. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  994. $e->registerClient('hwi_oauth.http_client', ($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()));
  995. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  996. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  997. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  998. if ($this->has('kernel')) {
  999. $g->setKernel($b);
  1000. }
  1001. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1002. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1003. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1004. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1005. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1006. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1007. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1008. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1009. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1010. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1011. $instance->add($d);
  1012. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1013. $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));
  1014. $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())));
  1015. $instance->add($e);
  1016. $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([])))));
  1017. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1018. $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))));
  1019. $instance->add($f);
  1020. $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()))));
  1021. $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()))));
  1022. $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()))));
  1023. $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']));
  1024. $instance->add(new \Javer\SphinxBundle\DataCollector\SphinxDataCollector(($this->privates['sphinx.logger'] ?? $this->getSphinx_LoggerService())));
  1025. $instance->add($g);
  1026. return $instance;
  1027. }
  1028. /**
  1029. * Gets the public '.container.private.security.authorization_checker' shared service.
  1030. *
  1031. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1032. */
  1033. protected function get_Container_Private_Security_AuthorizationCheckerService()
  1034. {
  1035. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1036. if (isset($this->services['.container.private.security.authorization_checker'])) {
  1037. return $this->services['.container.private.security.authorization_checker'];
  1038. }
  1039. 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);
  1040. }
  1041. /**
  1042. * Gets the public '.container.private.security.token_storage' shared service.
  1043. *
  1044. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1045. */
  1046. protected function get_Container_Private_Security_TokenStorageService()
  1047. {
  1048. 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, [
  1049. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1050. ], [
  1051. 'request_stack' => '?',
  1052. ]));
  1053. }
  1054. /**
  1055. * Gets the public '.container.private.twig' shared service.
  1056. *
  1057. * @return \Twig\Environment
  1058. */
  1059. protected function get_Container_Private_TwigService()
  1060. {
  1061. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  1062. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1063. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1064. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1065. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1066. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1067. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1068. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1069. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1070. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1071. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1072. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1073. $a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1074. $a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1075. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  1076. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  1077. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  1078. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  1079. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1080. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1081. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1082. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1083. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/SonataAdminBundle'), 'SonataAdmin');
  1084. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1085. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1086. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1087. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1088. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/SonataUserBundle'), 'SonataUser');
  1089. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  1090. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  1091. $a->addPath((\dirname(__DIR__, 4).'/vendor/javer/sphinx-bundle/Resources/views'), 'JaverSphinx');
  1092. $a->addPath((\dirname(__DIR__, 4).'/vendor/javer/sphinx-bundle/Resources/views'), '!JaverSphinx');
  1093. $a->addPath((\dirname(__DIR__, 4).'/src/AdminBundle/Resources/views'), 'Admin');
  1094. $a->addPath((\dirname(__DIR__, 4).'/src/AdminBundle/Resources/views'), '!Admin');
  1095. $a->addPath((\dirname(__DIR__, 4).'/src/AdminFOSUserBundle/Resources/views'), 'AdminFOSUser');
  1096. $a->addPath((\dirname(__DIR__, 4).'/src/AdminFOSUserBundle/Resources/views'), '!AdminFOSUser');
  1097. $a->addPath((\dirname(__DIR__, 4).'/src/ClientBundle/Resources/views'), 'Client');
  1098. $a->addPath((\dirname(__DIR__, 4).'/src/ClientBundle/Resources/views'), '!Client');
  1099. $a->addPath((\dirname(__DIR__, 4).'/src/DriverBundle/Resources/views'), 'Driver');
  1100. $a->addPath((\dirname(__DIR__, 4).'/src/DriverBundle/Resources/views'), '!Driver');
  1101. $a->addPath((\dirname(__DIR__, 4).'/src/PafBundle/Resources/views'), 'Paf');
  1102. $a->addPath((\dirname(__DIR__, 4).'/src/PafBundle/Resources/views'), '!Paf');
  1103. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  1104. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  1105. $a->addPath((\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  1106. $a->addPath((\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  1107. $a->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), 'HWIOAuth');
  1108. $a->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), '!HWIOAuth');
  1109. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  1110. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1111. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1112. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1113. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  1114. $b = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  1115. $c = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  1116. $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1117. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1118. $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1119. $g = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1120. $h = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1121. $i = ($this->services['router'] ?? $this->getRouterService());
  1122. $j = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1123. $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1124. $k->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $h]);
  1125. $l = new \Symfony\Bridge\Twig\AppVariable();
  1126. $l->setEnvironment('dev');
  1127. $l->setDebug(true);
  1128. if ($this->has('.container.private.security.token_storage')) {
  1129. $l->setTokenStorage($j);
  1130. }
  1131. if ($this->has('request_stack')) {
  1132. $l->setRequestStack($f);
  1133. }
  1134. $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1135. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1136. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($b, $c));
  1137. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1138. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1139. $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 () {
  1140. return new \EmptyIterator();
  1141. }, 0))));
  1142. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($h, \dirname(__DIR__, 4), 'UTF-8'));
  1143. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($i));
  1144. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1145. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
  1146. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1147. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1148. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $i)));
  1149. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1150. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1151. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1152. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1153. $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)));
  1154. $instance->addExtension(($this->services['client.extension'] ?? $this->getClient_ExtensionService()));
  1155. $instance->addExtension(new \AdminBundle\Twig\CustomExtension($this));
  1156. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1157. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1158. $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1159. $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1160. $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1161. $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  1162. $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  1163. $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true));
  1164. $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1165. $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  1166. $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1167. $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1168. $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1169. $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()))));
  1170. $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1171. $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1172. $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1173. $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1174. $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1175. $instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
  1176. $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($b, $c));
  1177. $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension());
  1178. $instance->addGlobal('app', $l);
  1179. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1180. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  1181. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  1182. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  1183. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  1184. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
  1185. 'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates', 'sonata.twig.flashmessage.twig.runtime', 'getSonata_Twig_Flashmessage_Twig_RuntimeService', true],
  1186. 'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates', 'sonata.twig.status_runtime', 'getSonata_Twig_StatusRuntimeService', true],
  1187. 'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates', 'sonata.block.templating.helper', 'getSonata_Block_Templating_HelperService', false],
  1188. 'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates', 'knp_menu.twig.runtime', 'getKnpMenu_Twig_RuntimeService', true],
  1189. 'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates', 'sonata.admin.twig.sonata_admin_runtime', 'getSonata_Admin_Twig_SonataAdminRuntimeService', false],
  1190. 'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates', 'sonata.admin.twig.template_registry_runtime', 'getSonata_Admin_Twig_TemplateRegistryRuntimeService', false],
  1191. 'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates', 'sonata.admin.twig.group_runtime', 'getSonata_Admin_Twig_GroupRuntimeService', false],
  1192. 'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates', 'sonata.admin.twig.icon_runtime', 'getSonata_Admin_Twig_IconRuntimeService', false],
  1193. 'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates', 'sonata.admin.twig.security_runtime', 'getSonata_Admin_Twig_SecurityRuntimeService', false],
  1194. 'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates', 'sonata.admin.twig.canonicalize_runtime', 'getSonata_Admin_Twig_CanonicalizeRuntimeService', false],
  1195. 'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates', 'sonata.admin.twig.xeditable_runtime', 'getSonata_Admin_Twig_XeditableRuntimeService', false],
  1196. 'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates', 'sonata.admin.twig.render_element_runtime', 'getSonata_Admin_Twig_RenderElementRuntimeService', false],
  1197. 'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates', 'sonata.admin.twig.breadcrumbs_runtime', 'getSonata_Admin_Twig_BreadcrumbsRuntimeService', false],
  1198. 'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => ['privates', 'hwi_oauth.twig.extension.oauth.runtime', 'getHwiOauth_Twig_Extension_Oauth_RuntimeService', true],
  1199. ], [
  1200. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1201. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1202. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1203. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1204. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1205. 'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1206. 'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1207. 'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1208. 'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  1209. 'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1210. 'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1211. 'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1212. 'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1213. 'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1214. 'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1215. 'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1216. 'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1217. 'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1218. 'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => '?',
  1219. ])));
  1220. $instance->addGlobal('google_maps_api_key', 'AIzaSyCwLCNpxyh9oMMQJnizioXCwJ9bsymfWLY');
  1221. $instance->addGlobal('quote_service', ($this->services['quote.service'] ?? $this->getQuote_ServiceService()));
  1222. $instance->addGlobal('area_service', ($this->services['area.service'] ?? $this->getArea_ServiceService()));
  1223. $instance->addGlobal('currency_service', ($this->services['currency.service'] ?? $this->getCurrency_ServiceService()));
  1224. $instance->addGlobal('settings_service', ($this->services['settings.service'] ?? $this->getSettings_ServiceService()));
  1225. $instance->addGlobal('main_location', 'UK');
  1226. $instance->addGlobal('websocket_server', '0.0.0.0');
  1227. $instance->addGlobal('websocket_host', 'dev25.ctlf.co.uk');
  1228. $instance->addGlobal('websocket_port', 8090);
  1229. $instance->addGlobal('websocket_protocol', 'wss');
  1230. $instance->registerUndefinedFilterCallback([0 => $m, 1 => 'suggestFilter']);
  1231. $instance->registerUndefinedFunctionCallback([0 => $m, 1 => 'suggestFunction']);
  1232. $instance->registerUndefinedTokenParserCallback([0 => $m, 1 => 'suggestTag']);
  1233. $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']));
  1234. $instance->addGlobal('sonata_config', ($this->privates['sonata.admin.configuration'] ?? $this->getSonata_Admin_ConfigurationService()));
  1235. $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', []));
  1236. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1237. return $instance;
  1238. }
  1239. /**
  1240. * Gets the public '.container.private.validator' shared service.
  1241. *
  1242. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1243. */
  1244. protected function get_Container_Private_ValidatorService()
  1245. {
  1246. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1247. if (isset($this->services['.container.private.validator'])) {
  1248. return $this->services['.container.private.validator'];
  1249. }
  1250. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1251. }
  1252. /**
  1253. * Gets the public 'api.request' shared service.
  1254. *
  1255. * @return \AdminBundle\EventListener\ApiRequest
  1256. */
  1257. protected function getApi_RequestService()
  1258. {
  1259. return $this->services['api.request'] = new \AdminBundle\EventListener\ApiRequest('dev', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  1260. }
  1261. /**
  1262. * Gets the public 'area.service' shared service.
  1263. *
  1264. * @return \AdminBundle\Services\AreaService
  1265. */
  1266. protected function getArea_ServiceService()
  1267. {
  1268. $this->services['area.service'] = $instance = new \AdminBundle\Services\AreaService($this, ($this->privates['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
  1269. $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1270. $instance->setDriverHistoryQueueRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository("AdminBundle\\Entity\\DriverHistoryQueue"));
  1271. return $instance;
  1272. }
  1273. /**
  1274. * Gets the public 'cache.app' shared service.
  1275. *
  1276. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1277. */
  1278. protected function getCache_AppService()
  1279. {
  1280. $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))));
  1281. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1282. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1283. }
  1284. /**
  1285. * Gets the public 'cache.system' shared service.
  1286. *
  1287. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1288. */
  1289. protected function getCache_SystemService()
  1290. {
  1291. 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())));
  1292. }
  1293. /**
  1294. * Gets the public 'cache.validator_expression_language' shared service.
  1295. *
  1296. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1297. */
  1298. protected function getCache_ValidatorExpressionLanguageService()
  1299. {
  1300. 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())));
  1301. }
  1302. /**
  1303. * Gets the public 'client.extension' shared service.
  1304. *
  1305. * @return \ClientBundle\Twig\ClientExtension
  1306. */
  1307. protected function getClient_ExtensionService()
  1308. {
  1309. $this->services['client.extension'] = $instance = new \ClientBundle\Twig\ClientExtension();
  1310. $instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1311. return $instance;
  1312. }
  1313. /**
  1314. * Gets the public 'currency.service' shared service.
  1315. *
  1316. * @return \AdminBundle\Services\CurrencyService
  1317. */
  1318. protected function getCurrency_ServiceService()
  1319. {
  1320. return $this->services['currency.service'] = new \AdminBundle\Services\CurrencyService($this, ($this->privates['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
  1321. }
  1322. /**
  1323. * Gets the public 'data_collector.dump' shared service.
  1324. *
  1325. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1326. */
  1327. protected function getDataCollector_DumpService()
  1328. {
  1329. $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1330. if (isset($this->services['data_collector.dump'])) {
  1331. return $this->services['data_collector.dump'];
  1332. }
  1333. $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1334. if (isset($this->services['data_collector.dump'])) {
  1335. return $this->services['data_collector.dump'];
  1336. }
  1337. 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);
  1338. }
  1339. /**
  1340. * Gets the public 'doctrine' shared service.
  1341. *
  1342. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1343. */
  1344. protected function getDoctrineService()
  1345. {
  1346. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1347. }
  1348. /**
  1349. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1350. *
  1351. * @return \Doctrine\DBAL\Connection
  1352. */
  1353. protected function getDoctrine_Dbal_DefaultConnectionService()
  1354. {
  1355. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1356. if (isset($this->services['doctrine.dbal.default_connection'])) {
  1357. return $this->services['doctrine.dbal.default_connection'];
  1358. }
  1359. $b = new \Doctrine\DBAL\Configuration();
  1360. $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))));
  1361. $c->setConnectionName('default');
  1362. $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1363. $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')))]));
  1364. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
  1365. 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, []);
  1366. }
  1367. /**
  1368. * Gets the public 'doctrine.dbal.paf_connection' shared service.
  1369. *
  1370. * @return \Doctrine\DBAL\Connection
  1371. */
  1372. protected function getDoctrine_Dbal_PafConnectionService()
  1373. {
  1374. $a = ($this->privates['doctrine.dbal.paf_connection.event_manager'] ?? $this->getDoctrine_Dbal_PafConnection_EventManagerService());
  1375. if (isset($this->services['doctrine.dbal.paf_connection'])) {
  1376. return $this->services['doctrine.dbal.paf_connection'];
  1377. }
  1378. $b = new \Doctrine\DBAL\Configuration();
  1379. $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))));
  1380. $c->setConnectionName('paf');
  1381. $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1382. $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')))]));
  1383. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
  1384. 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, []);
  1385. }
  1386. /**
  1387. * Gets the public 'doctrine.dbal.paf_us_connection' shared service.
  1388. *
  1389. * @return \Doctrine\DBAL\Connection
  1390. */
  1391. protected function getDoctrine_Dbal_PafUsConnectionService()
  1392. {
  1393. $a = ($this->privates['doctrine.dbal.paf_us_connection.event_manager'] ?? $this->getDoctrine_Dbal_PafUsConnection_EventManagerService());
  1394. if (isset($this->services['doctrine.dbal.paf_us_connection'])) {
  1395. return $this->services['doctrine.dbal.paf_us_connection'];
  1396. }
  1397. $b = new \Doctrine\DBAL\Configuration();
  1398. $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))));
  1399. $c->setConnectionName('paf_us');
  1400. $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1401. $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')))]));
  1402. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
  1403. 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, []);
  1404. }
  1405. /**
  1406. * Gets the public 'doctrine.orm.auto_mapping_entity_manager' shared service.
  1407. *
  1408. * @return \Doctrine\ORM\EntityManager
  1409. */
  1410. protected function getDoctrine_Orm_AutoMappingEntityManagerService($lazyLoad = true)
  1411. {
  1412. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1413. if (isset($this->services['doctrine.orm.auto_mapping_entity_manager'])) {
  1414. return $this->services['doctrine.orm.auto_mapping_entity_manager'];
  1415. }
  1416. $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1417. if (isset($this->services['doctrine.orm.auto_mapping_entity_manager'])) {
  1418. return $this->services['doctrine.orm.auto_mapping_entity_manager'];
  1419. }
  1420. $c = new \Doctrine\ORM\Configuration();
  1421. $c->setEntityNamespaces([]);
  1422. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1423. $c->setQueryCache(($this->privates['cache.doctrine.orm.auto_mapping.query'] ?? $this->getCache_Doctrine_Orm_AutoMapping_QueryService()));
  1424. $c->setResultCache(($this->privates['cache.doctrine.orm.auto_mapping.result'] ?? $this->getCache_Doctrine_Orm_AutoMapping_ResultService()));
  1425. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain(), ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1426. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1427. $c->setProxyNamespace('Proxies');
  1428. $c->setAutoGenerateProxyClasses(true);
  1429. $c->setSchemaIgnoreClasses([]);
  1430. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1431. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1432. $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  1433. $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1434. $c->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  1435. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1436. $c->setLazyGhostObjectEnabled(true);
  1437. $c->setIdentityGenerationPreferences([]);
  1438. $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1439. $this->services['doctrine.orm.auto_mapping_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  1440. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1441. return $instance;
  1442. }
  1443. /**
  1444. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1445. *
  1446. * @return \Doctrine\ORM\EntityManager
  1447. */
  1448. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1449. {
  1450. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1451. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1452. return $this->services['doctrine.orm.default_entity_manager'];
  1453. }
  1454. $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1455. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1456. return $this->services['doctrine.orm.default_entity_manager'];
  1457. }
  1458. $c = new \Doctrine\ORM\Configuration();
  1459. $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1460. $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)));
  1461. $d->addDriver($e, 'AdminBundle\\Entity');
  1462. $d->addDriver($e, 'Cron\\CronBundle\\Entity');
  1463. $d->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Sonata\\UserBundle\\Entity');
  1464. $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');
  1465. $c->setEntityNamespaces(['AdminBundle' => 'AdminBundle\\Entity', 'SonataUserBundle' => 'Sonata\\UserBundle\\Entity', 'CronCronBundle' => 'Cron\\CronBundle\\Entity']);
  1466. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1467. $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1468. $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1469. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1470. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1471. $c->setProxyNamespace('Proxies');
  1472. $c->setAutoGenerateProxyClasses(true);
  1473. $c->setSchemaIgnoreClasses([]);
  1474. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1475. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1476. $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  1477. $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1478. $c->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  1479. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1480. $c->setLazyGhostObjectEnabled(true);
  1481. $c->setIdentityGenerationPreferences([]);
  1482. $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1483. $c->addCustomStringFunction('aes_decrypt', 'DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1484. $c->addCustomStringFunction('aes_encrypt', 'DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1485. $c->addCustomStringFunction('any_value', 'DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1486. $c->addCustomStringFunction('ascii', 'DoctrineExtensions\\Query\\Mysql\\Ascii');
  1487. $c->addCustomStringFunction('binary', 'DoctrineExtensions\\Query\\Mysql\\Binary');
  1488. $c->addCustomStringFunction('char_length', 'DoctrineExtensions\\Query\\Mysql\\CharLength');
  1489. $c->addCustomStringFunction('collate', 'DoctrineExtensions\\Query\\Mysql\\Collate');
  1490. $c->addCustomStringFunction('concat_ws', 'DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1491. $c->addCustomStringFunction('countif', 'DoctrineExtensions\\Query\\Mysql\\CountIf');
  1492. $c->addCustomStringFunction('crc32', 'DoctrineExtensions\\Query\\Mysql\\Crc32');
  1493. $c->addCustomStringFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
  1494. $c->addCustomStringFunction('field', 'DoctrineExtensions\\Query\\Mysql\\Field');
  1495. $c->addCustomStringFunction('find_in_set', 'DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1496. $c->addCustomStringFunction('greatest', 'DoctrineExtensions\\Query\\Mysql\\Greatest');
  1497. $c->addCustomStringFunction('group_concat', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1498. $c->addCustomStringFunction('ifelse', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
  1499. $c->addCustomStringFunction('ifnull', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
  1500. $c->addCustomStringFunction('least', 'DoctrineExtensions\\Query\\Mysql\\Least');
  1501. $c->addCustomStringFunction('lpad', 'DoctrineExtensions\\Query\\Mysql\\Lpad');
  1502. $c->addCustomStringFunction('match', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1503. $c->addCustomStringFunction('md5', 'DoctrineExtensions\\Query\\Mysql\\Md5');
  1504. $c->addCustomStringFunction('nullif', 'DoctrineExtensions\\Query\\Mysql\\NullIf');
  1505. $c->addCustomStringFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
  1506. $c->addCustomStringFunction('regexp', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
  1507. $c->addCustomStringFunction('replace', 'DoctrineExtensions\\Query\\Mysql\\Replace');
  1508. $c->addCustomStringFunction('rpad', 'DoctrineExtensions\\Query\\Mysql\\Rpad');
  1509. $c->addCustomStringFunction('sha1', 'DoctrineExtensions\\Query\\Mysql\\Sha1');
  1510. $c->addCustomStringFunction('sha2', 'DoctrineExtensions\\Query\\Mysql\\Sha2');
  1511. $c->addCustomStringFunction('soundex', 'DoctrineExtensions\\Query\\Mysql\\Soundex');
  1512. $c->addCustomStringFunction('str_to_date', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1513. $c->addCustomStringFunction('substring_index', 'DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1514. $c->addCustomStringFunction('uuid_short', 'DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1515. $c->addCustomStringFunction('hex', 'DoctrineExtensions\\Query\\Mysql\\Hex');
  1516. $c->addCustomStringFunction('unhex', 'DoctrineExtensions\\Query\\Mysql\\Unhex');
  1517. $c->addCustomNumericFunction('acos', 'DoctrineExtensions\\Query\\Mysql\\Acos');
  1518. $c->addCustomNumericFunction('asin', 'DoctrineExtensions\\Query\\Mysql\\Asin');
  1519. $c->addCustomNumericFunction('atan2', 'DoctrineExtensions\\Query\\Mysql\\Atan2');
  1520. $c->addCustomNumericFunction('atan', 'DoctrineExtensions\\Query\\Mysql\\Atan');
  1521. $c->addCustomNumericFunction('bit_count', 'DoctrineExtensions\\Query\\Mysql\\BitCount');
  1522. $c->addCustomNumericFunction('bit_xor', 'DoctrineExtensions\\Query\\Mysql\\BitXor');
  1523. $c->addCustomNumericFunction('ceil', 'DoctrineExtensions\\Query\\Mysql\\Ceil');
  1524. $c->addCustomNumericFunction('cos', 'DoctrineExtensions\\Query\\Mysql\\Cos');
  1525. $c->addCustomNumericFunction('cot', 'DoctrineExtensions\\Query\\Mysql\\Cot');
  1526. $c->addCustomNumericFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
  1527. $c->addCustomNumericFunction('floor', 'DoctrineExtensions\\Query\\Mysql\\Floor');
  1528. $c->addCustomNumericFunction('log10', 'DoctrineExtensions\\Query\\Mysql\\Log10');
  1529. $c->addCustomNumericFunction('pi', 'DoctrineExtensions\\Query\\Mysql\\Pi');
  1530. $c->addCustomNumericFunction('power', 'DoctrineExtensions\\Query\\Mysql\\Power');
  1531. $c->addCustomNumericFunction('quarter', 'DoctrineExtensions\\Query\\Mysql\\Quarter');
  1532. $c->addCustomNumericFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
  1533. $c->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
  1534. $c->addCustomNumericFunction('round', 'DoctrineExtensions\\Query\\Mysql\\Round');
  1535. $c->addCustomNumericFunction('stddev', 'DoctrineExtensions\\Query\\Mysql\\StdDev');
  1536. $c->addCustomNumericFunction('sin', 'DoctrineExtensions\\Query\\Mysql\\Sin');
  1537. $c->addCustomNumericFunction('std', 'DoctrineExtensions\\Query\\Mysql\\Std');
  1538. $c->addCustomNumericFunction('tan', 'DoctrineExtensions\\Query\\Mysql\\Tan');
  1539. $c->addCustomNumericFunction('variance', 'DoctrineExtensions\\Query\\Mysql\\Variance');
  1540. $c->addCustomDatetimeFunction('convert_tz', 'DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1541. $c->addCustomDatetimeFunction('date', 'DoctrineExtensions\\Query\\Mysql\\Date');
  1542. $c->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1543. $c->addCustomDatetimeFunction('dateadd', 'DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1544. $c->addCustomDatetimeFunction('datesub', 'DoctrineExtensions\\Query\\Mysql\\DateSub');
  1545. $c->addCustomDatetimeFunction('datediff', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1546. $c->addCustomDatetimeFunction('day', 'DoctrineExtensions\\Query\\Mysql\\Day');
  1547. $c->addCustomDatetimeFunction('dayname', 'DoctrineExtensions\\Query\\Mysql\\DayName');
  1548. $c->addCustomDatetimeFunction('dayofweek', 'DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1549. $c->addCustomDatetimeFunction('dayofyear', 'DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1550. $c->addCustomDatetimeFunction('div', 'DoctrineExtensions\\Query\\Mysql\\Div');
  1551. $c->addCustomDatetimeFunction('from_unixtime', 'DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1552. $c->addCustomDatetimeFunction('hour', 'DoctrineExtensions\\Query\\Mysql\\Hour');
  1553. $c->addCustomDatetimeFunction('last_day', 'DoctrineExtensions\\Query\\Mysql\\LastDay');
  1554. $c->addCustomDatetimeFunction('minute', 'DoctrineExtensions\\Query\\Mysql\\Minute');
  1555. $c->addCustomDatetimeFunction('now', 'DoctrineExtensions\\Query\\Mysql\\Now');
  1556. $c->addCustomDatetimeFunction('month', 'DoctrineExtensions\\Query\\Mysql\\Month');
  1557. $c->addCustomDatetimeFunction('monthname', 'DoctrineExtensions\\Query\\Mysql\\MonthName');
  1558. $c->addCustomDatetimeFunction('second', 'DoctrineExtensions\\Query\\Mysql\\Second');
  1559. $c->addCustomDatetimeFunction('strtodate', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1560. $c->addCustomDatetimeFunction('time', 'DoctrineExtensions\\Query\\Mysql\\Time');
  1561. $c->addCustomDatetimeFunction('timediff', 'DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1562. $c->addCustomDatetimeFunction('timestampadd', 'DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1563. $c->addCustomDatetimeFunction('timestampdiff', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1564. $c->addCustomDatetimeFunction('timetosec', 'DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1565. $c->addCustomDatetimeFunction('week', 'DoctrineExtensions\\Query\\Mysql\\Week');
  1566. $c->addCustomDatetimeFunction('weekday', 'DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1567. $c->addCustomDatetimeFunction('year', 'DoctrineExtensions\\Query\\Mysql\\Year');
  1568. $c->addCustomDatetimeFunction('yearweek', 'DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1569. $c->addCustomDatetimeFunction('unix_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1570. $c->addCustomDatetimeFunction('utc_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1571. $c->addCustomDatetimeFunction('extract', 'DoctrineExtensions\\Query\\Mysql\\Extract');
  1572. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  1573. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1574. return $instance;
  1575. }
  1576. /**
  1577. * Gets the public 'doctrine.orm.paf_entity_manager' shared service.
  1578. *
  1579. * @return \Doctrine\ORM\EntityManager
  1580. */
  1581. protected function getDoctrine_Orm_PafEntityManagerService($lazyLoad = true)
  1582. {
  1583. $a = ($this->services['doctrine.dbal.paf_connection'] ?? $this->getDoctrine_Dbal_PafConnectionService());
  1584. if (isset($this->services['doctrine.orm.paf_entity_manager'])) {
  1585. return $this->services['doctrine.orm.paf_entity_manager'];
  1586. }
  1587. $b = ($this->privates['doctrine.dbal.paf_connection.event_manager'] ?? $this->getDoctrine_Dbal_PafConnection_EventManagerService());
  1588. if (isset($this->services['doctrine.orm.paf_entity_manager'])) {
  1589. return $this->services['doctrine.orm.paf_entity_manager'];
  1590. }
  1591. $c = new \Doctrine\ORM\Configuration();
  1592. $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1593. $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');
  1594. $c->setEntityNamespaces(['PafBundle' => 'PafBundle\\Entity']);
  1595. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1596. $c->setQueryCache(($this->privates['cache.doctrine.orm.paf.query'] ?? $this->getCache_Doctrine_Orm_Paf_QueryService()));
  1597. $c->setResultCache(($this->privates['cache.doctrine.orm.paf.result'] ?? $this->getCache_Doctrine_Orm_Paf_ResultService()));
  1598. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1599. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1600. $c->setProxyNamespace('Proxies');
  1601. $c->setAutoGenerateProxyClasses(true);
  1602. $c->setSchemaIgnoreClasses([]);
  1603. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1604. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1605. $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  1606. $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1607. $c->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  1608. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1609. $c->setLazyGhostObjectEnabled(true);
  1610. $c->setIdentityGenerationPreferences([]);
  1611. $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1612. $this->services['doctrine.orm.paf_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  1613. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1614. return $instance;
  1615. }
  1616. /**
  1617. * Gets the public 'doctrine.orm.paf_us_entity_manager' shared service.
  1618. *
  1619. * @return \Doctrine\ORM\EntityManager
  1620. */
  1621. protected function getDoctrine_Orm_PafUsEntityManagerService($lazyLoad = true)
  1622. {
  1623. $a = ($this->services['doctrine.dbal.paf_us_connection'] ?? $this->getDoctrine_Dbal_PafUsConnectionService());
  1624. if (isset($this->services['doctrine.orm.paf_us_entity_manager'])) {
  1625. return $this->services['doctrine.orm.paf_us_entity_manager'];
  1626. }
  1627. $b = ($this->privates['doctrine.dbal.paf_us_connection.event_manager'] ?? $this->getDoctrine_Dbal_PafUsConnection_EventManagerService());
  1628. if (isset($this->services['doctrine.orm.paf_us_entity_manager'])) {
  1629. return $this->services['doctrine.orm.paf_us_entity_manager'];
  1630. }
  1631. $c = new \Doctrine\ORM\Configuration();
  1632. $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1633. $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');
  1634. $c->setEntityNamespaces(['PafBundle' => 'PafBundle\\Entity']);
  1635. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1636. $c->setQueryCache(($this->privates['cache.doctrine.orm.paf_us.query'] ?? $this->getCache_Doctrine_Orm_PafUs_QueryService()));
  1637. $c->setResultCache(($this->privates['cache.doctrine.orm.paf_us.result'] ?? $this->getCache_Doctrine_Orm_PafUs_ResultService()));
  1638. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1639. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1640. $c->setProxyNamespace('Proxies');
  1641. $c->setAutoGenerateProxyClasses(true);
  1642. $c->setSchemaIgnoreClasses([]);
  1643. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1644. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1645. $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  1646. $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1647. $c->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  1648. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1649. $c->setLazyGhostObjectEnabled(true);
  1650. $c->setIdentityGenerationPreferences([]);
  1651. $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1652. $this->services['doctrine.orm.paf_us_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  1653. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1654. return $instance;
  1655. }
  1656. /**
  1657. * Gets the public 'event_dispatcher' shared service.
  1658. *
  1659. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1660. */
  1661. protected function getEventDispatcherService()
  1662. {
  1663. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1664. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1665. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1666. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1667. $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())));
  1668. $instance->addListener('kernel.request', [0 => function () {
  1669. return ($this->services['api.request'] ?? $this->getApi_RequestService());
  1670. }, 1 => 'onKernelRequest'], 0);
  1671. $instance->addListener('kernel.controller', [0 => function () {
  1672. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1673. }, 1 => 'onKernelController'], 0);
  1674. $instance->addListener('console.command', [0 => function () {
  1675. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1676. }, 1 => 'onConsoleCommand'], 0);
  1677. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1678. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1679. }, 1 => 'checkPassport'], 1024);
  1680. $instance->addListener('kernel.response', [0 => function () {
  1681. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1682. }, 1 => 'onKernelResponse'], 0);
  1683. $instance->addListener('kernel.response', [0 => function () {
  1684. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1685. }, 1 => 'onKernelResponse'], 0);
  1686. $instance->addListener('kernel.response', [0 => function () {
  1687. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1688. }, 1 => 'onKernelResponse'], -1024);
  1689. $instance->addListener('kernel.request', [0 => function () {
  1690. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1691. }, 1 => 'setDefaultLocale'], 100);
  1692. $instance->addListener('kernel.request', [0 => function () {
  1693. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1694. }, 1 => 'onKernelRequest'], 16);
  1695. $instance->addListener('kernel.finish_request', [0 => function () {
  1696. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1697. }, 1 => 'onKernelFinishRequest'], 0);
  1698. $instance->addListener('kernel.request', [0 => function () {
  1699. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1700. }, 1 => 'onKernelRequest'], 256);
  1701. $instance->addListener('kernel.response', [0 => function () {
  1702. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1703. }, 1 => 'onResponse'], -255);
  1704. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1705. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1706. }, 1 => 'onControllerArguments'], 0);
  1707. $instance->addListener('kernel.exception', [0 => function () {
  1708. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1709. }, 1 => 'logKernelException'], 0);
  1710. $instance->addListener('kernel.exception', [0 => function () {
  1711. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1712. }, 1 => 'onKernelException'], -128);
  1713. $instance->addListener('kernel.response', [0 => function () {
  1714. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1715. }, 1 => 'removeCspHeader'], -128);
  1716. $instance->addListener('kernel.request', [0 => function () {
  1717. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1718. }, 1 => 'onKernelRequest'], 15);
  1719. $instance->addListener('kernel.finish_request', [0 => function () {
  1720. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1721. }, 1 => 'onKernelFinishRequest'], -15);
  1722. $instance->addListener('console.error', [0 => function () {
  1723. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1724. }, 1 => 'onConsoleError'], -128);
  1725. $instance->addListener('console.terminate', [0 => function () {
  1726. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1727. }, 1 => 'onConsoleTerminate'], -128);
  1728. $instance->addListener('console.error', [0 => function () {
  1729. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1730. }, 1 => 'onConsoleError'], 0);
  1731. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1732. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1733. }, 1 => 'onMessage'], -255);
  1734. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1735. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1736. }, 1 => 'onMessage'], -255);
  1737. $instance->addListener('kernel.request', [0 => function () {
  1738. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1739. }, 1 => 'configure'], 2048);
  1740. $instance->addListener('console.command', [0 => function () {
  1741. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1742. }, 1 => 'configure'], 2048);
  1743. $instance->addListener('kernel.request', [0 => function () {
  1744. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1745. }, 1 => 'onKernelRequest'], 32);
  1746. $instance->addListener('kernel.finish_request', [0 => function () {
  1747. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1748. }, 1 => 'onKernelFinishRequest'], 0);
  1749. $instance->addListener('kernel.exception', [0 => function () {
  1750. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1751. }, 1 => 'onKernelException'], -64);
  1752. $instance->addListener('kernel.response', [0 => function () {
  1753. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1754. }, 1 => 'onKernelResponse'], 0);
  1755. $instance->addListener('kernel.request', [0 => function () {
  1756. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1757. }, 1 => 'onKernelRequest'], 128);
  1758. $instance->addListener('kernel.response', [0 => function () {
  1759. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1760. }, 1 => 'onKernelResponse'], -1000);
  1761. $instance->addListener('kernel.finish_request', [0 => function () {
  1762. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1763. }, 1 => 'onFinishRequest'], 0);
  1764. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1765. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1766. }, 1 => 'onMessageFailed'], 100);
  1767. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1768. 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()));
  1769. }, 1 => 'onMessageFailed'], 200);
  1770. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1771. return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1772. }, 1 => 'onMessageFailed'], -100);
  1773. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1774. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1775. }, 1 => 'onWorkerStarted'], 0);
  1776. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1777. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1778. }, 1 => 'onWorkerRunning'], 0);
  1779. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1780. 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()));
  1781. }, 1 => 'onMessageFailed'], 0);
  1782. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1783. 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()));
  1784. }, 1 => 'onWorkerRunning'], 0);
  1785. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1786. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1787. }, 1 => 'onNotification'], -255);
  1788. $instance->addListener('kernel.response', [0 => function () {
  1789. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1790. }, 1 => 'onKernelResponse'], -100);
  1791. $instance->addListener('kernel.exception', [0 => function () {
  1792. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1793. }, 1 => 'onKernelException'], 0);
  1794. $instance->addListener('kernel.terminate', [0 => function () {
  1795. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1796. }, 1 => 'onKernelTerminate'], -1024);
  1797. $instance->addListener('kernel.controller', [0 => function () {
  1798. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1799. }, 1 => 'onKernelController'], 0);
  1800. $instance->addListener('kernel.response', [0 => function () {
  1801. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1802. }, 1 => 'onKernelResponse'], 0);
  1803. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1804. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1805. }, 1 => 'onWorkerMessageHandled'], 0);
  1806. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1807. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1808. }, 1 => 'onWorkerMessageFailed'], 0);
  1809. $instance->addListener('console.command', [0 => function () {
  1810. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1811. }, 1 => 'configure'], 1024);
  1812. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1813. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1814. }, 1 => 'onMessage'], 0);
  1815. $instance->addListener('kernel.response', [0 => function () {
  1816. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1817. }, 1 => 'onKernelResponse'], -128);
  1818. $instance->addListener('kernel.response', [0 => function () {
  1819. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1820. }, 1 => 'onKernelResponse'], 0);
  1821. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1822. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1823. }, 1 => 'checkPassport'], 0);
  1824. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1825. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1826. }, 1 => 'onLoginSuccess'], 0);
  1827. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1828. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1829. }, 1 => 'onVoterVote'], 0);
  1830. $instance->addListener('kernel.request', [0 => function () {
  1831. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1832. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1833. $instance->addListener('kernel.request', [0 => function () {
  1834. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1835. }, 1 => 'onKernelRequest'], 8);
  1836. $instance->addListener('kernel.finish_request', [0 => function () {
  1837. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1838. }, 1 => 'onKernelFinishRequest'], 0);
  1839. $instance->addListener('console.command', [0 => function () {
  1840. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1841. }, 1 => 'onCommand'], 255);
  1842. $instance->addListener('console.terminate', [0 => function () {
  1843. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1844. }, 1 => 'onTerminate'], -255);
  1845. $instance->addListener('console.error', [0 => function () {
  1846. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1847. }, 1 => 'onConsoleError'], 0);
  1848. $instance->addListener('console.terminate', [0 => function () {
  1849. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1850. }, 1 => 'onConsoleTerminate'], 0);
  1851. $instance->addListener('kernel.controller', [0 => function () {
  1852. return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1853. }, 1 => 'onKernelController'], 0);
  1854. $instance->addListener('security.interactive_login', [0 => function () {
  1855. return ($this->privates['sonata.user.listener.last_login'] ?? $this->load('getSonata_User_Listener_LastLoginService'));
  1856. }, 1 => 'onSecurityInteractiveLogin'], 0);
  1857. $instance->addListener('knp_pager.items', [0 => function () {
  1858. return ($this->privates['sphinx.event.subscriber.paginate'] ?? ($this->privates['sphinx.event.subscriber.paginate'] = new \Javer\SphinxBundle\Event\Subscriber\PaginateSphinxQuerySubscriber()));
  1859. }, 1 => 'items'], 0);
  1860. $instance->addListener('fos_user.security.implicit_login', [0 => function () {
  1861. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1862. }, 1 => 'onImplicitLogin'], 0);
  1863. $instance->addListener('security.interactive_login', [0 => function () {
  1864. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1865. }, 1 => 'onSecurityInteractiveLogin'], 0);
  1866. $instance->addListener('fos_user.registration.completed', [0 => function () {
  1867. return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1868. }, 1 => 'authenticate'], 0);
  1869. $instance->addListener('fos_user.registration.confirmed', [0 => function () {
  1870. return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1871. }, 1 => 'authenticate'], 0);
  1872. $instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
  1873. return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1874. }, 1 => 'authenticate'], 0);
  1875. $instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
  1876. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1877. }, 1 => 'addSuccessFlash'], 0);
  1878. $instance->addListener('fos_user.profile.edit.completed', [0 => function () {
  1879. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1880. }, 1 => 'addSuccessFlash'], 0);
  1881. $instance->addListener('fos_user.registration.completed', [0 => function () {
  1882. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1883. }, 1 => 'addSuccessFlash'], 0);
  1884. $instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
  1885. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1886. }, 1 => 'addSuccessFlash'], 0);
  1887. $instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
  1888. return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1889. }, 1 => 'onResettingResetInitialize'], 0);
  1890. $instance->addListener('fos_user.resetting.reset.success', [0 => function () {
  1891. return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1892. }, 1 => 'onResettingResetSuccess'], 0);
  1893. $instance->addListener('kernel.request', [0 => function () {
  1894. return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1895. }, 1 => 'onEvent'], 1024);
  1896. $instance->addListener('console.command', [0 => function () {
  1897. return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1898. }, 1 => 'onEvent'], 1024);
  1899. $instance->addListener('kernel.request', [0 => function () {
  1900. return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1901. }, 1 => 'onEvent'], 1024);
  1902. $instance->addListener('console.command', [0 => function () {
  1903. return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1904. }, 1 => 'onEvent'], 1024);
  1905. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1906. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1907. }, 1 => 'checkPassport'], 512);
  1908. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1909. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1910. }, 1 => 'onLogout'], 0);
  1911. return $instance;
  1912. }
  1913. /**
  1914. * Gets the public 'http_kernel' shared service.
  1915. *
  1916. * @return \Symfony\Component\HttpKernel\HttpKernel
  1917. */
  1918. protected function getHttpKernelService()
  1919. {
  1920. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1921. if (isset($this->services['http_kernel'])) {
  1922. return $this->services['http_kernel'];
  1923. }
  1924. 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 () {
  1925. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1926. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1927. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1928. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1929. yield 4 => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1930. yield 5 => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  1931. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1932. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1933. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1934. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1935. }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1936. }
  1937. /**
  1938. * Gets the public 'messenger.default_bus' shared service.
  1939. *
  1940. * @return \Symfony\Component\Messenger\TraceableMessageBus
  1941. */
  1942. protected function getMessenger_DefaultBusService()
  1943. {
  1944. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1945. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1946. 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')));
  1947. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1948. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1949. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1950. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1951. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1952. }, 7)));
  1953. }
  1954. /**
  1955. * Gets the public 'monolog.logger.deprecation' shared service.
  1956. *
  1957. * @return \Symfony\Bridge\Monolog\Logger
  1958. */
  1959. protected function getMonolog_Logger_DeprecationService()
  1960. {
  1961. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1962. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1963. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1964. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1965. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1966. return $instance;
  1967. }
  1968. /**
  1969. * Gets the public 'quote.service' shared service.
  1970. *
  1971. * @return \AdminBundle\Services\QuoteService
  1972. */
  1973. protected function getQuote_ServiceService()
  1974. {
  1975. return $this->services['quote.service'] = new \AdminBundle\Services\QuoteService($this, ($this->privates['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
  1976. }
  1977. /**
  1978. * Gets the public 'request_stack' shared service.
  1979. *
  1980. * @return \Symfony\Component\HttpFoundation\RequestStack
  1981. */
  1982. protected function getRequestStackService()
  1983. {
  1984. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1985. }
  1986. /**
  1987. * Gets the public 'router' shared service.
  1988. *
  1989. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1990. */
  1991. protected function getRouterService()
  1992. {
  1993. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1994. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1995. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1996. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1997. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1998. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1999. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  2000. ], [
  2001. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2002. ]))->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');
  2003. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2004. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2005. return $instance;
  2006. }
  2007. /**
  2008. * Gets the public 'settings.service' shared service.
  2009. *
  2010. * @return \AdminBundle\Services\SettingsService
  2011. */
  2012. protected function getSettings_ServiceService()
  2013. {
  2014. return $this->services['settings.service'] = new \AdminBundle\Services\SettingsService($this, ($this->privates['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
  2015. }
  2016. /**
  2017. * Gets the public 'sonata.block.context_manager.default' shared service.
  2018. *
  2019. * @return \Sonata\BlockBundle\Block\BlockContextManager
  2020. */
  2021. protected function getSonata_Block_ContextManager_DefaultService()
  2022. {
  2023. $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2024. if (isset($this->services['sonata.block.context_manager.default'])) {
  2025. return $this->services['sonata.block.context_manager.default'];
  2026. }
  2027. 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()));
  2028. }
  2029. /**
  2030. * Gets the public 'sonata.block.manager' shared service.
  2031. *
  2032. * @return \Sonata\BlockBundle\Block\BlockServiceManager
  2033. */
  2034. protected function getSonata_Block_ManagerService()
  2035. {
  2036. $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2037. 'sonata.admin.block.admin_list' => ['services', 'sonata.admin.block.admin_list', 'getSonata_Admin_Block_AdminListService', true],
  2038. 'sonata.admin.block.admin_preview' => ['services', 'sonata.admin.block.admin_preview', 'getSonata_Admin_Block_AdminPreviewService', true],
  2039. 'sonata.admin.block.search_result' => ['services', 'sonata.admin.block.search_result', 'getSonata_Admin_Block_SearchResultService', true],
  2040. 'sonata.admin.block.stats' => ['services', 'sonata.admin.block.stats', 'getSonata_Admin_Block_StatsService', true],
  2041. 'sonata.block.service.container' => ['privates', 'sonata.block.service.container', 'getSonata_Block_Service_ContainerService', true],
  2042. 'sonata.block.service.empty' => ['privates', 'sonata.block.service.empty', 'getSonata_Block_Service_EmptyService', true],
  2043. 'sonata.block.service.menu' => ['privates', 'sonata.block.service.menu', 'getSonata_Block_Service_MenuService', true],
  2044. 'sonata.block.service.rss' => ['privates', 'sonata.block.service.rss', 'getSonata_Block_Service_RssService', true],
  2045. 'sonata.block.service.template' => ['privates', 'sonata.block.service.template', 'getSonata_Block_Service_TemplateService', true],
  2046. 'sonata.block.service.text' => ['privates', 'sonata.block.service.text', 'getSonata_Block_Service_TextService', true],
  2047. ], [
  2048. 'sonata.admin.block.admin_list' => '?',
  2049. 'sonata.admin.block.admin_preview' => '?',
  2050. 'sonata.admin.block.search_result' => '?',
  2051. 'sonata.admin.block.stats' => '?',
  2052. 'sonata.block.service.container' => '?',
  2053. 'sonata.block.service.empty' => '?',
  2054. 'sonata.block.service.menu' => '?',
  2055. 'sonata.block.service.rss' => '?',
  2056. 'sonata.block.service.template' => '?',
  2057. 'sonata.block.service.text' => '?',
  2058. ]), $this->parameters['sonata.block.container.types']);
  2059. $instance->add('sonata.block.service.container', 'sonata.block.service.container', $this->parameters['sonata_blocks.default_contexts']);
  2060. $instance->add('sonata.block.service.empty', 'sonata.block.service.empty', $this->parameters['sonata_blocks.default_contexts']);
  2061. $instance->add('sonata.block.service.text', 'sonata.block.service.text', $this->parameters['sonata_blocks.default_contexts']);
  2062. $instance->add('sonata.block.service.rss', 'sonata.block.service.rss', $this->parameters['sonata_blocks.default_contexts']);
  2063. $instance->add('sonata.block.service.template', 'sonata.block.service.template', $this->parameters['sonata_blocks.default_contexts']);
  2064. $instance->add('sonata.block.service.menu', 'sonata.block.service.menu', $this->parameters['sonata_blocks.default_contexts']);
  2065. $instance->add('sonata.admin.block.admin_list', 'sonata.admin.block.admin_list', $this->parameters['sonata_blocks.default_contexts']);
  2066. $instance->add('sonata.admin.block.search_result', 'sonata.admin.block.search_result', $this->parameters['sonata_blocks.default_contexts']);
  2067. $instance->add('sonata.admin.block.stats', 'sonata.admin.block.stats', $this->parameters['sonata_blocks.default_contexts']);
  2068. $instance->add('sonata.admin.block.admin_preview', 'sonata.admin.block.admin_preview', $this->parameters['sonata_blocks.default_contexts']);
  2069. return $instance;
  2070. }
  2071. /**
  2072. * Gets the public 'sonata.block.renderer.default' shared service.
  2073. *
  2074. * @return \Sonata\BlockBundle\Block\BlockRenderer
  2075. */
  2076. protected function getSonata_Block_Renderer_DefaultService()
  2077. {
  2078. $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2079. if (isset($this->services['sonata.block.renderer.default'])) {
  2080. return $this->services['sonata.block.renderer.default'];
  2081. }
  2082. $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'], [], []);
  2083. $b->setDefaultFilter('debug_only');
  2084. $b->setDefaultRenderer('throw');
  2085. return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a, $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2086. }
  2087. /**
  2088. * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  2089. *
  2090. * @return \Sonata\Twig\Extension\FlashMessageExtension
  2091. */
  2092. protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  2093. {
  2094. return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  2095. }
  2096. /**
  2097. * Gets the public 'translator' shared service.
  2098. *
  2099. * @return \Symfony\Component\Translation\DataCollectorTranslator
  2100. */
  2101. protected function getTranslatorService()
  2102. {
  2103. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2104. }
  2105. /**
  2106. * Gets the public 'var_dumper.cloner' shared service.
  2107. *
  2108. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2109. */
  2110. protected function getVarDumper_ClonerService()
  2111. {
  2112. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2113. $instance->setMaxItems(2500);
  2114. $instance->setMinDepth(1);
  2115. $instance->setMaxString(-1);
  2116. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2117. return $instance;
  2118. }
  2119. /**
  2120. * Gets the private '.debug.http_client' shared service.
  2121. *
  2122. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2123. */
  2124. protected function get_Debug_HttpClientService()
  2125. {
  2126. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2127. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2128. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2129. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2130. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2131. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2132. $a->setLogger($b);
  2133. 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))));
  2134. }
  2135. /**
  2136. * Gets the private '.debug.hwi_oauth.http_client' shared service.
  2137. *
  2138. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2139. */
  2140. protected function get_Debug_HwiOauth_HttpClientService()
  2141. {
  2142. 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))));
  2143. }
  2144. /**
  2145. * Gets the private '.service_locator.KLVvNIq' shared service.
  2146. *
  2147. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2148. */
  2149. protected function get_ServiceLocator_KLVvNIqService()
  2150. {
  2151. return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2152. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  2153. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  2154. ], [
  2155. 'doctrine.ulid_generator' => '?',
  2156. 'doctrine.uuid_generator' => '?',
  2157. ]);
  2158. }
  2159. /**
  2160. * Gets the private '.service_locator.m65.ADd' shared service.
  2161. *
  2162. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2163. */
  2164. protected function get_ServiceLocator_M65_ADdService()
  2165. {
  2166. return $this->privates['.service_locator.m65.ADd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2167. 'security.firewall.map.context.admin' => ['privates', 'security.firewall.map.context.admin', 'getSecurity_Firewall_Map_Context_AdminService', true],
  2168. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
  2169. 'security.firewall.map.context.client' => ['privates', 'security.firewall.map.context.client', 'getSecurity_Firewall_Map_Context_ClientService', true],
  2170. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  2171. ], [
  2172. 'security.firewall.map.context.admin' => '?',
  2173. 'security.firewall.map.context.api' => '?',
  2174. 'security.firewall.map.context.client' => '?',
  2175. 'security.firewall.map.context.dev' => '?',
  2176. ]);
  2177. }
  2178. /**
  2179. * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  2180. *
  2181. * @return \Http\HttplugBundle\Collector\PluginClientFactory
  2182. */
  2183. protected function getPluginClientFactoryService()
  2184. {
  2185. 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))));
  2186. }
  2187. /**
  2188. * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  2189. *
  2190. * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  2191. */
  2192. protected function getPluginClientFactoryListenerService()
  2193. {
  2194. return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  2195. }
  2196. /**
  2197. * Gets the private 'cache.annotations' shared service.
  2198. *
  2199. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2200. */
  2201. protected function getCache_AnnotationsService()
  2202. {
  2203. 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())));
  2204. }
  2205. /**
  2206. * Gets the private 'cache.doctrine.orm.auto_mapping.query' shared service.
  2207. *
  2208. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2209. */
  2210. protected function getCache_Doctrine_Orm_AutoMapping_QueryService()
  2211. {
  2212. return $this->privates['cache.doctrine.orm.auto_mapping.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2213. }
  2214. /**
  2215. * Gets the private 'cache.doctrine.orm.auto_mapping.result' shared service.
  2216. *
  2217. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2218. */
  2219. protected function getCache_Doctrine_Orm_AutoMapping_ResultService()
  2220. {
  2221. return $this->privates['cache.doctrine.orm.auto_mapping.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2222. }
  2223. /**
  2224. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2225. *
  2226. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2227. */
  2228. protected function getCache_Doctrine_Orm_Default_QueryService()
  2229. {
  2230. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2231. }
  2232. /**
  2233. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2234. *
  2235. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2236. */
  2237. protected function getCache_Doctrine_Orm_Default_ResultService()
  2238. {
  2239. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2240. }
  2241. /**
  2242. * Gets the private 'cache.doctrine.orm.paf.query' shared service.
  2243. *
  2244. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2245. */
  2246. protected function getCache_Doctrine_Orm_Paf_QueryService()
  2247. {
  2248. return $this->privates['cache.doctrine.orm.paf.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2249. }
  2250. /**
  2251. * Gets the private 'cache.doctrine.orm.paf.result' shared service.
  2252. *
  2253. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2254. */
  2255. protected function getCache_Doctrine_Orm_Paf_ResultService()
  2256. {
  2257. return $this->privates['cache.doctrine.orm.paf.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2258. }
  2259. /**
  2260. * Gets the private 'cache.doctrine.orm.paf_us.query' shared service.
  2261. *
  2262. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2263. */
  2264. protected function getCache_Doctrine_Orm_PafUs_QueryService()
  2265. {
  2266. return $this->privates['cache.doctrine.orm.paf_us.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2267. }
  2268. /**
  2269. * Gets the private 'cache.doctrine.orm.paf_us.result' shared service.
  2270. *
  2271. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2272. */
  2273. protected function getCache_Doctrine_Orm_PafUs_ResultService()
  2274. {
  2275. return $this->privates['cache.doctrine.orm.paf_us.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2276. }
  2277. /**
  2278. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2279. *
  2280. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2281. */
  2282. protected function getCache_Messenger_RestartWorkersSignalService()
  2283. {
  2284. $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))));
  2285. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2286. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2287. }
  2288. /**
  2289. * Gets the private 'cache.property_info' shared service.
  2290. *
  2291. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2292. */
  2293. protected function getCache_PropertyInfoService()
  2294. {
  2295. 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())));
  2296. }
  2297. /**
  2298. * Gets the private 'cache.security_expression_language' shared service.
  2299. *
  2300. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2301. */
  2302. protected function getCache_SecurityExpressionLanguageService()
  2303. {
  2304. 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())));
  2305. }
  2306. /**
  2307. * Gets the private 'cache.security_token_verifier' shared service.
  2308. *
  2309. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2310. */
  2311. protected function getCache_SecurityTokenVerifierService()
  2312. {
  2313. 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())));
  2314. }
  2315. /**
  2316. * Gets the private 'cache.serializer' shared service.
  2317. *
  2318. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2319. */
  2320. protected function getCache_SerializerService()
  2321. {
  2322. 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())));
  2323. }
  2324. /**
  2325. * Gets the private 'cache.validator' shared service.
  2326. *
  2327. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2328. */
  2329. protected function getCache_ValidatorService()
  2330. {
  2331. 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())));
  2332. }
  2333. /**
  2334. * Gets the private 'config_cache_factory' shared service.
  2335. *
  2336. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2337. */
  2338. protected function getConfigCacheFactoryService()
  2339. {
  2340. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2341. 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)));
  2342. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2343. }, 2));
  2344. }
  2345. /**
  2346. * Gets the private 'data_collector.form' shared service.
  2347. *
  2348. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2349. */
  2350. protected function getDataCollector_FormService()
  2351. {
  2352. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2353. }
  2354. /**
  2355. * Gets the private 'data_collector.request' shared service.
  2356. *
  2357. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2358. */
  2359. protected function getDataCollector_RequestService()
  2360. {
  2361. 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())));
  2362. }
  2363. /**
  2364. * Gets the private 'debug.controller_resolver' shared service.
  2365. *
  2366. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2367. */
  2368. protected function getDebug_ControllerResolverService()
  2369. {
  2370. 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))));
  2371. }
  2372. /**
  2373. * Gets the private 'debug.debug_handlers_listener' shared service.
  2374. *
  2375. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2376. */
  2377. protected function getDebug_DebugHandlersListenerService()
  2378. {
  2379. $a = new \Symfony\Bridge\Monolog\Logger('php');
  2380. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2381. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2382. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2383. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2384. 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()));
  2385. }
  2386. /**
  2387. * Gets the private 'debug.file_link_formatter' shared service.
  2388. *
  2389. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2390. */
  2391. protected function getDebug_FileLinkFormatterService()
  2392. {
  2393. 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 () {
  2394. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2395. });
  2396. }
  2397. /**
  2398. * Gets the private 'debug.log_processor' shared service.
  2399. *
  2400. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2401. */
  2402. protected function getDebug_LogProcessorService()
  2403. {
  2404. 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())));
  2405. }
  2406. /**
  2407. * Gets the private 'debug.security.access.decision_manager' shared service.
  2408. *
  2409. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2410. */
  2411. protected function getDebug_Security_Access_DecisionManagerService()
  2412. {
  2413. 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 () {
  2414. yield 0 => ($this->privates['debug.security.voter.security.acl.voter.user_permissions'] ?? $this->load('getDebug_Security_Voter_Security_Acl_Voter_UserPermissionsService'));
  2415. yield 1 => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->load('getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService'));
  2416. yield 2 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2417. yield 3 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2418. yield 4 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2419. yield 5 => ($this->privates['debug.security.voter.AdminBundle\\Security\\TicketVoter'] ?? $this->load('getTicketVoterService'));
  2420. }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2421. }
  2422. /**
  2423. * Gets the private 'debug.security.firewall' shared service.
  2424. *
  2425. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2426. */
  2427. protected function getDebug_Security_FirewallService()
  2428. {
  2429. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2430. if (isset($this->privates['debug.security.firewall'])) {
  2431. return $this->privates['debug.security.firewall'];
  2432. }
  2433. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2434. if (isset($this->privates['debug.security.firewall'])) {
  2435. return $this->privates['debug.security.firewall'];
  2436. }
  2437. $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  2438. if (isset($this->privates['debug.security.firewall'])) {
  2439. return $this->privates['debug.security.firewall'];
  2440. }
  2441. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, $c);
  2442. }
  2443. /**
  2444. * Gets the private 'doctrine.dbal.connection_factory' shared service.
  2445. *
  2446. * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  2447. */
  2448. protected function getDoctrine_Dbal_ConnectionFactoryService()
  2449. {
  2450. 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']));
  2451. }
  2452. /**
  2453. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2454. *
  2455. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2456. */
  2457. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2458. {
  2459. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2460. 'account.listener' => ['services', 'account.listener', 'getAccount_ListenerService', true],
  2461. 'area.life_cycles.post_persist' => ['services', 'area.life_cycles.post_persist', 'getArea_LifeCycles_PostPersistService', true],
  2462. 'booking.life_cycles.post_persist' => ['services', 'booking.life_cycles.post_persist', 'getBooking_LifeCycles_PostPersistService', true],
  2463. 'bookinghistory.subscriber' => ['services', 'bookinghistory.subscriber', 'getBookinghistory_SubscriberService', true],
  2464. 'changerequests.life_cycles.post_persist' => ['services', 'changerequests.life_cycles.post_persist', 'getChangerequests_LifeCycles_PostPersistService', true],
  2465. 'clientchangerequest.life_cycles.post_persist' => ['services', 'clientchangerequest.life_cycles.post_persist', 'getClientchangerequest_LifeCycles_PostPersistService', true],
  2466. 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners', 'getDoctrine_Orm_AutoMappingListeners_AttachEntityListenersService', true],
  2467. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  2468. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2469. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2470. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2471. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  2472. 'driver.life_cycles.entity' => ['services', 'driver.life_cycles.entity', 'getDriver_LifeCycles_EntityService', true],
  2473. 'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', true],
  2474. 'payment.life_cycles.post_persist' => ['services', 'payment.life_cycles.post_persist', 'getPayment_LifeCycles_PostPersistService', true],
  2475. 'paymentextracharge.life_cycles.post_persist' => ['services', 'paymentextracharge.life_cycles.post_persist', 'getPaymentextracharge_LifeCycles_PostPersistService', true],
  2476. 'security.acl.dbal.schema_listener' => ['privates', 'security.acl.dbal.schema_listener', 'getSecurity_Acl_Dbal_SchemaListenerService', true],
  2477. 'sonata.doctrine.mapper' => ['privates', 'sonata.doctrine.mapper', 'getSonata_Doctrine_MapperService', true],
  2478. 'sonata.user.listener.user' => ['privates', 'sonata.user.listener.user', 'getSonata_User_Listener_UserService', true],
  2479. 'ticket.life_cycles.post_persist' => ['services', 'ticket.life_cycles.post_persist', 'getTicket_LifeCycles_PostPersistService', true],
  2480. 'ticket_message.life_cycles.post_persist' => ['services', 'ticket_message.life_cycles.post_persist', 'getTicketMessage_LifeCycles_PostPersistService', true],
  2481. 'transaction.life_cycles' => ['services', 'transaction.life_cycles', 'getTransaction_LifeCyclesService', true],
  2482. ], [
  2483. 'account.listener' => '?',
  2484. 'area.life_cycles.post_persist' => '?',
  2485. 'booking.life_cycles.post_persist' => '?',
  2486. 'bookinghistory.subscriber' => '?',
  2487. 'changerequests.life_cycles.post_persist' => '?',
  2488. 'clientchangerequest.life_cycles.post_persist' => '?',
  2489. 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners' => '?',
  2490. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2491. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2492. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2493. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2494. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2495. 'driver.life_cycles.entity' => '?',
  2496. 'fos_user.user_listener' => '?',
  2497. 'payment.life_cycles.post_persist' => '?',
  2498. 'paymentextracharge.life_cycles.post_persist' => '?',
  2499. 'security.acl.dbal.schema_listener' => '?',
  2500. 'sonata.doctrine.mapper' => '?',
  2501. 'sonata.user.listener.user' => '?',
  2502. 'ticket.life_cycles.post_persist' => '?',
  2503. 'ticket_message.life_cycles.post_persist' => '?',
  2504. 'transaction.life_cycles' => '?',
  2505. ]), [0 => [0 => [0 => 'loadClassMetadata'], 1 => 'sonata.doctrine.mapper'], 1 => 'bookinghistory.subscriber', 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 => 'postPersist'], 1 => 'account.listener'], 7 => [0 => [0 => 'postPersist'], 1 => 'area.life_cycles.post_persist'], 8 => [0 => [0 => 'prePersist'], 1 => 'booking.life_cycles.post_persist'], 9 => [0 => [0 => 'postPersist'], 1 => 'booking.life_cycles.post_persist'], 10 => [0 => [0 => 'onFlush'], 1 => 'booking.life_cycles.post_persist'], 11 => [0 => [0 => 'prePersist'], 1 => 'changerequests.life_cycles.post_persist'], 12 => [0 => [0 => 'postPersist'], 1 => 'changerequests.life_cycles.post_persist'], 13 => [0 => [0 => 'prePersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 14 => [0 => [0 => 'postPersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 15 => [0 => [0 => 'postPersist'], 1 => 'driver.life_cycles.entity'], 16 => [0 => [0 => 'onFlush'], 1 => 'driver.life_cycles.entity'], 17 => [0 => [0 => 'prePersist'], 1 => 'payment.life_cycles.post_persist'], 18 => [0 => [0 => 'postUpdate'], 1 => 'payment.life_cycles.post_persist'], 19 => [0 => [0 => 'postPersist'], 1 => 'paymentextracharge.life_cycles.post_persist'], 20 => [0 => [0 => 'postPersist'], 1 => 'ticket.life_cycles.post_persist'], 21 => [0 => [0 => 'postUpdate'], 1 => 'ticket.life_cycles.post_persist'], 22 => [0 => [0 => 'postPersist'], 1 => 'ticket_message.life_cycles.post_persist'], 23 => [0 => [0 => 'prePersist'], 1 => 'transaction.life_cycles'], 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']]);
  2506. }
  2507. /**
  2508. * Gets the private 'doctrine.dbal.paf_connection.event_manager' shared service.
  2509. *
  2510. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2511. */
  2512. protected function getDoctrine_Dbal_PafConnection_EventManagerService()
  2513. {
  2514. return $this->privates['doctrine.dbal.paf_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2515. 'account.listener' => ['services', 'account.listener', 'getAccount_ListenerService', true],
  2516. 'area.life_cycles.post_persist' => ['services', 'area.life_cycles.post_persist', 'getArea_LifeCycles_PostPersistService', true],
  2517. 'booking.life_cycles.post_persist' => ['services', 'booking.life_cycles.post_persist', 'getBooking_LifeCycles_PostPersistService', true],
  2518. 'bookinghistory.subscriber' => ['services', 'bookinghistory.subscriber', 'getBookinghistory_SubscriberService', true],
  2519. 'changerequests.life_cycles.post_persist' => ['services', 'changerequests.life_cycles.post_persist', 'getChangerequests_LifeCycles_PostPersistService', true],
  2520. 'clientchangerequest.life_cycles.post_persist' => ['services', 'clientchangerequest.life_cycles.post_persist', 'getClientchangerequest_LifeCycles_PostPersistService', true],
  2521. 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners', 'getDoctrine_Orm_AutoMappingListeners_AttachEntityListenersService', true],
  2522. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2523. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2524. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2525. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  2526. 'doctrine.orm.paf_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.paf_listeners.attach_entity_listeners', 'getDoctrine_Orm_PafListeners_AttachEntityListenersService', true],
  2527. 'driver.life_cycles.entity' => ['services', 'driver.life_cycles.entity', 'getDriver_LifeCycles_EntityService', true],
  2528. 'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', true],
  2529. 'payment.life_cycles.post_persist' => ['services', 'payment.life_cycles.post_persist', 'getPayment_LifeCycles_PostPersistService', true],
  2530. 'paymentextracharge.life_cycles.post_persist' => ['services', 'paymentextracharge.life_cycles.post_persist', 'getPaymentextracharge_LifeCycles_PostPersistService', true],
  2531. 'security.acl.dbal.schema_listener' => ['privates', 'security.acl.dbal.schema_listener', 'getSecurity_Acl_Dbal_SchemaListenerService', true],
  2532. 'sonata.doctrine.mapper' => ['privates', 'sonata.doctrine.mapper', 'getSonata_Doctrine_MapperService', true],
  2533. 'sonata.user.listener.user' => ['privates', 'sonata.user.listener.user', 'getSonata_User_Listener_UserService', true],
  2534. 'ticket.life_cycles.post_persist' => ['services', 'ticket.life_cycles.post_persist', 'getTicket_LifeCycles_PostPersistService', true],
  2535. 'ticket_message.life_cycles.post_persist' => ['services', 'ticket_message.life_cycles.post_persist', 'getTicketMessage_LifeCycles_PostPersistService', true],
  2536. 'transaction.life_cycles' => ['services', 'transaction.life_cycles', 'getTransaction_LifeCyclesService', true],
  2537. ], [
  2538. 'account.listener' => '?',
  2539. 'area.life_cycles.post_persist' => '?',
  2540. 'booking.life_cycles.post_persist' => '?',
  2541. 'bookinghistory.subscriber' => '?',
  2542. 'changerequests.life_cycles.post_persist' => '?',
  2543. 'clientchangerequest.life_cycles.post_persist' => '?',
  2544. 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners' => '?',
  2545. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2546. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2547. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2548. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2549. 'doctrine.orm.paf_listeners.attach_entity_listeners' => '?',
  2550. 'driver.life_cycles.entity' => '?',
  2551. 'fos_user.user_listener' => '?',
  2552. 'payment.life_cycles.post_persist' => '?',
  2553. 'paymentextracharge.life_cycles.post_persist' => '?',
  2554. 'security.acl.dbal.schema_listener' => '?',
  2555. 'sonata.doctrine.mapper' => '?',
  2556. 'sonata.user.listener.user' => '?',
  2557. 'ticket.life_cycles.post_persist' => '?',
  2558. 'ticket_message.life_cycles.post_persist' => '?',
  2559. 'transaction.life_cycles' => '?',
  2560. ]), [0 => [0 => [0 => 'loadClassMetadata'], 1 => 'sonata.doctrine.mapper'], 1 => 'bookinghistory.subscriber', 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 => 'postPersist'], 1 => 'account.listener'], 7 => [0 => [0 => 'postPersist'], 1 => 'area.life_cycles.post_persist'], 8 => [0 => [0 => 'prePersist'], 1 => 'booking.life_cycles.post_persist'], 9 => [0 => [0 => 'postPersist'], 1 => 'booking.life_cycles.post_persist'], 10 => [0 => [0 => 'onFlush'], 1 => 'booking.life_cycles.post_persist'], 11 => [0 => [0 => 'prePersist'], 1 => 'changerequests.life_cycles.post_persist'], 12 => [0 => [0 => 'postPersist'], 1 => 'changerequests.life_cycles.post_persist'], 13 => [0 => [0 => 'prePersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 14 => [0 => [0 => 'postPersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 15 => [0 => [0 => 'postPersist'], 1 => 'driver.life_cycles.entity'], 16 => [0 => [0 => 'onFlush'], 1 => 'driver.life_cycles.entity'], 17 => [0 => [0 => 'prePersist'], 1 => 'payment.life_cycles.post_persist'], 18 => [0 => [0 => 'postUpdate'], 1 => 'payment.life_cycles.post_persist'], 19 => [0 => [0 => 'postPersist'], 1 => 'paymentextracharge.life_cycles.post_persist'], 20 => [0 => [0 => 'postPersist'], 1 => 'ticket.life_cycles.post_persist'], 21 => [0 => [0 => 'postUpdate'], 1 => 'ticket.life_cycles.post_persist'], 22 => [0 => [0 => 'postPersist'], 1 => 'ticket_message.life_cycles.post_persist'], 23 => [0 => [0 => 'prePersist'], 1 => 'transaction.life_cycles'], 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']]);
  2561. }
  2562. /**
  2563. * Gets the private 'doctrine.dbal.paf_us_connection.event_manager' shared service.
  2564. *
  2565. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2566. */
  2567. protected function getDoctrine_Dbal_PafUsConnection_EventManagerService()
  2568. {
  2569. return $this->privates['doctrine.dbal.paf_us_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2570. 'account.listener' => ['services', 'account.listener', 'getAccount_ListenerService', true],
  2571. 'area.life_cycles.post_persist' => ['services', 'area.life_cycles.post_persist', 'getArea_LifeCycles_PostPersistService', true],
  2572. 'booking.life_cycles.post_persist' => ['services', 'booking.life_cycles.post_persist', 'getBooking_LifeCycles_PostPersistService', true],
  2573. 'bookinghistory.subscriber' => ['services', 'bookinghistory.subscriber', 'getBookinghistory_SubscriberService', true],
  2574. 'changerequests.life_cycles.post_persist' => ['services', 'changerequests.life_cycles.post_persist', 'getChangerequests_LifeCycles_PostPersistService', true],
  2575. 'clientchangerequest.life_cycles.post_persist' => ['services', 'clientchangerequest.life_cycles.post_persist', 'getClientchangerequest_LifeCycles_PostPersistService', true],
  2576. 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners', 'getDoctrine_Orm_AutoMappingListeners_AttachEntityListenersService', true],
  2577. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2578. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2579. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2580. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  2581. 'doctrine.orm.paf_us_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.paf_us_listeners.attach_entity_listeners', 'getDoctrine_Orm_PafUsListeners_AttachEntityListenersService', true],
  2582. 'driver.life_cycles.entity' => ['services', 'driver.life_cycles.entity', 'getDriver_LifeCycles_EntityService', true],
  2583. 'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', true],
  2584. 'payment.life_cycles.post_persist' => ['services', 'payment.life_cycles.post_persist', 'getPayment_LifeCycles_PostPersistService', true],
  2585. 'paymentextracharge.life_cycles.post_persist' => ['services', 'paymentextracharge.life_cycles.post_persist', 'getPaymentextracharge_LifeCycles_PostPersistService', true],
  2586. 'security.acl.dbal.schema_listener' => ['privates', 'security.acl.dbal.schema_listener', 'getSecurity_Acl_Dbal_SchemaListenerService', true],
  2587. 'sonata.doctrine.mapper' => ['privates', 'sonata.doctrine.mapper', 'getSonata_Doctrine_MapperService', true],
  2588. 'sonata.user.listener.user' => ['privates', 'sonata.user.listener.user', 'getSonata_User_Listener_UserService', true],
  2589. 'ticket.life_cycles.post_persist' => ['services', 'ticket.life_cycles.post_persist', 'getTicket_LifeCycles_PostPersistService', true],
  2590. 'ticket_message.life_cycles.post_persist' => ['services', 'ticket_message.life_cycles.post_persist', 'getTicketMessage_LifeCycles_PostPersistService', true],
  2591. 'transaction.life_cycles' => ['services', 'transaction.life_cycles', 'getTransaction_LifeCyclesService', true],
  2592. ], [
  2593. 'account.listener' => '?',
  2594. 'area.life_cycles.post_persist' => '?',
  2595. 'booking.life_cycles.post_persist' => '?',
  2596. 'bookinghistory.subscriber' => '?',
  2597. 'changerequests.life_cycles.post_persist' => '?',
  2598. 'clientchangerequest.life_cycles.post_persist' => '?',
  2599. 'doctrine.orm.auto_mapping_listeners.attach_entity_listeners' => '?',
  2600. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2601. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2602. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2603. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2604. 'doctrine.orm.paf_us_listeners.attach_entity_listeners' => '?',
  2605. 'driver.life_cycles.entity' => '?',
  2606. 'fos_user.user_listener' => '?',
  2607. 'payment.life_cycles.post_persist' => '?',
  2608. 'paymentextracharge.life_cycles.post_persist' => '?',
  2609. 'security.acl.dbal.schema_listener' => '?',
  2610. 'sonata.doctrine.mapper' => '?',
  2611. 'sonata.user.listener.user' => '?',
  2612. 'ticket.life_cycles.post_persist' => '?',
  2613. 'ticket_message.life_cycles.post_persist' => '?',
  2614. 'transaction.life_cycles' => '?',
  2615. ]), [0 => [0 => [0 => 'loadClassMetadata'], 1 => 'sonata.doctrine.mapper'], 1 => 'bookinghistory.subscriber', 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 => 'postPersist'], 1 => 'account.listener'], 7 => [0 => [0 => 'postPersist'], 1 => 'area.life_cycles.post_persist'], 8 => [0 => [0 => 'prePersist'], 1 => 'booking.life_cycles.post_persist'], 9 => [0 => [0 => 'postPersist'], 1 => 'booking.life_cycles.post_persist'], 10 => [0 => [0 => 'onFlush'], 1 => 'booking.life_cycles.post_persist'], 11 => [0 => [0 => 'prePersist'], 1 => 'changerequests.life_cycles.post_persist'], 12 => [0 => [0 => 'postPersist'], 1 => 'changerequests.life_cycles.post_persist'], 13 => [0 => [0 => 'prePersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 14 => [0 => [0 => 'postPersist'], 1 => 'clientchangerequest.life_cycles.post_persist'], 15 => [0 => [0 => 'postPersist'], 1 => 'driver.life_cycles.entity'], 16 => [0 => [0 => 'onFlush'], 1 => 'driver.life_cycles.entity'], 17 => [0 => [0 => 'prePersist'], 1 => 'payment.life_cycles.post_persist'], 18 => [0 => [0 => 'postUpdate'], 1 => 'payment.life_cycles.post_persist'], 19 => [0 => [0 => 'postPersist'], 1 => 'paymentextracharge.life_cycles.post_persist'], 20 => [0 => [0 => 'postPersist'], 1 => 'ticket.life_cycles.post_persist'], 21 => [0 => [0 => 'postUpdate'], 1 => 'ticket.life_cycles.post_persist'], 22 => [0 => [0 => 'postPersist'], 1 => 'ticket_message.life_cycles.post_persist'], 23 => [0 => [0 => 'prePersist'], 1 => 'transaction.life_cycles'], 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']]);
  2616. }
  2617. /**
  2618. * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  2619. *
  2620. * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  2621. */
  2622. protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  2623. {
  2624. 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, [], []))));
  2625. }
  2626. /**
  2627. * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2628. *
  2629. * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2630. */
  2631. protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2632. {
  2633. $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);
  2634. $instance->setGlobalBasename('mapping');
  2635. return $instance;
  2636. }
  2637. /**
  2638. * Gets the private 'exception_listener' shared service.
  2639. *
  2640. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2641. */
  2642. protected function getExceptionListenerService()
  2643. {
  2644. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('AdminBundle\\Controller\\ErrorController::show', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2645. }
  2646. /**
  2647. * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2648. *
  2649. * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2650. */
  2651. protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2652. {
  2653. $a = new \FOS\UserBundle\Util\Canonicalizer();
  2654. return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
  2655. }
  2656. /**
  2657. * Gets the private 'httplug.collector.formatter' shared service.
  2658. *
  2659. * @return \Http\HttplugBundle\Collector\Formatter
  2660. */
  2661. protected function getHttplug_Collector_FormatterService()
  2662. {
  2663. return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  2664. }
  2665. /**
  2666. * Gets the private 'jms_serializer.event_dispatcher' shared service.
  2667. *
  2668. * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2669. */
  2670. protected function getJmsSerializer_EventDispatcherService()
  2671. {
  2672. $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2673. 'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
  2674. 'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
  2675. 'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
  2676. ], [
  2677. 'jms_serializer.stopwatch_subscriber' => '?',
  2678. 'jms_serializer.traceable_runs_listener' => '?',
  2679. 'jms_serializer.doctrine_proxy_subscriber' => '?',
  2680. ]));
  2681. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], NULL, NULL, NULL);
  2682. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
  2683. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
  2684. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
  2685. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
  2686. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2687. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2688. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
  2689. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
  2690. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
  2691. $instance->addListener('serializer.pre_deserialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
  2692. $instance->addListener('serializer.post_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], NULL, NULL, NULL);
  2693. return $instance;
  2694. }
  2695. /**
  2696. * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2697. *
  2698. * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2699. */
  2700. protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2701. {
  2702. 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')]));
  2703. }
  2704. /**
  2705. * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2706. *
  2707. * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2708. */
  2709. protected function getJmsSerializer_TraceableHandlerRegistryService()
  2710. {
  2711. $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, [
  2712. 'jms_serializer.union_handler' => ['privates', 'jms_serializer.union_handler', 'getJmsSerializer_UnionHandlerService', true],
  2713. 'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
  2714. 'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
  2715. 'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
  2716. 'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
  2717. 'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', true],
  2718. ], [
  2719. 'jms_serializer.union_handler' => '?',
  2720. 'jms_serializer.array_collection_handler' => '?',
  2721. 'jms_serializer.datetime_handler' => '?',
  2722. 'jms_serializer.iterator_handler' => '?',
  2723. 'jms_serializer.constraint_violation_handler' => '?',
  2724. 'jms_serializer.form_error_handler' => '?',
  2725. ])));
  2726. $instance->registerHandler(2, 'union', 'json', [0 => 'jms_serializer.union_handler', 1 => 'deserializeUnion']);
  2727. $instance->registerHandler(2, 'union', 'xml', [0 => 'jms_serializer.union_handler', 1 => 'deserializeUnion']);
  2728. $instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  2729. $instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  2730. $instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  2731. $instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  2732. $instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  2733. $instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  2734. $instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  2735. $instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  2736. $instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  2737. $instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  2738. $instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
  2739. $instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
  2740. $instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
  2741. $instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
  2742. $instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
  2743. $instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
  2744. $instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
  2745. $instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
  2746. $instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  2747. $instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  2748. $instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  2749. $instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  2750. $instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
  2751. $instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
  2752. $instance->registerHandler(1, 'union', 'json', [0 => 'jms_serializer.union_handler', 1 => 'serializeUnion']);
  2753. $instance->registerHandler(1, 'union', 'xml', [0 => 'jms_serializer.union_handler', 1 => 'serializeUnion']);
  2754. $instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  2755. $instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  2756. $instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  2757. $instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  2758. $instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  2759. $instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  2760. $instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  2761. $instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  2762. $instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  2763. $instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  2764. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
  2765. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
  2766. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
  2767. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
  2768. $instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
  2769. $instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
  2770. $instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
  2771. $instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
  2772. $instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
  2773. $instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
  2774. $instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
  2775. $instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
  2776. $instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToxml']);
  2777. $instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormTojson']);
  2778. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToXml']);
  2779. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToJson']);
  2780. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
  2781. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
  2782. $instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  2783. $instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  2784. $instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  2785. $instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  2786. $instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  2787. $instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  2788. return $instance;
  2789. }
  2790. /**
  2791. * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  2792. *
  2793. * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  2794. */
  2795. protected function getJmsSerializer_TraceableMetadataFactoryService()
  2796. {
  2797. $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2798. 'metadata_driver' => ['privates', 'jms_serializer.metadata.typed_properties_driver', 'getJmsSerializer_Metadata_TypedPropertiesDriverService', true],
  2799. ], [
  2800. 'metadata_driver' => '?',
  2801. ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
  2802. $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')))));
  2803. $a->setIncludeInterfaces(false);
  2804. return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  2805. }
  2806. /**
  2807. * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  2808. *
  2809. * @return \JMS\SerializerBundle\Debug\RunsListener
  2810. */
  2811. protected function getJmsSerializer_TraceableRunsListenerService()
  2812. {
  2813. return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  2814. }
  2815. /**
  2816. * Gets the private 'locale_aware_listener' shared service.
  2817. *
  2818. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2819. */
  2820. protected function getLocaleAwareListenerService()
  2821. {
  2822. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2823. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2824. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2825. yield 2 => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  2826. yield 3 => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  2827. }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2828. }
  2829. /**
  2830. * Gets the private 'locale_listener' shared service.
  2831. *
  2832. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2833. */
  2834. protected function getLocaleListenerService()
  2835. {
  2836. $a = ($this->services['router'] ?? $this->getRouterService());
  2837. if (isset($this->privates['locale_listener'])) {
  2838. return $this->privates['locale_listener'];
  2839. }
  2840. 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, []);
  2841. }
  2842. /**
  2843. * Gets the private 'monolog.handler.api' shared service.
  2844. *
  2845. * @return \Monolog\Handler\RotatingFileHandler
  2846. */
  2847. protected function getMonolog_Handler_ApiService()
  2848. {
  2849. $this->privates['monolog.handler.api'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/api.log'), 2, 'info', true, NULL, false);
  2850. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2851. $instance->setFilenameFormat('{filename}-{date}', 'Y-m-d');
  2852. return $instance;
  2853. }
  2854. /**
  2855. * Gets the private 'monolog.handler.console' shared service.
  2856. *
  2857. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2858. */
  2859. protected function getMonolog_Handler_ConsoleService()
  2860. {
  2861. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  2862. }
  2863. /**
  2864. * Gets the private 'monolog.handler.main' shared service.
  2865. *
  2866. * @return \Monolog\Handler\StreamHandler
  2867. */
  2868. protected function getMonolog_Handler_MainService()
  2869. {
  2870. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  2871. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2872. return $instance;
  2873. }
  2874. /**
  2875. * Gets the private 'monolog.logger' shared service.
  2876. *
  2877. * @return \Symfony\Bridge\Monolog\Logger
  2878. */
  2879. protected function getMonolog_LoggerService()
  2880. {
  2881. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2882. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2883. $instance->useMicrosecondTimestamps(true);
  2884. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2885. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2886. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2887. return $instance;
  2888. }
  2889. /**
  2890. * Gets the private 'monolog.logger.cache' shared service.
  2891. *
  2892. * @return \Symfony\Bridge\Monolog\Logger
  2893. */
  2894. protected function getMonolog_Logger_CacheService()
  2895. {
  2896. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2897. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2898. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2899. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2900. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2901. return $instance;
  2902. }
  2903. /**
  2904. * Gets the private 'monolog.logger.doctrine' shared service.
  2905. *
  2906. * @return \Symfony\Bridge\Monolog\Logger
  2907. */
  2908. protected function getMonolog_Logger_DoctrineService()
  2909. {
  2910. $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2911. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2912. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2913. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2914. return $instance;
  2915. }
  2916. /**
  2917. * Gets the private 'monolog.logger.request' shared service.
  2918. *
  2919. * @return \Symfony\Bridge\Monolog\Logger
  2920. */
  2921. protected function getMonolog_Logger_RequestService()
  2922. {
  2923. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2924. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2925. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2926. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2927. $instance->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
  2928. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2929. return $instance;
  2930. }
  2931. /**
  2932. * Gets the private 'monolog.logger.security' shared service.
  2933. *
  2934. * @return \Symfony\Bridge\Monolog\Logger
  2935. */
  2936. protected function getMonolog_Logger_SecurityService()
  2937. {
  2938. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2939. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2940. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2941. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2942. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2943. return $instance;
  2944. }
  2945. /**
  2946. * Gets the private 'parameter_bag' shared service.
  2947. *
  2948. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2949. */
  2950. protected function getParameterBagService()
  2951. {
  2952. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2953. }
  2954. /**
  2955. * Gets the private 'profiler_listener' shared service.
  2956. *
  2957. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2958. */
  2959. protected function getProfilerListenerService()
  2960. {
  2961. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2962. if (isset($this->privates['profiler_listener'])) {
  2963. return $this->privates['profiler_listener'];
  2964. }
  2965. 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);
  2966. }
  2967. /**
  2968. * Gets the private 'property_accessor' shared service.
  2969. *
  2970. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2971. */
  2972. protected function getPropertyAccessorService()
  2973. {
  2974. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2975. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  2976. }
  2977. /**
  2978. * Gets the private 'property_info' shared service.
  2979. *
  2980. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2981. */
  2982. protected function getPropertyInfoService()
  2983. {
  2984. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2985. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2986. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2987. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2988. yield 3 => ($this->privates['doctrine.orm.paf_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafEntityManager_PropertyInfoExtractorService'));
  2989. yield 4 => ($this->privates['doctrine.orm.paf_us_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafUsEntityManager_PropertyInfoExtractorService'));
  2990. yield 5 => ($this->privates['doctrine.orm.auto_mapping_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AutoMappingEntityManager_PropertyInfoExtractorService'));
  2991. }, 6), new RewindableGenerator(function () {
  2992. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2993. yield 1 => ($this->privates['doctrine.orm.paf_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafEntityManager_PropertyInfoExtractorService'));
  2994. yield 2 => ($this->privates['doctrine.orm.paf_us_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafUsEntityManager_PropertyInfoExtractorService'));
  2995. yield 3 => ($this->privates['doctrine.orm.auto_mapping_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AutoMappingEntityManager_PropertyInfoExtractorService'));
  2996. yield 4 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2997. yield 5 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2998. yield 6 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2999. }, 7), new RewindableGenerator(function () {
  3000. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3001. }, 1), new RewindableGenerator(function () {
  3002. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3003. yield 1 => ($this->privates['doctrine.orm.paf_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafEntityManager_PropertyInfoExtractorService'));
  3004. yield 2 => ($this->privates['doctrine.orm.paf_us_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PafUsEntityManager_PropertyInfoExtractorService'));
  3005. yield 3 => ($this->privates['doctrine.orm.auto_mapping_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AutoMappingEntityManager_PropertyInfoExtractorService'));
  3006. yield 4 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3007. }, 5), new RewindableGenerator(function () {
  3008. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3009. }, 1));
  3010. }
  3011. /**
  3012. * Gets the private 'router.expression_language_provider' shared service.
  3013. *
  3014. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3015. */
  3016. protected function getRouter_ExpressionLanguageProviderService()
  3017. {
  3018. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3019. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  3020. ], [
  3021. 'env' => 'Closure',
  3022. ]));
  3023. }
  3024. /**
  3025. * Gets the private 'router.request_context' shared service.
  3026. *
  3027. * @return \Symfony\Component\Routing\RequestContext
  3028. */
  3029. protected function getRouter_RequestContextService()
  3030. {
  3031. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  3032. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3033. return $instance;
  3034. }
  3035. /**
  3036. * Gets the private 'router_listener' shared service.
  3037. *
  3038. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3039. */
  3040. protected function getRouterListenerService()
  3041. {
  3042. $a = ($this->services['router'] ?? $this->getRouterService());
  3043. if (isset($this->privates['router_listener'])) {
  3044. return $this->privates['router_listener'];
  3045. }
  3046. 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);
  3047. }
  3048. /**
  3049. * Gets the private 'security.context_listener.0' shared service.
  3050. *
  3051. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3052. */
  3053. protected function getSecurity_ContextListener_0Service()
  3054. {
  3055. $a = ($this->privates['security.event_dispatcher.client'] ?? $this->getSecurity_EventDispatcher_ClientService());
  3056. if (isset($this->privates['security.context_listener.0'])) {
  3057. return $this->privates['security.context_listener.0'];
  3058. }
  3059. 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 () {
  3060. yield 0 => ($this->privates['sonata.user.security.user_provider'] ?? $this->load('getSonata_User_Security_UserProviderService'));
  3061. yield 1 => ($this->services['apiKey.provide'] ?? $this->load('getApiKey_ProvideService'));
  3062. }, 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']);
  3063. }
  3064. /**
  3065. * Gets the private 'security.event_dispatcher.client' shared service.
  3066. *
  3067. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3068. */
  3069. protected function getSecurity_EventDispatcher_ClientService()
  3070. {
  3071. $this->privates['security.event_dispatcher.client'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3072. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3073. return ($this->privates['security.listener.session.client'] ?? $this->load('getSecurity_Listener_Session_ClientService'));
  3074. }, 1 => 'onSuccessfulLogin'], 0);
  3075. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3076. return ($this->privates['security.logout.listener.default.client'] ?? $this->load('getSecurity_Logout_Listener_Default_ClientService'));
  3077. }, 1 => 'onLogout'], 64);
  3078. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3079. return ($this->privates['security.logout.listener.session.client'] ?? ($this->privates['security.logout.listener.session.client'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3080. }, 1 => 'onLogout'], 0);
  3081. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3082. return ($this->privates['security.listener.user_checker.client'] ?? $this->load('getSecurity_Listener_UserChecker_ClientService'));
  3083. }, 1 => 'preCheckCredentials'], 256);
  3084. $instance->addListener('security.authentication.success', [0 => function () {
  3085. return ($this->privates['security.listener.user_checker.client'] ?? $this->load('getSecurity_Listener_UserChecker_ClientService'));
  3086. }, 1 => 'postCheckCredentials'], 256);
  3087. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3088. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3089. }, 1 => 'checkPassport'], 1024);
  3090. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3091. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3092. }, 1 => 'checkPassport'], 0);
  3093. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3094. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3095. }, 1 => 'onLoginSuccess'], 0);
  3096. $instance->addListener('security.interactive_login', [0 => function () {
  3097. return ($this->privates['sonata.user.listener.last_login'] ?? $this->load('getSonata_User_Listener_LastLoginService'));
  3098. }, 1 => 'onSecurityInteractiveLogin'], 0);
  3099. $instance->addListener('security.interactive_login', [0 => function () {
  3100. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  3101. }, 1 => 'onSecurityInteractiveLogin'], 0);
  3102. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3103. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3104. }, 1 => 'checkPassport'], 512);
  3105. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3106. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3107. }, 1 => 'onLogout'], 0);
  3108. return $instance;
  3109. }
  3110. /**
  3111. * Gets the private 'security.firewall.map' shared service.
  3112. *
  3113. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3114. */
  3115. protected function getSecurity_Firewall_MapService()
  3116. {
  3117. $a = ($this->privates['.service_locator.m65.ADd'] ?? $this->get_ServiceLocator_M65_ADdService());
  3118. if (isset($this->privates['security.firewall.map'])) {
  3119. return $this->privates['security.firewall.map'];
  3120. }
  3121. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3122. 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)/')));
  3123. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3124. yield 'security.firewall.map.context.client' => ($this->privates['.security.request_matcher.iQWrQmC'] ?? ($this->privates['.security.request_matcher.iQWrQmC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/client')));
  3125. yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.cVxvreg'] ?? ($this->privates['.security.request_matcher.cVxvreg'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/(.*)')));
  3126. }, 4));
  3127. }
  3128. /**
  3129. * Gets the private 'security.logout_url_generator' shared service.
  3130. *
  3131. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3132. */
  3133. protected function getSecurity_LogoutUrlGeneratorService()
  3134. {
  3135. $a = ($this->services['router'] ?? $this->getRouterService());
  3136. if (isset($this->privates['security.logout_url_generator'])) {
  3137. return $this->privates['security.logout_url_generator'];
  3138. }
  3139. $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()));
  3140. $instance->registerListener('client', '/client/logout', 'logout', '_csrf_token', NULL, 'user');
  3141. $instance->registerListener('admin', '/admin/logout', 'logout', '_csrf_token', NULL, 'user');
  3142. return $instance;
  3143. }
  3144. /**
  3145. * Gets the private 'security.password_hasher_factory' shared service.
  3146. *
  3147. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3148. */
  3149. protected function getSecurity_PasswordHasherFactoryService()
  3150. {
  3151. return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\LegacyPasswordAuthenticatedUserInterface' => ['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]]);
  3152. }
  3153. /**
  3154. * Gets the private 'security.role_hierarchy' shared service.
  3155. *
  3156. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3157. */
  3158. protected function getSecurity_RoleHierarchyService()
  3159. {
  3160. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3161. }
  3162. /**
  3163. * Gets the private 'session_listener' shared service.
  3164. *
  3165. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3166. */
  3167. protected function getSessionListenerService()
  3168. {
  3169. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3170. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  3171. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  3172. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3173. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  3174. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  3175. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  3176. ], [
  3177. 'initialized_session' => '?',
  3178. 'logger' => '?',
  3179. 'request_stack' => '?',
  3180. 'session' => '?',
  3181. 'session_collector' => '?',
  3182. 'session_factory' => '?',
  3183. ]), true, $this->parameters['session.storage.options']);
  3184. }
  3185. /**
  3186. * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3187. *
  3188. * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3189. */
  3190. protected function getSonata_Admin_BreadcrumbsBuilderService()
  3191. {
  3192. return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3193. }
  3194. /**
  3195. * Gets the private 'sonata.admin.configuration' shared service.
  3196. *
  3197. * @return \Sonata\AdminBundle\SonataConfiguration
  3198. */
  3199. protected function getSonata_Admin_ConfigurationService()
  3200. {
  3201. return $this->privates['sonata.admin.configuration'] = new \Sonata\AdminBundle\SonataConfiguration('Sonata Admin', 'bundles/sonataadmin/images/logo_title.png', ['use_select2' => true, 'use_icheck' => true, 'list_action_button_content' => 'icon', 'html5_validate' => true, 'sort_admins' => false, 'confirm_exit' => true, 'js_debug' => false, 'skin' => 'skin-black', '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]);
  3202. }
  3203. /**
  3204. * Gets the private 'sonata.admin.global_template_registry' shared service.
  3205. *
  3206. * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3207. */
  3208. protected function getSonata_Admin_GlobalTemplateRegistryService()
  3209. {
  3210. return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3211. }
  3212. /**
  3213. * Gets the private 'sonata.admin.pool' shared service.
  3214. *
  3215. * @return \Sonata\AdminBundle\Admin\Pool
  3216. */
  3217. protected function getSonata_Admin_PoolService()
  3218. {
  3219. return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3220. 'admin.accounts' => [false, 'admin.accounts', 'getAdmin_AccountsService', true],
  3221. 'admin.accounts.group' => [false, 'admin.accounts.group', 'getAdmin_Accounts_GroupService', true],
  3222. 'admin.booking' => [false, 'admin.booking', 'getAdmin_BookingService', true],
  3223. 'admin.booking_booking_extras' => [false, 'admin.booking_booking_extras', 'getAdmin_BookingBookingExtrasService', true],
  3224. 'admin.booking_cancel_reasons' => [false, 'admin.booking_cancel_reasons', 'getAdmin_BookingCancelReasonsService', true],
  3225. 'admin.booking_extras' => [false, 'admin.booking_extras', 'getAdmin_BookingExtrasService', true],
  3226. 'admin.booking_request' => [false, 'admin.booking_request', 'getAdmin_BookingRequestService', true],
  3227. 'admin.booking_reviews' => [false, 'admin.booking_reviews', 'getAdmin_BookingReviewsService', true],
  3228. 'admin.booking_via' => [false, 'admin.booking_via', 'getAdmin_BookingViaService', true],
  3229. 'admin.bookings_processed' => [false, 'admin.bookings_processed', 'getAdmin_BookingsProcessedService', true],
  3230. 'admin.car' => [false, 'admin.car', 'getAdmin_CarService', true],
  3231. 'admin.car_type.area.price' => [false, 'admin.car_type.area.price', 'getAdmin_CarType_Area_PriceService', true],
  3232. 'admin.cartype' => [false, 'admin.cartype', 'getAdmin_CartypeService', true],
  3233. 'admin.cartypeprice' => [false, 'admin.cartypeprice', 'getAdmin_CartypepriceService', true],
  3234. 'admin.change_requests' => [false, 'admin.change_requests', 'getAdmin_ChangeRequestsService', true],
  3235. 'admin.client_cancellation_fee' => [false, 'admin.client_cancellation_fee', 'getAdmin_ClientCancellationFeeService', true],
  3236. 'admin.client_change_request' => [false, 'admin.client_change_request', 'getAdmin_ClientChangeRequestService', true],
  3237. 'admin.client_invoices' => [false, 'admin.client_invoices', 'getAdmin_ClientInvoicesService', true],
  3238. 'admin.company' => [false, 'admin.company', 'getAdmin_CompanyService', true],
  3239. 'admin.company_invoice' => [false, 'admin.company_invoice', 'getAdmin_CompanyInvoiceService', true],
  3240. 'admin.department' => [false, 'admin.department', 'getAdmin_DepartmentService', true],
  3241. 'admin.driver' => [false, 'admin.driver', 'getAdmin_DriverService', true],
  3242. 'admin.driver_completed_jobs' => [false, 'admin.driver_completed_jobs', 'getAdmin_DriverCompletedJobsService', true],
  3243. 'admin.driver_history' => [false, 'admin.driver_history', 'getAdmin_DriverHistoryService', true],
  3244. 'admin.driver_history_reason' => [false, 'admin.driver_history_reason', 'getAdmin_DriverHistoryReasonService', true],
  3245. 'admin.driver_invoices' => [false, 'admin.driver_invoices', 'getAdmin_DriverInvoicesService', true],
  3246. 'admin.driver_queue' => [false, 'admin.driver_queue', 'getAdmin_DriverQueueService', true],
  3247. 'admin.email_template' => [false, 'admin.email_template', 'getAdmin_EmailTemplateService', true],
  3248. 'admin.images' => [false, 'admin.images', 'getAdmin_ImagesService', true],
  3249. 'admin.invoice_adjustment_reasons' => [false, 'admin.invoice_adjustment_reasons', 'getAdmin_InvoiceAdjustmentReasonsService', true],
  3250. 'admin.locations' => [false, 'admin.locations', 'getAdmin_LocationsService', true],
  3251. 'admin.mobile_ads' => [false, 'admin.mobile_ads', 'getAdmin_MobileAdsService', true],
  3252. 'admin.news' => [false, 'admin.news', 'getAdmin_NewsService', true],
  3253. 'admin.objectives' => [false, 'admin.objectives', 'getAdmin_ObjectivesService', true],
  3254. 'admin.operator' => [false, 'admin.operator', 'getAdmin_OperatorService', true],
  3255. 'admin.operator_admin' => [false, 'admin.operator_admin', 'getAdmin_OperatorAdminService', true],
  3256. 'admin.organisation' => [false, 'admin.organisation', 'getAdmin_OrganisationService', true],
  3257. 'admin.pafaddress' => [false, 'admin.pafaddress', 'getAdmin_PafaddressService', true],
  3258. 'admin.pafaddressus' => [false, 'admin.pafaddressus', 'getAdmin_PafaddressusService', true],
  3259. 'admin.pafbuilding' => [false, 'admin.pafbuilding', 'getAdmin_PafbuildingService', true],
  3260. 'admin.paflocality' => [false, 'admin.paflocality', 'getAdmin_PaflocalityService', true],
  3261. 'admin.payment' => [false, 'admin.payment', 'getAdmin_PaymentService', true],
  3262. 'admin.payment_extra_charge' => [false, 'admin.payment_extra_charge', 'getAdmin_PaymentExtraChargeService', true],
  3263. 'admin.period.settings' => [false, 'admin.period.settings', 'getAdmin_Period_SettingsService', true],
  3264. 'admin.pricethreshold' => [false, 'admin.pricethreshold', 'getAdmin_PricethresholdService', true],
  3265. 'admin.question' => [false, 'admin.question', 'getAdmin_QuestionService', true],
  3266. 'admin.questionnarie' => [false, 'admin.questionnarie', 'getAdmin_QuestionnarieService', true],
  3267. 'admin.reports' => [false, 'admin.reports', 'getAdmin_ReportsService', true],
  3268. 'admin.reports.confirmed' => [false, 'admin.reports.confirmed', 'getAdmin_Reports_ConfirmedService', true],
  3269. 'admin.reports.drivers_jobs' => [false, 'admin.reports.drivers_jobs', 'getAdmin_Reports_DriversJobsService', true],
  3270. 'admin.reports.refund' => [false, 'admin.reports.refund', 'getAdmin_Reports_RefundService', true],
  3271. 'admin.reports.stats' => [false, 'admin.reports.stats', 'getAdmin_Reports_StatsService', true],
  3272. 'admin.settings' => [false, 'admin.settings', 'getAdmin_SettingsService', true],
  3273. 'admin.socket_events' => [false, 'admin.socket_events', 'getAdmin_SocketEventsService', true],
  3274. 'admin.sub_building_name' => [false, 'admin.sub_building_name', 'getAdmin_SubBuildingNameService', true],
  3275. 'admin.thoroughfare' => [false, 'admin.thoroughfare', 'getAdmin_ThoroughfareService', true],
  3276. 'admin.thoroughfare_descriptor' => [false, 'admin.thoroughfare_descriptor', 'getAdmin_ThoroughfareDescriptorService', true],
  3277. 'admin.ticket' => [false, 'admin.ticket', 'getAdmin_TicketService', true],
  3278. 'admin.ticket_message' => [false, 'admin.ticket_message', 'getAdmin_TicketMessageService', true],
  3279. 'admin.tours' => [false, 'admin.tours', 'getAdmin_ToursService', true],
  3280. 'admin.transaction' => [false, 'admin.transaction', 'getAdmin_TransactionService', true],
  3281. 'admin.users' => [false, 'admin.users', 'getAdmin_UsersService', true],
  3282. 'admin.voucher' => [false, 'admin.voucher', 'getAdmin_VoucherService', true],
  3283. 'admin.zone' => [false, 'admin.zone', 'getAdmin_ZoneService', true],
  3284. 'admin.zonecartype' => [false, 'admin.zonecartype', 'getAdmin_ZonecartypeService', true],
  3285. 'area.zone' => [false, 'area.zone', 'getArea_ZoneService', true],
  3286. 'service_container' => ['services', 'service_container', 'getServiceContainerService', true],
  3287. 'sonata.user.admin.user' => [false, 'sonata.user.admin.user', 'getSonata_User_Admin_UserService', true],
  3288. ], [
  3289. 'admin.accounts' => '?',
  3290. 'admin.accounts.group' => '?',
  3291. 'admin.booking' => '?',
  3292. 'admin.booking_booking_extras' => '?',
  3293. 'admin.booking_cancel_reasons' => '?',
  3294. 'admin.booking_extras' => '?',
  3295. 'admin.booking_request' => '?',
  3296. 'admin.booking_reviews' => '?',
  3297. 'admin.booking_via' => '?',
  3298. 'admin.bookings_processed' => '?',
  3299. 'admin.car' => '?',
  3300. 'admin.car_type.area.price' => '?',
  3301. 'admin.cartype' => '?',
  3302. 'admin.cartypeprice' => '?',
  3303. 'admin.change_requests' => '?',
  3304. 'admin.client_cancellation_fee' => '?',
  3305. 'admin.client_change_request' => '?',
  3306. 'admin.client_invoices' => '?',
  3307. 'admin.company' => '?',
  3308. 'admin.company_invoice' => '?',
  3309. 'admin.department' => '?',
  3310. 'admin.driver' => '?',
  3311. 'admin.driver_completed_jobs' => '?',
  3312. 'admin.driver_history' => '?',
  3313. 'admin.driver_history_reason' => '?',
  3314. 'admin.driver_invoices' => '?',
  3315. 'admin.driver_queue' => '?',
  3316. 'admin.email_template' => '?',
  3317. 'admin.images' => '?',
  3318. 'admin.invoice_adjustment_reasons' => '?',
  3319. 'admin.locations' => '?',
  3320. 'admin.mobile_ads' => '?',
  3321. 'admin.news' => '?',
  3322. 'admin.objectives' => '?',
  3323. 'admin.operator' => '?',
  3324. 'admin.operator_admin' => '?',
  3325. 'admin.organisation' => '?',
  3326. 'admin.pafaddress' => '?',
  3327. 'admin.pafaddressus' => '?',
  3328. 'admin.pafbuilding' => '?',
  3329. 'admin.paflocality' => '?',
  3330. 'admin.payment' => '?',
  3331. 'admin.payment_extra_charge' => '?',
  3332. 'admin.period.settings' => '?',
  3333. 'admin.pricethreshold' => '?',
  3334. 'admin.question' => '?',
  3335. 'admin.questionnarie' => '?',
  3336. 'admin.reports' => '?',
  3337. 'admin.reports.confirmed' => '?',
  3338. 'admin.reports.drivers_jobs' => '?',
  3339. 'admin.reports.refund' => '?',
  3340. 'admin.reports.stats' => '?',
  3341. 'admin.settings' => '?',
  3342. 'admin.socket_events' => '?',
  3343. 'admin.sub_building_name' => '?',
  3344. 'admin.thoroughfare' => '?',
  3345. 'admin.thoroughfare_descriptor' => '?',
  3346. 'admin.ticket' => '?',
  3347. 'admin.ticket_message' => '?',
  3348. 'admin.tours' => '?',
  3349. 'admin.transaction' => '?',
  3350. 'admin.users' => '?',
  3351. 'admin.voucher' => '?',
  3352. 'admin.zone' => '?',
  3353. 'admin.zonecartype' => '?',
  3354. 'area.zone' => '?',
  3355. 'service_container' => '?',
  3356. 'sonata.user.admin.user' => '?',
  3357. ]), [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']]);
  3358. }
  3359. /**
  3360. * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3361. *
  3362. * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3363. */
  3364. protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3365. {
  3366. return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3367. }
  3368. /**
  3369. * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3370. *
  3371. * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3372. */
  3373. protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3374. {
  3375. 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);
  3376. }
  3377. /**
  3378. * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3379. *
  3380. * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3381. */
  3382. protected function getSonata_Admin_Twig_GroupRuntimeService()
  3383. {
  3384. $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  3385. if (isset($this->privates['sonata.admin.twig.group_runtime'])) {
  3386. return $this->privates['sonata.admin.twig.group_runtime'];
  3387. }
  3388. return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime($a);
  3389. }
  3390. /**
  3391. * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3392. *
  3393. * @return \Sonata\AdminBundle\Twig\IconRuntime
  3394. */
  3395. protected function getSonata_Admin_Twig_IconRuntimeService()
  3396. {
  3397. return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3398. }
  3399. /**
  3400. * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3401. *
  3402. * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3403. */
  3404. protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3405. {
  3406. return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3407. }
  3408. /**
  3409. * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3410. *
  3411. * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3412. */
  3413. protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3414. {
  3415. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3416. if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  3417. return $this->privates['sonata.admin.twig.security_runtime'];
  3418. }
  3419. return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  3420. }
  3421. /**
  3422. * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3423. *
  3424. * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3425. */
  3426. protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3427. {
  3428. $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  3429. if (isset($this->privates['sonata.admin.twig.sonata_admin_runtime'])) {
  3430. return $this->privates['sonata.admin.twig.sonata_admin_runtime'];
  3431. }
  3432. return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime($a);
  3433. }
  3434. /**
  3435. * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3436. *
  3437. * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3438. */
  3439. protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3440. {
  3441. $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  3442. if (isset($this->privates['sonata.admin.twig.template_registry_runtime'])) {
  3443. return $this->privates['sonata.admin.twig.template_registry_runtime'];
  3444. }
  3445. 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);
  3446. }
  3447. /**
  3448. * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3449. *
  3450. * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3451. */
  3452. protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3453. {
  3454. 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']);
  3455. }
  3456. /**
  3457. * Gets the private 'sonata.block.templating.helper' shared service.
  3458. *
  3459. * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3460. */
  3461. protected function getSonata_Block_Templating_HelperService()
  3462. {
  3463. $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3464. if (isset($this->privates['sonata.block.templating.helper'])) {
  3465. return $this->privates['sonata.block.templating.helper'];
  3466. }
  3467. $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3468. if (isset($this->privates['sonata.block.templating.helper'])) {
  3469. return $this->privates['sonata.block.templating.helper'];
  3470. }
  3471. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3472. if (isset($this->privates['sonata.block.templating.helper'])) {
  3473. return $this->privates['sonata.block.templating.helper'];
  3474. }
  3475. 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))));
  3476. }
  3477. /**
  3478. * Gets the private 'sonata.user.manager.user' shared service.
  3479. *
  3480. * @return \Sonata\UserBundle\Entity\UserManager
  3481. */
  3482. protected function getSonata_User_Manager_UserService()
  3483. {
  3484. 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())));
  3485. }
  3486. /**
  3487. * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  3488. *
  3489. * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  3490. */
  3491. protected function getSonata_User_MatrixRolesBuilderService()
  3492. {
  3493. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3494. if (isset($this->privates['sonata.user.matrix_roles_builder'])) {
  3495. return $this->privates['sonata.user.matrix_roles_builder'];
  3496. }
  3497. $b = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  3498. if (isset($this->privates['sonata.user.matrix_roles_builder'])) {
  3499. return $this->privates['sonata.user.matrix_roles_builder'];
  3500. }
  3501. $c = ($this->privates['sonata.admin.configuration'] ?? $this->getSonata_Admin_ConfigurationService());
  3502. $d = ($this->services['translator'] ?? $this->getTranslatorService());
  3503. 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']));
  3504. }
  3505. /**
  3506. * Gets the private 'sphinx.logger' shared service.
  3507. *
  3508. * @return \Javer\SphinxBundle\Logger\SphinxLogger
  3509. */
  3510. protected function getSphinx_LoggerService()
  3511. {
  3512. $a = new \Symfony\Bridge\Monolog\Logger('sphinx');
  3513. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3514. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3515. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3516. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3517. return $this->privates['sphinx.logger'] = new \Javer\SphinxBundle\Logger\SphinxLogger($a);
  3518. }
  3519. /**
  3520. * Gets the private 'translator.default' shared service.
  3521. *
  3522. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3523. */
  3524. protected function getTranslator_DefaultService()
  3525. {
  3526. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3527. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  3528. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  3529. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  3530. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  3531. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  3532. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  3533. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  3534. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  3535. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  3536. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  3537. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  3538. ], [
  3539. 'translation.loader.csv' => '?',
  3540. 'translation.loader.dat' => '?',
  3541. 'translation.loader.ini' => '?',
  3542. 'translation.loader.json' => '?',
  3543. 'translation.loader.mo' => '?',
  3544. 'translation.loader.php' => '?',
  3545. 'translation.loader.po' => '?',
  3546. 'translation.loader.qt' => '?',
  3547. 'translation.loader.res' => '?',
  3548. 'translation.loader.xliff' => '?',
  3549. 'translation.loader.yml' => '?',
  3550. ]), 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']]], []);
  3551. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3552. $instance->setFallbackLocales([0 => 'en']);
  3553. return $instance;
  3554. }
  3555. /**
  3556. * Gets the private 'validator.builder' shared service.
  3557. *
  3558. * @return \Symfony\Component\Validator\ValidatorBuilder
  3559. */
  3560. protected function getValidator_BuilderService()
  3561. {
  3562. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3563. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3564. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3565. 'Sonata\\Form\\Validator\\InlineValidator' => ['privates', 'sonata.form.validator.inline', 'getSonata_Form_Validator_InlineService', true],
  3566. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3567. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3568. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  3569. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3570. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  3571. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3572. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3573. 'sonata.form.validator.inline' => ['privates', 'sonata.form.validator.inline', 'getSonata_Form_Validator_InlineService', true],
  3574. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3575. ], [
  3576. 'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3577. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3578. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3579. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3580. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3581. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3582. 'doctrine.orm.validator.unique' => '?',
  3583. 'security.validator.user_password' => '?',
  3584. 'sonata.form.validator.inline' => '?',
  3585. 'validator.expression' => '?',
  3586. ])));
  3587. if ($this->has('translator')) {
  3588. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3589. }
  3590. $instance->setTranslationDomain('validators');
  3591. $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')]);
  3592. $instance->enableAnnotationMapping(true);
  3593. $instance->addMethodMapping('loadValidatorMetadata');
  3594. $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()))]);
  3595. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  3596. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3597. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.paf_entity_manager'] ?? $this->getDoctrine_Orm_PafEntityManagerService()), NULL));
  3598. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.paf_us_entity_manager'] ?? $this->getDoctrine_Orm_PafUsEntityManagerService()), NULL));
  3599. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.auto_mapping_entity_manager'] ?? $this->getDoctrine_Orm_AutoMappingEntityManagerService()), NULL));
  3600. $instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  3601. $instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  3602. return $instance;
  3603. }
  3604. /**
  3605. * Gets the private 'var_dumper.html_dumper' shared service.
  3606. *
  3607. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3608. */
  3609. protected function getVarDumper_HtmlDumperService()
  3610. {
  3611. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  3612. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3613. return $instance;
  3614. }
  3615. /**
  3616. * Gets the private 'var_dumper.server_connection' shared service.
  3617. *
  3618. * @return \Symfony\Component\VarDumper\Server\Connection
  3619. */
  3620. protected function getVarDumper_ServerConnectionService()
  3621. {
  3622. $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  3623. if (isset($this->privates['var_dumper.server_connection'])) {
  3624. return $this->privates['var_dumper.server_connection'];
  3625. }
  3626. 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()]);
  3627. }
  3628. /**
  3629. * Gets the private 'web_profiler.csp.handler' shared service.
  3630. *
  3631. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3632. */
  3633. protected function getWebProfiler_Csp_HandlerService()
  3634. {
  3635. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3636. }
  3637. /**
  3638. * Gets the private 'web_profiler.debug_toolbar' shared service.
  3639. *
  3640. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3641. */
  3642. protected function getWebProfiler_DebugToolbarService()
  3643. {
  3644. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3645. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3646. return $this->privates['web_profiler.debug_toolbar'];
  3647. }
  3648. $b = ($this->services['router'] ?? $this->getRouterService());
  3649. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3650. return $this->privates['web_profiler.debug_toolbar'];
  3651. }
  3652. 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()));
  3653. }
  3654. /**
  3655. * Gets the public 'cache_clearer' alias.
  3656. *
  3657. * @return object The ".container.private.cache_clearer" service.
  3658. */
  3659. protected function getCacheClearerService()
  3660. {
  3661. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3662. return $this->get('.container.private.cache_clearer');
  3663. }
  3664. /**
  3665. * Gets the public 'filesystem' alias.
  3666. *
  3667. * @return object The ".container.private.filesystem" service.
  3668. */
  3669. protected function getFilesystemService()
  3670. {
  3671. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3672. return $this->get('.container.private.filesystem');
  3673. }
  3674. /**
  3675. * Gets the public 'serializer' alias.
  3676. *
  3677. * @return object The ".container.private.serializer" service.
  3678. */
  3679. protected function getSerializerService()
  3680. {
  3681. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3682. return $this->get('.container.private.serializer');
  3683. }
  3684. /**
  3685. * Gets the public 'security.csrf.token_manager' alias.
  3686. *
  3687. * @return object The ".container.private.security.csrf.token_manager" service.
  3688. */
  3689. protected function getSecurity_Csrf_TokenManagerService()
  3690. {
  3691. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3692. return $this->get('.container.private.security.csrf.token_manager');
  3693. }
  3694. /**
  3695. * Gets the public 'form.factory' alias.
  3696. *
  3697. * @return object The ".container.private.form.factory" service.
  3698. */
  3699. protected function getForm_FactoryService()
  3700. {
  3701. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3702. return $this->get('.container.private.form.factory');
  3703. }
  3704. /**
  3705. * Gets the public 'form.type.file' alias.
  3706. *
  3707. * @return object The ".container.private.form.type.file" service.
  3708. */
  3709. protected function getForm_Type_FileService()
  3710. {
  3711. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3712. return $this->get('.container.private.form.type.file');
  3713. }
  3714. /**
  3715. * Gets the public 'profiler' alias.
  3716. *
  3717. * @return object The ".container.private.profiler" service.
  3718. */
  3719. protected function getProfilerService()
  3720. {
  3721. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3722. return $this->get('.container.private.profiler');
  3723. }
  3724. /**
  3725. * Gets the public 'twig' alias.
  3726. *
  3727. * @return object The ".container.private.twig" service.
  3728. */
  3729. protected function getTwigService()
  3730. {
  3731. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3732. return $this->get('.container.private.twig');
  3733. }
  3734. /**
  3735. * Gets the public 'security.authorization_checker' alias.
  3736. *
  3737. * @return object The ".container.private.security.authorization_checker" service.
  3738. */
  3739. protected function getSecurity_AuthorizationCheckerService()
  3740. {
  3741. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3742. return $this->get('.container.private.security.authorization_checker');
  3743. }
  3744. /**
  3745. * Gets the public 'security.token_storage' alias.
  3746. *
  3747. * @return object The ".container.private.security.token_storage" service.
  3748. */
  3749. protected function getSecurity_TokenStorageService()
  3750. {
  3751. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3752. return $this->get('.container.private.security.token_storage');
  3753. }
  3754. /**
  3755. * Gets the public 'security.password_encoder' alias.
  3756. *
  3757. * @return object The ".container.private.security.password_encoder" service.
  3758. */
  3759. protected function getSecurity_PasswordEncoderService()
  3760. {
  3761. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3762. return $this->get('.container.private.security.password_encoder');
  3763. }
  3764. /**
  3765. * Gets the public 'session' alias.
  3766. *
  3767. * @return object The ".container.private.session" service.
  3768. */
  3769. protected function getSessionService()
  3770. {
  3771. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3772. return $this->get('.container.private.session');
  3773. }
  3774. /**
  3775. * Gets the public 'validator' alias.
  3776. *
  3777. * @return object The ".container.private.validator" service.
  3778. */
  3779. protected function getValidatorService()
  3780. {
  3781. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3782. return $this->get('.container.private.validator');
  3783. }
  3784. /**
  3785. * @return array|bool|float|int|string|\UnitEnum|null
  3786. */
  3787. public function getParameter(string $name)
  3788. {
  3789. if (isset($this->buildParameters[$name])) {
  3790. return $this->buildParameters[$name];
  3791. }
  3792. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  3793. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  3794. }
  3795. if (isset($this->loadedDynamicParameters[$name])) {
  3796. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3797. }
  3798. return $this->parameters[$name];
  3799. }
  3800. public function hasParameter(string $name): bool
  3801. {
  3802. if (isset($this->buildParameters[$name])) {
  3803. return true;
  3804. }
  3805. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  3806. }
  3807. public function setParameter(string $name, $value): void
  3808. {
  3809. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3810. }
  3811. public function getParameterBag(): ParameterBagInterface
  3812. {
  3813. if (null === $this->parameterBag) {
  3814. $parameters = $this->parameters;
  3815. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3816. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3817. }
  3818. foreach ($this->buildParameters as $name => $value) {
  3819. $parameters[$name] = $value;
  3820. }
  3821. $this->parameterBag = new FrozenParameterBag($parameters);
  3822. }
  3823. return $this->parameterBag;
  3824. }
  3825. private $loadedDynamicParameters = [
  3826. 'kernel.runtime_environment' => false,
  3827. 'kernel.build_dir' => false,
  3828. 'kernel.cache_dir' => false,
  3829. 'database_host' => false,
  3830. 'database_port' => false,
  3831. 'database_name' => false,
  3832. 'database_user' => false,
  3833. 'database_password' => false,
  3834. 'kernel.secret' => false,
  3835. 'debug.container.dump' => false,
  3836. 'serializer.mapping.cache.file' => false,
  3837. 'validator.mapping.cache.file' => false,
  3838. 'profiler.storage.dsn' => false,
  3839. 'doctrine.orm.proxy_dir' => false,
  3840. 'knp_snappy.image.binary' => false,
  3841. 'javer_sphinx.data_dir' => false,
  3842. ];
  3843. private $dynamicParameters = [];
  3844. private function getDynamicParameter(string $name)
  3845. {
  3846. switch ($name) {
  3847. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3848. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  3849. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  3850. case 'database_host': $value = $this->getEnv('database_host'); break;
  3851. case 'database_port': $value = $this->getEnv('database_port'); break;
  3852. case 'database_name': $value = $this->getEnv('database_name'); break;
  3853. case 'database_user': $value = $this->getEnv('database_user'); break;
  3854. case 'database_password': $value = $this->getEnv('database_password'); break;
  3855. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  3856. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3857. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  3858. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  3859. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3860. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3861. case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  3862. case 'javer_sphinx.data_dir': $value = ($this->targetDir.''.'/sphinx'); break;
  3863. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  3864. }
  3865. $this->loadedDynamicParameters[$name] = true;
  3866. return $this->dynamicParameters[$name] = $value;
  3867. }
  3868. protected function getDefaultParameters(): array
  3869. {
  3870. return [
  3871. 'kernel.project_dir' => \dirname(__DIR__, 4),
  3872. 'kernel.environment' => 'dev',
  3873. 'kernel.debug' => true,
  3874. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  3875. 'kernel.bundles' => [
  3876. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3877. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3878. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3879. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3880. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3881. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3882. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3883. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3884. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3885. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3886. 'CronCronBundle' => 'Cron\\CronBundle\\CronCronBundle',
  3887. 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  3888. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3889. 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  3890. 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  3891. 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  3892. 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  3893. 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  3894. 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3895. 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  3896. 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  3897. 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  3898. 'JaverSphinxBundle' => 'Javer\\SphinxBundle\\JaverSphinxBundle',
  3899. 'AdminBundle' => 'AdminBundle\\AdminBundle',
  3900. 'AdminFOSUserBundle' => 'AdminFOSUserBundle\\AdminFOSUserBundle',
  3901. 'ClientBundle' => 'ClientBundle\\ClientBundle',
  3902. 'DriverBundle' => 'DriverBundle\\DriverBundle',
  3903. 'PafBundle' => 'PafBundle\\PafBundle',
  3904. 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  3905. 'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
  3906. 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  3907. 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  3908. ],
  3909. 'kernel.bundles_metadata' => [
  3910. 'FrameworkBundle' => [
  3911. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  3912. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3913. ],
  3914. 'DoctrineBundle' => [
  3915. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  3916. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3917. ],
  3918. 'DoctrineMigrationsBundle' => [
  3919. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3920. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3921. ],
  3922. 'DebugBundle' => [
  3923. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  3924. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3925. ],
  3926. 'TwigBundle' => [
  3927. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  3928. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3929. ],
  3930. 'WebProfilerBundle' => [
  3931. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  3932. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3933. ],
  3934. 'TwigExtraBundle' => [
  3935. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  3936. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3937. ],
  3938. 'SecurityBundle' => [
  3939. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  3940. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3941. ],
  3942. 'MonologBundle' => [
  3943. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  3944. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3945. ],
  3946. 'MakerBundle' => [
  3947. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  3948. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3949. ],
  3950. 'CronCronBundle' => [
  3951. 'path' => (\dirname(__DIR__, 4).'/vendor/cron/cron-bundle'),
  3952. 'namespace' => 'Cron\\CronBundle',
  3953. ],
  3954. 'JMSSerializerBundle' => [
  3955. 'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
  3956. 'namespace' => 'JMS\\SerializerBundle',
  3957. ],
  3958. 'KnpSnappyBundle' => [
  3959. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3960. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3961. ],
  3962. 'SonataTwigBundle' => [
  3963. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  3964. 'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  3965. ],
  3966. 'SonataFormBundle' => [
  3967. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  3968. 'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  3969. ],
  3970. 'SonataExporterBundle' => [
  3971. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  3972. 'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  3973. ],
  3974. 'SonataDoctrineBundle' => [
  3975. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  3976. 'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  3977. ],
  3978. 'SonataBlockBundle' => [
  3979. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src'),
  3980. 'namespace' => 'Sonata\\BlockBundle',
  3981. ],
  3982. 'KnpMenuBundle' => [
  3983. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle'),
  3984. 'namespace' => 'Knp\\Bundle\\MenuBundle',
  3985. ],
  3986. 'SonataAdminBundle' => [
  3987. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src'),
  3988. 'namespace' => 'Sonata\\AdminBundle',
  3989. ],
  3990. 'SonataDoctrineORMAdminBundle' => [
  3991. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  3992. 'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  3993. ],
  3994. 'SonataUserBundle' => [
  3995. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/user-bundle/src'),
  3996. 'namespace' => 'Sonata\\UserBundle',
  3997. ],
  3998. 'JaverSphinxBundle' => [
  3999. 'path' => (\dirname(__DIR__, 4).'/vendor/javer/sphinx-bundle'),
  4000. 'namespace' => 'Javer\\SphinxBundle',
  4001. ],
  4002. 'AdminBundle' => [
  4003. 'path' => (\dirname(__DIR__, 4).'/src/AdminBundle'),
  4004. 'namespace' => 'AdminBundle',
  4005. ],
  4006. 'AdminFOSUserBundle' => [
  4007. 'path' => (\dirname(__DIR__, 4).'/src/AdminFOSUserBundle'),
  4008. 'namespace' => 'AdminFOSUserBundle',
  4009. ],
  4010. 'ClientBundle' => [
  4011. 'path' => (\dirname(__DIR__, 4).'/src/ClientBundle'),
  4012. 'namespace' => 'ClientBundle',
  4013. ],
  4014. 'DriverBundle' => [
  4015. 'path' => (\dirname(__DIR__, 4).'/src/DriverBundle'),
  4016. 'namespace' => 'DriverBundle',
  4017. ],
  4018. 'PafBundle' => [
  4019. 'path' => (\dirname(__DIR__, 4).'/src/PafBundle'),
  4020. 'namespace' => 'PafBundle',
  4021. ],
  4022. 'FOSUserBundle' => [
  4023. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src'),
  4024. 'namespace' => 'FOS\\UserBundle',
  4025. ],
  4026. 'AclBundle' => [
  4027. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/acl-bundle/src'),
  4028. 'namespace' => 'Symfony\\Bundle\\AclBundle',
  4029. ],
  4030. 'HttplugBundle' => [
  4031. 'path' => (\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src'),
  4032. 'namespace' => 'Http\\HttplugBundle',
  4033. ],
  4034. 'HWIOAuthBundle' => [
  4035. 'path' => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src'),
  4036. 'namespace' => 'HWI\\Bundle\\OAuthBundle',
  4037. ],
  4038. ],
  4039. 'kernel.charset' => 'UTF-8',
  4040. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  4041. 'database_host_paf' => 'ctlf.co.uk',
  4042. 'database_port_paf' => NULL,
  4043. 'database_name_paf' => 'paf',
  4044. 'database_user_paf' => 'paf',
  4045. 'database_password_paf' => '54qw54qw',
  4046. 'database_host_paf_us' => 'us1.ctlf.co.uk',
  4047. 'database_port_paf_us' => NULL,
  4048. 'database_name_paf_us' => 'ctlf_address',
  4049. 'database_user_paf_us' => 'ctlf_address',
  4050. 'database_password_paf_us' => '09AgpQ5Rah0',
  4051. 'mailer_transport' => 'smtp',
  4052. 'mailer_host' => '127.0.0.1',
  4053. 'mailer_user' => 'null',
  4054. 'mailer_password' => 'null',
  4055. 'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  4056. 'locale' => 'en',
  4057. 'apple_client_id' => 'com.ctlf.ctlfweb',
  4058. 'apple_key_id' => '4W9473Q7B7',
  4059. 'apple_team_id' => 'VPUXRCQPG6',
  4060. 'sinch_name' => 'CTLF APP',
  4061. 'sinch_key' => '78eeb193-6d24-49e0-bd91-4b80c4a3bd56',
  4062. 'sinch_secret' => 'L/aO1VKSUU+rlBSXNm4bEA==',
  4063. 'braintree_environment' => 'sandbox',
  4064. 'braintree_merchantId' => 't42yhd2svwczn7zh',
  4065. 'braintree_merchantAccountId' => 'infotwelvelondon',
  4066. 'braintree_publicKey' => 'g6qhp2nsrphvnv3b',
  4067. 'braintree_privateKey' => '4d2105a532e004d6ac6ecc7a3423a88e',
  4068. 'twelve_domain' => 'https://bookings25.ctlf.co.uk/bookings/',
  4069. 'mandrill_publicKey' => 'md-3FtqNjWipN-7AJgNeyhJxQ',
  4070. 'mandrill_operator_email' => 'info@twelve.london',
  4071. 'google_maps_api_key' => 'AIzaSyCwLCNpxyh9oMMQJnizioXCwJ9bsymfWLY',
  4072. 'mapbox_access_token' => 'pk.eyJ1IjoibWVkaWFmaXJzdCIsImEiOiJjanZldmprYmIwNHp1M3pwZ2FvczhzaGc2In0.hSvoqGB5UhKKwrGLDEwshA',
  4073. 'sphinx_host' => 'cool.ctlf.co.uk',
  4074. 'sphinx_port' => 9306,
  4075. 'here_app_id' => 'inejUUr7csRlPMa4fo86',
  4076. 'here_app_code' => 'H8xg8BSdHOy0x5K_Pi1wvQ',
  4077. 'clickatell_token' => 'PXobEX91QmG6IeROMhFyJg==',
  4078. 'clickatell_token_us' => 'POV1p9EHT0q87rcVn1WWbQ==',
  4079. 'assets_base_url' => 'https://dev25.ctlf.co.uk/',
  4080. 'database_host_paf_new' => 'ctlf.co.uk',
  4081. 'database_port_paf_new' => NULL,
  4082. 'database_name_paf_new' => 'paf_latest',
  4083. 'database_user_paf_new' => 'paf',
  4084. 'database_password_paf_new' => '54qw54qw',
  4085. 'env_mode' => 'dev',
  4086. 'main_location' => 'UK',
  4087. 'stripe_environment' => 'development',
  4088. 'stripe_publish_key' => 'pk_test_3BU5ZuZcFj9hCStqywRpNjbl00AbuphuCZ',
  4089. 'stripe_secret_key' => 'sk_test_fulcarx8eCw0X87IZ2K9jMe30025SRcgpb',
  4090. 'notification_websocket_tcp_ip' => '127.0.0.1',
  4091. 'notification_websocket_tcp_port' => 5555,
  4092. 'notification_websocket_server_ip' => '0.0.0.0',
  4093. 'notification_websocket_server_host' => 'dev25.ctlf.co.uk',
  4094. 'notification_websocket_server_protocol' => 'wss',
  4095. 'notification_websocket_server_port' => 8090,
  4096. 'wss_url' => 'wss://dev25.ctlf.co.uk/devcall',
  4097. 'ws_url' => 'ws://dev25.ctlf.co.uk:8090',
  4098. 'facebook_client_id' => 3201084176740371,
  4099. 'facebook_client_secret' => 'b94a322150a50738e944bbf2c31ee134',
  4100. 'google_client_id' => '760810210944-0j840o70ggbftdu4t08bjecvolc1fadb.apps.googleusercontent.com',
  4101. 'google_client_secret' => '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',
  4102. 'event_dispatcher.event_aliases' => [
  4103. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4104. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4105. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4106. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4107. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4108. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4109. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4110. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4111. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4112. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4113. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4114. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4115. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4116. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4117. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4118. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4119. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4120. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4121. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4122. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4123. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4124. ],
  4125. 'fragment.renderer.hinclude.global_template' => NULL,
  4126. 'fragment.path' => '/_fragment',
  4127. 'kernel.http_method_override' => false,
  4128. 'kernel.trusted_hosts' => [
  4129. ],
  4130. 'kernel.default_locale' => 'en',
  4131. 'kernel.enabled_locales' => [
  4132. ],
  4133. 'kernel.error_controller' => 'AdminBundle\\Controller\\ErrorController::show',
  4134. 'debug.file_link_format' => NULL,
  4135. 'asset.request_context.base_path' => NULL,
  4136. 'asset.request_context.secure' => NULL,
  4137. 'translator.logging' => false,
  4138. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  4139. 'debug.error_handler.throw_at' => -1,
  4140. 'router.request_context.host' => 'localhost',
  4141. 'router.request_context.scheme' => 'http',
  4142. 'router.request_context.base_url' => '',
  4143. 'router.resource' => 'kernel::loadRoutes',
  4144. 'request_listener.http_port' => 80,
  4145. 'request_listener.https_port' => 443,
  4146. 'session.metadata.storage_key' => '_sf2_meta',
  4147. 'session.storage.options' => [
  4148. 'cache_limiter' => '0',
  4149. 'cookie_secure' => 'auto',
  4150. 'cookie_httponly' => true,
  4151. 'cookie_samesite' => 'lax',
  4152. 'gc_probability' => 1,
  4153. ],
  4154. 'session.save_path' => NULL,
  4155. 'session.metadata.update_threshold' => 0,
  4156. 'form.type_extension.csrf.enabled' => true,
  4157. 'form.type_extension.csrf.field_name' => '_token',
  4158. 'validator.translation_domain' => 'validators',
  4159. 'profiler_listener.only_exceptions' => false,
  4160. 'profiler_listener.only_main_requests' => false,
  4161. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4162. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4163. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4164. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4165. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4166. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4167. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4168. 'doctrine.entity_managers' => [
  4169. 'default' => 'doctrine.orm.default_entity_manager',
  4170. 'paf' => 'doctrine.orm.paf_entity_manager',
  4171. 'paf_us' => 'doctrine.orm.paf_us_entity_manager',
  4172. 'auto_mapping' => 'doctrine.orm.auto_mapping_entity_manager',
  4173. ],
  4174. 'doctrine.default_entity_manager' => 'default',
  4175. 'doctrine.dbal.connection_factory.types' => [
  4176. 'json' => [
  4177. 'class' => 'Doctrine\\DBAL\\Types\\JsonType',
  4178. ],
  4179. 'json_array' => [
  4180. 'class' => 'Doctrine\\DBAL\\Types\\JsonType',
  4181. ],
  4182. ],
  4183. 'doctrine.connections' => [
  4184. 'default' => 'doctrine.dbal.default_connection',
  4185. 'paf' => 'doctrine.dbal.paf_connection',
  4186. 'paf_us' => 'doctrine.dbal.paf_us_connection',
  4187. ],
  4188. 'doctrine.default_connection' => 'default',
  4189. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4190. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4191. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4192. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4193. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4194. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4195. 'doctrine.orm.cache.memcache_host' => 'localhost',
  4196. 'doctrine.orm.cache.memcache_port' => 11211,
  4197. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4198. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4199. 'doctrine.orm.cache.memcached_host' => 'localhost',
  4200. 'doctrine.orm.cache.memcached_port' => 11211,
  4201. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4202. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4203. 'doctrine.orm.cache.redis_host' => 'localhost',
  4204. 'doctrine.orm.cache.redis_port' => 6379,
  4205. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4206. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4207. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4208. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4209. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4210. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4211. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4212. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4213. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4214. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4215. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4216. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4217. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4218. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4219. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4220. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4221. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4222. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4223. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4224. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4225. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4226. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4227. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4228. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4229. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4230. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4231. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4232. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4233. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4234. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4235. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4236. 'doctrine.orm.auto_generate_proxy_classes' => true,
  4237. 'doctrine.orm.enable_lazy_ghost_objects' => true,
  4238. 'doctrine.orm.proxy_namespace' => 'Proxies',
  4239. 'doctrine.migrations.preferred_em' => NULL,
  4240. 'doctrine.migrations.preferred_connection' => NULL,
  4241. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4242. 'twig.form.resources' => [
  4243. 0 => 'form_div_layout.html.twig',
  4244. 1 => '@SonataUser/Form/form_admin_fields.html.twig',
  4245. 2 => '@SonataForm/Form/datepicker.html.twig',
  4246. ],
  4247. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  4248. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  4249. 'web_profiler.debug_toolbar.mode' => 2,
  4250. 'security.role_hierarchy.roles' => [
  4251. 'ROLE_CLIENT' => [
  4252. 0 => 'ROLE_ADMIN_BOOKING_ADMIN',
  4253. 1 => 'ROLE_ADMIN_PAYMENT_ADMIN',
  4254. 2 => 'ROLE_ADMIN_BOOKING_VIA_ADMIN',
  4255. ],
  4256. 'ROLE_ADMIN' => [
  4257. 0 => 'ROLE_SUPER_ADMIN',
  4258. 1 => 'ROLE_COMPANY',
  4259. 2 => 'ROLE_OPERATOR',
  4260. 3 => 'ROLE_OPERATOR_ADMIN',
  4261. 4 => 'ROLE_DRIVER',
  4262. 5 => 'ROLE_CLIENT',
  4263. 6 => 'ROLE_ALLOWED_TO_SWITCH',
  4264. ],
  4265. 'ROLE_COMPANY' => [
  4266. 0 => 'ROLE_CLIENT',
  4267. ],
  4268. 'ROLE_OPERATOR' => [
  4269. 0 => 'ROLE_DRIVER',
  4270. 1 => 'ROLE_CLIENT',
  4271. 2 => 'ROLE_ADMIN_BOOKING_REQUEST_ADMIN',
  4272. 3 => 'ROLE_ADMIN_BOOKING_ADMIN',
  4273. 4 => 'ROLE_ADMIN_BOOKINGS_PROCESSED_ADMIN',
  4274. 5 => 'ROLE_ADMIN_PAYMENT_ADMIN',
  4275. 6 => 'ROLE_ADMIN_DRIVER_GUEST',
  4276. 7 => 'ROLE_ADMIN_CAR_GUEST',
  4277. 8 => 'ROLE_ADMIN_CARTYPE_GUEST',
  4278. 9 => 'ROLE_ADMIN_ACCOUNTS_GROUP_GUEST',
  4279. 10 => 'ROLE_ADMIN_COMPANY_GUEST',
  4280. 11 => 'ROLE_ADMIN_ACCOUNTS_MAINTAINER',
  4281. 12 => 'ROLE_ADMIN_VOUCHER_GUEST',
  4282. 13 => 'ROLE_ADMIN_BOOKING_BOOKING_EXTRAS_ADMIN',
  4283. 14 => 'ROLE_ADMIN_BOOKING_EXTRAS_ADMIN',
  4284. 15 => 'ROLE_ADMIN_BOOKING_VIA_ADMIN',
  4285. 16 => 'ROLE_ADMIN_OBJECTIVES_GUEST',
  4286. 17 => 'ROLE_ADMIN_SETTINGS_GUEST',
  4287. 18 => 'ROLE_ADMIN_TOURS_GUEST',
  4288. 19 => 'ROLE_ADMIN_TRANSACTION_ADMIN',
  4289. 20 => 'ROLE_ADMIN_PAYMENT_EXTRA_CHARGE_ADMIN',
  4290. 21 => 'ROLE_ADMIN_VOUCHER_GUEST',
  4291. 22 => 'ROLE_ADMIN_ZONE_GUEST',
  4292. 23 => 'ROLE_ADMIN_ZONECARTYPE_GUEST',
  4293. 24 => 'ROLE_AREA_ZONE_GUEST',
  4294. 25 => 'ROLE_ADMIN_OPERATOR_GUEST',
  4295. 26 => 'ROLE_ADMIN_CLIENT_INVOICES_ADMIN',
  4296. 27 => 'ROLE_PREVIOUS_ADMIN',
  4297. 28 => 'ROLE_ADMIN_TICKET_ADMIN',
  4298. 29 => 'ROLE_ADMIN_TICKET_MESSAGE_ADMIN',
  4299. 30 => 'ROLE_ADMIN_DRIVER_HISTORY_REASON_ADMIN',
  4300. 31 => 'ROLE_ADMIN_COMPANY_INVOICE_ADMIN',
  4301. 32 => 'ROLE_ADMIN_BOOKING_REVIEWS_ADMIN',
  4302. 33 => 'ROLE_ADMIN_CLIENT_CANCELLATION_FEE_ADMIN',
  4303. 34 => 'ROLE_ADMIN_CLIENT_CHANGE_REQUEST_ADMIN',
  4304. 35 => 'ROLE_ADMIN_MOBILE_ADS_ADMIN',
  4305. 36 => 'ROLE_ADMIN_NEWS_ADMIN',
  4306. ],
  4307. 'ROLE_OPERATOR_ADMIN' => [
  4308. 0 => 'ROLE_DRIVER',
  4309. 1 => 'ROLE_CLIENT',
  4310. 2 => 'ROLE_OPERATOR',
  4311. 3 => 'ROLE_ADMIN_BOOKINGS_PROCESSED_ADMIN',
  4312. 4 => 'ROLE_ADMIN_DRIVER_ADMIN',
  4313. 5 => 'ROLE_ADMIN_DRIVER_HISTORY_GUEST',
  4314. 6 => 'ROLE_ADMIN_CAR_ADMIN',
  4315. 7 => 'ROLE_ADMIN_DRIVER_INVOICES_ADMIN',
  4316. 8 => 'ROLE_ADMIN_PERIOD_SETTINGS_ADMIN',
  4317. 9 => 'ROLE_ADMIN_REPORTS_GUEST',
  4318. 10 => 'ROLE_ADMIN_REPORTS_STATS_GUEST',
  4319. 11 => 'ROLE_ADMIN_PAFADDRESS_GUEST',
  4320. 12 => 'ROLE_ADMIN_PAFBUILDING_GUEST',
  4321. 13 => 'ROLE_ADMIN_PAFLOCALITY_GUEST',
  4322. 14 => 'ROLE_ADMIN_PAFADDRESSUS_GUEST',
  4323. ],
  4324. ],
  4325. 'security.access.denied_url' => NULL,
  4326. 'security.authentication.manager.erase_credentials' => true,
  4327. 'security.authentication.session_strategy.strategy' => 'migrate',
  4328. 'security.access.always_authenticate_before_granting' => false,
  4329. 'security.authentication.hide_user_not_found' => true,
  4330. 'security.firewalls' => [
  4331. 0 => 'dev',
  4332. 1 => 'api',
  4333. 2 => 'client',
  4334. 3 => 'admin',
  4335. ],
  4336. 'hwi_oauth.resource_ownermap.configured.client' => [
  4337. 'google' => '/client/login/google',
  4338. 'facebook' => '/client/login/facebook',
  4339. 'apple' => '/client/login/apple',
  4340. ],
  4341. 'monolog.use_microseconds' => true,
  4342. 'monolog.swift_mailer.handlers' => [
  4343. ],
  4344. 'monolog.handlers_to_channels' => [
  4345. 'monolog.handler.console' => [
  4346. 'type' => 'exclusive',
  4347. 'elements' => [
  4348. 0 => 'event',
  4349. 1 => 'doctrine',
  4350. 2 => 'console',
  4351. ],
  4352. ],
  4353. 'monolog.handler.main' => [
  4354. 'type' => 'exclusive',
  4355. 'elements' => [
  4356. 0 => 'event',
  4357. ],
  4358. ],
  4359. 'monolog.handler.booking' => [
  4360. 'type' => 'inclusive',
  4361. 'elements' => [
  4362. 0 => 'booking',
  4363. ],
  4364. ],
  4365. 'monolog.handler.google_distance' => [
  4366. 'type' => 'inclusive',
  4367. 'elements' => [
  4368. 0 => 'google_distance',
  4369. ],
  4370. ],
  4371. 'monolog.handler.api' => [
  4372. 'type' => 'inclusive',
  4373. 'elements' => [
  4374. 0 => 'request',
  4375. ],
  4376. ],
  4377. ],
  4378. 'cron.resolver.class' => 'Cron\\CronBundle\\Cron\\Resolver',
  4379. 'cron.manager.class' => 'Cron\\CronBundle\\Cron\\Manager',
  4380. 'cron.command_builder.class' => 'Cron\\CronBundle\\Cron\\CommandBuilder',
  4381. 'cron.executor.class' => 'Cron\\Executor\\Executor',
  4382. 'cron.validator.class' => 'Cron\\Validator\\CrontabValidator',
  4383. 'jms_serializer.twig_enabled' => 'default',
  4384. 'knp_snappy.pdf.binary' => (\dirname(__DIR__, 4).'/vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64'),
  4385. 'knp_snappy.pdf.options' => [
  4386. ],
  4387. 'knp_snappy.pdf.env' => [
  4388. ],
  4389. 'knp_snappy.image.options' => [
  4390. ],
  4391. 'knp_snappy.image.env' => [
  4392. ],
  4393. 'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  4394. 'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  4395. 'sonata.twig.form_type' => 'standard',
  4396. 'sonata.form.form_type' => 'standard',
  4397. 'sonata.exporter.writer.csv.filename' => 'php://output',
  4398. 'sonata.exporter.writer.csv.delimiter' => ',',
  4399. 'sonata.exporter.writer.csv.enclosure' => '"',
  4400. 'sonata.exporter.writer.csv.escape' => '\\',
  4401. 'sonata.exporter.writer.csv.show_headers' => true,
  4402. 'sonata.exporter.writer.csv.with_bom' => false,
  4403. 'sonata.exporter.writer.json.filename' => 'php://output',
  4404. 'sonata.exporter.writer.xls.filename' => 'php://output',
  4405. 'sonata.exporter.writer.xls.show_headers' => true,
  4406. 'sonata.exporter.writer.xlsx.filename' => 'php://output',
  4407. 'sonata.exporter.writer.xlsx.show_headers' => true,
  4408. 'sonata.exporter.writer.xlsx.show_filters' => true,
  4409. 'sonata.exporter.writer.xml.filename' => 'php://output',
  4410. 'sonata.exporter.writer.xml.show_headers' => true,
  4411. 'sonata.exporter.writer.xml.main_element' => 'datas',
  4412. 'sonata.exporter.writer.xml.child_element' => 'data',
  4413. 'sonata.block.container.types' => [
  4414. 0 => 'sonata.block.service.container',
  4415. 1 => 'sonata.page.block.container',
  4416. 2 => 'sonata.dashboard.block.container',
  4417. 3 => 'cmf.block.container',
  4418. 4 => 'cmf.block.slideshow',
  4419. ],
  4420. 'sonata_block.blocks' => [
  4421. 'sonata.admin.block.admin_list' => [
  4422. 'contexts' => [
  4423. 0 => 'admin',
  4424. ],
  4425. 'templates' => [
  4426. ],
  4427. 'settings' => [
  4428. ],
  4429. ],
  4430. 'sonata.block.service.container' => [
  4431. 'contexts' => [
  4432. 0 => 'cms',
  4433. ],
  4434. 'templates' => [
  4435. ],
  4436. 'settings' => [
  4437. ],
  4438. ],
  4439. 'sonata.block.service.empty' => [
  4440. 'contexts' => [
  4441. 0 => 'cms',
  4442. ],
  4443. 'templates' => [
  4444. ],
  4445. 'settings' => [
  4446. ],
  4447. ],
  4448. 'sonata.block.service.text' => [
  4449. 'contexts' => [
  4450. 0 => 'cms',
  4451. ],
  4452. 'templates' => [
  4453. ],
  4454. 'settings' => [
  4455. ],
  4456. ],
  4457. 'sonata.block.service.rss' => [
  4458. 'contexts' => [
  4459. 0 => 'cms',
  4460. ],
  4461. 'templates' => [
  4462. ],
  4463. 'settings' => [
  4464. ],
  4465. ],
  4466. 'sonata.block.service.template' => [
  4467. 'contexts' => [
  4468. 0 => 'cms',
  4469. ],
  4470. 'templates' => [
  4471. ],
  4472. 'settings' => [
  4473. ],
  4474. ],
  4475. 'sonata.block.service.menu' => [
  4476. 'contexts' => [
  4477. 0 => 'cms',
  4478. ],
  4479. 'templates' => [
  4480. ],
  4481. 'settings' => [
  4482. ],
  4483. ],
  4484. 'sonata.admin.block.search_result' => [
  4485. 'contexts' => [
  4486. 0 => 'cms',
  4487. ],
  4488. 'templates' => [
  4489. ],
  4490. 'settings' => [
  4491. ],
  4492. ],
  4493. 'sonata.admin.block.stats' => [
  4494. 'contexts' => [
  4495. 0 => 'cms',
  4496. ],
  4497. 'templates' => [
  4498. ],
  4499. 'settings' => [
  4500. ],
  4501. ],
  4502. 'sonata.admin.block.admin_preview' => [
  4503. 'contexts' => [
  4504. 0 => 'cms',
  4505. ],
  4506. 'templates' => [
  4507. ],
  4508. 'settings' => [
  4509. ],
  4510. ],
  4511. ],
  4512. 'sonata_block.blocks_by_class' => [
  4513. ],
  4514. 'sonata_blocks.block_types' => [
  4515. 0 => 'sonata.admin.block.admin_list',
  4516. 1 => 'sonata.block.service.container',
  4517. 2 => 'sonata.block.service.empty',
  4518. 3 => 'sonata.block.service.text',
  4519. 4 => 'sonata.block.service.rss',
  4520. 5 => 'sonata.block.service.template',
  4521. 6 => 'sonata.block.service.menu',
  4522. 7 => 'sonata.admin.block.search_result',
  4523. 8 => 'sonata.admin.block.stats',
  4524. 9 => 'sonata.admin.block.admin_preview',
  4525. ],
  4526. 'sonata_blocks.default_contexts' => [
  4527. 0 => 'cms',
  4528. ],
  4529. 'knp_menu.renderer.list.options' => [
  4530. ],
  4531. 'knp_menu.renderer.twig.options' => [
  4532. ],
  4533. 'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4534. 'knp_menu.default_renderer' => 'twig',
  4535. 'sonata.admin.twig.extension.x_editable_type_mapping' => [
  4536. 'enum' => 'select',
  4537. 'choice' => 'select',
  4538. 'boolean' => 'select',
  4539. 'textarea' => 'textarea',
  4540. 'html' => 'textarea',
  4541. 'email' => 'email',
  4542. 'string' => 'text',
  4543. 'integer' => 'number',
  4544. 'float' => 'number',
  4545. 'currency' => 'number',
  4546. 'percent' => 'number',
  4547. 'url' => 'url',
  4548. ],
  4549. 'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  4550. 'sonata.admin.configuration.global_search.admin_route' => 'show',
  4551. 'sonata.admin.configuration.templates' => [
  4552. 'user_block' => '@SonataUser/Admin/Core/user_block.html.twig',
  4553. 'dashboard' => '@Admin/Default/dashboard_new.html.twig',
  4554. 'list' => 'layout_admin_list_new.html.twig',
  4555. 'edit' => 'layout_admin_edit_new.html.twig',
  4556. 'delete' => 'layout_admin_delete.html.twig',
  4557. 'batch_confirmation' => 'layout_admin_batch_confirmation.html.twig',
  4558. 'pager_links' => 'pager.html.twig',
  4559. 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  4560. 'layout' => '@SonataAdmin/standard_layout.html.twig',
  4561. 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  4562. 'search' => '@SonataAdmin/Core/search.html.twig',
  4563. 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  4564. 'show' => '@SonataAdmin/CRUD/show.html.twig',
  4565. 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  4566. 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  4567. 'history' => '@SonataAdmin/CRUD/history.html.twig',
  4568. 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  4569. 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  4570. 'action' => '@SonataAdmin/CRUD/action.html.twig',
  4571. 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  4572. 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  4573. 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  4574. 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  4575. 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  4576. 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  4577. 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  4578. 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  4579. 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  4580. 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  4581. 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  4582. 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  4583. 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  4584. 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  4585. 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  4586. 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  4587. 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  4588. 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  4589. 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  4590. 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  4591. 'form_theme' => [
  4592. ],
  4593. 'filter_theme' => [
  4594. ],
  4595. ],
  4596. 'sonata.admin.configuration.default_admin_services' => [
  4597. 'model_manager' => NULL,
  4598. 'data_source' => NULL,
  4599. 'field_description_factory' => NULL,
  4600. 'form_contractor' => NULL,
  4601. 'show_builder' => NULL,
  4602. 'list_builder' => NULL,
  4603. 'datagrid_builder' => NULL,
  4604. 'translator' => NULL,
  4605. 'configuration_pool' => NULL,
  4606. 'route_generator' => NULL,
  4607. 'security_handler' => NULL,
  4608. 'menu_factory' => NULL,
  4609. 'route_builder' => NULL,
  4610. 'label_translator_strategy' => NULL,
  4611. 'pager_type' => NULL,
  4612. ],
  4613. 'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  4614. 'sonata.admin.configuration.dashboard_groups' => [
  4615. ],
  4616. 'sonata.admin.configuration.dashboard_blocks' => [
  4617. 0 => [
  4618. 'type' => 'sonata.admin.block.admin_list',
  4619. 'position' => 'left',
  4620. 'roles' => [
  4621. ],
  4622. 'settings' => [
  4623. ],
  4624. 'class' => 'col-md-4',
  4625. ],
  4626. ],
  4627. 'sonata.admin.configuration.sort_admins' => false,
  4628. 'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  4629. 'sonata.admin.configuration.default_group' => 'default',
  4630. 'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  4631. 'sonata.admin.configuration.default_translation_domain' => NULL,
  4632. 'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  4633. 'sonata.admin.configuration.breadcrumbs' => [
  4634. 'child_admin_route' => 'show',
  4635. ],
  4636. 'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  4637. 'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  4638. 'sonata.admin.configuration.security.information' => [
  4639. 'GUEST' => [
  4640. 0 => 'VIEW',
  4641. 1 => 'LIST',
  4642. ],
  4643. 'MAINTAINER' => [
  4644. 0 => 'EDIT',
  4645. 1 => 'LIST',
  4646. ],
  4647. 'STAFF' => [
  4648. 0 => 'EDIT',
  4649. 1 => 'LIST',
  4650. 2 => 'CREATE',
  4651. ],
  4652. 'EDITOR' => [
  4653. 0 => 'OPERATOR',
  4654. 1 => 'EXPORT',
  4655. ],
  4656. 'ADMIN' => [
  4657. 0 => 'MASTER',
  4658. ],
  4659. ],
  4660. 'sonata.admin.configuration.security.admin_permissions' => [
  4661. 0 => 'CREATE',
  4662. 1 => 'LIST',
  4663. 2 => 'DELETE',
  4664. 3 => 'UNDELETE',
  4665. 4 => 'EXPORT',
  4666. 5 => 'OPERATOR',
  4667. 6 => 'MASTER',
  4668. ],
  4669. 'sonata.admin.configuration.security.object_permissions' => [
  4670. 0 => 'VIEW',
  4671. 1 => 'EDIT',
  4672. 2 => 'DELETE',
  4673. 3 => 'UNDELETE',
  4674. 4 => 'OPERATOR',
  4675. 5 => 'MASTER',
  4676. 6 => 'OWNER',
  4677. ],
  4678. 'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  4679. 'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  4680. 'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  4681. 'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  4682. 'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  4683. 'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  4684. 'sonata.admin.extension.map' => [
  4685. ],
  4686. 'sonata.admin.configuration.filters.persist' => false,
  4687. 'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  4688. 'sonata.admin.configuration.show.mosaic.button' => false,
  4689. 'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  4690. 'sonata_doctrine_orm_admin.entity_manager' => NULL,
  4691. 'sonata_doctrine_orm_admin.templates' => [
  4692. 'types' => [
  4693. 'list' => [
  4694. 'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  4695. 'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  4696. 'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  4697. 'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  4698. 'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  4699. 'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  4700. 'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  4701. 'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  4702. 'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  4703. 'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  4704. 'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  4705. 'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  4706. 'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  4707. 'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  4708. 'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  4709. 'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  4710. 'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  4711. 'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  4712. 'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  4713. 'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  4714. 'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  4715. 'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  4716. ],
  4717. 'show' => [
  4718. 'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  4719. 'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  4720. 'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  4721. 'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  4722. 'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  4723. 'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  4724. 'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  4725. 'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  4726. 'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4727. 'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4728. 'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4729. 'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  4730. 'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  4731. 'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  4732. 'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  4733. 'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  4734. 'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  4735. 'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  4736. 'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  4737. 'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  4738. ],
  4739. ],
  4740. ],
  4741. 'sonata.user.manager_type' => 'orm',
  4742. 'sonata.user.user.class' => 'AdminBundle\\Entity\\User',
  4743. 'sonata.user.admin.user.controller' => 'sonata.admin.controller.crud',
  4744. 'sphinx.manager.class' => 'Javer\\SphinxBundle\\Sphinx\\Manager',
  4745. 'sphinx.daemon.native.class' => 'Javer\\SphinxBundle\\Sphinx\\Daemon\\NativeDaemon',
  4746. 'sphinx.daemon.docker.class' => 'Javer\\SphinxBundle\\Sphinx\\Daemon\\DockerDaemon',
  4747. 'sphinx.daemon.timeout.start' => 1,
  4748. 'sphinx.daemon.timeout.stop' => 3,
  4749. 'sphinx.event.subscriber.paginate.class' => 'Javer\\SphinxBundle\\Event\\Subscriber\\PaginateSphinxQuerySubscriber',
  4750. 'sphinx.logger.class' => 'Javer\\SphinxBundle\\Logger\\SphinxLogger',
  4751. 'sphinx.data_collector.class' => 'Javer\\SphinxBundle\\DataCollector\\SphinxDataCollector',
  4752. 'sphinx.converter.mysql_to_realtime.class' => 'Javer\\SphinxBundle\\Converter\\MysqlToRealtimeIndexConverter',
  4753. 'sphinx.converter.mysql_to_realtime.class.index_options_blacklist' => [
  4754. 0 => 'type',
  4755. 1 => 'source',
  4756. 2 => 'path',
  4757. ],
  4758. 'sphinx.loader.doctrine.class' => 'Javer\\SphinxBundle\\Loader\\DoctrineDataLoader',
  4759. 'javer_sphinx.host' => 'cool.ctlf.co.uk',
  4760. 'javer_sphinx.port' => 9306,
  4761. 'javer_sphinx.config_path' => (\dirname(__DIR__, 4).'/config/sphinx.conf'),
  4762. 'javer_sphinx.searchd_path' => 'searchd',
  4763. 'javer_sphinx.docker_image' => '',
  4764. 'fos_user.backend_type_orm' => true,
  4765. 'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  4766. 'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  4767. 'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  4768. 'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  4769. 'fos_user.registration.confirmation.from_email' => [
  4770. 'null' => 'null',
  4771. ],
  4772. 'fos_user.resetting.email.from_email' => [
  4773. 'null' => 'null',
  4774. ],
  4775. 'fos_user.registration.confirmation.from_address' => [
  4776. 'address' => 'null',
  4777. 'sender_name' => 'null',
  4778. ],
  4779. 'fos_user.resetting.email.from_address' => [
  4780. 'address' => 'null',
  4781. 'sender_name' => 'null',
  4782. ],
  4783. 'fos_user.storage' => 'orm',
  4784. 'fos_user.firewall_name' => 'admin',
  4785. 'fos_user.model_manager_name' => NULL,
  4786. 'fos_user.model.user.class' => 'AdminBundle\\Entity\\User',
  4787. 'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  4788. 'fos_user.profile.form.name' => 'fos_user_profile_form',
  4789. 'fos_user.profile.form.validation_groups' => [
  4790. 0 => 'Profile',
  4791. 1 => 'Default',
  4792. ],
  4793. 'fos_user.registration.confirmation.enabled' => false,
  4794. 'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  4795. 'fos_user.registration.form.name' => 'fos_user_registration_form',
  4796. 'fos_user.registration.form.validation_groups' => [
  4797. 0 => 'Registration',
  4798. 1 => 'Default',
  4799. ],
  4800. 'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  4801. 'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  4802. 'fos_user.change_password.form.validation_groups' => [
  4803. 0 => 'ChangePassword',
  4804. 1 => 'Default',
  4805. ],
  4806. 'fos_user.resetting.retry_ttl' => 7200,
  4807. 'fos_user.resetting.token_ttl' => 86400,
  4808. 'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  4809. 'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  4810. 'fos_user.resetting.form.validation_groups' => [
  4811. 0 => 'ResetPassword',
  4812. 1 => 'Default',
  4813. ],
  4814. 'security.acl.dbal.class_table_name' => 'acl_classes',
  4815. 'security.acl.dbal.entry_table_name' => 'acl_entries',
  4816. 'security.acl.dbal.oid_table_name' => 'acl_object_identities',
  4817. 'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
  4818. 'security.acl.dbal.sid_table_name' => 'acl_security_identities',
  4819. 'hwi_oauth.target_path_parameter' => NULL,
  4820. 'hwi_oauth.target_path_domains_whitelist' => [
  4821. ],
  4822. 'hwi_oauth.use_referer' => false,
  4823. 'hwi_oauth.failed_use_referer' => false,
  4824. 'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  4825. 'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  4826. 'hwi_oauth.resource_owners' => [
  4827. 'facebook' => 'facebook',
  4828. 'google' => 'google',
  4829. 'apple' => 'apple',
  4830. ],
  4831. 'hwi_oauth.connect' => true,
  4832. 'hwi_oauth.connect.confirmation' => false,
  4833. 'hwi_oauth.connect.registration_form' => NULL,
  4834. 'data_collector.templates' => [
  4835. 'data_collector.request' => [
  4836. 0 => 'request',
  4837. 1 => '@WebProfiler/Collector/request.html.twig',
  4838. ],
  4839. 'data_collector.time' => [
  4840. 0 => 'time',
  4841. 1 => '@WebProfiler/Collector/time.html.twig',
  4842. ],
  4843. 'data_collector.memory' => [
  4844. 0 => 'memory',
  4845. 1 => '@WebProfiler/Collector/memory.html.twig',
  4846. ],
  4847. 'data_collector.validator' => [
  4848. 0 => 'validator',
  4849. 1 => '@WebProfiler/Collector/validator.html.twig',
  4850. ],
  4851. 'data_collector.ajax' => [
  4852. 0 => 'ajax',
  4853. 1 => '@WebProfiler/Collector/ajax.html.twig',
  4854. ],
  4855. 'data_collector.form' => [
  4856. 0 => 'form',
  4857. 1 => '@WebProfiler/Collector/form.html.twig',
  4858. ],
  4859. 'data_collector.exception' => [
  4860. 0 => 'exception',
  4861. 1 => '@WebProfiler/Collector/exception.html.twig',
  4862. ],
  4863. 'data_collector.logger' => [
  4864. 0 => 'logger',
  4865. 1 => '@WebProfiler/Collector/logger.html.twig',
  4866. ],
  4867. 'data_collector.events' => [
  4868. 0 => 'events',
  4869. 1 => '@WebProfiler/Collector/events.html.twig',
  4870. ],
  4871. 'data_collector.router' => [
  4872. 0 => 'router',
  4873. 1 => '@WebProfiler/Collector/router.html.twig',
  4874. ],
  4875. 'data_collector.cache' => [
  4876. 0 => 'cache',
  4877. 1 => '@WebProfiler/Collector/cache.html.twig',
  4878. ],
  4879. 'data_collector.translation' => [
  4880. 0 => 'translation',
  4881. 1 => '@WebProfiler/Collector/translation.html.twig',
  4882. ],
  4883. 'data_collector.security' => [
  4884. 0 => 'security',
  4885. 1 => '@Security/Collector/security.html.twig',
  4886. ],
  4887. 'data_collector.twig' => [
  4888. 0 => 'twig',
  4889. 1 => '@WebProfiler/Collector/twig.html.twig',
  4890. ],
  4891. 'data_collector.http_client' => [
  4892. 0 => 'http_client',
  4893. 1 => '@WebProfiler/Collector/http_client.html.twig',
  4894. ],
  4895. 'data_collector.doctrine' => [
  4896. 0 => 'db',
  4897. 1 => '@Doctrine/Collector/db.html.twig',
  4898. ],
  4899. 'data_collector.dump' => [
  4900. 0 => 'dump',
  4901. 1 => '@Debug/Profiler/dump.html.twig',
  4902. ],
  4903. 'httplug.collector.collector' => [
  4904. 0 => 'httplug',
  4905. 1 => '@Httplug/webprofiler.html.twig',
  4906. ],
  4907. 'data_collector.messenger' => [
  4908. 0 => 'messenger',
  4909. 1 => '@WebProfiler/Collector/messenger.html.twig',
  4910. ],
  4911. 'mailer.data_collector' => [
  4912. 0 => 'mailer',
  4913. 1 => '@WebProfiler/Collector/mailer.html.twig',
  4914. ],
  4915. 'notifier.data_collector' => [
  4916. 0 => 'notifier',
  4917. 1 => '@WebProfiler/Collector/notifier.html.twig',
  4918. ],
  4919. 'jms_serializer.data_collector' => [
  4920. 0 => 'jms_serializer',
  4921. 1 => '@JMSSerializer/Collector/panel.html.twig',
  4922. ],
  4923. 'sonata.block.data_collector' => [
  4924. 0 => 'block',
  4925. 1 => '@SonataBlock/Profiler/block.html.twig',
  4926. ],
  4927. 'sphinx.data_collector' => [
  4928. 0 => 'sphinx',
  4929. 1 => '@JaverSphinx/Collector/sphinx.html.twig',
  4930. ],
  4931. 'data_collector.config' => [
  4932. 0 => 'config',
  4933. 1 => '@WebProfiler/Collector/config.html.twig',
  4934. ],
  4935. ],
  4936. 'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  4937. 'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  4938. 'hwi_oauth.resource_owner.amazon_cognito.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonCognitoResourceOwner',
  4939. 'hwi_oauth.resource_owner.linkedin_openid.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinOpenIdResourceOwner',
  4940. 'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  4941. 'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  4942. 'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  4943. 'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  4944. 'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  4945. 'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  4946. 'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  4947. 'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  4948. 'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  4949. 'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  4950. 'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  4951. 'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  4952. 'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  4953. 'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  4954. 'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  4955. 'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  4956. 'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  4957. 'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  4958. 'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  4959. 'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  4960. 'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  4961. 'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  4962. 'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  4963. 'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  4964. 'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  4965. 'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  4966. 'hwi_oauth.resource_owner.eveonline.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  4967. 'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  4968. 'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth1ResourceOwner',
  4969. 'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  4970. 'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  4971. 'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  4972. 'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  4973. 'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  4974. 'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  4975. 'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  4976. 'hwi_oauth.resource_owner.passage.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PassageResourceOwner',
  4977. 'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  4978. 'hwi_oauth.resource_owner.telegram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TelegramResourceOwner',
  4979. 'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  4980. 'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  4981. 'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth2ResourceOwner',
  4982. 'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  4983. 'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  4984. 'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  4985. 'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  4986. 'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  4987. 'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  4988. 'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  4989. 'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  4990. 'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  4991. 'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  4992. 'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  4993. 'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  4994. 'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  4995. 'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  4996. 'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  4997. 'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  4998. 'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  4999. 'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  5000. 'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  5001. 'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  5002. 'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  5003. 'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  5004. 'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  5005. 'console.command.ids' => [
  5006. 0 => 'AdminBundle\\Command\\Icabbi\\IcabbiBase',
  5007. 1 => 'AdminBundle\\Command\\Twelve\\TwelveBase',
  5008. 2 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand',
  5009. 3 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand',
  5010. 4 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand',
  5011. 5 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand',
  5012. 6 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand',
  5013. 7 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand',
  5014. 8 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand',
  5015. 9 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand',
  5016. 10 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand',
  5017. ],
  5018. ];
  5019. }
  5020. protected function throw($message)
  5021. {
  5022. throw new RuntimeException($message);
  5023. }
  5024. }