var/cache/dev/ContainerRXxIZo4/JF_KernelDevDebugContainer.php line 344

Open in your IDE?
  1. <?php
  2. namespace ContainerRXxIZo4;
  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 JF_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.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  41.             'data_collector.dump' => 'getDataCollector_DumpService',
  42.             'doctrine' => 'getDoctrineService',
  43.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  45.             'event_dispatcher' => 'getEventDispatcherService',
  46.             'http_kernel' => 'getHttpKernelService',
  47.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  48.             'request_stack' => 'getRequestStackService',
  49.             'router' => 'getRouterService',
  50.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  51.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  52.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  53.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  54.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  55.             'translator' => 'getTranslatorService',
  56.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  57.             'cache_clearer' => 'getCacheClearerService',
  58.             'filesystem' => 'getFilesystemService',
  59.             'serializer' => 'getSerializerService',
  60.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  61.             'form.factory' => 'getForm_FactoryService',
  62.             'form.type.file' => 'getForm_Type_FileService',
  63.             'profiler' => 'getProfilerService',
  64.             'twig' => 'getTwigService',
  65.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  66.             'security.token_storage' => 'getSecurity_TokenStorageService',
  67.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  68.             'session' => 'getSessionService',
  69.             'validator' => 'getValidatorService',
  70.         ];
  71.         $this->fileMap = [
  72.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  73.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  74.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  75.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  76.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  77.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  78.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  79.             '.container.private.session' => 'get_Container_Private_SessionService',
  80.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  81.             'JF\\JuridicusBundle\\Controller\\AccountController' => 'getAccountControllerService',
  82.             'JF\\JuridicusBundle\\Controller\\BaseController' => 'getBaseControllerService',
  83.             'JF\\JuridicusBundle\\Controller\\BuchungController' => 'getBuchungControllerService',
  84.             'JF\\JuridicusBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  85.             'JF\\JuridicusBundle\\Controller\\ErrorController' => 'getErrorControllerService',
  86.             'JF\\JuridicusBundle\\Controller\\ExamensklausurenController' => 'getExamensklausurenControllerService',
  87.             'JF\\JuridicusBundle\\Controller\\FacebookController' => 'getFacebookControllerService',
  88.             'JF\\JuridicusBundle\\Controller\\FaqController' => 'getFaqControllerService',
  89.             'JF\\JuridicusBundle\\Controller\\GutscheinController' => 'getGutscheinControllerService',
  90.             'JF\\JuridicusBundle\\Controller\\KontaktController' => 'getKontaktControllerService',
  91.             'JF\\JuridicusBundle\\Controller\\KooperationenController' => 'getKooperationenControllerService',
  92.             'JF\\JuridicusBundle\\Controller\\MandantenbriefController' => 'getMandantenbriefControllerService',
  93.             'JF\\JuridicusBundle\\Controller\\PRController' => 'getPRControllerService',
  94.             'JF\\JuridicusBundle\\Controller\\PartnerController' => 'getPartnerControllerService',
  95.             'JF\\JuridicusBundle\\Controller\\ProtokollInfothekPruefungController' => 'getProtokollInfothekPruefungControllerService',
  96.             'JF\\JuridicusBundle\\Controller\\ProtokollKlausurController' => 'getProtokollKlausurControllerService',
  97.             'JF\\JuridicusBundle\\Controller\\PrueferController' => 'getPrueferControllerService',
  98.             'JF\\JuridicusBundle\\Controller\\PruefungController' => 'getPruefungControllerService',
  99.             'JF\\JuridicusBundle\\Controller\\RedirectingController' => 'getRedirectingControllerService',
  100.             'JF\\JuridicusBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  101.             'JF\\JuridicusBundle\\Controller\\ResettingController' => 'getResettingControllerService',
  102.             'JF\\JuridicusBundle\\Controller\\ResettingPrueferUserController' => 'getResettingPrueferUserControllerService',
  103.             'JF\\JuridicusBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  104.             'JF\\JuridicusBundle\\Controller\\VorteileController' => 'getVorteileControllerService',
  105.             'JF\\JuridicusBundle\\Controller\\ZAController' => 'getZAControllerService',
  106.             'JF\\Juridicus\\AdminBundle\\Controller\\AboAdminController' => 'getAboAdminControllerService',
  107.             'JF\\Juridicus\\AdminBundle\\Controller\\AboAusgabeAdminController' => 'getAboAusgabeAdminControllerService',
  108.             'JF\\Juridicus\\AdminBundle\\Controller\\AboZeitraumAdminController' => 'getAboZeitraumAdminControllerService',
  109.             'JF\\Juridicus\\AdminBundle\\Controller\\DienststellungAdminController' => 'getDienststellungAdminControllerService',
  110.             'JF\\Juridicus\\AdminBundle\\Controller\\EmailAdminController' => 'getEmailAdminControllerService',
  111.             'JF\\Juridicus\\AdminBundle\\Controller\\EmpfehlungAdminController' => 'getEmpfehlungAdminControllerService',
  112.             'JF\\Juridicus\\AdminBundle\\Controller\\ExportAdminController' => 'getExportAdminControllerService',
  113.             'JF\\Juridicus\\AdminBundle\\Controller\\FaqAdminController' => 'getFaqAdminControllerService',
  114.             'JF\\Juridicus\\AdminBundle\\Controller\\GebuehrAdminController' => 'getGebuehrAdminControllerService',
  115.             'JF\\Juridicus\\AdminBundle\\Controller\\GesetzAdminController' => 'getGesetzAdminControllerService',
  116.             'JF\\Juridicus\\AdminBundle\\Controller\\GutscheinAdminController' => 'getGutscheinAdminControllerService',
  117.             'JF\\Juridicus\\AdminBundle\\Controller\\GutscheinMetadataAdminController' => 'getGutscheinMetadataAdminControllerService',
  118.             'JF\\Juridicus\\AdminBundle\\Controller\\KundeAdminController' => 'getKundeAdminControllerService',
  119.             'JF\\Juridicus\\AdminBundle\\Controller\\KundePruefungAdminController' => 'getKundePruefungAdminControllerService',
  120.             'JF\\Juridicus\\AdminBundle\\Controller\\MailTemplateAdminController' => 'getMailTemplateAdminControllerService',
  121.             'JF\\Juridicus\\AdminBundle\\Controller\\NachweisAdminController' => 'getNachweisAdminControllerService',
  122.             'JF\\Juridicus\\AdminBundle\\Controller\\NotenAdminController' => 'getNotenAdminControllerService',
  123.             'JF\\Juridicus\\AdminBundle\\Controller\\PAStatistikAdminController' => 'getPAStatistikAdminControllerService',
  124.             'JF\\Juridicus\\AdminBundle\\Controller\\PartnerAdminController' => 'getPartnerAdminControllerService',
  125.             'JF\\Juridicus\\AdminBundle\\Controller\\PdfMandantenbriefAdminController' => 'getPdfMandantenbriefAdminControllerService',
  126.             'JF\\Juridicus\\AdminBundle\\Controller\\PdfProtokollJuridicusAdminController' => 'getPdfProtokollJuridicusAdminControllerService',
  127.             'JF\\Juridicus\\AdminBundle\\Controller\\PdfProtokollmappePrueferAdminController' => 'getPdfProtokollmappePrueferAdminControllerService',
  128.             'JF\\Juridicus\\AdminBundle\\Controller\\PdfStempelAdminController' => 'getPdfStempelAdminControllerService',
  129.             'JF\\Juridicus\\AdminBundle\\Controller\\PdfZeitschriftPRAdminController' => 'getPdfZeitschriftPRAdminControllerService',
  130.             'JF\\Juridicus\\AdminBundle\\Controller\\PdfZeitschriftZAAdminController' => 'getPdfZeitschriftZAAdminControllerService',
  131.             'JF\\Juridicus\\AdminBundle\\Controller\\ProtokollAktenvortragAdminController' => 'getProtokollAktenvortragAdminControllerService',
  132.             'JF\\Juridicus\\AdminBundle\\Controller\\ProtokollGesetzAdminController' => 'getProtokollGesetzAdminControllerService',
  133.             'JF\\Juridicus\\AdminBundle\\Controller\\ProtokollHtmlAdminController' => 'getProtokollHtmlAdminControllerService',
  134.             'JF\\Juridicus\\AdminBundle\\Controller\\ProtokollInfothekNotenAdminController' => 'getProtokollInfothekNotenAdminControllerService',
  135.             'JF\\Juridicus\\AdminBundle\\Controller\\ProtokollInfothekPrueferAdminController' => 'getProtokollInfothekPrueferAdminControllerService',
  136.             'JF\\Juridicus\\AdminBundle\\Controller\\ProtokollInfothekPruefungAdminController' => 'getProtokollInfothekPruefungAdminControllerService',
  137.             'JF\\Juridicus\\AdminBundle\\Controller\\ProtokollKlausurAdminController' => 'getProtokollKlausurAdminControllerService',
  138.             'JF\\Juridicus\\AdminBundle\\Controller\\PrueferAdminController' => 'getPrueferAdminControllerService',
  139.             'JF\\Juridicus\\AdminBundle\\Controller\\PrueferPruefungAdminController' => 'getPrueferPruefungAdminControllerService',
  140.             'JF\\Juridicus\\AdminBundle\\Controller\\PrueferUserAdminController' => 'getPrueferUserAdminControllerService',
  141.             'JF\\Juridicus\\AdminBundle\\Controller\\PrueflingAdminController' => 'getPrueflingAdminControllerService',
  142.             'JF\\Juridicus\\AdminBundle\\Controller\\PruefungAdminController' => 'getPruefungAdminControllerService',
  143.             'JF\\Juridicus\\AdminBundle\\Controller\\PruefungsamtAdminController' => 'getPruefungsamtAdminControllerService',
  144.             'JF\\Juridicus\\AdminBundle\\Controller\\RechnungAdminController' => 'getRechnungAdminControllerService',
  145.             'JF\\Juridicus\\AdminBundle\\Controller\\SimilarityAdminController' => 'getSimilarityAdminControllerService',
  146.             'JF\\Juridicus\\AdminBundle\\Controller\\StatistikAdminController' => 'getStatistikAdminControllerService',
  147.             'JF\\Juridicus\\AdminBundle\\Controller\\TitelAdminController' => 'getTitelAdminControllerService',
  148.             'JF\\Juridicus\\BaseBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  149.             'JF\\Juridicus\\PartnerBundle\\Controller\\DefaultController' => 'getDefaultController3Service',
  150.             'JF\\Juridicus\\ProtokollBundle\\Controller\\DefaultController' => 'getDefaultController4Service',
  151.             'JF\\Juridicus\\UserBundle\\Controller\\DefaultController' => 'getDefaultController5Service',
  152.             'Mopa\\Bundle\\BootstrapBundle\\Command\\BootstrapSymlinkLessCommand' => 'getBootstrapSymlinkLessCommandService',
  153.             'Mopa\\Bundle\\BootstrapBundle\\Command\\BootstrapSymlinkSassCommand' => 'getBootstrapSymlinkSassCommandService',
  154.             'Mopa\\Bundle\\BootstrapBundle\\Command\\InstallFontCommand' => 'getInstallFontCommandService',
  155.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  156.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  157.             'cache.app_clearer' => 'getCache_AppClearerService',
  158.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  159.             'cache.system_clearer' => 'getCache_SystemClearerService',
  160.             'cache_warmer' => 'getCacheWarmerService',
  161.             'console.command_loader' => 'getConsole_CommandLoaderService',
  162.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  163.             'error_controller' => 'getErrorController2Service',
  164.             'jf_juridicus.admin.abo.template_registry' => 'getJfJuridicus_Admin_Abo_TemplateRegistryService',
  165.             'jf_juridicus.admin.abo_ausgabe.template_registry' => 'getJfJuridicus_Admin_AboAusgabe_TemplateRegistryService',
  166.             'jf_juridicus.admin.abo_ausgabe_gruppe.template_registry' => 'getJfJuridicus_Admin_AboAusgabeGruppe_TemplateRegistryService',
  167.             'jf_juridicus.admin.dienststellung.template_registry' => 'getJfJuridicus_Admin_Dienststellung_TemplateRegistryService',
  168.             'jf_juridicus.admin.email.template_registry' => 'getJfJuridicus_Admin_Email_TemplateRegistryService',
  169.             'jf_juridicus.admin.empfehlung.template_registry' => 'getJfJuridicus_Admin_Empfehlung_TemplateRegistryService',
  170.             'jf_juridicus.admin.export.template_registry' => 'getJfJuridicus_Admin_Export_TemplateRegistryService',
  171.             'jf_juridicus.admin.faq.template_registry' => 'getJfJuridicus_Admin_Faq_TemplateRegistryService',
  172.             'jf_juridicus.admin.gebuehr.template_registry' => 'getJfJuridicus_Admin_Gebuehr_TemplateRegistryService',
  173.             'jf_juridicus.admin.gesetz.template_registry' => 'getJfJuridicus_Admin_Gesetz_TemplateRegistryService',
  174.             'jf_juridicus.admin.gutschein.template_registry' => 'getJfJuridicus_Admin_Gutschein_TemplateRegistryService',
  175.             'jf_juridicus.admin.gutschein_metadata.template_registry' => 'getJfJuridicus_Admin_GutscheinMetadata_TemplateRegistryService',
  176.             'jf_juridicus.admin.kunde.template_registry' => 'getJfJuridicus_Admin_Kunde_TemplateRegistryService',
  177.             'jf_juridicus.admin.kunde_pruefung.template_registry' => 'getJfJuridicus_Admin_KundePruefung_TemplateRegistryService',
  178.             'jf_juridicus.admin.mail_template.template_registry' => 'getJfJuridicus_Admin_MailTemplate_TemplateRegistryService',
  179.             'jf_juridicus.admin.nachweis.template_registry' => 'getJfJuridicus_Admin_Nachweis_TemplateRegistryService',
  180.             'jf_juridicus.admin.noten.template_registry' => 'getJfJuridicus_Admin_Noten_TemplateRegistryService',
  181.             'jf_juridicus.admin.pa_statistik.template_registry' => 'getJfJuridicus_Admin_PaStatistik_TemplateRegistryService',
  182.             'jf_juridicus.admin.partner.template_registry' => 'getJfJuridicus_Admin_Partner_TemplateRegistryService',
  183.             'jf_juridicus.admin.pdf_mandantenbrief.template_registry' => 'getJfJuridicus_Admin_PdfMandantenbrief_TemplateRegistryService',
  184.             'jf_juridicus.admin.pdf_protokoll_juridicus.template_registry' => 'getJfJuridicus_Admin_PdfProtokollJuridicus_TemplateRegistryService',
  185.             'jf_juridicus.admin.pdf_protokollmappe_pruefer.template_registry' => 'getJfJuridicus_Admin_PdfProtokollmappePruefer_TemplateRegistryService',
  186.             'jf_juridicus.admin.pdf_stempel.template_registry' => 'getJfJuridicus_Admin_PdfStempel_TemplateRegistryService',
  187.             'jf_juridicus.admin.pdf_zeitschrift_pr.template_registry' => 'getJfJuridicus_Admin_PdfZeitschriftPr_TemplateRegistryService',
  188.             'jf_juridicus.admin.pdf_zeitschrift_za.template_registry' => 'getJfJuridicus_Admin_PdfZeitschriftZa_TemplateRegistryService',
  189.             'jf_juridicus.admin.protokoll_aktenvortrag.template_registry' => 'getJfJuridicus_Admin_ProtokollAktenvortrag_TemplateRegistryService',
  190.             'jf_juridicus.admin.protokoll_aktenvortrag_gesetz.template_registry' => 'getJfJuridicus_Admin_ProtokollAktenvortragGesetz_TemplateRegistryService',
  191.             'jf_juridicus.admin.protokoll_gesetz.template_registry' => 'getJfJuridicus_Admin_ProtokollGesetz_TemplateRegistryService',
  192.             'jf_juridicus.admin.protokoll_html.template_registry' => 'getJfJuridicus_Admin_ProtokollHtml_TemplateRegistryService',
  193.             'jf_juridicus.admin.protokoll_infothek_pruefer.template_registry' => 'getJfJuridicus_Admin_ProtokollInfothekPruefer_TemplateRegistryService',
  194.             'jf_juridicus.admin.protokoll_infothek_pruefung.template_registry' => 'getJfJuridicus_Admin_ProtokollInfothekPruefung_TemplateRegistryService',
  195.             'jf_juridicus.admin.protokoll_klausur.template_registry' => 'getJfJuridicus_Admin_ProtokollKlausur_TemplateRegistryService',
  196.             'jf_juridicus.admin.protokoll_klausur_gesetz.template_registry' => 'getJfJuridicus_Admin_ProtokollKlausurGesetz_TemplateRegistryService',
  197.             'jf_juridicus.admin.pruefer.template_registry' => 'getJfJuridicus_Admin_Pruefer_TemplateRegistryService',
  198.             'jf_juridicus.admin.pruefer_pruefung.template_registry' => 'getJfJuridicus_Admin_PrueferPruefung_TemplateRegistryService',
  199.             'jf_juridicus.admin.prueferuser.template_registry' => 'getJfJuridicus_Admin_Prueferuser_TemplateRegistryService',
  200.             'jf_juridicus.admin.pruefling.template_registry' => 'getJfJuridicus_Admin_Pruefling_TemplateRegistryService',
  201.             'jf_juridicus.admin.pruefung.template_registry' => 'getJfJuridicus_Admin_Pruefung_TemplateRegistryService',
  202.             'jf_juridicus.admin.pruefungsamt.template_registry' => 'getJfJuridicus_Admin_Pruefungsamt_TemplateRegistryService',
  203.             'jf_juridicus.admin.rechnung.template_registry' => 'getJfJuridicus_Admin_Rechnung_TemplateRegistryService',
  204.             'jf_juridicus.admin.similarity.template_registry' => 'getJfJuridicus_Admin_Similarity_TemplateRegistryService',
  205.             'jf_juridicus.admin.statistik.template_registry' => 'getJfJuridicus_Admin_Statistik_TemplateRegistryService',
  206.             'jf_juridicus.admin.titel.template_registry' => 'getJfJuridicus_Admin_Titel_TemplateRegistryService',
  207.             'jf_juridicus.page_counter' => 'getJfJuridicus_PageCounterService',
  208.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  209.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  210.             'routing.loader' => 'getRouting_LoaderService',
  211.             'services_resetter' => 'getServicesResetterService',
  212.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  213.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  214.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  215.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  216.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  217.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  218.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  219.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  220.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  221.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  222.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  223.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  224.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  225.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  226.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  227.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  228.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  229.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  230.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  231.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  232.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  233.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  234.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  235.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  236.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  237.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  238.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  239.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  240.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  241.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  242.             'stof_doctrine_extensions.uploadable.manager' => 'getStofDoctrineExtensions_Uploadable_ManagerService',
  243.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  244.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  245.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  246.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  247.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  248.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  249.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  250.         ];
  251.         $this->aliases = [
  252.             'JF\\Kernel' => 'kernel',
  253.             'database_connection' => 'doctrine.dbal.default_connection',
  254.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  255.             'mailer' => 'swiftmailer.mailer.default',
  256.         ];
  257.         $this->privates['service_container'] = function () {
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  264.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  281.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  284.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  301.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  308.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  438.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  439.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  442.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  445.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  448.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  449.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  450.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  452.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  453.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  469.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  471.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  472.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  475.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  476.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  477.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  478.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  510.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  522.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  524.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  525.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  526.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  528.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  530.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  531.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  534.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  535.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  536.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  537.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  538.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  539.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  540.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  541.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  569.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  571.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  576.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  577.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  578.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  579.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  609.             include_once \dirname(__DIR__4).'/src/JuridicusBundle/Twig/JuridicusExtension.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Twig/FormExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Twig/IconExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Twig/FlashExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  634.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  636.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  645.         };
  646.     }
  647.     public function compile(): void
  648.     {
  649.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  650.     }
  651.     public function isCompiled(): bool
  652.     {
  653.         return true;
  654.     }
  655.     public function getRemovedIds(): array
  656.     {
  657.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  658.     }
  659.     protected function load($file$lazyLoad true)
  660.     {
  661.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  662.             return $class::do($this$lazyLoad);
  663.         }
  664.         if ('.' === $file[-4]) {
  665.             $class substr($class0, -4);
  666.         } else {
  667.             $file .= '.php';
  668.         }
  669.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  670.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  671.     }
  672.     /**
  673.      * Gets the public '.container.private.profiler' shared service.
  674.      *
  675.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  676.      */
  677.     protected function get_Container_Private_ProfilerService()
  678.     {
  679.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  680.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  681.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  682.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  683.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  684.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  685.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  686.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  687.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  688.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  689.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  690.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  691.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  692.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  693.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  694.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  695.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  696.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  697.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  698.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  699.         if ($this->has('kernel')) {
  700.             $e->setKernel($b);
  701.         }
  702.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  703.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($bNULL));
  704.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  705.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  706.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  707.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  708.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  709.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/JF_KernelDevDebugContainer'), $c));
  710.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(NULL$c));
  711.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  712.         $instance->add($d);
  713.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  714.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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));
  715.         $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())));
  716.         $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([])))));
  717.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  718.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  719.         $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']));
  720.         $instance->add($e);
  721.         return $instance;
  722.     }
  723.     /**
  724.      * Gets the public '.container.private.security.authorization_checker' shared service.
  725.      *
  726.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  727.      */
  728.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  729.     {
  730.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  731.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  732.             return $this->services['.container.private.security.authorization_checker'];
  733.         }
  734.         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()), $afalsefalsefalse);
  735.     }
  736.     /**
  737.      * Gets the public '.container.private.security.token_storage' shared service.
  738.      *
  739.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  740.      */
  741.     protected function get_Container_Private_Security_TokenStorageService()
  742.     {
  743.         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, [
  744.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  745.         ], [
  746.             'request_stack' => '?',
  747.         ]));
  748.     }
  749.     /**
  750.      * Gets the public '.container.private.twig' shared service.
  751.      *
  752.      * @return \Twig\Environment
  753.      */
  754.     protected function get_Container_Private_TwigService()
  755.     {
  756.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  757.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  758.         $a->addPath((\dirname(__DIR__4).'/src/JuridicusBundle/Resources/views'), 'JFJuridicusBundle');
  759.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  760.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  761.         $a->addPath((\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/views'), 'MopaBootstrap');
  762.         $a->addPath((\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/views'), '!MopaBootstrap');
  763.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  764.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  765.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  766.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  767.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  768.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  769.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  770.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  771.         $a->addPath((\dirname(__DIR__4).'/src/Juridicus/AdminBundle/Resources/views'), 'JFJuridicusAdmin');
  772.         $a->addPath((\dirname(__DIR__4).'/src/Juridicus/AdminBundle/Resources/views'), '!JFJuridicusAdmin');
  773.         $a->addPath((\dirname(__DIR__4).'/src/JuridicusBundle/Resources/views'), 'JFJuridicus');
  774.         $a->addPath((\dirname(__DIR__4).'/src/JuridicusBundle/Resources/views'), '!JFJuridicus');
  775.         $a->addPath((\dirname(__DIR__4).'/src/Juridicus/UserBundle/Resources/views'), 'JFJuridicusUser');
  776.         $a->addPath((\dirname(__DIR__4).'/src/Juridicus/UserBundle/Resources/views'), '!JFJuridicusUser');
  777.         $a->addPath((\dirname(__DIR__4).'/src/Juridicus/PartnerBundle/Resources/views'), 'JFJuridicusPartner');
  778.         $a->addPath((\dirname(__DIR__4).'/src/Juridicus/PartnerBundle/Resources/views'), '!JFJuridicusPartner');
  779.         $a->addPath((\dirname(__DIR__4).'/src/Juridicus/BaseBundle/Resources/views'), 'JFJuridicusBase');
  780.         $a->addPath((\dirname(__DIR__4).'/src/Juridicus/BaseBundle/Resources/views'), '!JFJuridicusBase');
  781.         $a->addPath((\dirname(__DIR__4).'/src/Juridicus/ProtokollBundle/Resources/views'), 'JFJuridicusProtokoll');
  782.         $a->addPath((\dirname(__DIR__4).'/src/Juridicus/ProtokollBundle/Resources/views'), '!JFJuridicusProtokoll');
  783.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  784.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  785.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  786.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  787.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  788.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  789.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  790.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  791.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  792.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  793.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  794.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  795.         $a->addPath((\dirname(__DIR__4).'/templates'));
  796.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  797.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  798.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  799.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  800.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  801.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  802.         $d = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  803.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  804.         $f = ($this->services['router'] ?? $this->getRouterService());
  805.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  806.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  807.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  808.         $i = new \Symfony\Bridge\Twig\AppVariable();
  809.         $i->setEnvironment('dev');
  810.         $i->setDebug(true);
  811.         if ($this->has('.container.private.security.token_storage')) {
  812.             $i->setTokenStorage($g);
  813.         }
  814.         if ($this->has('request_stack')) {
  815.             $i->setRequestStack($c);
  816.         }
  817.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  818.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), NULL));
  819.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  820.         $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($c$d->getBaseUrl(), $d->isSecure())), new RewindableGenerator(function () {
  821.             return new \EmptyIterator();
  822.         }, 0))));
  823.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  824.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  825.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  826.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  828.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c$f)));
  829.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  830.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  831.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  832.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  833.         $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($c, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  834.         $instance->addExtension(new \JF\JuridicusBundle\Twig\JuridicusExtension());
  835.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  836.         $instance->addExtension(new \Mopa\Bundle\BootstrapBundle\Twig\FormExtension());
  837.         $instance->addExtension(new \Mopa\Bundle\BootstrapBundle\Twig\IconExtension('glyphicons''icon'));
  838.         $instance->addExtension(new \Mopa\Bundle\BootstrapBundle\Twig\FlashExtension(['success' => 'success''error' => 'danger''danger' => 'danger''warning' => 'warning''warn' => 'warning''info' => 'info''notice' => 'info']));
  839.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  840.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  841.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  842.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  843.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  844.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  845.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  846.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  847.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  848.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  849.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  850.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  851.         $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()))));
  852.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  853.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  854.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  855.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  856.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  857.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  858.         $instance->addGlobal('app'$i);
  859.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  860.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  861.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  862.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  863.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  864.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates''knp_menu.twig.runtime''getKnpMenu_Twig_RuntimeService'true],
  865.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'true],
  866.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'true],
  867.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'true],
  868.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  869.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  870.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  871.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  872.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  873.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  874.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  875.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  876.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  877.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  878.         ], [
  879.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  880.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  881.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  882.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  883.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  884.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  885.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  886.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  887.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  888.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  889.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  890.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  891.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  892.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  893.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  894.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  895.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  896.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  897.         ])));
  898.         $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']));
  899.         $instance->addGlobal('sonata_config', new \Sonata\AdminBundle\SonataConfiguration('Sonata Admin''bundles/sonataadmin/images/logo_title.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_admin_route' => 'show''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_translation_domain' => NULL'default_icon' => 'fas fa-folder''dropdown_number_groups_per_colums' => 2'logo_content' => 'all''list_action_button_content' => 'all''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png''javascripts' => [=> 'bundles/sonataadmin/app.js'=> 'bundles/sonataform/app.js'], 'stylesheets' => [=> 'bundles/sonataadmin/app.css'=> 'bundles/sonataform/app.css'=> 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]));
  900.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  901.         return $instance;
  902.     }
  903.     /**
  904.      * Gets the public '.container.private.validator' shared service.
  905.      *
  906.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  907.      */
  908.     protected function get_Container_Private_ValidatorService()
  909.     {
  910.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  911.         if (isset($this->services['.container.private.validator'])) {
  912.             return $this->services['.container.private.validator'];
  913.         }
  914.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  915.     }
  916.     /**
  917.      * Gets the public 'cache.app' shared service.
  918.      *
  919.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  920.      */
  921.     protected function getCache_AppService()
  922.     {
  923.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('FuY8FvvF1c'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  924.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  925.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  926.     }
  927.     /**
  928.      * Gets the public 'cache.system' shared service.
  929.      *
  930.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  931.      */
  932.     protected function getCache_SystemService()
  933.     {
  934.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4hTuRYoIlo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  935.     }
  936.     /**
  937.      * Gets the public 'cache.validator_expression_language' shared service.
  938.      *
  939.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  940.      */
  941.     protected function getCache_ValidatorExpressionLanguageService()
  942.     {
  943.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('V9OlwMo2Hy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  944.     }
  945.     /**
  946.      * Gets the public 'data_collector.dump' shared service.
  947.      *
  948.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  949.      */
  950.     protected function getDataCollector_DumpService()
  951.     {
  952.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  953.         if (isset($this->services['data_collector.dump'])) {
  954.             return $this->services['data_collector.dump'];
  955.         }
  956.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  957.         if (isset($this->services['data_collector.dump'])) {
  958.             return $this->services['data_collector.dump'];
  959.         }
  960.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(NULL$a'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  961.     }
  962.     /**
  963.      * Gets the public 'doctrine' shared service.
  964.      *
  965.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  966.      */
  967.     protected function getDoctrineService()
  968.     {
  969.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  970.     }
  971.     /**
  972.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  973.      *
  974.      * @return \Doctrine\DBAL\Connection
  975.      */
  976.     protected function getDoctrine_Dbal_DefaultConnectionService()
  977.     {
  978.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  979.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  980.             return $this->services['doctrine.dbal.default_connection'];
  981.         }
  982.         $b = new \Doctrine\DBAL\Configuration();
  983.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  984.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  985.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  986.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  987.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), NULL);
  988.         $d->setConnectionName('default');
  989.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  990.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  991.         $this->services['doctrine.dbal.default_connection'] = $instance = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], 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'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'use_savepoints' => true'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  992.         $instance->setNestTransactionsWithSavepoints(true);
  993.         return $instance;
  994.     }
  995.     /**
  996.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  997.      *
  998.      * @return \Doctrine\ORM\EntityManager
  999.      */
  1000.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1001.     {
  1002.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1003.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1004.             return $this->services['doctrine.orm.default_entity_manager'];
  1005.         }
  1006.         $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1007.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1008.             return $this->services['doctrine.orm.default_entity_manager'];
  1009.         }
  1010.         $c = new \Doctrine\ORM\Configuration();
  1011.         $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1012.         $d->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'JF\\JuridicusBundle\\Entity');
  1013.         $d->addDriver(($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService()), 'JF\\JuridicusBundle\\Entity');
  1014.         $c->setEntityNamespaces(['App' => 'JF\\JuridicusBundle\\Entity''JFJuridicusBundle' => 'JF\\JuridicusBundle\\Entity']);
  1015.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1016.         $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1017.         $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1018.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1019.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1020.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1021.         ], [
  1022.             'doctrine.ulid_generator' => '?',
  1023.             'doctrine.uuid_generator' => '?',
  1024.         ])));
  1025.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1026.         $c->setProxyNamespace('Proxies');
  1027.         $c->setAutoGenerateProxyClasses(true);
  1028.         $c->setSchemaIgnoreClasses([]);
  1029.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1030.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1031.         $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1032.         $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1033.         $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1034.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1035.         $c->setLazyGhostObjectEnabled(false);
  1036.         $c->setIdentityGenerationPreferences([]);
  1037.         $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1038.             'JF\\JuridicusBundle\\Repository\\PdfZeitschriftPRRepository' => ['privates''JF\\JuridicusBundle\\Repository\\PdfZeitschriftPRRepository''getPdfZeitschriftPRRepositoryService'true],
  1039.             'JF\\JuridicusBundle\\Repository\\PdfZeitschriftZARepository' => ['privates''JF\\JuridicusBundle\\Repository\\PdfZeitschriftZARepository''getPdfZeitschriftZARepositoryService'true],
  1040.             'JF\\JuridicusBundle\\Repository\\ProtokollInfothekPrueferRepository' => ['privates''JF\\JuridicusBundle\\Repository\\ProtokollInfothekPrueferRepository''getProtokollInfothekPrueferRepositoryService'true],
  1041.         ], [
  1042.             'JF\\JuridicusBundle\\Repository\\PdfZeitschriftPRRepository' => '?',
  1043.             'JF\\JuridicusBundle\\Repository\\PdfZeitschriftZARepository' => '?',
  1044.             'JF\\JuridicusBundle\\Repository\\ProtokollInfothekPrueferRepository' => '?',
  1045.         ])));
  1046.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1047.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1048.         return $instance;
  1049.     }
  1050.     /**
  1051.      * Gets the public 'event_dispatcher' shared service.
  1052.      *
  1053.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1054.      */
  1055.     protected function getEventDispatcherService()
  1056.     {
  1057.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1058.         $instance->addListener('kernel.controller', [=> function () {
  1059.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1060.         }, => 'onKernelController'], 0);
  1061.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1062.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1063.         }, => 'checkPassport'], 1024);
  1064.         $instance->addListener('kernel.response', [=> function () {
  1065.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1066.         }, => 'onKernelResponse'], 0);
  1067.         $instance->addListener('kernel.response', [=> function () {
  1068.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1069.         }, => 'onKernelResponse'], 0);
  1070.         $instance->addListener('kernel.response', [=> function () {
  1071.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1072.         }, => 'onKernelResponse'], 0);
  1073.         $instance->addListener('form.pre_submit', [=> function () {
  1074.             return ($this->privates['JF\\JuridicusBundle\\Form\\EventListener\\AboSubscriber'] ?? $this->load('getAboSubscriberService'));
  1075.         }, => 'preBind'], 0);
  1076.         $instance->addListener('form.post_submit', [=> function () {
  1077.             return ($this->privates['JF\\JuridicusBundle\\Form\\EventListener\\AboSubscriber'] ?? $this->load('getAboSubscriberService'));
  1078.         }, => 'postBind'], 0);
  1079.         $instance->addListener('form.pre_set_data', [=> function () {
  1080.             return ($this->privates['JF\\JuridicusBundle\\Form\\EventListener\\BuchungSubscriber'] ?? $this->load('getBuchungSubscriberService'));
  1081.         }, => 'preSetData'], 0);
  1082.         $instance->addListener('form.pre_submit', [=> function () {
  1083.             return ($this->privates['JF\\JuridicusBundle\\Form\\EventListener\\BuchungSubscriber'] ?? $this->load('getBuchungSubscriberService'));
  1084.         }, => 'preBind'], 0);
  1085.         $instance->addListener('form.post_submit', [=> function () {
  1086.             return ($this->privates['JF\\JuridicusBundle\\Form\\EventListener\\BuchungSubscriber'] ?? $this->load('getBuchungSubscriberService'));
  1087.         }, => 'postBind'], 0);
  1088.         $instance->addListener('form.pre_set_data', [=> function () {
  1089.             return ($this->privates['JF\\JuridicusBundle\\Form\\EventListener\\GutscheinWertFieldSubscriber'] ?? $this->load('getGutscheinWertFieldSubscriberService'));
  1090.         }, => 'preSetData'], 0);
  1091.         $instance->addListener('form.pre_set_data', [=> function () {
  1092.             return ($this->privates['JF\\JuridicusBundle\\Form\\EventListener\\KundeSubscriber'] ?? $this->load('getKundeSubscriberService'));
  1093.         }, => 'preSetData'], 0);
  1094.         $instance->addListener('form.post_submit', [=> function () {
  1095.             return ($this->privates['JF\\JuridicusBundle\\Form\\EventListener\\KundeSubscriber'] ?? $this->load('getKundeSubscriberService'));
  1096.         }, => 'postBind'], 0);
  1097.         $instance->addListener('form.pre_submit', [=> function () {
  1098.             return ($this->privates['JF\\JuridicusBundle\\Form\\EventListener\\ProtokollInfothekPrueferSubscriber'] ?? $this->load('getProtokollInfothekPrueferSubscriberService'));
  1099.         }, => 'preBind'], 0);
  1100.         $instance->addListener('kernel.response', [=> function () {
  1101.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1102.         }, => 'onKernelResponse'], 0);
  1103.         $instance->addListener('kernel.response', [=> function () {
  1104.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1105.         }, => 'onKernelResponse'], -1024);
  1106.         $instance->addListener('kernel.request', [=> function () {
  1107.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1108.         }, => 'setDefaultLocale'], 100);
  1109.         $instance->addListener('kernel.request', [=> function () {
  1110.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1111.         }, => 'onKernelRequest'], 16);
  1112.         $instance->addListener('kernel.finish_request', [=> function () {
  1113.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1114.         }, => 'onKernelFinishRequest'], 0);
  1115.         $instance->addListener('kernel.request', [=> function () {
  1116.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1117.         }, => 'onKernelRequest'], 256);
  1118.         $instance->addListener('kernel.response', [=> function () {
  1119.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1120.         }, => 'onResponse'], -255);
  1121.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1122.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1123.         }, => 'onControllerArguments'], 0);
  1124.         $instance->addListener('kernel.exception', [=> function () {
  1125.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1126.         }, => 'logKernelException'], 0);
  1127.         $instance->addListener('kernel.exception', [=> function () {
  1128.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1129.         }, => 'onKernelException'], -128);
  1130.         $instance->addListener('kernel.response', [=> function () {
  1131.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1132.         }, => 'removeCspHeader'], -128);
  1133.         $instance->addListener('kernel.request', [=> function () {
  1134.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1135.         }, => 'onKernelRequest'], 15);
  1136.         $instance->addListener('kernel.finish_request', [=> function () {
  1137.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1138.         }, => 'onKernelFinishRequest'], -15);
  1139.         $instance->addListener('console.error', [=> function () {
  1140.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1141.         }, => 'onConsoleError'], -128);
  1142.         $instance->addListener('console.terminate', [=> function () {
  1143.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1144.         }, => 'onConsoleTerminate'], -128);
  1145.         $instance->addListener('console.error', [=> function () {
  1146.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1147.         }, => 'onConsoleError'], 0);
  1148.         $instance->addListener('kernel.request', [=> function () {
  1149.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1150.         }, => 'configure'], 2048);
  1151.         $instance->addListener('console.command', [=> function () {
  1152.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1153.         }, => 'configure'], 2048);
  1154.         $instance->addListener('kernel.request', [=> function () {
  1155.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1156.         }, => 'onKernelRequest'], 32);
  1157.         $instance->addListener('kernel.finish_request', [=> function () {
  1158.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1159.         }, => 'onKernelFinishRequest'], 0);
  1160.         $instance->addListener('kernel.exception', [=> function () {
  1161.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1162.         }, => 'onKernelException'], -64);
  1163.         $instance->addListener('kernel.request', [=> function () {
  1164.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1165.         }, => 'onKernelRequest'], 128);
  1166.         $instance->addListener('kernel.response', [=> function () {
  1167.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1168.         }, => 'onKernelResponse'], -1000);
  1169.         $instance->addListener('kernel.finish_request', [=> function () {
  1170.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1171.         }, => 'onFinishRequest'], 0);
  1172.         $instance->addListener('kernel.response', [=> function () {
  1173.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1174.         }, => 'onKernelResponse'], -100);
  1175.         $instance->addListener('kernel.exception', [=> function () {
  1176.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1177.         }, => 'onKernelException'], 0);
  1178.         $instance->addListener('kernel.terminate', [=> function () {
  1179.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1180.         }, => 'onKernelTerminate'], -1024);
  1181.         $instance->addListener('kernel.controller', [=> function () {
  1182.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1183.         }, => 'onKernelController'], 0);
  1184.         $instance->addListener('kernel.response', [=> function () {
  1185.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1186.         }, => 'onKernelResponse'], 0);
  1187.         $instance->addListener('kernel.controller', [=> function () {
  1188.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1189.         }, => 'onKernelController'], 0);
  1190.         $instance->addListener('kernel.controller', [=> function () {
  1191.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1192.         }, => 'onKernelController'], 0);
  1193.         $instance->addListener('kernel.controller', [=> function () {
  1194.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1195.         }, => 'onKernelController'], -128);
  1196.         $instance->addListener('kernel.view', [=> function () {
  1197.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1198.         }, => 'onKernelView'], 0);
  1199.         $instance->addListener('kernel.controller', [=> function () {
  1200.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1201.         }, => 'onKernelController'], 0);
  1202.         $instance->addListener('kernel.response', [=> function () {
  1203.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1204.         }, => 'onKernelResponse'], 0);
  1205.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1206.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1207.         }, => 'onKernelControllerArguments'], 0);
  1208.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1209.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1210.         }, => 'onKernelControllerArguments'], 0);
  1211.         $instance->addListener('console.command', [=> function () {
  1212.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1213.         }, => 'configure'], 1024);
  1214.         $instance->addListener('console.command', [=> function () {
  1215.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1216.         }, => 'onCommand'], 255);
  1217.         $instance->addListener('console.terminate', [=> function () {
  1218.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1219.         }, => 'onTerminate'], -255);
  1220.         $instance->addListener('kernel.exception', [=> function () {
  1221.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1222.         }, => 'onException'], 0);
  1223.         $instance->addListener('kernel.terminate', [=> function () {
  1224.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1225.         }, => 'onTerminate'], 0);
  1226.         $instance->addListener('console.error', [=> function () {
  1227.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1228.         }, => 'onException'], 0);
  1229.         $instance->addListener('console.terminate', [=> function () {
  1230.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1231.         }, => 'onTerminate'], 0);
  1232.         $instance->addListener('kernel.response', [=> function () {
  1233.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1234.         }, => 'onKernelResponse'], -128);
  1235.         $instance->addListener('kernel.response', [=> function () {
  1236.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1237.         }, => 'onKernelResponse'], 0);
  1238.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1239.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1240.         }, => 'checkPassport'], 0);
  1241.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1242.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1243.         }, => 'onLoginSuccess'], 0);
  1244.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1245.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1246.         }, => 'onVoterVote'], 0);
  1247.         $instance->addListener('kernel.request', [=> function () {
  1248.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1249.         }, => 'configureLogoutUrlGenerator'], 8);
  1250.         $instance->addListener('kernel.request', [=> function () {
  1251.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1252.         }, => 'onKernelRequest'], 8);
  1253.         $instance->addListener('kernel.finish_request', [=> function () {
  1254.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1255.         }, => 'onKernelFinishRequest'], 0);
  1256.         $instance->addListener('console.error', [=> function () {
  1257.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1258.         }, => 'onConsoleError'], 0);
  1259.         $instance->addListener('console.terminate', [=> function () {
  1260.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1261.         }, => 'onConsoleTerminate'], 0);
  1262.         $instance->addListener('kernel.controller', [=> function () {
  1263.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1264.         }, => 'onKernelController'], 0);
  1265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1266.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1267.         }, => 'checkPassport'], 512);
  1268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1269.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1270.         }, => 'onLogout'], 0);
  1271.         return $instance;
  1272.     }
  1273.     /**
  1274.      * Gets the public 'http_kernel' shared service.
  1275.      *
  1276.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1277.      */
  1278.     protected function getHttpKernelService()
  1279.     {
  1280.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1281.         if (isset($this->services['http_kernel'])) {
  1282.             return $this->services['http_kernel'];
  1283.         }
  1284.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['controller_resolver'] ?? $this->getControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1285.             yield => ($this->privates['argument_resolver.request_attribute'] ?? ($this->privates['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver()));
  1286.             yield => ($this->privates['argument_resolver.request'] ?? ($this->privates['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver()));
  1287.             yield => ($this->privates['argument_resolver.session'] ?? ($this->privates['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver()));
  1288.             yield => ($this->privates['security.user_value_resolver'] ?? $this->load('getSecurity_UserValueResolverService'));
  1289.             yield => ($this->privates['sonata.admin.argument_resolver.admin'] ?? $this->load('getSonata_Admin_ArgumentResolver_AdminService'));
  1290.             yield => ($this->privates['sonata.admin.argument_resolver.proxy_query'] ?? ($this->privates['sonata.admin.argument_resolver.proxy_query'] = new \Sonata\AdminBundle\ArgumentResolver\ProxyQueryResolver()));
  1291.             yield => ($this->privates['argument_resolver.service'] ?? $this->load('getArgumentResolver_ServiceService'));
  1292.             yield => ($this->privates['argument_resolver.default'] ?? ($this->privates['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver()));
  1293.             yield => ($this->privates['argument_resolver.variadic'] ?? ($this->privates['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver()));
  1294.         }, 9)));
  1295.     }
  1296.     /**
  1297.      * Gets the public 'monolog.logger.deprecation' shared service.
  1298.      *
  1299.      * @return \Symfony\Bridge\Monolog\Logger
  1300.      */
  1301.     protected function getMonolog_Logger_DeprecationService()
  1302.     {
  1303.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1304.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1305.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1306.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1307.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1308.         return $instance;
  1309.     }
  1310.     /**
  1311.      * Gets the public 'request_stack' shared service.
  1312.      *
  1313.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1314.      */
  1315.     protected function getRequestStackService()
  1316.     {
  1317.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1318.     }
  1319.     /**
  1320.      * Gets the public 'router' shared service.
  1321.      *
  1322.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1323.      */
  1324.     protected function getRouterService()
  1325.     {
  1326.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1327.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1328.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1329.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1330.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1331.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1332.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1333.         ], [
  1334.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1335.         ]))->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');
  1336.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1337.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1338.         return $instance;
  1339.     }
  1340.     /**
  1341.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1342.      *
  1343.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1344.      */
  1345.     protected function getSonata_Block_ContextManager_DefaultService()
  1346.     {
  1347.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1348.         if (isset($this->services['sonata.block.context_manager.default'])) {
  1349.             return $this->services['sonata.block.context_manager.default'];
  1350.         }
  1351.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1352.     }
  1353.     /**
  1354.      * Gets the public 'sonata.block.manager' shared service.
  1355.      *
  1356.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1357.      */
  1358.     protected function getSonata_Block_ManagerService()
  1359.     {
  1360.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1361.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  1362.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  1363.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  1364.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  1365.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  1366.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  1367.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  1368.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  1369.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  1370.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  1371.         ], [
  1372.             'sonata.admin.block.admin_list' => '?',
  1373.             'sonata.admin.block.admin_preview' => '?',
  1374.             'sonata.admin.block.search_result' => '?',
  1375.             'sonata.admin.block.stats' => '?',
  1376.             'sonata.block.service.container' => '?',
  1377.             'sonata.block.service.empty' => '?',
  1378.             'sonata.block.service.menu' => '?',
  1379.             'sonata.block.service.rss' => '?',
  1380.             'sonata.block.service.template' => '?',
  1381.             'sonata.block.service.text' => '?',
  1382.         ]), $this->parameters['sonata.block.container.types']);
  1383.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1384.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1385.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1386.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1387.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1388.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  1389.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  1390.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  1391.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  1392.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  1393.         return $instance;
  1394.     }
  1395.     /**
  1396.      * Gets the public 'sonata.block.renderer.default' shared service.
  1397.      *
  1398.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1399.      */
  1400.     protected function getSonata_Block_Renderer_DefaultService()
  1401.     {
  1402.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1403.         if (isset($this->services['sonata.block.renderer.default'])) {
  1404.             return $this->services['sonata.block.renderer.default'];
  1405.         }
  1406.         $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'], [], []);
  1407.         $b->setDefaultFilter('debug_only');
  1408.         $b->setDefaultRenderer('throw');
  1409.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1410.     }
  1411.     /**
  1412.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  1413.      *
  1414.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  1415.      */
  1416.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  1417.     {
  1418.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  1419.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1420.         return $instance;
  1421.     }
  1422.     /**
  1423.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  1424.      *
  1425.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1426.      */
  1427.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  1428.     {
  1429.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1430.     }
  1431.     /**
  1432.      * Gets the public 'translator' shared service.
  1433.      *
  1434.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1435.      */
  1436.     protected function getTranslatorService()
  1437.     {
  1438.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1439.     }
  1440.     /**
  1441.      * Gets the public 'var_dumper.cloner' shared service.
  1442.      *
  1443.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1444.      */
  1445.     protected function getVarDumper_ClonerService()
  1446.     {
  1447.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1448.         $instance->setMaxItems(2500);
  1449.         $instance->setMinDepth(1);
  1450.         $instance->setMaxString(-1);
  1451.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1452.         return $instance;
  1453.     }
  1454.     /**
  1455.      * Gets the private '.service_locator.yZfSU8b' shared service.
  1456.      *
  1457.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1458.      */
  1459.     protected function get_ServiceLocator_YZfSU8bService()
  1460.     {
  1461.         return $this->privates['.service_locator.yZfSU8b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1462.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1463.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1464.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1465.             'security.firewall.map.context.pruefer' => ['privates''security.firewall.map.context.pruefer''getSecurity_Firewall_Map_Context_PrueferService'true],
  1466.         ], [
  1467.             'security.firewall.map.context.admin' => '?',
  1468.             'security.firewall.map.context.dev' => '?',
  1469.             'security.firewall.map.context.main' => '?',
  1470.             'security.firewall.map.context.pruefer' => '?',
  1471.         ]);
  1472.     }
  1473.     /**
  1474.      * Gets the private 'annotations.cache_adapter' shared service.
  1475.      *
  1476.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1477.      */
  1478.     protected function getAnnotations_CacheAdapterService()
  1479.     {
  1480.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1481.     }
  1482.     /**
  1483.      * Gets the private 'annotations.cached_reader' shared service.
  1484.      *
  1485.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1486.      */
  1487.     protected function getAnnotations_CachedReaderService()
  1488.     {
  1489.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1490.     }
  1491.     /**
  1492.      * Gets the private 'annotations.reader' shared service.
  1493.      *
  1494.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1495.      */
  1496.     protected function getAnnotations_ReaderService()
  1497.     {
  1498.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1499.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1500.         $a->registerUniqueLoader('class_exists');
  1501.         $instance->addGlobalIgnoredName('required'$a);
  1502.         return $instance;
  1503.     }
  1504.     /**
  1505.      * Gets the private 'cache.annotations' shared service.
  1506.      *
  1507.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1508.      */
  1509.     protected function getCache_AnnotationsService()
  1510.     {
  1511.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vvOLjL5CfH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1512.     }
  1513.     /**
  1514.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1515.      *
  1516.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1517.      */
  1518.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1519.     {
  1520.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1521.     }
  1522.     /**
  1523.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1524.      *
  1525.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1526.      */
  1527.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1528.     {
  1529.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1530.     }
  1531.     /**
  1532.      * Gets the private 'cache.property_info' shared service.
  1533.      *
  1534.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1535.      */
  1536.     protected function getCache_PropertyInfoService()
  1537.     {
  1538.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bAmijSX34A'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1539.     }
  1540.     /**
  1541.      * Gets the private 'cache.security_expression_language' shared service.
  1542.      *
  1543.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1544.      */
  1545.     protected function getCache_SecurityExpressionLanguageService()
  1546.     {
  1547.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qji4sm1ASw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1548.     }
  1549.     /**
  1550.      * Gets the private 'cache.serializer' shared service.
  1551.      *
  1552.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1553.      */
  1554.     protected function getCache_SerializerService()
  1555.     {
  1556.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cOdBN4vg+n'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1557.     }
  1558.     /**
  1559.      * Gets the private 'cache.validator' shared service.
  1560.      *
  1561.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1562.      */
  1563.     protected function getCache_ValidatorService()
  1564.     {
  1565.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XGUP+CGUXp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1566.     }
  1567.     /**
  1568.      * Gets the private 'config_cache_factory' shared service.
  1569.      *
  1570.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1571.      */
  1572.     protected function getConfigCacheFactoryService()
  1573.     {
  1574.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1575.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  1576.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1577.         }, 2));
  1578.     }
  1579.     /**
  1580.      * Gets the private 'controller_resolver' shared service.
  1581.      *
  1582.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  1583.      */
  1584.     protected function getControllerResolverService()
  1585.     {
  1586.         return $this->privates['controller_resolver'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  1587.     }
  1588.     /**
  1589.      * Gets the private 'data_collector.form' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1592.      */
  1593.     protected function getDataCollector_FormService()
  1594.     {
  1595.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1596.     }
  1597.     /**
  1598.      * Gets the private 'data_collector.request' shared service.
  1599.      *
  1600.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1601.      */
  1602.     protected function getDataCollector_RequestService()
  1603.     {
  1604.         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())));
  1605.     }
  1606.     /**
  1607.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1608.      *
  1609.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1610.      */
  1611.     protected function getDebug_DebugHandlersListenerService()
  1612.     {
  1613.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1614.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1615.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1616.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1617.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1618.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1619.     }
  1620.     /**
  1621.      * Gets the private 'debug.file_link_formatter' shared service.
  1622.      *
  1623.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1624.      */
  1625.     protected function getDebug_FileLinkFormatterService()
  1626.     {
  1627.         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 () {
  1628.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1629.         });
  1630.     }
  1631.     /**
  1632.      * Gets the private 'debug.log_processor' shared service.
  1633.      *
  1634.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1635.      */
  1636.     protected function getDebug_LogProcessorService()
  1637.     {
  1638.         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())));
  1639.     }
  1640.     /**
  1641.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1642.      *
  1643.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1644.      */
  1645.     protected function getDebug_Security_Access_DecisionManagerService()
  1646.     {
  1647.         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 () {
  1648.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1649.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1650.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1651.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1652.     }
  1653.     /**
  1654.      * Gets the private 'debug.security.firewall' shared service.
  1655.      *
  1656.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1657.      */
  1658.     protected function getDebug_Security_FirewallService()
  1659.     {
  1660.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1661.         if (isset($this->privates['debug.security.firewall'])) {
  1662.             return $this->privates['debug.security.firewall'];
  1663.         }
  1664.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1665.         if (isset($this->privates['debug.security.firewall'])) {
  1666.             return $this->privates['debug.security.firewall'];
  1667.         }
  1668.         $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1669.         if (isset($this->privates['debug.security.firewall'])) {
  1670.             return $this->privates['debug.security.firewall'];
  1671.         }
  1672.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b$c);
  1673.     }
  1674.     /**
  1675.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1676.      *
  1677.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1678.      */
  1679.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1680.     {
  1681.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1682.             'JF\\JuridicusBundle\\Listener\\NachweisSubscriber' => ['privates''JF\\JuridicusBundle\\Listener\\NachweisSubscriber''getNachweisSubscriberService'true],
  1683.             'JF\\JuridicusBundle\\Listener\\PruefungSubscriber' => ['privates''JF\\JuridicusBundle\\Listener\\PruefungSubscriber''getPruefungSubscriberService'true],
  1684.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1685.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1686.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1687.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1688.             'jf_juridicus.kunde_subscriber' => ['privates''jf_juridicus.kunde_subscriber''getJfJuridicus_KundeSubscriberService'true],
  1689.             'jf_juridicus.pdf_subscriber' => ['privates''jf_juridicus.pdf_subscriber''getJfJuridicus_PdfSubscriberService'true],
  1690.             'jf_juridicus.protokoll_subscriber' => ['privates''jf_juridicus.protokoll_subscriber''getJfJuridicus_ProtokollSubscriberService'true],
  1691.             'jf_juridicus.pruefer_subscriber' => ['privates''jf_juridicus.pruefer_subscriber''getJfJuridicus_PrueferSubscriberService'true],
  1692.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  1693.             'stof_doctrine_extensions.listener.uploadable' => ['privates''stof_doctrine_extensions.listener.uploadable''getStofDoctrineExtensions_Listener_UploadableService'true],
  1694.         ], [
  1695.             'JF\\JuridicusBundle\\Listener\\NachweisSubscriber' => '?',
  1696.             'JF\\JuridicusBundle\\Listener\\PruefungSubscriber' => '?',
  1697.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1698.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1699.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1700.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1701.             'jf_juridicus.kunde_subscriber' => '?',
  1702.             'jf_juridicus.pdf_subscriber' => '?',
  1703.             'jf_juridicus.protokoll_subscriber' => '?',
  1704.             'jf_juridicus.pruefer_subscriber' => '?',
  1705.             'sonata.doctrine.mapper' => '?',
  1706.             'stof_doctrine_extensions.listener.uploadable' => '?',
  1707.         ]), [=> [=> [=> 'loadClassMetadata'], => 'sonata.doctrine.mapper'], => 'JF\\JuridicusBundle\\Listener\\NachweisSubscriber'=> 'JF\\JuridicusBundle\\Listener\\PruefungSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'jf_juridicus.pdf_subscriber'=> 'jf_juridicus.kunde_subscriber'=> 'jf_juridicus.pruefer_subscriber'=> 'jf_juridicus.protokoll_subscriber'10 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 11 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.uploadable'], 12 => [=> [=> 'preFlush'], => 'stof_doctrine_extensions.listener.uploadable'], 13 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.uploadable'], 14 => [=> [=> 'postFlush'], => 'stof_doctrine_extensions.listener.uploadable']]);
  1708.     }
  1709.     /**
  1710.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1711.      *
  1712.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1713.      */
  1714.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1715.     {
  1716.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/JuridicusBundle/Entity')], false);
  1717.     }
  1718.     /**
  1719.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  1720.      *
  1721.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  1722.      */
  1723.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  1724.     {
  1725.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/src/JuridicusBundle/Resources/config/doctrine') => 'JF\\JuridicusBundle\\Entity']);
  1726.         $instance->setGlobalBasename('mapping');
  1727.         return $instance;
  1728.     }
  1729.     /**
  1730.      * Gets the private 'exception_listener' shared service.
  1731.      *
  1732.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1733.      */
  1734.     protected function getExceptionListenerService()
  1735.     {
  1736.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1737.     }
  1738.     /**
  1739.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1740.      *
  1741.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1742.      */
  1743.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1744.     {
  1745.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1746.     }
  1747.     /**
  1748.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1749.      *
  1750.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1751.      */
  1752.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1753.     {
  1754.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1755.     }
  1756.     /**
  1757.      * Gets the private 'locale_aware_listener' shared service.
  1758.      *
  1759.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1760.      */
  1761.     protected function getLocaleAwareListenerService()
  1762.     {
  1763.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1764.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  1765.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1766.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  1767.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  1768.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1769.     }
  1770.     /**
  1771.      * Gets the private 'locale_listener' shared service.
  1772.      *
  1773.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1774.      */
  1775.     protected function getLocaleListenerService()
  1776.     {
  1777.         $a = ($this->services['router'] ?? $this->getRouterService());
  1778.         if (isset($this->privates['locale_listener'])) {
  1779.             return $this->privates['locale_listener'];
  1780.         }
  1781.         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'$afalse, []);
  1782.     }
  1783.     /**
  1784.      * Gets the private 'monolog.handler.console' shared service.
  1785.      *
  1786.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1787.      */
  1788.     protected function getMonolog_Handler_ConsoleService()
  1789.     {
  1790.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1791.     }
  1792.     /**
  1793.      * Gets the private 'monolog.handler.main' shared service.
  1794.      *
  1795.      * @return \Monolog\Handler\StreamHandler
  1796.      */
  1797.     protected function getMonolog_Handler_MainService()
  1798.     {
  1799.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  1800.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1801.         return $instance;
  1802.     }
  1803.     /**
  1804.      * Gets the private 'monolog.logger' shared service.
  1805.      *
  1806.      * @return \Symfony\Bridge\Monolog\Logger
  1807.      */
  1808.     protected function getMonolog_LoggerService()
  1809.     {
  1810.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1811.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1812.         $instance->useMicrosecondTimestamps(true);
  1813.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1814.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1815.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1816.         return $instance;
  1817.     }
  1818.     /**
  1819.      * Gets the private 'monolog.logger.cache' shared service.
  1820.      *
  1821.      * @return \Symfony\Bridge\Monolog\Logger
  1822.      */
  1823.     protected function getMonolog_Logger_CacheService()
  1824.     {
  1825.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1826.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1827.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1828.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1829.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1830.         return $instance;
  1831.     }
  1832.     /**
  1833.      * Gets the private 'monolog.logger.request' shared service.
  1834.      *
  1835.      * @return \Symfony\Bridge\Monolog\Logger
  1836.      */
  1837.     protected function getMonolog_Logger_RequestService()
  1838.     {
  1839.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1840.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1841.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1842.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1843.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1844.         return $instance;
  1845.     }
  1846.     /**
  1847.      * Gets the private 'monolog.logger.security' shared service.
  1848.      *
  1849.      * @return \Symfony\Bridge\Monolog\Logger
  1850.      */
  1851.     protected function getMonolog_Logger_SecurityService()
  1852.     {
  1853.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1854.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1855.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1856.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1857.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1858.         return $instance;
  1859.     }
  1860.     /**
  1861.      * Gets the private 'parameter_bag' shared service.
  1862.      *
  1863.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1864.      */
  1865.     protected function getParameterBagService()
  1866.     {
  1867.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1868.     }
  1869.     /**
  1870.      * Gets the private 'profiler_listener' shared service.
  1871.      *
  1872.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1873.      */
  1874.     protected function getProfilerListenerService()
  1875.     {
  1876.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1877.         if (isset($this->privates['profiler_listener'])) {
  1878.             return $this->privates['profiler_listener'];
  1879.         }
  1880.         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())), NULLfalsefalseNULL);
  1881.     }
  1882.     /**
  1883.      * Gets the private 'property_accessor' shared service.
  1884.      *
  1885.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1886.      */
  1887.     protected function getPropertyAccessorService()
  1888.     {
  1889.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1890.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1891.     }
  1892.     /**
  1893.      * Gets the private 'property_info' shared service.
  1894.      *
  1895.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1896.      */
  1897.     protected function getPropertyInfoService()
  1898.     {
  1899.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1900.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1901.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1902.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1903.         }, 3), new RewindableGenerator(function () {
  1904.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1905.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1906.         }, 2), new RewindableGenerator(function () {
  1907.             return new \EmptyIterator();
  1908.         }, 0), new RewindableGenerator(function () {
  1909.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1910.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1911.         }, 2), new RewindableGenerator(function () {
  1912.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1913.         }, 1));
  1914.     }
  1915.     /**
  1916.      * Gets the private 'router.expression_language_provider' shared service.
  1917.      *
  1918.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1919.      */
  1920.     protected function getRouter_ExpressionLanguageProviderService()
  1921.     {
  1922.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1923.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1924.         ], [
  1925.             'env' => 'Closure',
  1926.         ]));
  1927.     }
  1928.     /**
  1929.      * Gets the private 'router.request_context' shared service.
  1930.      *
  1931.      * @return \Symfony\Component\Routing\RequestContext
  1932.      */
  1933.     protected function getRouter_RequestContextService()
  1934.     {
  1935.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1936.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1937.         return $instance;
  1938.     }
  1939.     /**
  1940.      * Gets the private 'router_listener' shared service.
  1941.      *
  1942.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1943.      */
  1944.     protected function getRouterListenerService()
  1945.     {
  1946.         $a = ($this->services['router'] ?? $this->getRouterService());
  1947.         if (isset($this->privates['router_listener'])) {
  1948.             return $this->privates['router_listener'];
  1949.         }
  1950.         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);
  1951.     }
  1952.     /**
  1953.      * Gets the private 'security.context_listener.0' shared service.
  1954.      *
  1955.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1956.      */
  1957.     protected function getSecurity_ContextListener_0Service()
  1958.     {
  1959.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  1960.         if (isset($this->privates['security.context_listener.0'])) {
  1961.             return $this->privates['security.context_listener.0'];
  1962.         }
  1963.         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 () {
  1964.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1965.         }, 1), 'admin', ($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())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  1966.     }
  1967.     /**
  1968.      * Gets the private 'security.context_listener.1' shared service.
  1969.      *
  1970.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1971.      */
  1972.     protected function getSecurity_ContextListener_1Service()
  1973.     {
  1974.         $a = ($this->privates['security.event_dispatcher.pruefer'] ?? $this->getSecurity_EventDispatcher_PrueferService());
  1975.         if (isset($this->privates['security.context_listener.1'])) {
  1976.             return $this->privates['security.context_listener.1'];
  1977.         }
  1978.         return $this->privates['security.context_listener.1'] = 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 () {
  1979.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1980.         }, 1), 'pruefer', ($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())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  1981.     }
  1982.     /**
  1983.      * Gets the private 'security.context_listener.2' shared service.
  1984.      *
  1985.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1986.      */
  1987.     protected function getSecurity_ContextListener_2Service()
  1988.     {
  1989.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  1990.         if (isset($this->privates['security.context_listener.2'])) {
  1991.             return $this->privates['security.context_listener.2'];
  1992.         }
  1993.         return $this->privates['security.context_listener.2'] = 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 () {
  1994.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1995.         }, 1), 'main', ($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())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  1996.     }
  1997.     /**
  1998.      * Gets the private 'security.event_dispatcher.admin' shared service.
  1999.      *
  2000.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2001.      */
  2002.     protected function getSecurity_EventDispatcher_AdminService()
  2003.     {
  2004.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2005.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2006.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2007.         }, => 'checkPassport'], 2048);
  2008.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2009.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2010.         }, => 'onSuccessfulLogin'], 0);
  2011.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2012.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  2013.         }, => 'onLogout'], 64);
  2014.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2015.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2016.         }, => 'onLogout'], 0);
  2017.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2018.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2019.         }, => 'preCheckCredentials'], 256);
  2020.         $instance->addListener('security.authentication.success', [=> function () {
  2021.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2022.         }, => 'postCheckCredentials'], 256);
  2023.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2024.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2025.         }, => 'checkPassport'], 1024);
  2026.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2027.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2028.         }, => 'checkPassport'], 0);
  2029.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2030.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2031.         }, => 'onLoginSuccess'], 0);
  2032.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2033.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2034.         }, => 'checkPassport'], 512);
  2035.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2036.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2037.         }, => 'onLogout'], 0);
  2038.         return $instance;
  2039.     }
  2040.     /**
  2041.      * Gets the private 'security.event_dispatcher.main' shared service.
  2042.      *
  2043.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2044.      */
  2045.     protected function getSecurity_EventDispatcher_MainService()
  2046.     {
  2047.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2048.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2049.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2050.         }, => 'checkPassport'], 2048);
  2051.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2052.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2053.         }, => 'onSuccessfulLogin'], 0);
  2054.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2055.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2056.         }, => 'onLogout'], 64);
  2057.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2058.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2059.         }, => 'onLogout'], 0);
  2060.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2061.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2062.         }, => 'preCheckCredentials'], 256);
  2063.         $instance->addListener('security.authentication.success', [=> function () {
  2064.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2065.         }, => 'postCheckCredentials'], 256);
  2066.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2067.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2068.         }, => 'checkPassport'], 1024);
  2069.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2070.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2071.         }, => 'checkPassport'], 0);
  2072.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2073.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2074.         }, => 'onLoginSuccess'], 0);
  2075.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2076.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2077.         }, => 'checkPassport'], 512);
  2078.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2079.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2080.         }, => 'onLogout'], 0);
  2081.         return $instance;
  2082.     }
  2083.     /**
  2084.      * Gets the private 'security.event_dispatcher.pruefer' shared service.
  2085.      *
  2086.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2087.      */
  2088.     protected function getSecurity_EventDispatcher_PrueferService()
  2089.     {
  2090.         $this->privates['security.event_dispatcher.pruefer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2091.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2092.             return ($this->privates['security.listener.pruefer.user_provider'] ?? $this->load('getSecurity_Listener_Pruefer_UserProviderService'));
  2093.         }, => 'checkPassport'], 2048);
  2094.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2095.             return ($this->privates['security.listener.session.pruefer'] ?? $this->load('getSecurity_Listener_Session_PrueferService'));
  2096.         }, => 'onSuccessfulLogin'], 0);
  2097.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2098.             return ($this->privates['security.logout.listener.default.pruefer'] ?? $this->load('getSecurity_Logout_Listener_Default_PrueferService'));
  2099.         }, => 'onLogout'], 64);
  2100.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2101.             return ($this->privates['security.logout.listener.session.pruefer'] ?? ($this->privates['security.logout.listener.session.pruefer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2102.         }, => 'onLogout'], 0);
  2103.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2104.             return ($this->privates['security.listener.user_checker.pruefer'] ?? $this->load('getSecurity_Listener_UserChecker_PrueferService'));
  2105.         }, => 'preCheckCredentials'], 256);
  2106.         $instance->addListener('security.authentication.success', [=> function () {
  2107.             return ($this->privates['security.listener.user_checker.pruefer'] ?? $this->load('getSecurity_Listener_UserChecker_PrueferService'));
  2108.         }, => 'postCheckCredentials'], 256);
  2109.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2110.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2111.         }, => 'checkPassport'], 1024);
  2112.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2113.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2114.         }, => 'checkPassport'], 0);
  2115.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2116.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2117.         }, => 'onLoginSuccess'], 0);
  2118.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2119.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2120.         }, => 'checkPassport'], 512);
  2121.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2122.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2123.         }, => 'onLogout'], 0);
  2124.         return $instance;
  2125.     }
  2126.     /**
  2127.      * Gets the private 'security.firewall.map' shared service.
  2128.      *
  2129.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2130.      */
  2131.     protected function getSecurity_Firewall_MapService()
  2132.     {
  2133.         $a = ($this->privates['.service_locator.yZfSU8b'] ?? $this->get_ServiceLocator_YZfSU8bService());
  2134.         if (isset($this->privates['security.firewall.map'])) {
  2135.             return $this->privates['security.firewall.map'];
  2136.         }
  2137.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2138.             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)/')));
  2139.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  2140.             yield 'security.firewall.map.context.pruefer' => ($this->privates['.security.request_matcher.peQvg5_'] ?? ($this->privates['.security.request_matcher.peQvg5_'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/pruefer')));
  2141.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2142.         }, 4));
  2143.     }
  2144.     /**
  2145.      * Gets the private 'security.logout_url_generator' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2148.      */
  2149.     protected function getSecurity_LogoutUrlGeneratorService()
  2150.     {
  2151.         $a = ($this->services['router'] ?? $this->getRouterService());
  2152.         if (isset($this->privates['security.logout_url_generator'])) {
  2153.             return $this->privates['security.logout_url_generator'];
  2154.         }
  2155.         $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()));
  2156.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  2157.         $instance->registerListener('pruefer''pruefer_logout''logout''_csrf_token'NULLNULL);
  2158.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  2159.         return $instance;
  2160.     }
  2161.     /**
  2162.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2163.      *
  2164.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2165.      */
  2166.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2167.     {
  2168.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2169.     }
  2170.     /**
  2171.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2172.      *
  2173.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2174.      */
  2175.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2176.     {
  2177.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2178.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2179.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2180.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2181.     }
  2182.     /**
  2183.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2184.      *
  2185.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2186.      */
  2187.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2188.     {
  2189.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2190.     }
  2191.     /**
  2192.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2193.      *
  2194.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2195.      */
  2196.     protected function getSensioFrameworkExtra_View_ListenerService()
  2197.     {
  2198.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  2199.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2200.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2201.         ], [
  2202.             'twig' => '?',
  2203.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2204.         return $instance;
  2205.     }
  2206.     /**
  2207.      * Gets the private 'session_listener' shared service.
  2208.      *
  2209.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2210.      */
  2211.     protected function getSessionListenerService()
  2212.     {
  2213.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2214.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2215.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2216.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2217.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2218.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2219.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2220.         ], [
  2221.             'initialized_session' => '?',
  2222.             'logger' => '?',
  2223.             'request_stack' => '?',
  2224.             'session' => '?',
  2225.             'session_collector' => '?',
  2226.             'session_factory' => '?',
  2227.         ]), true$this->parameters['session.storage.options']);
  2228.     }
  2229.     /**
  2230.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  2231.      *
  2232.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  2233.      */
  2234.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  2235.     {
  2236.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  2237.     }
  2238.     /**
  2239.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  2240.      *
  2241.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2242.      */
  2243.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  2244.     {
  2245.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2246.     }
  2247.     /**
  2248.      * Gets the private 'sonata.admin.pool' shared service.
  2249.      *
  2250.      * @return \Sonata\AdminBundle\Admin\Pool
  2251.      */
  2252.     protected function getSonata_Admin_PoolService()
  2253.     {
  2254.         return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2255.             'jf_juridicus.admin.abo' => [false'jf_juridicus.admin.abo''getJfJuridicus_Admin_AboService'true],
  2256.             'jf_juridicus.admin.abo_ausgabe' => [false'jf_juridicus.admin.abo_ausgabe''getJfJuridicus_Admin_AboAusgabeService'true],
  2257.             'jf_juridicus.admin.abo_ausgabe_gruppe' => [false'jf_juridicus.admin.abo_ausgabe_gruppe''getJfJuridicus_Admin_AboAusgabeGruppeService'true],
  2258.             'jf_juridicus.admin.dienststellung' => [false'jf_juridicus.admin.dienststellung''getJfJuridicus_Admin_DienststellungService'true],
  2259.             'jf_juridicus.admin.email' => [false'jf_juridicus.admin.email''getJfJuridicus_Admin_EmailService'true],
  2260.             'jf_juridicus.admin.empfehlung' => [false'jf_juridicus.admin.empfehlung''getJfJuridicus_Admin_EmpfehlungService'true],
  2261.             'jf_juridicus.admin.export' => [false'jf_juridicus.admin.export''getJfJuridicus_Admin_ExportService'true],
  2262.             'jf_juridicus.admin.faq' => [false'jf_juridicus.admin.faq''getJfJuridicus_Admin_FaqService'true],
  2263.             'jf_juridicus.admin.gebuehr' => [false'jf_juridicus.admin.gebuehr''getJfJuridicus_Admin_GebuehrService'true],
  2264.             'jf_juridicus.admin.gesetz' => [false'jf_juridicus.admin.gesetz''getJfJuridicus_Admin_GesetzService'true],
  2265.             'jf_juridicus.admin.gutschein' => [false'jf_juridicus.admin.gutschein''getJfJuridicus_Admin_GutscheinService'true],
  2266.             'jf_juridicus.admin.gutschein_metadata' => [false'jf_juridicus.admin.gutschein_metadata''getJfJuridicus_Admin_GutscheinMetadataService'true],
  2267.             'jf_juridicus.admin.kunde' => [false'jf_juridicus.admin.kunde''getJfJuridicus_Admin_KundeService'true],
  2268.             'jf_juridicus.admin.kunde_pruefung' => [false'jf_juridicus.admin.kunde_pruefung''getJfJuridicus_Admin_KundePruefungService'true],
  2269.             'jf_juridicus.admin.mail_template' => [false'jf_juridicus.admin.mail_template''getJfJuridicus_Admin_MailTemplateService'true],
  2270.             'jf_juridicus.admin.nachweis' => [false'jf_juridicus.admin.nachweis''getJfJuridicus_Admin_NachweisService'true],
  2271.             'jf_juridicus.admin.noten' => [false'jf_juridicus.admin.noten''getJfJuridicus_Admin_NotenService'true],
  2272.             'jf_juridicus.admin.pa_statistik' => [false'jf_juridicus.admin.pa_statistik''getJfJuridicus_Admin_PaStatistikService'true],
  2273.             'jf_juridicus.admin.partner' => [false'jf_juridicus.admin.partner''getJfJuridicus_Admin_PartnerService'true],
  2274.             'jf_juridicus.admin.pdf_mandantenbrief' => [false'jf_juridicus.admin.pdf_mandantenbrief''getJfJuridicus_Admin_PdfMandantenbriefService'true],
  2275.             'jf_juridicus.admin.pdf_protokoll_juridicus' => [false'jf_juridicus.admin.pdf_protokoll_juridicus''getJfJuridicus_Admin_PdfProtokollJuridicusService'true],
  2276.             'jf_juridicus.admin.pdf_protokollmappe_pruefer' => [false'jf_juridicus.admin.pdf_protokollmappe_pruefer''getJfJuridicus_Admin_PdfProtokollmappePrueferService'true],
  2277.             'jf_juridicus.admin.pdf_stempel' => [false'jf_juridicus.admin.pdf_stempel''getJfJuridicus_Admin_PdfStempelService'true],
  2278.             'jf_juridicus.admin.pdf_zeitschrift_pr' => [false'jf_juridicus.admin.pdf_zeitschrift_pr''getJfJuridicus_Admin_PdfZeitschriftPrService'true],
  2279.             'jf_juridicus.admin.pdf_zeitschrift_za' => [false'jf_juridicus.admin.pdf_zeitschrift_za''getJfJuridicus_Admin_PdfZeitschriftZaService'true],
  2280.             'jf_juridicus.admin.protokoll_aktenvortrag' => [false'jf_juridicus.admin.protokoll_aktenvortrag''getJfJuridicus_Admin_ProtokollAktenvortragService'true],
  2281.             'jf_juridicus.admin.protokoll_aktenvortrag_gesetz' => [false'jf_juridicus.admin.protokoll_aktenvortrag_gesetz''getJfJuridicus_Admin_ProtokollAktenvortragGesetzService'true],
  2282.             'jf_juridicus.admin.protokoll_gesetz' => [false'jf_juridicus.admin.protokoll_gesetz''getJfJuridicus_Admin_ProtokollGesetzService'true],
  2283.             'jf_juridicus.admin.protokoll_html' => [false'jf_juridicus.admin.protokoll_html''getJfJuridicus_Admin_ProtokollHtmlService'true],
  2284.             'jf_juridicus.admin.protokoll_infothek_pruefer' => [false'jf_juridicus.admin.protokoll_infothek_pruefer''getJfJuridicus_Admin_ProtokollInfothekPrueferService'true],
  2285.             'jf_juridicus.admin.protokoll_infothek_pruefung' => [false'jf_juridicus.admin.protokoll_infothek_pruefung''getJfJuridicus_Admin_ProtokollInfothekPruefungService'true],
  2286.             'jf_juridicus.admin.protokoll_klausur' => [false'jf_juridicus.admin.protokoll_klausur''getJfJuridicus_Admin_ProtokollKlausurService'true],
  2287.             'jf_juridicus.admin.protokoll_klausur_gesetz' => [false'jf_juridicus.admin.protokoll_klausur_gesetz''getJfJuridicus_Admin_ProtokollKlausurGesetzService'true],
  2288.             'jf_juridicus.admin.pruefer' => [false'jf_juridicus.admin.pruefer''getJfJuridicus_Admin_PrueferService'true],
  2289.             'jf_juridicus.admin.pruefer_pruefung' => [false'jf_juridicus.admin.pruefer_pruefung''getJfJuridicus_Admin_PrueferPruefungService'true],
  2290.             'jf_juridicus.admin.prueferuser' => [false'jf_juridicus.admin.prueferuser''getJfJuridicus_Admin_PrueferuserService'true],
  2291.             'jf_juridicus.admin.pruefling' => [false'jf_juridicus.admin.pruefling''getJfJuridicus_Admin_PrueflingService'true],
  2292.             'jf_juridicus.admin.pruefung' => [false'jf_juridicus.admin.pruefung''getJfJuridicus_Admin_PruefungService'true],
  2293.             'jf_juridicus.admin.pruefungsamt' => [false'jf_juridicus.admin.pruefungsamt''getJfJuridicus_Admin_PruefungsamtService'true],
  2294.             'jf_juridicus.admin.rechnung' => [false'jf_juridicus.admin.rechnung''getJfJuridicus_Admin_RechnungService'true],
  2295.             'jf_juridicus.admin.similarity' => [false'jf_juridicus.admin.similarity''getJfJuridicus_Admin_SimilarityService'true],
  2296.             'jf_juridicus.admin.statistik' => [false'jf_juridicus.admin.statistik''getJfJuridicus_Admin_StatistikService'true],
  2297.             'jf_juridicus.admin.titel' => [false'jf_juridicus.admin.titel''getJfJuridicus_Admin_TitelService'true],
  2298.         ], [
  2299.             'jf_juridicus.admin.abo' => '?',
  2300.             'jf_juridicus.admin.abo_ausgabe' => '?',
  2301.             'jf_juridicus.admin.abo_ausgabe_gruppe' => '?',
  2302.             'jf_juridicus.admin.dienststellung' => '?',
  2303.             'jf_juridicus.admin.email' => '?',
  2304.             'jf_juridicus.admin.empfehlung' => '?',
  2305.             'jf_juridicus.admin.export' => '?',
  2306.             'jf_juridicus.admin.faq' => '?',
  2307.             'jf_juridicus.admin.gebuehr' => '?',
  2308.             'jf_juridicus.admin.gesetz' => '?',
  2309.             'jf_juridicus.admin.gutschein' => '?',
  2310.             'jf_juridicus.admin.gutschein_metadata' => '?',
  2311.             'jf_juridicus.admin.kunde' => '?',
  2312.             'jf_juridicus.admin.kunde_pruefung' => '?',
  2313.             'jf_juridicus.admin.mail_template' => '?',
  2314.             'jf_juridicus.admin.nachweis' => '?',
  2315.             'jf_juridicus.admin.noten' => '?',
  2316.             'jf_juridicus.admin.pa_statistik' => '?',
  2317.             'jf_juridicus.admin.partner' => '?',
  2318.             'jf_juridicus.admin.pdf_mandantenbrief' => '?',
  2319.             'jf_juridicus.admin.pdf_protokoll_juridicus' => '?',
  2320.             'jf_juridicus.admin.pdf_protokollmappe_pruefer' => '?',
  2321.             'jf_juridicus.admin.pdf_stempel' => '?',
  2322.             'jf_juridicus.admin.pdf_zeitschrift_pr' => '?',
  2323.             'jf_juridicus.admin.pdf_zeitschrift_za' => '?',
  2324.             'jf_juridicus.admin.protokoll_aktenvortrag' => '?',
  2325.             'jf_juridicus.admin.protokoll_aktenvortrag_gesetz' => '?',
  2326.             'jf_juridicus.admin.protokoll_gesetz' => '?',
  2327.             'jf_juridicus.admin.protokoll_html' => '?',
  2328.             'jf_juridicus.admin.protokoll_infothek_pruefer' => '?',
  2329.             'jf_juridicus.admin.protokoll_infothek_pruefung' => '?',
  2330.             'jf_juridicus.admin.protokoll_klausur' => '?',
  2331.             'jf_juridicus.admin.protokoll_klausur_gesetz' => '?',
  2332.             'jf_juridicus.admin.pruefer' => '?',
  2333.             'jf_juridicus.admin.pruefer_pruefung' => '?',
  2334.             'jf_juridicus.admin.prueferuser' => '?',
  2335.             'jf_juridicus.admin.pruefling' => '?',
  2336.             'jf_juridicus.admin.pruefung' => '?',
  2337.             'jf_juridicus.admin.pruefungsamt' => '?',
  2338.             'jf_juridicus.admin.rechnung' => '?',
  2339.             'jf_juridicus.admin.similarity' => '?',
  2340.             'jf_juridicus.admin.statistik' => '?',
  2341.             'jf_juridicus.admin.titel' => '?',
  2342.         ]), [=> 'jf_juridicus.admin.statistik'=> 'jf_juridicus.admin.pa_statistik'=> 'jf_juridicus.admin.faq'=> 'jf_juridicus.admin.partner'=> 'jf_juridicus.admin.export'=> 'jf_juridicus.admin.mail_template'=> 'jf_juridicus.admin.pruefungsamt'=> 'jf_juridicus.admin.gebuehr'=> 'jf_juridicus.admin.gesetz'=> 'jf_juridicus.admin.protokoll_html'10 => 'jf_juridicus.admin.protokoll_infothek_pruefung'11 => 'jf_juridicus.admin.similarity'12 => 'jf_juridicus.admin.protokoll_klausur'13 => 'jf_juridicus.admin.protokoll_aktenvortrag'14 => 'jf_juridicus.admin.protokoll_infothek_pruefer'15 => 'jf_juridicus.admin.noten'16 => 'jf_juridicus.admin.protokoll_gesetz'17 => 'jf_juridicus.admin.protokoll_klausur_gesetz'18 => 'jf_juridicus.admin.protokoll_aktenvortrag_gesetz'19 => 'jf_juridicus.admin.pdf_protokoll_juridicus'20 => 'jf_juridicus.admin.pdf_protokollmappe_pruefer'21 => 'jf_juridicus.admin.nachweis'22 => 'jf_juridicus.admin.pruefer'23 => 'jf_juridicus.admin.titel'24 => 'jf_juridicus.admin.dienststellung'25 => 'jf_juridicus.admin.kunde'26 => 'jf_juridicus.admin.kunde_pruefung'27 => 'jf_juridicus.admin.pruefung'28 => 'jf_juridicus.admin.pruefer_pruefung'29 => 'jf_juridicus.admin.empfehlung'30 => 'jf_juridicus.admin.email'31 => 'jf_juridicus.admin.rechnung'32 => 'jf_juridicus.admin.pruefling'33 => 'jf_juridicus.admin.pdf_stempel'34 => 'jf_juridicus.admin.pdf_zeitschrift_pr'35 => 'jf_juridicus.admin.pdf_zeitschrift_za'36 => 'jf_juridicus.admin.pdf_mandantenbrief'37 => 'jf_juridicus.admin.abo'38 => 'jf_juridicus.admin.abo_ausgabe_gruppe'39 => 'jf_juridicus.admin.abo_ausgabe'40 => 'jf_juridicus.admin.gutschein'41 => 'jf_juridicus.admin.gutschein_metadata'42 => 'jf_juridicus.admin.prueferuser'], ['Statistiken' => ['label' => 'Statistiken''translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder''items' => [=> ['admin' => 'jf_juridicus.admin.statistik''label' => 'Quoten''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.pa_statistik''label' => 'Prüfungsämter''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'roles' => [], 'on_top' => false'keep_open' => false'priority' => 0], 'Konfiguration' => ['label' => 'Konfiguration''translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder''items' => [=> ['admin' => 'jf_juridicus.admin.faq''label' => 'FAQ''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.mail_template''label' => 'MailTemplates''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.pruefungsamt''label' => 'Prüfungsämter''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.gebuehr''label' => 'Gebühren''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.gesetz''label' => 'Gesetze''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.prueferuser''label' => 'Prüfer User''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'roles' => [], 'on_top' => false'keep_open' => false'priority' => 0], 'Protokolle' => ['label' => 'Protokolle''translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder''items' => [=> ['admin' => 'jf_juridicus.admin.protokoll_infothek_pruefung''label' => 'Jura Infothek Prüfung''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.similarity''label' => 'Ähnlichkeiten''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.protokoll_klausur''label' => 'Klausurprotokolle''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.protokoll_aktenvortrag''label' => 'Aktenvortrag-Protokolle''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.pdf_protokollmappe_pruefer''label' => 'Protokollmappen''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'roles' => [], 'on_top' => false'keep_open' => false'priority' => 0], 'Prüfer' => ['label' => 'Prüfer''translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder''items' => [=> ['admin' => 'jf_juridicus.admin.pruefer''label' => 'Prüfer''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.titel''label' => 'Titel''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.dienststellung''label' => 'Dienststellungen''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'roles' => [], 'on_top' => false'keep_open' => false'priority' => 0], 'Kunden' => ['label' => 'Kunden''translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder''items' => [=> ['admin' => 'jf_juridicus.admin.kunde''label' => 'Kunden''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.kunde_pruefung''label' => 'Buchungen''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.pruefung''label' => 'Prüfungen''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.email''label' => 'E-Mails''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.rechnung''label' => 'Rechnungen''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'roles' => [], 'on_top' => false'keep_open' => false'priority' => 0], 'Zeitschriften' => ['label' => 'Zeitschriften''translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder''items' => [=> ['admin' => 'jf_juridicus.admin.pdf_zeitschrift_pr''label' => 'PR''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.pdf_zeitschrift_za''label' => 'ZA''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.pdf_mandantenbrief''label' => 'Mandantenbrief''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.abo''label' => 'Abos''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'jf_juridicus.admin.abo_ausgabe_gruppe''label' => 'Abo-Zeiträume''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'roles' => [], 'on_top' => false'keep_open' => false'priority' => 0]], ['JF\\JuridicusBundle\\Entity\\Pruefung' => [=> 'jf_juridicus.admin.statistik'=> 'jf_juridicus.admin.pruefung'], 'JF\\JuridicusBundle\\Entity\\Kunde' => [=> 'jf_juridicus.admin.pa_statistik'=> 'jf_juridicus.admin.kunde'], 'JF\\JuridicusBundle\\Entity\\Faq' => [=> 'jf_juridicus.admin.faq'], 'JF\\JuridicusBundle\\Entity\\Partner' => [=> 'jf_juridicus.admin.partner'], 'JF\\JuridicusBundle\\Entity\\Export' => [=> 'jf_juridicus.admin.export'], 'JF\\JuridicusBundle\\Entity\\MailTemplate' => [=> 'jf_juridicus.admin.mail_template'], 'JF\\JuridicusBundle\\Entity\\Pruefungsamt' => [=> 'jf_juridicus.admin.pruefungsamt'], 'JF\\JuridicusBundle\\Entity\\Gebuehr' => [=> 'jf_juridicus.admin.gebuehr'], 'JF\\JuridicusBundle\\Entity\\Gesetz' => [=> 'jf_juridicus.admin.gesetz'], 'JF\\JuridicusBundle\\Entity\\ProtokollHtml' => [=> 'jf_juridicus.admin.protokoll_html'], 'JF\\JuridicusBundle\\Entity\\ProtokollInfothekPruefung' => [=> 'jf_juridicus.admin.protokoll_infothek_pruefung'], 'JF\\JuridicusBundle\\Entity\\Similarity' => [=> 'jf_juridicus.admin.similarity'], 'JF\\JuridicusBundle\\Entity\\ProtokollKlausur' => [=> 'jf_juridicus.admin.protokoll_klausur'], 'JF\\JuridicusBundle\\Entity\\ProtokollAktenvortrag' => [=> 'jf_juridicus.admin.protokoll_aktenvortrag'], 'JF\\JuridicusBundle\\Entity\\ProtokollInfothekPruefer' => [=> 'jf_juridicus.admin.protokoll_infothek_pruefer'], 'JF\\JuridicusBundle\\Entity\\ProtokollInfothekNoten' => [=> 'jf_juridicus.admin.noten'], 'JF\\JuridicusBundle\\Entity\\ProtokollGesetz' => [=> 'jf_juridicus.admin.protokoll_gesetz'], 'JF\\JuridicusBundle\\Entity\\ProtokollKlausurGesetz' => [=> 'jf_juridicus.admin.protokoll_klausur_gesetz'], 'JF\\JuridicusBundle\\Entity\\ProtokollAktenvortragGesetz' => [=> 'jf_juridicus.admin.protokoll_aktenvortrag_gesetz'], 'JF\\JuridicusBundle\\Entity\\PdfProtokollJuridicus' => [=> 'jf_juridicus.admin.pdf_protokoll_juridicus'], 'JF\\JuridicusBundle\\Entity\\PdfProtokollmappePruefer' => [=> 'jf_juridicus.admin.pdf_protokollmappe_pruefer'], 'JF\\JuridicusBundle\\Entity\\Nachweis' => [=> 'jf_juridicus.admin.nachweis'], 'JF\\JuridicusBundle\\Entity\\Pruefer' => [=> 'jf_juridicus.admin.pruefer'], 'JF\\JuridicusBundle\\Entity\\Titel' => [=> 'jf_juridicus.admin.titel'], 'JF\\JuridicusBundle\\Entity\\Dienststellung' => [=> 'jf_juridicus.admin.dienststellung'], 'JF\\JuridicusBundle\\Entity\\KundePruefung' => [=> 'jf_juridicus.admin.kunde_pruefung'], 'JF\\JuridicusBundle\\Entity\\PrueferPruefung' => [=> 'jf_juridicus.admin.pruefer_pruefung'], 'JF\\JuridicusBundle\\Entity\\Empfehlung' => [=> 'jf_juridicus.admin.empfehlung'], 'JF\\JuridicusBundle\\Entity\\Email' => [=> 'jf_juridicus.admin.email'], 'JF\\JuridicusBundle\\Entity\\Rechnung' => [=> 'jf_juridicus.admin.rechnung'], 'JF\\JuridicusBundle\\Entity\\Pruefling' => [=> 'jf_juridicus.admin.pruefling'], 'JF\\JuridicusBundle\\Entity\\PdfStempel' => [=> 'jf_juridicus.admin.pdf_stempel'], 'JF\\JuridicusBundle\\Entity\\PdfZeitschriftPR' => [=> 'jf_juridicus.admin.pdf_zeitschrift_pr'], 'JF\\JuridicusBundle\\Entity\\PdfZeitschriftZA' => [=> 'jf_juridicus.admin.pdf_zeitschrift_za'], 'JF\\JuridicusBundle\\Entity\\PdfMandantenbrief' => [=> 'jf_juridicus.admin.pdf_mandantenbrief'], 'JF\\JuridicusBundle\\Entity\\Abo' => [=> 'jf_juridicus.admin.abo'], 'JF\\JuridicusBundle\\Entity\\AboZeitraum' => [=> 'jf_juridicus.admin.abo_ausgabe_gruppe'], 'JF\\JuridicusBundle\\Entity\\AboAusgabe' => [=> 'jf_juridicus.admin.abo_ausgabe'], 'JF\\JuridicusBundle\\Entity\\Gutschein' => [=> 'jf_juridicus.admin.gutschein'], 'JF\\JuridicusBundle\\Entity\\GutscheinMetadata' => [=> 'jf_juridicus.admin.gutschein_metadata'], 'JF\\JuridicusBundle\\Entity\\PrueferUser' => [=> 'jf_juridicus.admin.prueferuser']]);
  2343.     }
  2344.     /**
  2345.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  2346.      *
  2347.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  2348.      */
  2349.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  2350.     {
  2351.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  2352.     }
  2353.     /**
  2354.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  2355.      *
  2356.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  2357.      */
  2358.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  2359.     {
  2360.         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())));
  2361.     }
  2362.     /**
  2363.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  2364.      *
  2365.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  2366.      */
  2367.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  2368.     {
  2369.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  2370.         if (isset($this->privates['sonata.admin.twig.group_runtime'])) {
  2371.             return $this->privates['sonata.admin.twig.group_runtime'];
  2372.         }
  2373.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime($a);
  2374.     }
  2375.     /**
  2376.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  2377.      *
  2378.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  2379.      */
  2380.     protected function getSonata_Admin_Twig_IconRuntimeService()
  2381.     {
  2382.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  2383.     }
  2384.     /**
  2385.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  2386.      *
  2387.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  2388.      */
  2389.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  2390.     {
  2391.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  2392.     }
  2393.     /**
  2394.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  2395.      *
  2396.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  2397.      */
  2398.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  2399.     {
  2400.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2401.     }
  2402.     /**
  2403.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  2404.      *
  2405.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  2406.      */
  2407.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  2408.     {
  2409.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  2410.         if (isset($this->privates['sonata.admin.twig.sonata_admin_runtime'])) {
  2411.             return $this->privates['sonata.admin.twig.sonata_admin_runtime'];
  2412.         }
  2413.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime($a);
  2414.     }
  2415.     /**
  2416.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  2417.      *
  2418.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  2419.      */
  2420.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  2421.     {
  2422.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  2423.         if (isset($this->privates['sonata.admin.twig.template_registry_runtime'])) {
  2424.             return $this->privates['sonata.admin.twig.template_registry_runtime'];
  2425.         }
  2426.         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);
  2427.     }
  2428.     /**
  2429.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  2430.      *
  2431.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  2432.      */
  2433.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  2434.     {
  2435.         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']);
  2436.     }
  2437.     /**
  2438.      * Gets the private 'sonata.block.templating.helper' shared service.
  2439.      *
  2440.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  2441.      */
  2442.     protected function getSonata_Block_Templating_HelperService()
  2443.     {
  2444.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  2445.         if (isset($this->privates['sonata.block.templating.helper'])) {
  2446.             return $this->privates['sonata.block.templating.helper'];
  2447.         }
  2448.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  2449.         if (isset($this->privates['sonata.block.templating.helper'])) {
  2450.             return $this->privates['sonata.block.templating.helper'];
  2451.         }
  2452.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2453.         if (isset($this->privates['sonata.block.templating.helper'])) {
  2454.             return $this->privates['sonata.block.templating.helper'];
  2455.         }
  2456.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper($a$b$cNULL);
  2457.     }
  2458.     /**
  2459.      * Gets the private 'translator.default' shared service.
  2460.      *
  2461.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2462.      */
  2463.     protected function getTranslator_DefaultService()
  2464.     {
  2465.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2466.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2467.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2468.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2469.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2470.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2471.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2472.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2473.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2474.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2475.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2476.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2477.         ], [
  2478.             'translation.loader.csv' => '?',
  2479.             'translation.loader.dat' => '?',
  2480.             'translation.loader.ini' => '?',
  2481.             'translation.loader.json' => '?',
  2482.             'translation.loader.mo' => '?',
  2483.             'translation.loader.php' => '?',
  2484.             'translation.loader.po' => '?',
  2485.             'translation.loader.qt' => '?',
  2486.             'translation.loader.res' => '?',
  2487.             'translation.loader.xliff' => '?',
  2488.             'translation.loader.yml' => '?',
  2489.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.ar.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.de.yml'), => (\dirname(__DIR__4).'/src/JuridicusBundle/Resources/translations/JFJuridicusBundle.de.yml'), => (\dirname(__DIR__4).'/src/JuridicusBundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.en.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.es.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.fr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.it.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.ja.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.lt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.nl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.pl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.pt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.ru.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.sk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.sl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations/pagination.uk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/JuridicusBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Juridicus/AdminBundle/translations'), 21 => (\dirname(__DIR__4).'/src/Juridicus/UserBundle/translations'), 22 => (\dirname(__DIR__4).'/src/Juridicus/PartnerBundle/translations'), 23 => (\dirname(__DIR__4).'/src/Juridicus/BaseBundle/translations'), 24 => (\dirname(__DIR__4).'/src/Juridicus/ProtokollBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/whiteoctober/tcpdf-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/mopa/bootstrap-bundle/Resources/translations'=> 'src/JuridicusBundle/Resources/translations'=> 'vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'13 => 'vendor/symfony/twig-bundle/translations'14 => 'vendor/sensio/framework-extra-bundle/src/translations'15 => 'vendor/symfony/debug-bundle/translations'16 => 'vendor/symfony/monolog-bundle/translations'17 => 'vendor/symfony/swiftmailer-bundle/translations'18 => 'vendor/symfony/web-profiler-bundle/translations'19 => 'vendor/symfony/security-bundle/translations'20 => 'src/Juridicus/AdminBundle/translations'21 => 'src/Juridicus/UserBundle/translations'22 => 'src/Juridicus/PartnerBundle/translations'23 => 'src/Juridicus/BaseBundle/translations'24 => 'src/Juridicus/ProtokollBundle/translations'25 => 'vendor/stof/doctrine-extensions-bundle/src/translations'26 => 'vendor/knplabs/knp-menu-bundle/translations'27 => 'vendor/symfony/maker-bundle/src/translations'28 => 'vendor/whiteoctober/tcpdf-bundle/translations'29 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'30 => 'vendor/sonata-project/exporter/src/Bridge/Symfony/translations'31 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations']]], []);
  2490.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2491.         $instance->setFallbackLocales([=> 'en']);
  2492.         return $instance;
  2493.     }
  2494.     /**
  2495.      * Gets the private 'validator.builder' shared service.
  2496.      *
  2497.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2498.      */
  2499.     protected function getValidator_BuilderService()
  2500.     {
  2501.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2502.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2503.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  2504.         if ($this->has('translator')) {
  2505.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2506.         }
  2507.         $instance->setTranslationDomain('validators');
  2508.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2509.         $instance->enableAnnotationMapping(true);
  2510.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2511.         $instance->addMethodMapping('loadValidatorMetadata');
  2512.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2513.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2514.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2515.         return $instance;
  2516.     }
  2517.     /**
  2518.      * Gets the private 'validator.validator_factory' shared service.
  2519.      *
  2520.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  2521.      */
  2522.     protected function getValidator_ValidatorFactoryService()
  2523.     {
  2524.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2525.             'EmailRoleValidator' => ['privates''jf_juridicus.validator.email_role''getJfJuridicus_Validator_EmailRoleService'true],
  2526.             'JF\\JuridicusBundle\\Validator\\Constraints\\EmailRoleValidator' => ['privates''jf_juridicus.validator.email_role''getJfJuridicus_Validator_EmailRoleService'true],
  2527.             'JF\\JuridicusBundle\\Validator\\Constraints\\NoteValidator' => ['privates''JF\\JuridicusBundle\\Validator\\Constraints\\NoteValidator''getNoteValidatorService'true],
  2528.             'JF\\JuridicusBundle\\Validator\\Constraints\\StripMinLengthValidator' => ['privates''JF\\JuridicusBundle\\Validator\\Constraints\\StripMinLengthValidator''getStripMinLengthValidatorService'true],
  2529.             'JF\\JuridicusBundle\\Validator\\Constraints\\UniquePrueferValidator' => ['privates''jf_juridicus.validator.unique_pruefer''getJfJuridicus_Validator_UniquePrueferService'true],
  2530.             'JF\\JuridicusBundle\\Validator\\MyClassValidator' => ['privates''JF\\JuridicusBundle\\Validator\\MyClassValidator''getMyClassValidatorService'true],
  2531.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  2532.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2533.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2534.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2535.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2536.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2537.             'UniquePrueferValidator' => ['privates''jf_juridicus.validator.unique_pruefer''getJfJuridicus_Validator_UniquePrueferService'true],
  2538.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2539.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2540.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  2541.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2542.         ], [
  2543.             'EmailRoleValidator' => '?',
  2544.             'JF\\JuridicusBundle\\Validator\\Constraints\\EmailRoleValidator' => '?',
  2545.             'JF\\JuridicusBundle\\Validator\\Constraints\\NoteValidator' => '?',
  2546.             'JF\\JuridicusBundle\\Validator\\Constraints\\StripMinLengthValidator' => '?',
  2547.             'JF\\JuridicusBundle\\Validator\\Constraints\\UniquePrueferValidator' => '?',
  2548.             'JF\\JuridicusBundle\\Validator\\MyClassValidator' => '?',
  2549.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  2550.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2551.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2552.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2553.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2554.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2555.             'UniquePrueferValidator' => '?',
  2556.             'doctrine.orm.validator.unique' => '?',
  2557.             'security.validator.user_password' => '?',
  2558.             'sonata.form.validator.inline' => '?',
  2559.             'validator.expression' => '?',
  2560.         ]));
  2561.     }
  2562.     /**
  2563.      * Gets the private 'var_dumper.html_dumper' shared service.
  2564.      *
  2565.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2566.      */
  2567.     protected function getVarDumper_HtmlDumperService()
  2568.     {
  2569.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2570.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2571.         return $instance;
  2572.     }
  2573.     /**
  2574.      * Gets the private 'var_dumper.server_connection' shared service.
  2575.      *
  2576.      * @return \Symfony\Component\VarDumper\Server\Connection
  2577.      */
  2578.     protected function getVarDumper_ServerConnectionService()
  2579.     {
  2580.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2581.         if (isset($this->privates['var_dumper.server_connection'])) {
  2582.             return $this->privates['var_dumper.server_connection'];
  2583.         }
  2584.         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()]);
  2585.     }
  2586.     /**
  2587.      * Gets the private 'web_profiler.csp.handler' shared service.
  2588.      *
  2589.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2590.      */
  2591.     protected function getWebProfiler_Csp_HandlerService()
  2592.     {
  2593.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2594.     }
  2595.     /**
  2596.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2597.      *
  2598.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2599.      */
  2600.     protected function getWebProfiler_DebugToolbarService()
  2601.     {
  2602.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2603.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2604.             return $this->privates['web_profiler.debug_toolbar'];
  2605.         }
  2606.         $b = ($this->services['router'] ?? $this->getRouterService());
  2607.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2608.             return $this->privates['web_profiler.debug_toolbar'];
  2609.         }
  2610.         $c = ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService());
  2611.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2612.             return $this->privates['web_profiler.debug_toolbar'];
  2613.         }
  2614.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), $c);
  2615.     }
  2616.     /**
  2617.      * Gets the public 'cache_clearer' alias.
  2618.      *
  2619.      * @return object The ".container.private.cache_clearer" service.
  2620.      */
  2621.     protected function getCacheClearerService()
  2622.     {
  2623.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2624.         return $this->get('.container.private.cache_clearer');
  2625.     }
  2626.     /**
  2627.      * Gets the public 'filesystem' alias.
  2628.      *
  2629.      * @return object The ".container.private.filesystem" service.
  2630.      */
  2631.     protected function getFilesystemService()
  2632.     {
  2633.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2634.         return $this->get('.container.private.filesystem');
  2635.     }
  2636.     /**
  2637.      * Gets the public 'serializer' alias.
  2638.      *
  2639.      * @return object The ".container.private.serializer" service.
  2640.      */
  2641.     protected function getSerializerService()
  2642.     {
  2643.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2644.         return $this->get('.container.private.serializer');
  2645.     }
  2646.     /**
  2647.      * Gets the public 'security.csrf.token_manager' alias.
  2648.      *
  2649.      * @return object The ".container.private.security.csrf.token_manager" service.
  2650.      */
  2651.     protected function getSecurity_Csrf_TokenManagerService()
  2652.     {
  2653.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2654.         return $this->get('.container.private.security.csrf.token_manager');
  2655.     }
  2656.     /**
  2657.      * Gets the public 'form.factory' alias.
  2658.      *
  2659.      * @return object The ".container.private.form.factory" service.
  2660.      */
  2661.     protected function getForm_FactoryService()
  2662.     {
  2663.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2664.         return $this->get('.container.private.form.factory');
  2665.     }
  2666.     /**
  2667.      * Gets the public 'form.type.file' alias.
  2668.      *
  2669.      * @return object The ".container.private.form.type.file" service.
  2670.      */
  2671.     protected function getForm_Type_FileService()
  2672.     {
  2673.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2674.         return $this->get('.container.private.form.type.file');
  2675.     }
  2676.     /**
  2677.      * Gets the public 'profiler' alias.
  2678.      *
  2679.      * @return object The ".container.private.profiler" service.
  2680.      */
  2681.     protected function getProfilerService()
  2682.     {
  2683.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2684.         return $this->get('.container.private.profiler');
  2685.     }
  2686.     /**
  2687.      * Gets the public 'twig' alias.
  2688.      *
  2689.      * @return object The ".container.private.twig" service.
  2690.      */
  2691.     protected function getTwigService()
  2692.     {
  2693.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2694.         return $this->get('.container.private.twig');
  2695.     }
  2696.     /**
  2697.      * Gets the public 'security.authorization_checker' alias.
  2698.      *
  2699.      * @return object The ".container.private.security.authorization_checker" service.
  2700.      */
  2701.     protected function getSecurity_AuthorizationCheckerService()
  2702.     {
  2703.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2704.         return $this->get('.container.private.security.authorization_checker');
  2705.     }
  2706.     /**
  2707.      * Gets the public 'security.token_storage' alias.
  2708.      *
  2709.      * @return object The ".container.private.security.token_storage" service.
  2710.      */
  2711.     protected function getSecurity_TokenStorageService()
  2712.     {
  2713.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2714.         return $this->get('.container.private.security.token_storage');
  2715.     }
  2716.     /**
  2717.      * Gets the public 'security.password_encoder' alias.
  2718.      *
  2719.      * @return object The ".container.private.security.password_encoder" service.
  2720.      */
  2721.     protected function getSecurity_PasswordEncoderService()
  2722.     {
  2723.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2724.         return $this->get('.container.private.security.password_encoder');
  2725.     }
  2726.     /**
  2727.      * Gets the public 'session' alias.
  2728.      *
  2729.      * @return object The ".container.private.session" service.
  2730.      */
  2731.     protected function getSessionService()
  2732.     {
  2733.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2734.         return $this->get('.container.private.session');
  2735.     }
  2736.     /**
  2737.      * Gets the public 'validator' alias.
  2738.      *
  2739.      * @return object The ".container.private.validator" service.
  2740.      */
  2741.     protected function getValidatorService()
  2742.     {
  2743.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2744.         return $this->get('.container.private.validator');
  2745.     }
  2746.     /**
  2747.      * @return array|bool|float|int|string|\UnitEnum|null
  2748.      */
  2749.     public function getParameter(string $name)
  2750.     {
  2751.         if (isset($this->buildParameters[$name])) {
  2752.             return $this->buildParameters[$name];
  2753.         }
  2754.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2755.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2756.         }
  2757.         if (isset($this->loadedDynamicParameters[$name])) {
  2758.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2759.         }
  2760.         return $this->parameters[$name];
  2761.     }
  2762.     public function hasParameter(string $name): bool
  2763.     {
  2764.         if (isset($this->buildParameters[$name])) {
  2765.             return true;
  2766.         }
  2767.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2768.     }
  2769.     public function setParameter(string $name$value): void
  2770.     {
  2771.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2772.     }
  2773.     public function getParameterBag(): ParameterBagInterface
  2774.     {
  2775.         if (null === $this->parameterBag) {
  2776.             $parameters $this->parameters;
  2777.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2778.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2779.             }
  2780.             foreach ($this->buildParameters as $name => $value) {
  2781.                 $parameters[$name] = $value;
  2782.             }
  2783.             $this->parameterBag = new FrozenParameterBag($parameters);
  2784.         }
  2785.         return $this->parameterBag;
  2786.     }
  2787.     private $loadedDynamicParameters = [
  2788.         'kernel.runtime_environment' => false,
  2789.         'kernel.build_dir' => false,
  2790.         'kernel.cache_dir' => false,
  2791.         'mailer_user' => false,
  2792.         'mailer_bcc' => false,
  2793.         'kernel.secret' => false,
  2794.         'debug.container.dump' => false,
  2795.         'serializer.mapping.cache.file' => false,
  2796.         'validator.mapping.cache.file' => false,
  2797.         'profiler.storage.dsn' => false,
  2798.         'doctrine.orm.proxy_dir' => false,
  2799.         'swiftmailer.spool.default.memory.path' => false,
  2800.         'white_october_tcpdf.tcpdf' => false,
  2801.     ];
  2802.     private $dynamicParameters = [];
  2803.     private function getDynamicParameter(string $name)
  2804.     {
  2805.         switch ($name) {
  2806.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2807.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2808.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2809.             case 'mailer_user'$value $this->getEnv('MAILER_USER'); break;
  2810.             case 'mailer_bcc'$value $this->getEnv('MAILER_BCC'); break;
  2811.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2812.             case 'debug.container.dump'$value = ($this->targetDir.''.'/JF_KernelDevDebugContainer.xml'); break;
  2813.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2814.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2815.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2816.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2817.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2818.             case 'white_october_tcpdf.tcpdf'$value = [
  2819.                 'k_path_fonts' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/fonts/'),
  2820.                 'k_path_url' => (\dirname(__DIR__4).'/../vendor/tecnickcom/tcpdf/'),
  2821.                 'k_path_main' => (\dirname(__DIR__4).'/../vendor/tecnickcom/tcpdf/'),
  2822.                 'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
  2823.                 'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
  2824.                 'k_path_images' => (\dirname(__DIR__4).'/../vendor/tecnickcom/tcpdf/examples/images/'),
  2825.                 'k_blank_image' => (\dirname(__DIR__4).'/../vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
  2826.                 'k_cell_height_ratio' => 1.25,
  2827.                 'k_title_magnification' => 1.3,
  2828.                 'k_small_ratio' => 0.6666666666666666,
  2829.                 'k_thai_topchars' => true,
  2830.                 'k_tcpdf_calls_in_html' => false,
  2831.                 'k_tcpdf_external_config' => true,
  2832.                 'k_tcpdf_throw_exception_error' => true,
  2833.                 'head_magnification' => 1.1,
  2834.                 'pdf_page_format' => 'A4',
  2835.                 'pdf_page_orientation' => 'P',
  2836.                 'pdf_creator' => 'TCPDF',
  2837.                 'pdf_author' => 'TCPDF',
  2838.                 'pdf_header_title' => '',
  2839.                 'pdf_header_string' => '',
  2840.                 'pdf_header_logo' => '',
  2841.                 'pdf_header_logo_width' => '',
  2842.                 'pdf_unit' => 'mm',
  2843.                 'pdf_margin_header' => 5,
  2844.                 'pdf_margin_footer' => 10,
  2845.                 'pdf_margin_top' => 27,
  2846.                 'pdf_margin_bottom' => 25,
  2847.                 'pdf_margin_left' => 15,
  2848.                 'pdf_margin_right' => 15,
  2849.                 'pdf_font_name_main' => 'helvetica',
  2850.                 'pdf_font_size_main' => 10,
  2851.                 'pdf_font_name_data' => 'helvetica',
  2852.                 'pdf_font_size_data' => 8,
  2853.                 'pdf_font_monospaced' => 'courier',
  2854.                 'pdf_image_scale_ratio' => 1.25,
  2855.             ]; break;
  2856.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2857.         }
  2858.         $this->loadedDynamicParameters[$name] = true;
  2859.         return $this->dynamicParameters[$name] = $value;
  2860.     }
  2861.     protected function getDefaultParameters(): array
  2862.     {
  2863.         return [
  2864.             'kernel.project_dir' => \dirname(__DIR__4),
  2865.             'kernel.environment' => 'dev',
  2866.             'kernel.debug' => true,
  2867.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2868.             'kernel.bundles' => [
  2869.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2870.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2871.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2872.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2873.                 'MopaBootstrapBundle' => 'Mopa\\Bundle\\BootstrapBundle\\MopaBootstrapBundle',
  2874.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2875.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2876.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2877.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2878.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2879.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2880.                 'JFJuridicusAdminBundle' => 'JF\\Juridicus\\AdminBundle\\JFJuridicusAdminBundle',
  2881.                 'JFJuridicusBundle' => 'JF\\JuridicusBundle\\JFJuridicusBundle',
  2882.                 'JFJuridicusUserBundle' => 'JF\\Juridicus\\UserBundle\\JFJuridicusUserBundle',
  2883.                 'JFJuridicusPartnerBundle' => 'JF\\Juridicus\\PartnerBundle\\JFJuridicusPartnerBundle',
  2884.                 'JFJuridicusBaseBundle' => 'JF\\Juridicus\\BaseBundle\\JFJuridicusBaseBundle',
  2885.                 'JFJuridicusProtokollBundle' => 'JF\\Juridicus\\ProtokollBundle\\JFJuridicusProtokollBundle',
  2886.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2887.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2888.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2889.                 'WhiteOctoberTCPDFBundle' => 'WhiteOctober\\TCPDFBundle\\WhiteOctoberTCPDFBundle',
  2890.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  2891.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  2892.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  2893.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  2894.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  2895.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  2896.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  2897.             ],
  2898.             'kernel.bundles_metadata' => [
  2899.                 'FrameworkBundle' => [
  2900.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2901.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2902.                 ],
  2903.                 'DoctrineBundle' => [
  2904.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2905.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2906.                 ],
  2907.                 'DoctrineFixturesBundle' => [
  2908.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2909.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2910.                 ],
  2911.                 'TwigBundle' => [
  2912.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2913.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2914.                 ],
  2915.                 'MopaBootstrapBundle' => [
  2916.                     'path' => (\dirname(__DIR__4).'/vendor/mopa/bootstrap-bundle'),
  2917.                     'namespace' => 'Mopa\\Bundle\\BootstrapBundle',
  2918.                 ],
  2919.                 'SensioFrameworkExtraBundle' => [
  2920.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2921.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2922.                 ],
  2923.                 'DebugBundle' => [
  2924.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2925.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2926.                 ],
  2927.                 'MonologBundle' => [
  2928.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2929.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2930.                 ],
  2931.                 'SwiftmailerBundle' => [
  2932.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2933.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2934.                 ],
  2935.                 'WebProfilerBundle' => [
  2936.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2937.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2938.                 ],
  2939.                 'SecurityBundle' => [
  2940.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2941.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2942.                 ],
  2943.                 'JFJuridicusAdminBundle' => [
  2944.                     'path' => (\dirname(__DIR__4).'/src/Juridicus/AdminBundle'),
  2945.                     'namespace' => 'JF\\Juridicus\\AdminBundle',
  2946.                 ],
  2947.                 'JFJuridicusBundle' => [
  2948.                     'path' => (\dirname(__DIR__4).'/src/JuridicusBundle'),
  2949.                     'namespace' => 'JF\\JuridicusBundle',
  2950.                 ],
  2951.                 'JFJuridicusUserBundle' => [
  2952.                     'path' => (\dirname(__DIR__4).'/src/Juridicus/UserBundle'),
  2953.                     'namespace' => 'JF\\Juridicus\\UserBundle',
  2954.                 ],
  2955.                 'JFJuridicusPartnerBundle' => [
  2956.                     'path' => (\dirname(__DIR__4).'/src/Juridicus/PartnerBundle'),
  2957.                     'namespace' => 'JF\\Juridicus\\PartnerBundle',
  2958.                 ],
  2959.                 'JFJuridicusBaseBundle' => [
  2960.                     'path' => (\dirname(__DIR__4).'/src/Juridicus/BaseBundle'),
  2961.                     'namespace' => 'JF\\Juridicus\\BaseBundle',
  2962.                 ],
  2963.                 'JFJuridicusProtokollBundle' => [
  2964.                     'path' => (\dirname(__DIR__4).'/src/Juridicus/ProtokollBundle'),
  2965.                     'namespace' => 'JF\\Juridicus\\ProtokollBundle',
  2966.                 ],
  2967.                 'StofDoctrineExtensionsBundle' => [
  2968.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  2969.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2970.                 ],
  2971.                 'KnpMenuBundle' => [
  2972.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  2973.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2974.                 ],
  2975.                 'MakerBundle' => [
  2976.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2977.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2978.                 ],
  2979.                 'WhiteOctoberTCPDFBundle' => [
  2980.                     'path' => (\dirname(__DIR__4).'/vendor/whiteoctober/tcpdf-bundle'),
  2981.                     'namespace' => 'WhiteOctober\\TCPDFBundle',
  2982.                 ],
  2983.                 'SonataDoctrineBundle' => [
  2984.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  2985.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  2986.                 ],
  2987.                 'SonataTwigBundle' => [
  2988.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  2989.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  2990.                 ],
  2991.                 'SonataFormBundle' => [
  2992.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  2993.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  2994.                 ],
  2995.                 'SonataExporterBundle' => [
  2996.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  2997.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  2998.                 ],
  2999.                 'SonataBlockBundle' => [
  3000.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  3001.                     'namespace' => 'Sonata\\BlockBundle',
  3002.                 ],
  3003.                 'SonataAdminBundle' => [
  3004.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  3005.                     'namespace' => 'Sonata\\AdminBundle',
  3006.                 ],
  3007.                 'SonataDoctrineORMAdminBundle' => [
  3008.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  3009.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  3010.                 ],
  3011.             ],
  3012.             'kernel.charset' => 'UTF-8',
  3013.             'kernel.container_class' => 'JF_KernelDevDebugContainer',
  3014.             'max_termine_on_page' => 20,
  3015.             'vorwahlen' => [
  3016.                 '0151' => '0151',
  3017.                 '0152' => '0152',
  3018.                 '0155' => '0155',
  3019.                 '0157' => '0157',
  3020.                 '0159' => '0159',
  3021.                 '0160' => '0160',
  3022.                 '0162' => '0162',
  3023.                 '0163' => '0163',
  3024.                 '0170' => '0170',
  3025.                 '0171' => '0171',
  3026.                 '0172' => '0172',
  3027.                 '0173' => '0173',
  3028.                 '0174' => '0174',
  3029.                 '0175' => '0175',
  3030.                 '0176' => '0176',
  3031.                 '0177' => '0177',
  3032.                 '0178' => '0178',
  3033.                 '0179' => '0179',
  3034.             ],
  3035.             'jf_juridicus.sms.class' => 'JF\\JuridicusBundle\\Services\\Sms',
  3036.             'jf_juridicus.sms.params' => [
  3037.                 'id' => 'solmecke',
  3038.                 'password' => 'pruefung2010',
  3039.                 'apikey' => 'b6589fc6ab0dc82cf12099d1c2d40ab994e8410c',
  3040.                 'reply_email' => 'info@juridicus.de',
  3041.                 'gateway' => 4,
  3042.             ],
  3043.             'jf_juridicus.pruefer_parser.class' => 'JF\\JuridicusBundle\\Services\\PrueferParser',
  3044.             'jf_juridicus.pinger.class' => 'JF\\JuridicusBundle\\Services\\Pinger',
  3045.             'kernel.root_dir' => \dirname(__DIR__4),
  3046.             'event_dispatcher.event_aliases' => [
  3047.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3048.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3049.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3050.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3051.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3052.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3053.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3054.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3055.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3056.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3057.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3058.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3059.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3060.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3061.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3062.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3063.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3064.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3065.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3066.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3067.             ],
  3068.             'fragment.renderer.hinclude.global_template' => NULL,
  3069.             'fragment.path' => '/_fragment',
  3070.             'kernel.http_method_override' => false,
  3071.             'kernel.trusted_hosts' => [
  3072.             ],
  3073.             'kernel.default_locale' => 'en',
  3074.             'kernel.enabled_locales' => [
  3075.             ],
  3076.             'kernel.error_controller' => 'error_controller',
  3077.             'debug.file_link_format' => NULL,
  3078.             'asset.request_context.base_path' => NULL,
  3079.             'asset.request_context.secure' => NULL,
  3080.             'translator.logging' => false,
  3081.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3082.             'debug.error_handler.throw_at' => -1,
  3083.             'router.request_context.host' => 'localhost',
  3084.             'router.request_context.scheme' => 'http',
  3085.             'router.request_context.base_url' => '',
  3086.             'router.resource' => 'kernel::loadRoutes',
  3087.             'request_listener.http_port' => 80,
  3088.             'request_listener.https_port' => 443,
  3089.             'session.metadata.storage_key' => '_sf2_meta',
  3090.             'session.storage.options' => [
  3091.                 'cache_limiter' => '0',
  3092.                 'cookie_secure' => 'auto',
  3093.                 'cookie_httponly' => true,
  3094.                 'cookie_samesite' => 'lax',
  3095.                 'gc_probability' => 1,
  3096.             ],
  3097.             'session.save_path' => NULL,
  3098.             'session.metadata.update_threshold' => 0,
  3099.             'form.type_extension.csrf.enabled' => true,
  3100.             'form.type_extension.csrf.field_name' => '_token',
  3101.             'validator.translation_domain' => 'validators',
  3102.             'profiler_listener.only_exceptions' => false,
  3103.             'profiler_listener.only_main_requests' => false,
  3104.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3105.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3106.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3107.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3108.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3109.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3110.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3111.             'doctrine.entity_managers' => [
  3112.                 'default' => 'doctrine.orm.default_entity_manager',
  3113.             ],
  3114.             'doctrine.default_entity_manager' => 'default',
  3115.             'doctrine.dbal.connection_factory.types' => [
  3116.             ],
  3117.             'doctrine.connections' => [
  3118.                 'default' => 'doctrine.dbal.default_connection',
  3119.             ],
  3120.             'doctrine.default_connection' => 'default',
  3121.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3122.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3123.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3124.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3125.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3126.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3127.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3128.             'doctrine.orm.cache.memcache_port' => 11211,
  3129.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3130.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3131.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3132.             'doctrine.orm.cache.memcached_port' => 11211,
  3133.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3134.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3135.             'doctrine.orm.cache.redis_host' => 'localhost',
  3136.             'doctrine.orm.cache.redis_port' => 6379,
  3137.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3138.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3139.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3140.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3141.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3142.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3143.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3144.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3145.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3146.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3147.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3148.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3149.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3150.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3151.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3152.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3153.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3154.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3155.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3156.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3157.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3158.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3159.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  3160.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3161.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3162.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3163.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3164.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3165.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3166.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3167.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3168.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3169.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3170.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3171.             'twig.form.resources' => [
  3172.                 => 'form_div_layout.html.twig',
  3173.                 => '@SonataForm/Form/datepicker.html.twig',
  3174.                 => '@JFJuridicusBundle/Form/bootstrap_4_layout.html.twig',
  3175.                 => '@JFJuridicusBundle/Form/fields.html.twig',
  3176.             ],
  3177.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3178.             'mopa_bootstrap.bootstrap.install_path' => 'Resources/public/bootstrap',
  3179.             'mopa_bootstrap.twig.extension.form.class' => 'Mopa\\Bundle\\BootstrapBundle\\Twig\\FormExtension',
  3180.             'mopa_bootstrap.twig.extension.icon.class' => 'Mopa\\Bundle\\BootstrapBundle\\Twig\\IconExtension',
  3181.             'mopa_bootstrap.twig.extension.flash.class' => 'Mopa\\Bundle\\BootstrapBundle\\Twig\\FlashExtension',
  3182.             'mopa_bootstrap.icons.icon_set' => 'glyphicons',
  3183.             'mopa_bootstrap.icons.shortcut' => 'icon',
  3184.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3185.             'monolog.use_microseconds' => true,
  3186.             'monolog.swift_mailer.handlers' => [
  3187.             ],
  3188.             'monolog.handlers_to_channels' => [
  3189.                 'monolog.handler.console' => [
  3190.                     'type' => 'exclusive',
  3191.                     'elements' => [
  3192.                         => 'event',
  3193.                         => 'doctrine',
  3194.                         => 'console',
  3195.                     ],
  3196.                 ],
  3197.                 'monolog.handler.main' => [
  3198.                     'type' => 'exclusive',
  3199.                     'elements' => [
  3200.                         => 'event',
  3201.                     ],
  3202.                 ],
  3203.             ],
  3204.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  3205.             'swiftmailer.mailer.default.spool.enabled' => true,
  3206.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3207.             'swiftmailer.mailer.default.single_address' => NULL,
  3208.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3209.             'swiftmailer.spool.enabled' => true,
  3210.             'swiftmailer.delivery.enabled' => true,
  3211.             'swiftmailer.single_address' => NULL,
  3212.             'swiftmailer.mailers' => [
  3213.                 'default' => 'swiftmailer.mailer.default',
  3214.             ],
  3215.             'swiftmailer.default_mailer' => 'default',
  3216.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3217.             'web_profiler.debug_toolbar.mode' => 2,
  3218.             'security.role_hierarchy.roles' => [
  3219.             ],
  3220.             'security.access.denied_url' => NULL,
  3221.             'security.authentication.manager.erase_credentials' => true,
  3222.             'security.authentication.session_strategy.strategy' => 'migrate',
  3223.             'security.access.always_authenticate_before_granting' => false,
  3224.             'security.authentication.hide_user_not_found' => true,
  3225.             'security.firewalls' => [
  3226.                 => 'dev',
  3227.                 => 'admin',
  3228.                 => 'pruefer',
  3229.                 => 'main',
  3230.             ],
  3231.             'jf_juridicus.pdf_creator.class' => 'JF\\JuridicusBundle\\Services\\PdfCreator',
  3232.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3233.             'stof_doctrine_extensions.uploadable.manager.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadableManager',
  3234.             'stof_doctrine_extensions.uploadable.mime_type_guesser.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\MimeTypeGuesserAdapter',
  3235.             'stof_doctrine_extensions.uploadable.default_file_info.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadedFileInfo',
  3236.             'stof_doctrine_extensions.default_locale' => 'en',
  3237.             'stof_doctrine_extensions.translation_fallback' => false,
  3238.             'stof_doctrine_extensions.persist_default_translation' => false,
  3239.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3240.             'stof_doctrine_extensions.default_file_path' => NULL,
  3241.             'stof_doctrine_extensions.uploadable.validate_writable_directory' => true,
  3242.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3243.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3244.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3245.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3246.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3247.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3248.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3249.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3250.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3251.             'knp_menu.renderer.list.options' => [
  3252.             ],
  3253.             'knp_menu.renderer.twig.options' => [
  3254.             ],
  3255.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  3256.             'knp_menu.default_renderer' => 'twig',
  3257.             'white_october_tcpdf.file' => (\dirname(__DIR__4).'/../vendor/tecnickcom/tcpdf/tcpdf.php'),
  3258.             'white_october_tcpdf.class' => 'TCPDF',
  3259.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  3260.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  3261.             'sonata.twig.form_type' => 'standard',
  3262.             'sonata.form.form_type' => 'standard',
  3263.             'sonata.exporter.writer.csv.filename' => 'php://output',
  3264.             'sonata.exporter.writer.csv.delimiter' => ',',
  3265.             'sonata.exporter.writer.csv.enclosure' => '"',
  3266.             'sonata.exporter.writer.csv.escape' => '\\',
  3267.             'sonata.exporter.writer.csv.show_headers' => true,
  3268.             'sonata.exporter.writer.csv.with_bom' => false,
  3269.             'sonata.exporter.writer.json.filename' => 'php://output',
  3270.             'sonata.exporter.writer.xls.filename' => 'php://output',
  3271.             'sonata.exporter.writer.xls.show_headers' => true,
  3272.             'sonata.exporter.writer.xlsx.filename' => 'php://output',
  3273.             'sonata.exporter.writer.xlsx.show_headers' => true,
  3274.             'sonata.exporter.writer.xlsx.show_filters' => true,
  3275.             'sonata.exporter.writer.xml.filename' => 'php://output',
  3276.             'sonata.exporter.writer.xml.show_headers' => true,
  3277.             'sonata.exporter.writer.xml.main_element' => 'datas',
  3278.             'sonata.exporter.writer.xml.child_element' => 'data',
  3279.             'sonata.block.container.types' => [
  3280.                 => 'sonata.block.service.container',
  3281.                 => 'sonata.page.block.container',
  3282.                 => 'sonata.dashboard.block.container',
  3283.                 => 'cmf.block.container',
  3284.                 => 'cmf.block.slideshow',
  3285.             ],
  3286.             'sonata_block.blocks' => [
  3287.                 'sonata.admin.block.admin_list' => [
  3288.                     'contexts' => [
  3289.                         => 'admin',
  3290.                     ],
  3291.                     'templates' => [
  3292.                     ],
  3293.                     'cache' => 'sonata.cache.noop',
  3294.                     'settings' => [
  3295.                     ],
  3296.                 ],
  3297.                 'sonata.block.service.container' => [
  3298.                     'contexts' => [
  3299.                     ],
  3300.                     'templates' => [
  3301.                     ],
  3302.                     'cache' => 'sonata.cache.noop',
  3303.                     'settings' => [
  3304.                     ],
  3305.                 ],
  3306.                 'sonata.block.service.empty' => [
  3307.                     'contexts' => [
  3308.                     ],
  3309.                     'templates' => [
  3310.                     ],
  3311.                     'cache' => 'sonata.cache.noop',
  3312.                     'settings' => [
  3313.                     ],
  3314.                 ],
  3315.                 'sonata.block.service.text' => [
  3316.                     'contexts' => [
  3317.                     ],
  3318.                     'templates' => [
  3319.                     ],
  3320.                     'cache' => 'sonata.cache.noop',
  3321.                     'settings' => [
  3322.                     ],
  3323.                 ],
  3324.                 'sonata.block.service.rss' => [
  3325.                     'contexts' => [
  3326.                     ],
  3327.                     'templates' => [
  3328.                     ],
  3329.                     'cache' => 'sonata.cache.noop',
  3330.                     'settings' => [
  3331.                     ],
  3332.                 ],
  3333.                 'sonata.block.service.template' => [
  3334.                     'contexts' => [
  3335.                     ],
  3336.                     'templates' => [
  3337.                     ],
  3338.                     'cache' => 'sonata.cache.noop',
  3339.                     'settings' => [
  3340.                     ],
  3341.                 ],
  3342.                 'sonata.block.service.menu' => [
  3343.                     'contexts' => [
  3344.                     ],
  3345.                     'templates' => [
  3346.                     ],
  3347.                     'cache' => 'sonata.cache.noop',
  3348.                     'settings' => [
  3349.                     ],
  3350.                 ],
  3351.                 'sonata.admin.block.search_result' => [
  3352.                     'contexts' => [
  3353.                     ],
  3354.                     'templates' => [
  3355.                     ],
  3356.                     'cache' => 'sonata.cache.noop',
  3357.                     'settings' => [
  3358.                     ],
  3359.                 ],
  3360.                 'sonata.admin.block.stats' => [
  3361.                     'contexts' => [
  3362.                     ],
  3363.                     'templates' => [
  3364.                     ],
  3365.                     'cache' => 'sonata.cache.noop',
  3366.                     'settings' => [
  3367.                     ],
  3368.                 ],
  3369.                 'sonata.admin.block.admin_preview' => [
  3370.                     'contexts' => [
  3371.                     ],
  3372.                     'templates' => [
  3373.                     ],
  3374.                     'cache' => 'sonata.cache.noop',
  3375.                     'settings' => [
  3376.                     ],
  3377.                 ],
  3378.             ],
  3379.             'sonata_block.blocks_by_class' => [
  3380.             ],
  3381.             'sonata_blocks.block_types' => [
  3382.                 => 'sonata.admin.block.admin_list',
  3383.                 => 'sonata.block.service.container',
  3384.                 => 'sonata.block.service.empty',
  3385.                 => 'sonata.block.service.text',
  3386.                 => 'sonata.block.service.rss',
  3387.                 => 'sonata.block.service.template',
  3388.                 => 'sonata.block.service.menu',
  3389.                 => 'sonata.admin.block.search_result',
  3390.                 => 'sonata.admin.block.stats',
  3391.                 => 'sonata.admin.block.admin_preview',
  3392.             ],
  3393.             'sonata_block.cache_blocks' => [
  3394.                 'by_class' => [
  3395.                 ],
  3396.                 'by_type' => [
  3397.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  3398.                     'sonata.block.service.container' => 'sonata.cache.noop',
  3399.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  3400.                     'sonata.block.service.text' => 'sonata.cache.noop',
  3401.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  3402.                     'sonata.block.service.template' => 'sonata.cache.noop',
  3403.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  3404.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  3405.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  3406.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  3407.                 ],
  3408.             ],
  3409.             'sonata_blocks.default_contexts' => [
  3410.             ],
  3411.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  3412.                 'choice' => 'select',
  3413.                 'boolean' => 'select',
  3414.                 'textarea' => 'textarea',
  3415.                 'html' => 'textarea',
  3416.                 'email' => 'email',
  3417.                 'string' => 'text',
  3418.                 'integer' => 'number',
  3419.                 'float' => 'number',
  3420.                 'currency' => 'number',
  3421.                 'percent' => 'number',
  3422.                 'url' => 'url',
  3423.             ],
  3424.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  3425.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  3426.             'sonata.admin.configuration.templates' => [
  3427.                 'layout' => 'standard_layout.html.twig',
  3428.                 'user_block' => 'admin/user_block.html.twig',
  3429.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  3430.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  3431.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  3432.                 'search' => '@SonataAdmin/Core/search.html.twig',
  3433.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  3434.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  3435.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  3436.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  3437.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  3438.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  3439.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  3440.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  3441.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  3442.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  3443.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  3444.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  3445.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  3446.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  3447.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  3448.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  3449.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  3450.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  3451.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  3452.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  3453.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  3454.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  3455.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  3456.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  3457.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  3458.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  3459.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  3460.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  3461.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  3462.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  3463.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  3464.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  3465.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  3466.                 'form_theme' => [
  3467.                 ],
  3468.                 'filter_theme' => [
  3469.                 ],
  3470.             ],
  3471.             'sonata.admin.configuration.default_admin_services' => [
  3472.                 'model_manager' => NULL,
  3473.                 'data_source' => NULL,
  3474.                 'field_description_factory' => NULL,
  3475.                 'form_contractor' => NULL,
  3476.                 'show_builder' => NULL,
  3477.                 'list_builder' => NULL,
  3478.                 'datagrid_builder' => NULL,
  3479.                 'translator' => NULL,
  3480.                 'configuration_pool' => NULL,
  3481.                 'route_generator' => NULL,
  3482.                 'security_handler' => NULL,
  3483.                 'menu_factory' => NULL,
  3484.                 'route_builder' => NULL,
  3485.                 'label_translator_strategy' => NULL,
  3486.                 'pager_type' => NULL,
  3487.             ],
  3488.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  3489.             'sonata.admin.configuration.dashboard_groups' => [
  3490.             ],
  3491.             'sonata.admin.configuration.dashboard_blocks' => [
  3492.                 => [
  3493.                     'type' => 'sonata.admin.block.admin_list',
  3494.                     'position' => 'left',
  3495.                     'roles' => [
  3496.                     ],
  3497.                     'settings' => [
  3498.                     ],
  3499.                     'class' => 'col-md-4',
  3500.                 ],
  3501.             ],
  3502.             'sonata.admin.configuration.sort_admins' => false,
  3503.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  3504.             'sonata.admin.configuration.default_group' => 'default',
  3505.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  3506.             'sonata.admin.configuration.default_translation_domain' => NULL,
  3507.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  3508.             'sonata.admin.configuration.breadcrumbs' => [
  3509.                 'child_admin_route' => 'show',
  3510.             ],
  3511.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  3512.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  3513.             'sonata.admin.configuration.security.information' => [
  3514.             ],
  3515.             'sonata.admin.configuration.security.admin_permissions' => [
  3516.                 => 'CREATE',
  3517.                 => 'LIST',
  3518.                 => 'DELETE',
  3519.                 => 'UNDELETE',
  3520.                 => 'EXPORT',
  3521.                 => 'OPERATOR',
  3522.                 => 'MASTER',
  3523.             ],
  3524.             'sonata.admin.configuration.security.object_permissions' => [
  3525.                 => 'VIEW',
  3526.                 => 'EDIT',
  3527.                 => 'HISTORY',
  3528.                 => 'DELETE',
  3529.                 => 'UNDELETE',
  3530.                 => 'OPERATOR',
  3531.                 => 'MASTER',
  3532.                 => 'OWNER',
  3533.             ],
  3534.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  3535.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  3536.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  3537.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  3538.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  3539.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  3540.             'sonata.admin.extension.map' => [
  3541.             ],
  3542.             'sonata.admin.configuration.filters.persist' => false,
  3543.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  3544.             'sonata.admin.configuration.show.mosaic.button' => true,
  3545.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  3546.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  3547.             'sonata_doctrine_orm_admin.templates' => [
  3548.                 'types' => [
  3549.                     'list' => [
  3550.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  3551.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  3552.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  3553.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  3554.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  3555.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  3556.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  3557.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  3558.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  3559.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  3560.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  3561.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  3562.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  3563.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  3564.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  3565.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  3566.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  3567.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  3568.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  3569.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  3570.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  3571.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  3572.                     ],
  3573.                     'show' => [
  3574.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  3575.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  3576.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  3577.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  3578.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  3579.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  3580.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  3581.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  3582.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3583.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3584.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3585.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  3586.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  3587.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  3588.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  3589.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  3590.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  3591.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  3592.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  3593.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  3594.                     ],
  3595.                 ],
  3596.             ],
  3597.             'data_collector.templates' => [
  3598.                 'data_collector.request' => [
  3599.                     => 'request',
  3600.                     => '@WebProfiler/Collector/request.html.twig',
  3601.                 ],
  3602.                 'data_collector.time' => [
  3603.                     => 'time',
  3604.                     => '@WebProfiler/Collector/time.html.twig',
  3605.                 ],
  3606.                 'data_collector.memory' => [
  3607.                     => 'memory',
  3608.                     => '@WebProfiler/Collector/memory.html.twig',
  3609.                 ],
  3610.                 'data_collector.validator' => [
  3611.                     => 'validator',
  3612.                     => '@WebProfiler/Collector/validator.html.twig',
  3613.                 ],
  3614.                 'data_collector.ajax' => [
  3615.                     => 'ajax',
  3616.                     => '@WebProfiler/Collector/ajax.html.twig',
  3617.                 ],
  3618.                 'data_collector.form' => [
  3619.                     => 'form',
  3620.                     => '@WebProfiler/Collector/form.html.twig',
  3621.                 ],
  3622.                 'data_collector.exception' => [
  3623.                     => 'exception',
  3624.                     => '@WebProfiler/Collector/exception.html.twig',
  3625.                 ],
  3626.                 'data_collector.logger' => [
  3627.                     => 'logger',
  3628.                     => '@WebProfiler/Collector/logger.html.twig',
  3629.                 ],
  3630.                 'data_collector.events' => [
  3631.                     => 'events',
  3632.                     => '@WebProfiler/Collector/events.html.twig',
  3633.                 ],
  3634.                 'data_collector.router' => [
  3635.                     => 'router',
  3636.                     => '@WebProfiler/Collector/router.html.twig',
  3637.                 ],
  3638.                 'data_collector.cache' => [
  3639.                     => 'cache',
  3640.                     => '@WebProfiler/Collector/cache.html.twig',
  3641.                 ],
  3642.                 'data_collector.translation' => [
  3643.                     => 'translation',
  3644.                     => '@WebProfiler/Collector/translation.html.twig',
  3645.                 ],
  3646.                 'data_collector.security' => [
  3647.                     => 'security',
  3648.                     => '@Security/Collector/security.html.twig',
  3649.                 ],
  3650.                 'data_collector.twig' => [
  3651.                     => 'twig',
  3652.                     => '@WebProfiler/Collector/twig.html.twig',
  3653.                 ],
  3654.                 'data_collector.doctrine' => [
  3655.                     => 'db',
  3656.                     => '@Doctrine/Collector/db.html.twig',
  3657.                 ],
  3658.                 'swiftmailer.data_collector' => [
  3659.                     => 'swiftmailer',
  3660.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3661.                 ],
  3662.                 'data_collector.dump' => [
  3663.                     => 'dump',
  3664.                     => '@Debug/Profiler/dump.html.twig',
  3665.                 ],
  3666.                 'sonata.block.data_collector' => [
  3667.                     => 'block',
  3668.                     => '@SonataBlock/Profiler/block.html.twig',
  3669.                 ],
  3670.                 'data_collector.config' => [
  3671.                     => 'config',
  3672.                     => '@WebProfiler/Collector/config.html.twig',
  3673.                 ],
  3674.             ],
  3675.             'console.command.ids' => [
  3676.             ],
  3677.         ];
  3678.     }
  3679.     protected function throw($message)
  3680.     {
  3681.         throw new RuntimeException($message);
  3682.     }
  3683. }