var/cache/dev/ContainerXxPsfln/App_KernelDevDebugContainer.php line 979

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