var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php line 1838

Open in your IDE?
  1. <?php
  2. namespace ContainerFRx30Xj;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'cache.app' => 'getCache_AppService',
  37.             'cache.system' => 'getCache_SystemService',
  38.             'data_collector.dump' => 'getDataCollector_DumpService',
  39.             'doctrine' => 'getDoctrineService',
  40.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  41.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  42.             'event_dispatcher' => 'getEventDispatcherService',
  43.             'http_kernel' => 'getHttpKernelService',
  44.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  45.             'profiler' => 'getProfilerService',
  46.             'request_stack' => 'getRequestStackService',
  47.             'router' => 'getRouterService',
  48.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  49.             'security.token_storage' => 'getSecurity_TokenStorageService',
  50.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  51.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  52.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  53.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  54.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  55.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  56.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  57.             'sonata.core.twig.deprecated_template_extension' => 'getSonata_Core_Twig_DeprecatedTemplateExtensionService',
  58.             'sonata.core.twig.extension.wrapping' => 'getSonata_Core_Twig_Extension_WrappingService',
  59.             'sonata.core.twig.template_extension' => 'getSonata_Core_Twig_TemplateExtensionService',
  60.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  61.             'sonata.media.manager.media' => 'getSonata_Media_Manager_MediaService',
  62.             'sonata.media.metadata.proxy' => 'getSonata_Media_Metadata_ProxyService',
  63.             'sonata.media.pool' => 'getSonata_Media_PoolService',
  64.             'sonata.media.provider.dailymotion' => 'getSonata_Media_Provider_DailymotionService',
  65.             'sonata.media.provider.file' => 'getSonata_Media_Provider_FileService',
  66.             'sonata.media.provider.image' => 'getSonata_Media_Provider_ImageService',
  67.             'sonata.media.provider.vimeo' => 'getSonata_Media_Provider_VimeoService',
  68.             'sonata.media.provider.youtube' => 'getSonata_Media_Provider_YoutubeService',
  69.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  70.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  71.             'translator' => 'getTranslatorService',
  72.             'twig' => 'getTwigService',
  73.             'validator' => 'getValidatorService',
  74.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  75.             'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService',
  76.             'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
  77.         ];
  78.         $this->fileMap = [
  79.             'App\\Controller\\IndexController' => 'getIndexControllerService.php',
  80.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService.php',
  81.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService.php',
  82.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService.php',
  83.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService.php',
  84.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService.php',
  85.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService.php',
  86.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService.php',
  87.             'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter' => 'getEmptyFilterService.php',
  88.             'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand' => 'getDumpMappingCommandService.php',
  89.             'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand' => 'getGenerateCommandService.php',
  90.             'Sonata\\MediaBundle\\Command\\AddMassMediaCommand' => 'getAddMassMediaCommandService.php',
  91.             'Sonata\\MediaBundle\\Command\\AddMediaCommand' => 'getAddMediaCommandService.php',
  92.             'Sonata\\MediaBundle\\Command\\CleanMediaCommand' => 'getCleanMediaCommandService.php',
  93.             'Sonata\\MediaBundle\\Command\\FixMediaContextCommand' => 'getFixMediaContextCommandService.php',
  94.             'Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand' => 'getMigrateToJsonTypeCommandService.php',
  95.             'Sonata\\MediaBundle\\Command\\RefreshMetadataCommand' => 'getRefreshMetadataCommandService.php',
  96.             'Sonata\\MediaBundle\\Command\\RemoveThumbsCommand' => 'getRemoveThumbsCommandService.php',
  97.             'Sonata\\MediaBundle\\Command\\SyncThumbsCommand' => 'getSyncThumbsCommandService.php',
  98.             'Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand' => 'getUpdateCdnStatusCommandService.php',
  99.             'Sonata\\UserBundle\\Action\\CheckEmailAction' => 'getCheckEmailActionService.php',
  100.             'Sonata\\UserBundle\\Action\\CheckLoginAction' => 'getCheckLoginActionService.php',
  101.             'Sonata\\UserBundle\\Action\\LoginAction' => 'getLoginActionService.php',
  102.             'Sonata\\UserBundle\\Action\\LogoutAction' => 'getLogoutActionService.php',
  103.             'Sonata\\UserBundle\\Action\\RequestAction' => 'getRequestActionService.php',
  104.             'Sonata\\UserBundle\\Action\\ResetAction' => 'getResetActionService.php',
  105.             'Sonata\\UserBundle\\Action\\SendEmailAction' => 'getSendEmailActionService.php',
  106.             'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand' => 'getTwoStepVerificationCommandService.php',
  107.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  108.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  109.             'admin.configMailDatabase' => 'getAdmin_ConfigMailDatabaseService.php',
  110.             'admin.mail.service' => 'getAdmin_Mail_ServiceService.php',
  111.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  112.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  113.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  114.             'cache_clearer' => 'getCacheClearerService.php',
  115.             'cache_warmer' => 'getCacheWarmerService.php',
  116.             'console.command.public_alias.App\\Command\\CreateBundleCommand' => 'getCreateBundleCommandService.php',
  117.             'console.command.public_alias.App\\Command\\CreateBundlePackageCommand' => 'getCreateBundlePackageCommandService.php',
  118.             'console.command.public_alias.App\\Command\\FormsBundlesCommand' => 'getFormsBundlesCommandService.php',
  119.             'console.command.public_alias.App\\Command\\TesteCommand' => 'getTesteCommandService.php',
  120.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService.php',
  121.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService.php',
  122.             'console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand' => 'getSitemapGeneratorCommandService.php',
  123.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  124.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  125.             'content.module_builder' => 'getContent_ModuleBuilderService.php',
  126.             'error_controller' => 'getErrorControllerService.php',
  127.             'filesystem' => 'getFilesystemService.php',
  128.             'form.factory' => 'getForm_FactoryService.php',
  129.             'form.type.file' => 'getForm_Type_FileService.php',
  130.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  131.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService.php',
  132.             'fos_user.group_manager' => 'getFosUser_GroupManagerService.php',
  133.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  134.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  135.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  136.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  137.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  138.             'jms_serializer' => 'getJmsSerializerService.php',
  139.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService.php',
  140.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  141.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService.php',
  142.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  143.             'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
  144.             'routing.loader' => 'getRouting_LoaderService.php',
  145.             'security.acl.dbal.schema' => 'getSecurity_Acl_Dbal_SchemaService.php',
  146.             'security.acl.provider' => 'getSecurity_Acl_ProviderService.php',
  147.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  148.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  149.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  150.             'serializer' => 'getSerializerService.php',
  151.             'services_resetter' => 'getServicesResetterService.php',
  152.             'session' => 'getSessionService.php',
  153.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService.php',
  154.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService.php',
  155.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService.php',
  156.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService.php',
  157.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService.php',
  158.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService.php',
  159.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService.php',
  160.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService.php',
  161.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService.php',
  162.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService.php',
  163.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService.php',
  164.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService.php',
  165.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService.php',
  166.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService.php',
  167.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService.php',
  168.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService.php',
  169.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService.php',
  170.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService.php',
  171.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService.php',
  172.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService.php',
  173.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService.php',
  174.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService.php',
  175.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService.php',
  176.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService.php',
  177.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService.php',
  178.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService.php',
  179.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService.php',
  180.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService.php',
  181.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService.php',
  182.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService.php',
  183.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService.php',
  184.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService.php',
  185.             'sonata.admin.helper' => 'getSonata_Admin_HelperService.php',
  186.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService.php',
  187.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService.php',
  188.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService.php',
  189.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService.php',
  190.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService.php',
  191.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService.php',
  192.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService.php',
  193.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService.php',
  194.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService.php',
  195.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService.php',
  196.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService.php',
  197.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService.php',
  198.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService.php',
  199.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService.php',
  200.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService.php',
  201.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService.php',
  202.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService.php',
  203.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService.php',
  204.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService.php',
  205.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService.php',
  206.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService.php',
  207.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService.php',
  208.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService.php',
  209.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService.php',
  210.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService.php',
  211.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService.php',
  212.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService.php',
  213.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService.php',
  214.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService.php',
  215.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService.php',
  216.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService.php',
  217.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService.php',
  218.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService.php',
  219.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService.php',
  220.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService.php',
  221.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService.php',
  222.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService.php',
  223.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService.php',
  224.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService.php',
  225.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService.php',
  226.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService.php',
  227.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService.php',
  228.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService.php',
  229.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService.php',
  230.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService.php',
  231.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService.php',
  232.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService.php',
  233.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService.php',
  234.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService.php',
  235.             'sonata.core.date.moment_format_converter' => 'getSonata_Core_Date_MomentFormatConverterService.php',
  236.             'sonata.core.flashmessage.twig.runtime' => 'getSonata_Core_Flashmessage_Twig_RuntimeService.php',
  237.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService.php',
  238.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService.php',
  239.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService.php',
  240.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService.php',
  241.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService.php',
  242.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService.php',
  243.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService.php',
  244.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService.php',
  245.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService.php',
  246.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService.php',
  247.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService.php',
  248.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService.php',
  249.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService.php',
  250.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService.php',
  251.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService.php',
  252.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService.php',
  253.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService.php',
  254.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService.php',
  255.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService.php',
  256.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService.php',
  257.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService.php',
  258.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService.php',
  259.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService.php',
  260.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService.php',
  261.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService.php',
  262.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService.php',
  263.             'sonata.core.twig.status_runtime' => 'getSonata_Core_Twig_StatusRuntimeService.php',
  264.             'sonata.easy_extends.generator.bundle' => 'getSonata_EasyExtends_Generator_BundleService.php',
  265.             'sonata.easy_extends.generator.odm' => 'getSonata_EasyExtends_Generator_OdmService.php',
  266.             'sonata.easy_extends.generator.orm' => 'getSonata_EasyExtends_Generator_OrmService.php',
  267.             'sonata.easy_extends.generator.phpcr' => 'getSonata_EasyExtends_Generator_PhpcrService.php',
  268.             'sonata.easy_extends.generator.serializer' => 'getSonata_EasyExtends_Generator_SerializerService.php',
  269.             'sonata.media.admin.gallery' => 'getSonata_Media_Admin_GalleryService.php',
  270.             'sonata.media.admin.gallery.template_registry' => 'getSonata_Media_Admin_Gallery_TemplateRegistryService.php',
  271.             'sonata.media.admin.gallery_has_media' => 'getSonata_Media_Admin_GalleryHasMediaService.php',
  272.             'sonata.media.admin.gallery_has_media.template_registry' => 'getSonata_Media_Admin_GalleryHasMedia_TemplateRegistryService.php',
  273.             'sonata.media.admin.media' => 'getSonata_Media_Admin_MediaService.php',
  274.             'sonata.media.admin.media.template_registry' => 'getSonata_Media_Admin_Media_TemplateRegistryService.php',
  275.             'sonata.media.block.breadcrumb_index' => 'getSonata_Media_Block_BreadcrumbIndexService.php',
  276.             'sonata.media.block.breadcrumb_view' => 'getSonata_Media_Block_BreadcrumbViewService.php',
  277.             'sonata.media.block.breadcrumb_view_media' => 'getSonata_Media_Block_BreadcrumbViewMediaService.php',
  278.             'sonata.media.block.feature_media' => 'getSonata_Media_Block_FeatureMediaService.php',
  279.             'sonata.media.block.gallery' => 'getSonata_Media_Block_GalleryService.php',
  280.             'sonata.media.block.gallery_list' => 'getSonata_Media_Block_GalleryListService.php',
  281.             'sonata.media.block.media' => 'getSonata_Media_Block_MediaService.php',
  282.             'sonata.media.formatter.twig' => 'getSonata_Media_Formatter_TwigService.php',
  283.             'sonata.media.manager.gallery' => 'getSonata_Media_Manager_GalleryService.php',
  284.             'sonata.media.metadata.amazon' => 'getSonata_Media_Metadata_AmazonService.php',
  285.             'sonata.media.metadata.noop' => 'getSonata_Media_Metadata_NoopService.php',
  286.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService.php',
  287.             'sonata.seo.block.email.share_button' => 'getSonata_Seo_Block_Email_ShareButtonService.php',
  288.             'sonata.seo.block.facebook.like_box' => 'getSonata_Seo_Block_Facebook_LikeBoxService.php',
  289.             'sonata.seo.block.facebook.like_button' => 'getSonata_Seo_Block_Facebook_LikeButtonService.php',
  290.             'sonata.seo.block.facebook.send_button' => 'getSonata_Seo_Block_Facebook_SendButtonService.php',
  291.             'sonata.seo.block.facebook.share_button' => 'getSonata_Seo_Block_Facebook_ShareButtonService.php',
  292.             'sonata.seo.block.pinterest.pin_button' => 'getSonata_Seo_Block_Pinterest_PinButtonService.php',
  293.             'sonata.seo.block.twitter.embed' => 'getSonata_Seo_Block_Twitter_EmbedService.php',
  294.             'sonata.seo.block.twitter.follow_button' => 'getSonata_Seo_Block_Twitter_FollowButtonService.php',
  295.             'sonata.seo.block.twitter.hashtag_button' => 'getSonata_Seo_Block_Twitter_HashtagButtonService.php',
  296.             'sonata.seo.block.twitter.mention_button' => 'getSonata_Seo_Block_Twitter_MentionButtonService.php',
  297.             'sonata.seo.block.twitter.share_button' => 'getSonata_Seo_Block_Twitter_ShareButtonService.php',
  298.             'sonata.seo.sitemap.manager' => 'getSonata_Seo_Sitemap_ManagerService.php',
  299.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService.php',
  300.             'sonata.user.admin.group' => 'getSonata_User_Admin_GroupService.php',
  301.             'sonata.user.admin.group.template_registry' => 'getSonata_User_Admin_Group_TemplateRegistryService.php',
  302.             'sonata.user.admin.user' => 'getSonata_User_Admin_UserService.php',
  303.             'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService.php',
  304.             'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService.php',
  305.             'sonata.user.form.type.security_roles' => 'getSonata_User_Form_Type_SecurityRolesService.php',
  306.             'sonata.user.manager.user' => 'getSonata_User_Manager_UserService.php',
  307.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  308.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  309.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  310.             'swiftmailer.message.inject.service' => 'getSwiftmailer_Message_Inject_ServiceService.php',
  311.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  312.             'swiftmailer.transport.inject.service' => 'getSwiftmailer_Transport_Inject_ServiceService.php',
  313.             'tupi.content' => 'getTupi_ContentService.php',
  314.             'tupi.content.template_registry' => 'getTupi_Content_TemplateRegistryService.php',
  315.             'tupi.internit.comunicado.comunicado' => 'getTupi_Internit_Comunicado_ComunicadoService.php',
  316.             'tupi.internit.comunicado.comunicado.template_registry' => 'getTupi_Internit_Comunicado_Comunicado_TemplateRegistryService.php',
  317.             'tupi.internit.comunicado.tags' => 'getTupi_Internit_Comunicado_TagsService.php',
  318.             'tupi.internit.comunicado.tags.template_registry' => 'getTupi_Internit_Comunicado_Tags_TemplateRegistryService.php',
  319.             'tupi.internit.contato.faleconosco' => 'getTupi_Internit_Contato_FaleconoscoService.php',
  320.             'tupi.internit.contato.faleconosco.template_registry' => 'getTupi_Internit_Contato_Faleconosco_TemplateRegistryService.php',
  321.             'tupi.internit.corretor.corretor' => 'getTupi_Internit_Corretor_CorretorService.php',
  322.             'tupi.internit.corretor.corretor.template_registry' => 'getTupi_Internit_Corretor_Corretor_TemplateRegistryService.php',
  323.             'tupi.internit.empreendimento.bloco' => 'getTupi_Internit_Empreendimento_BlocoService.php',
  324.             'tupi.internit.empreendimento.bloco.template_registry' => 'getTupi_Internit_Empreendimento_Bloco_TemplateRegistryService.php',
  325.             'tupi.internit.empreendimento.empreendimento' => 'getTupi_Internit_Empreendimento_EmpreendimentoService.php',
  326.             'tupi.internit.empreendimento.empreendimento.template_registry' => 'getTupi_Internit_Empreendimento_Empreendimento_TemplateRegistryService.php',
  327.             'tupi.internit.empreendimento.status' => 'getTupi_Internit_Empreendimento_StatusService.php',
  328.             'tupi.internit.empreendimento.status.template_registry' => 'getTupi_Internit_Empreendimento_Status_TemplateRegistryService.php',
  329.             'tupi.internit.empreendimento.unidade' => 'getTupi_Internit_Empreendimento_UnidadeService.php',
  330.             'tupi.internit.empreendimento.unidade.template_registry' => 'getTupi_Internit_Empreendimento_Unidade_TemplateRegistryService.php',
  331.             'tupi.internit.imobiliaria.imobiliaria' => 'getTupi_Internit_Imobiliaria_ImobiliariaService.php',
  332.             'tupi.internit.imobiliaria.imobiliaria.template_registry' => 'getTupi_Internit_Imobiliaria_Imobiliaria_TemplateRegistryService.php',
  333.             'tupi.internit.proposta.proposta' => 'getTupi_Internit_Proposta_PropostaService.php',
  334.             'tupi.internit.proposta.proposta.template_registry' => 'getTupi_Internit_Proposta_Proposta_TemplateRegistryService.php',
  335.             'tupi.internit.proposta.status' => 'getTupi_Internit_Proposta_StatusService.php',
  336.             'tupi.internit.proposta.status.template_registry' => 'getTupi_Internit_Proposta_Status_TemplateRegistryService.php',
  337.             'tupi.internit.relatorio.proposta' => 'getTupi_Internit_Relatorio_PropostaService.php',
  338.             'tupi.internit.relatorio.proposta.template_registry' => 'getTupi_Internit_Relatorio_Proposta_TemplateRegistryService.php',
  339.             'tupi.internit.venda.bonificacao' => 'getTupi_Internit_Venda_BonificacaoService.php',
  340.             'tupi.internit.venda.bonificacao.template_registry' => 'getTupi_Internit_Venda_Bonificacao_TemplateRegistryService.php',
  341.             'tupi.internit.venda.caixa.entradas' => 'getTupi_Internit_Venda_Caixa_EntradasService.php',
  342.             'tupi.internit.venda.caixa.entradas.template_registry' => 'getTupi_Internit_Venda_Caixa_Entradas_TemplateRegistryService.php',
  343.             'tupi.internit.venda.caixa.saldo' => 'getTupi_Internit_Venda_Caixa_SaldoService.php',
  344.             'tupi.internit.venda.caixa.saldo.template_registry' => 'getTupi_Internit_Venda_Caixa_Saldo_TemplateRegistryService.php',
  345.             'tupi.internit.venda.pagamentos' => 'getTupi_Internit_Venda_PagamentosService.php',
  346.             'tupi.internit.venda.pagamentos.template_registry' => 'getTupi_Internit_Venda_Pagamentos_TemplateRegistryService.php',
  347.             'tupi.internit.venda.venda' => 'getTupi_Internit_Venda_VendaService.php',
  348.             'tupi.internit.venda.venda.template_registry' => 'getTupi_Internit_Venda_Venda_TemplateRegistryService.php',
  349.             'tupi.setting.setting' => 'getTupi_Setting_SettingService.php',
  350.             'tupi.setting.setting.template_registry' => 'getTupi_Setting_Setting_TemplateRegistryService.php',
  351.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  352.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  353.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  354.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  355.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  356.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  357.         ];
  358.         $this->aliases = [
  359.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  360.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  361.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  362.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  363.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  364.             'database_connection' => 'doctrine.dbal.default_connection',
  365.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  366.             'jms_serializer.authorization_checker' => 'security.authorization_checker',
  367.             'mailer' => 'swiftmailer.mailer.default',
  368.             'security.acl.dbal.connection' => 'doctrine.dbal.default_connection',
  369.             'sonata.media.admin.media.manager' => 'sonata.admin.manager.orm',
  370.             'sonata.seo.page' => 'sonata.seo.page.default',
  371.             'sonata.user.group_manager' => 'fos_user.group_manager',
  372.             'sonata.user.user_manager' => 'fos_user.user_manager',
  373.         ];
  374.         $this->privates['service_container'] = function () {
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  381.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  413.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  448.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  468.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  490.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  525.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  526.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  531.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  534.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  551.             include_once \dirname(__DIR__4).'/src/Application/Tupi/ContentBundle/Twig/ContentExtension.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  559.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  560.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  561.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  562.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  563.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  565.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  566.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/PaginationExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/StringExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  578.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  579.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  581.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  583.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Twig/GlobalVariables.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  587.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  617.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  618.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  619.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  620.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  623.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  625.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  626.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  627.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  628.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  629.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  631.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  633.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  634.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  635.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  638.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  640.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  641.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  651.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  652.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  659.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  661.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  663.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  664.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  666.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  670.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  671.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  673.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  675.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  677.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  678.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  679.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  683.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  685.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
  692.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
  694.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/Pool.php';
  696.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/DownloadStrategyInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php';
  698.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ThumbnailInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FormatThumbnail.php';
  700.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/ResizerInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/ImagineCompatibleResizerTrait.php';
  702.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/SquareResizer.php';
  703.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/MediaProviderInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/BaseProvider.php';
  705.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/FileProviderInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/FileProvider.php';
  707.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProvider.php';
  708.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/BaseVideoProvider.php';
  709.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/YouTubeProvider.php';
  710.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/DailyMotionProvider.php';
  711.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/VimeoProvider.php';
  712.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Browser.php';
  713.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/ClientInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/AbstractClient.php';
  715.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/AbstractCurl.php';
  716.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/Curl.php';
  717.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/CDN/CDNInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/CDN/Server.php';
  719.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Twig/Extension/MediaExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  722.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  723.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  724.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  725.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  726.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  727.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Filesystem/Local.php';
  728.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  730.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/MetadataBuilderInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/ProxyMetadataBuilder.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
  734.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
  735.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/PageableManagerInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Model/MediaManagerInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Entity/MediaManager.php';
  738.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Generator/GeneratorInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Generator/IdGenerator.php';
  740.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  743.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  744.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  745.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/SimpleResizer.php';
  746.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  748.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  750.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  775.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  777.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  778.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  788.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  789.         };
  790.     }
  791.     public function compile(): void
  792.     {
  793.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  794.     }
  795.     public function isCompiled(): bool
  796.     {
  797.         return true;
  798.     }
  799.     public function getRemovedIds(): array
  800.     {
  801.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  802.     }
  803.     protected function load($file$lazyLoad true)
  804.     {
  805.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  806.     }
  807.     protected function createProxy($class, \Closure $factory)
  808.     {
  809.         class_exists($classfalse) || $this->load("{$class}.php");
  810.         return $factory();
  811.     }
  812.     /**
  813.      * Gets the public 'cache.app' shared service.
  814.      *
  815.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  816.      */
  817.     protected function getCache_AppService()
  818.     {
  819.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('B7V1AKrH6m'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  820.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  821.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  822.     }
  823.     /**
  824.      * Gets the public 'cache.system' shared service.
  825.      *
  826.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  827.      */
  828.     protected function getCache_SystemService()
  829.     {
  830.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ax7YBeY-H2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  831.     }
  832.     /**
  833.      * Gets the public 'data_collector.dump' shared service.
  834.      *
  835.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  836.      */
  837.     protected function getDataCollector_DumpService()
  838.     {
  839.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  840.     }
  841.     /**
  842.      * Gets the public 'doctrine' shared service.
  843.      *
  844.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  845.      */
  846.     protected function getDoctrineService()
  847.     {
  848.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  849.     }
  850.     /**
  851.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  852.      *
  853.      * @return \Doctrine\DBAL\Connection
  854.      */
  855.     protected function getDoctrine_Dbal_DefaultConnectionService()
  856.     {
  857.         $a = new \Doctrine\DBAL\Configuration();
  858.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  859.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  860.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  861.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  862.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  863.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  864.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  865.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService.php'true],
  866.             'security.acl.dbal.schema_listener' => ['privates''security.acl.dbal.schema_listener''getSecurity_Acl_Dbal_SchemaListenerService.php'true],
  867.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService.php'true],
  868.             'sonata.easy_extends.doctrine.mapper' => ['privates''sonata.easy_extends.doctrine.mapper''getSonata_EasyExtends_Doctrine_MapperService.php'true],
  869.             'sonata.media.doctrine.event_subscriber' => ['privates''sonata.media.doctrine.event_subscriber''getSonata_Media_Doctrine_EventSubscriberService.php'true],
  870.         ], [
  871.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  872.             'fos_user.user_listener' => '?',
  873.             'security.acl.dbal.schema_listener' => '?',
  874.             'sonata.doctrine.mapper' => '?',
  875.             'sonata.easy_extends.doctrine.mapper' => '?',
  876.             'sonata.media.doctrine.event_subscriber' => '?',
  877.         ]), [=> 'fos_user.user_listener'=> 'sonata.media.doctrine.event_subscriber'=> 'sonata.doctrine.mapper'=> 'sonata.easy_extends.doctrine.mapper']);
  878.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  879.         $c->addEventListener([=> 'postGenerateSchema'], 'security.acl.dbal.schema_listener');
  880.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['connection_override_options' => [], 'driver' => 'pdo_mysql''charset' => 'utf8''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_general_ci']], $a$c, []);
  881.     }
  882.     /**
  883.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  884.      *
  885.      * @return \Doctrine\ORM\EntityManager
  886.      */
  887.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  888.     {
  889.         if ($lazyLoad) {
  890.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  891.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  892.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  893.                     $proxy->setProxyInitializer(null);
  894.                     return true;
  895.                 });
  896.             });
  897.         }
  898.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  899.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  900.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  901.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  902.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  903.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  904.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  905.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  906.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  907.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  908.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  909.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  910.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  911.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  912.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  913.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  914.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  915.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  916.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  917.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  918.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  919.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  920.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  924.         $a = new \Doctrine\ORM\Configuration();
  925.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  926.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  927.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  928.         $b->addDriver($c'Sonata\\UserBundle\\Entity');
  929.         $b->addDriver($c'Sonata\\MediaBundle\\Entity');
  930.         $b->addDriver($c'App\\Application\\Sonata\\MediaBundle\\Entity');
  931.         $b->addDriver($d'App\\Application\\Tupi\\SecurityBundle\\Entity');
  932.         $b->addDriver($d'App\\Application\\Tupi\\SettingBundle\\Entity');
  933.         $b->addDriver($d'App\\Entity');
  934.         $b->addDriver($d'App\\Application\\Internit\\EmpreendimentoBundle\\Entity');
  935.         $b->addDriver($d'App\\Application\\Internit\\ImobiliariaBundle\\Entity');
  936.         $b->addDriver($d'App\\Application\\Internit\\ComunicadoBundle\\Entity');
  937.         $b->addDriver($d'App\\Application\\Internit\\PropostaBundle\\Entity');
  938.         $b->addDriver($d'App\\Application\\Internit\\CorretorBundle\\Entity');
  939.         $b->addDriver($d'App\\Application\\Internit\\CampanhaBundle\\Entity');
  940.         $b->addDriver($d'App\\Application\\Internit\\PremioBundle\\Entity');
  941.         $b->addDriver($d'App\\Application\\Internit\\VendaBundle\\Entity');
  942.         $b->addDriver($d'App\\Application\\Internit\\ResgateBundle\\Entity');
  943.         $b->addDriver($d'App\\Application\\Internit\\ContatoBundle\\Entity');
  944.         $b->addDriver($d'App\\Application\\Internit\\MediaBundle\\Entity');
  945.         $b->addDriver($d'App\\Application\\Internit\\RelatorioBundle\\Entity');
  946.         $b->addDriver($d'App\\Application\\Tupi\\ContentBundle\\Entity');
  947.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  948.         $a->setEntityNamespaces(['SonataUserBundle' => 'Sonata\\UserBundle\\Entity''SonataMediaBundle' => 'Sonata\\MediaBundle\\Entity''ApplicationSonataMediaBundle' => 'App\\Application\\Sonata\\MediaBundle\\Entity''ApplicationTupiSecurityBundle' => 'App\\Application\\Tupi\\SecurityBundle\\Entity''ApplicationTupiSettingBundle' => 'App\\Application\\Tupi\\SettingBundle\\Entity''App' => 'App\\Entity''ApplicationInternitEmpreendimentoBundle' => 'App\\Application\\Internit\\EmpreendimentoBundle\\Entity''ApplicationInternitImobiliariaBundle' => 'App\\Application\\Internit\\ImobiliariaBundle\\Entity''ApplicationInternitComunicadoBundle' => 'App\\Application\\Internit\\ComunicadoBundle\\Entity''ApplicationInternitPropostaBundle' => 'App\\Application\\Internit\\PropostaBundle\\Entity''ApplicationInternitCorretorBundle' => 'App\\Application\\Internit\\CorretorBundle\\Entity''ApplicationInternitCampanhaBundle' => 'App\\Application\\Internit\\CampanhaBundle\\Entity''ApplicationInternitPremioBundle' => 'App\\Application\\Internit\\PremioBundle\\Entity''ApplicationInternitVendaBundle' => 'App\\Application\\Internit\\VendaBundle\\Entity''ApplicationInternitResgateBundle' => 'App\\Application\\Internit\\ResgateBundle\\Entity''ApplicationInternitContatoBundle' => 'App\\Application\\Internit\\ContatoBundle\\Entity''ApplicationInternitMediaBundle' => 'App\\Application\\Internit\\MediaBundle\\Entity''ApplicationInternitRelatorioBundle' => 'App\\Application\\Internit\\RelatorioBundle\\Entity''ApplicationTupiContentBundle' => 'App\\Application\\Tupi\\ContentBundle\\Entity']);
  949.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  950.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  951.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  952.         $a->setMetadataDriverImpl($b);
  953.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  954.         $a->setProxyNamespace('Proxies');
  955.         $a->setAutoGenerateProxyClasses(true);
  956.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  957.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  958.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  959.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  960.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  961.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))));
  962.         $a->addCustomStringFunction('NOW''DoctrineExtensions\\Query\\Mysql\\Now');
  963.         $a->addCustomStringFunction('DATE''DoctrineExtensions\\Query\\Mysql\\Date');
  964.         $a->addCustomStringFunction('MONTH''DoctrineExtensions\\Query\\Mysql\\Month');
  965.         $a->addCustomStringFunction('YEAR''DoctrineExtensions\\Query\\Mysql\\Year');
  966.         $a->addCustomStringFunction('FORMAT''DoctrineExtensions\\Query\\Mysql\\Format');
  967.         $a->addCustomStringFunction('REPLACE''DoctrineExtensions\\Query\\Mysql\\Replace');
  968.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  969.         $a->addCustomNumericFunction('RAND''DoctrineExtensions\\Query\\Mysql\\Rand');
  970.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  971.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  972.         return $instance;
  973.     }
  974.     /**
  975.      * Gets the public 'event_dispatcher' shared service.
  976.      *
  977.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  978.      */
  979.     protected function getEventDispatcherService()
  980.     {
  981.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  982.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  983.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  984.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  985.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  986.         $instance->addListener('content.module_builder', [=> function () {
  987.             return ($this->privates['module_listener'] ?? $this->load('getModuleListenerService.php'));
  988.         }, => 'createMainModule'], 0);
  989.         $instance->addListener('kernel.controller', [=> function () {
  990.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  991.         }, => 'onKernelController'], 0);
  992.         $instance->addListener('kernel.response', [=> function () {
  993.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  994.         }, => 'onKernelResponse'], 0);
  995.         $instance->addListener('console.terminate', [=> function () {
  996.             return ($this->privates['Sonata\\AdminBundle\\EventListener\\AssetsInstallCommandListener'] ?? $this->load('getAssetsInstallCommandListenerService.php'));
  997.         }, => 'copySonataCoreBundleAssets'], 0);
  998.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  999.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
  1000.         }, => 'onBlock'], 0);
  1001.         $instance->addListener('kernel.exception', [=> function () {
  1002.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService.php'));
  1003.         }, => 'onKernelException'], 0);
  1004.         $instance->addListener('kernel.response', [=> function () {
  1005.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1006.         }, => 'onKernelResponse'], 0);
  1007.         $instance->addListener('kernel.response', [=> function () {
  1008.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1009.         }, => 'onKernelResponse'], -1024);
  1010.         $instance->addListener('kernel.request', [=> function () {
  1011.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1012.         }, => 'setDefaultLocale'], 100);
  1013.         $instance->addListener('kernel.request', [=> function () {
  1014.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1015.         }, => 'onKernelRequest'], 16);
  1016.         $instance->addListener('kernel.finish_request', [=> function () {
  1017.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1018.         }, => 'onKernelFinishRequest'], 0);
  1019.         $instance->addListener('kernel.request', [=> function () {
  1020.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1021.         }, => 'onKernelRequest'], 256);
  1022.         $instance->addListener('kernel.request', [=> function () {
  1023.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1024.         }, => 'resolveControllerName'], 24);
  1025.         $instance->addListener('kernel.response', [=> function () {
  1026.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1027.         }, => 'onResponse'], -255);
  1028.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1029.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1030.         }, => 'onControllerArguments'], 0);
  1031.         $instance->addListener('kernel.exception', [=> function () {
  1032.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1033.         }, => 'logKernelException'], 0);
  1034.         $instance->addListener('kernel.exception', [=> function () {
  1035.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1036.         }, => 'onKernelException'], -128);
  1037.         $instance->addListener('kernel.request', [=> function () {
  1038.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1039.         }, => 'onKernelRequest'], 15);
  1040.         $instance->addListener('kernel.finish_request', [=> function () {
  1041.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1042.         }, => 'onKernelFinishRequest'], -15);
  1043.         $instance->addListener('console.error', [=> function () {
  1044.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1045.         }, => 'onConsoleError'], -128);
  1046.         $instance->addListener('console.terminate', [=> function () {
  1047.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1048.         }, => 'onConsoleTerminate'], -128);
  1049.         $instance->addListener('console.error', [=> function () {
  1050.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1051.         }, => 'onConsoleError'], 0);
  1052.         $instance->addListener('kernel.request', [=> function () {
  1053.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1054.         }, => 'onKernelRequest'], 128);
  1055.         $instance->addListener('kernel.response', [=> function () {
  1056.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1057.         }, => 'onKernelResponse'], -1000);
  1058.         $instance->addListener('kernel.finish_request', [=> function () {
  1059.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1060.         }, => 'onFinishRequest'], 0);
  1061.         $instance->addListener('kernel.response', [=> function () {
  1062.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1063.         }, => 'onKernelResponse'], -100);
  1064.         $instance->addListener('kernel.exception', [=> function () {
  1065.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1066.         }, => 'onKernelException'], 0);
  1067.         $instance->addListener('kernel.terminate', [=> function () {
  1068.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1069.         }, => 'onKernelTerminate'], -1024);
  1070.         $instance->addListener('kernel.controller', [=> function () {
  1071.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1072.         }, => 'onKernelController'], 0);
  1073.         $instance->addListener('kernel.response', [=> function () {
  1074.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1075.         }, => 'onKernelResponse'], 0);
  1076.         $instance->addListener('kernel.request', [=> function () {
  1077.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1078.         }, => 'configure'], 2048);
  1079.         $instance->addListener('console.command', [=> function () {
  1080.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1081.         }, => 'configure'], 2048);
  1082.         $instance->addListener('kernel.request', [=> function () {
  1083.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1084.         }, => 'onKernelRequest'], 32);
  1085.         $instance->addListener('kernel.finish_request', [=> function () {
  1086.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1087.         }, => 'onKernelFinishRequest'], 0);
  1088.         $instance->addListener('kernel.exception', [=> function () {
  1089.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1090.         }, => 'onKernelException'], -64);
  1091.         $instance->addListener('kernel.response', [=> function () {
  1092.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1093.         }, => 'onKernelResponse'], 0);
  1094.         $instance->addListener('kernel.exception', [=> function () {
  1095.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1096.         }, => 'onException'], 0);
  1097.         $instance->addListener('kernel.terminate', [=> function () {
  1098.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1099.         }, => 'onTerminate'], 0);
  1100.         $instance->addListener('console.error', [=> function () {
  1101.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1102.         }, => 'onException'], 0);
  1103.         $instance->addListener('console.terminate', [=> function () {
  1104.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1105.         }, => 'onTerminate'], 0);
  1106.         $instance->addListener('kernel.response', [=> function () {
  1107.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1108.         }, => 'onKernelResponse'], 0);
  1109.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1110.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1111.         }, => 'onVoterVote'], 0);
  1112.         $instance->addListener('kernel.request', [=> function () {
  1113.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1114.         }, => 'configureLogoutUrlGenerator'], 8);
  1115.         $instance->addListener('kernel.request', [=> function () {
  1116.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1117.         }, => 'onKernelRequest'], 8);
  1118.         $instance->addListener('kernel.finish_request', [=> function () {
  1119.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1120.         }, => 'onKernelFinishRequest'], 0);
  1121.         $instance->addListener('console.command', [=> function () {
  1122.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1123.         }, => 'onCommand'], 255);
  1124.         $instance->addListener('console.terminate', [=> function () {
  1125.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1126.         }, => 'onTerminate'], -255);
  1127.         $instance->addListener('kernel.controller', [=> function () {
  1128.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1129.         }, => 'onKernelController'], 0);
  1130.         $instance->addListener('kernel.controller', [=> function () {
  1131.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1132.         }, => 'onKernelController'], 0);
  1133.         $instance->addListener('kernel.controller', [=> function () {
  1134.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1135.         }, => 'onKernelController'], -128);
  1136.         $instance->addListener('kernel.view', [=> function () {
  1137.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1138.         }, => 'onKernelView'], 0);
  1139.         $instance->addListener('kernel.controller', [=> function () {
  1140.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1141.         }, => 'onKernelController'], 0);
  1142.         $instance->addListener('kernel.response', [=> function () {
  1143.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1144.         }, => 'onKernelResponse'], 0);
  1145.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1146.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1147.         }, => 'onKernelControllerArguments'], 0);
  1148.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1149.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1150.         }, => 'onKernelControllerArguments'], 0);
  1151.         $instance->addListener('kernel.response', [=> function () {
  1152.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1153.         }, => 'onKernelResponse'], -128);
  1154.         $instance->addListener('console.error', [=> function () {
  1155.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1156.         }, => 'onConsoleError'], 0);
  1157.         $instance->addListener('console.terminate', [=> function () {
  1158.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1159.         }, => 'onConsoleTerminate'], 0);
  1160.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1161.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1162.         }, => 'onImplicitLogin'], 0);
  1163.         $instance->addListener('security.interactive_login', [=> function () {
  1164.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1165.         }, => 'onSecurityInteractiveLogin'], 0);
  1166.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1167.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1168.         }, => 'authenticate'], 0);
  1169.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1170.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1171.         }, => 'authenticate'], 0);
  1172.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1173.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1174.         }, => 'authenticate'], 0);
  1175.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1176.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1177.         }, => 'addSuccessFlash'], 0);
  1178.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1179.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1180.         }, => 'addSuccessFlash'], 0);
  1181.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1182.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1183.         }, => 'addSuccessFlash'], 0);
  1184.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1185.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1186.         }, => 'addSuccessFlash'], 0);
  1187.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1188.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1189.         }, => 'addSuccessFlash'], 0);
  1190.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1191.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1192.         }, => 'addSuccessFlash'], 0);
  1193.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1194.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1195.         }, => 'addSuccessFlash'], 0);
  1196.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1197.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1198.         }, => 'onResettingResetInitialize'], 0);
  1199.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1200.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1201.         }, => 'onResettingResetSuccess'], 0);
  1202.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1203.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1204.         }, => 'onResettingResetRequest'], 0);
  1205.         $instance->addListener('console.command', [=> function () {
  1206.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1207.         }, => 'configure'], 1024);
  1208.         return $instance;
  1209.     }
  1210.     /**
  1211.      * Gets the public 'http_kernel' shared service.
  1212.      *
  1213.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1214.      */
  1215.     protected function getHttpKernelService()
  1216.     {
  1217.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1218.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1219.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1220.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1221.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1222.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1223.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1224.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1225.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1226.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1227.         }, 8)), $a));
  1228.     }
  1229.     /**
  1230.      * Gets the public 'knp_menu.matcher' shared service.
  1231.      *
  1232.      * @return \Knp\Menu\Matcher\Matcher
  1233.      */
  1234.     protected function getKnpMenu_MatcherService()
  1235.     {
  1236.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1237.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
  1238.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService.php'));
  1239.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1240.         }, 3));
  1241.     }
  1242.     /**
  1243.      * Gets the public 'profiler' shared service.
  1244.      *
  1245.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1246.      */
  1247.     protected function getProfilerService()
  1248.     {
  1249.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1250.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1251.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1252.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1253.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1254.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1255.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1256.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1257.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1258.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1259.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1260.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1261.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1262.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1263.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1264.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1265.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1266.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1267.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1268.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1269.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1270.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1271.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1272.         if ($this->has('kernel')) {
  1273.             $f->setKernel($b);
  1274.         }
  1275.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1276.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1277.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1278.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1279.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1280.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1281.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1282.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1283.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1284.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1285.         $instance->add($d);
  1286.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1287.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1288.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1289.         $instance->add($e);
  1290.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1291.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1292.         $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']));
  1293.         $instance->add($f);
  1294.         return $instance;
  1295.     }
  1296.     /**
  1297.      * Gets the public 'request_stack' shared service.
  1298.      *
  1299.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1300.      */
  1301.     protected function getRequestStackService()
  1302.     {
  1303.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1304.     }
  1305.     /**
  1306.      * Gets the public 'router' shared service.
  1307.      *
  1308.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1309.      */
  1310.     protected function getRouterService()
  1311.     {
  1312.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1313.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1314.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1315.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1316.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1317.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1318.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1319.         ], [
  1320.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1321.         ]))->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()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a'pt_BR');
  1322.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1323.         return $instance;
  1324.     }
  1325.     /**
  1326.      * Gets the public 'security.authorization_checker' shared service.
  1327.      *
  1328.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1329.      */
  1330.     protected function getSecurity_AuthorizationCheckerService()
  1331.     {
  1332.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1333.     }
  1334.     /**
  1335.      * Gets the public 'security.token_storage' shared service.
  1336.      *
  1337.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1338.      */
  1339.     protected function getSecurity_TokenStorageService()
  1340.     {
  1341.         return $this->services['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, [
  1342.             'session' => ['services''session''getSessionService.php'true],
  1343.         ], [
  1344.             'session' => '?',
  1345.         ]));
  1346.     }
  1347.     /**
  1348.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  1349.      *
  1350.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1351.      */
  1352.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  1353.     {
  1354.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1355.     }
  1356.     /**
  1357.      * Gets the public 'sonata.admin.pool' shared service.
  1358.      *
  1359.      * @return \Sonata\AdminBundle\Admin\Pool
  1360.      */
  1361.     protected function getSonata_Admin_PoolService()
  1362.     {
  1363.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'Dinâmica''img/admin/logo.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_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/default_mosaic_image.png''legacy_twig_text_extension' => true'javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'22 => 'bundles/applicationtupicontent/js/jquery.mask.js'23 => 'bundles/applicationtupicontent/js/geral.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'10 => 'bundles/sonataadmin/css/styles.css'11 => 'bundles/sonataadmin/css/layout.css'12 => 'bundles/sonataadmin/css/tree.css'13 => 'bundles/sonatacore/css/flashmessage.css'14 => 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1364.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  1365.         $instance->setAdminServiceIds([=> 'sonata.user.admin.user'=> 'sonata.user.admin.group'=> 'tupi.content'=> 'tupi.setting.setting'=> 'tupi.internit.empreendimento.status'=> 'tupi.internit.empreendimento.empreendimento'=> 'tupi.internit.empreendimento.bloco'=> 'tupi.internit.empreendimento.unidade'=> 'tupi.internit.imobiliaria.imobiliaria'=> 'tupi.internit.proposta.status'10 => 'tupi.internit.proposta.proposta'11 => 'tupi.internit.corretor.corretor'12 => 'tupi.internit.venda.venda'13 => 'tupi.internit.venda.caixa.entradas'14 => 'tupi.internit.venda.caixa.saldo'15 => 'tupi.internit.venda.bonificacao'16 => 'tupi.internit.venda.pagamentos'17 => 'tupi.internit.comunicado.tags'18 => 'tupi.internit.comunicado.comunicado'19 => 'tupi.internit.contato.faleconosco'20 => 'tupi.internit.relatorio.proposta'21 => 'sonata.media.admin.media'22 => 'sonata.media.admin.gallery'23 => 'sonata.media.admin.gallery_has_media']);
  1366.         $instance->setAdminGroups(['Segurança' => ['label' => 'Segurança''label_catalogue' => 'SonataUserBundle''icon' => '<i class="fa fa-users"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'sonata.user.admin.user''label' => 'users''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'sonata.user.admin.group''label' => 'groups''route' => '''route_params' => [], 'route_absolute' => false]]], 'Setting' => ['label' => 'Setting''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-gears"></i>''roles' => [], 'on_top' => true'keep_open' => false'items' => [=> ['admin' => 'tupi.setting.setting''label' => 'Setting''route' => '''route_params' => [], 'route_absolute' => false]]], 'Empreendimentos' => ['label' => 'Empreendimentos''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-building"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'tupi.internit.empreendimento.status''label' => 'Status''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'tupi.internit.empreendimento.empreendimento''label' => 'Empreendimento''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'tupi.internit.empreendimento.bloco''label' => 'Bloco''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'tupi.internit.empreendimento.unidade''label' => 'Unidade''route' => '''route_params' => [], 'route_absolute' => false]]], 'Imobiliárias' => ['label' => 'Imobiliárias''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-address-book"></i>''roles' => [], 'on_top' => true'keep_open' => false'items' => [=> ['admin' => 'tupi.internit.imobiliaria.imobiliaria''label' => 'Imobiliaria''route' => '''route_params' => [], 'route_absolute' => false]]], 'Propostas' => ['label' => 'Propostas''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder-open"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'tupi.internit.proposta.status''label' => 'Status''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'tupi.internit.proposta.proposta''label' => 'Proposta''route' => '''route_params' => [], 'route_absolute' => false]]], 'Corretores' => ['label' => 'Corretores''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-id-card"></i>''roles' => [], 'on_top' => true'keep_open' => false'items' => [=> ['admin' => 'tupi.internit.corretor.corretor''label' => 'Corretor''route' => '''route_params' => [], 'route_absolute' => false]]], 'Vendas' => ['label' => 'Vendas''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-tags"></i>''roles' => [], 'on_top' => true'keep_open' => false'items' => [=> ['admin' => 'tupi.internit.venda.venda''label' => 'Venda''route' => '''route_params' => [], 'route_absolute' => false]]], 'Financeiro' => ['label' => 'Financeiro''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-money"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'tupi.internit.venda.caixa.entradas''label' => 'Entradas do Caixa''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'tupi.internit.venda.caixa.saldo''label' => 'Caixa''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'tupi.internit.venda.bonificacao''label' => 'Metas/Bonificações''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'tupi.internit.venda.pagamentos''label' => 'Pagamentos''route' => '''route_params' => [], 'route_absolute' => false]]], 'Comunicados' => ['label' => 'Comunicados''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-bell"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'tupi.internit.comunicado.tags''label' => 'Tags''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'tupi.internit.comunicado.comunicado''label' => 'Comunicados''route' => '''route_params' => [], 'route_absolute' => false]]], 'Contato' => ['label' => 'Contato''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-address-book"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'tupi.internit.contato.faleconosco''label' => 'FaleConosco''route' => '''route_params' => [], 'route_absolute' => false]]], 'Relatório' => ['label' => 'Relatório''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-download"></i>''roles' => [], 'on_top' => true'keep_open' => false'items' => [=> ['admin' => 'tupi.internit.relatorio.proposta''label' => 'Proposta/Venda''route' => '''route_params' => [], 'route_absolute' => false]]], 'sonata_media' => ['label' => 'sonata_media''label_catalogue' => 'SonataMediaBundle''icon' => '<i class=\'fa fa-image\'></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'sonata.media.admin.media''label' => 'media''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'sonata.media.admin.gallery''label' => 'gallery''route' => '''route_params' => [], 'route_absolute' => false]]]]);
  1367.         $instance->setAdminClasses(['App\\Application\\Tupi\\SecurityBundle\\Entity\\User' => [=> 'sonata.user.admin.user'], 'App\\Application\\Tupi\\SecurityBundle\\Entity\\Group' => [=> 'sonata.user.admin.group'], 'App\\Application\\Tupi\\ContentBundle\\Entity\\Entity' => [=> 'tupi.content'], 'App\\Application\\Tupi\\SettingBundle\\Entity\\Setting' => [=> 'tupi.setting.setting'], 'App\\Application\\Internit\\EmpreendimentoBundle\\Entity\\Status' => [=> 'tupi.internit.empreendimento.status'], 'App\\Application\\Internit\\EmpreendimentoBundle\\Entity\\Empreendimento' => [=> 'tupi.internit.empreendimento.empreendimento'], 'App\\Application\\Internit\\EmpreendimentoBundle\\Entity\\Bloco' => [=> 'tupi.internit.empreendimento.bloco'], 'App\\Application\\Internit\\EmpreendimentoBundle\\Entity\\Unidade' => [=> 'tupi.internit.empreendimento.unidade'], 'App\\Application\\Internit\\ImobiliariaBundle\\Entity\\Imobiliaria' => [=> 'tupi.internit.imobiliaria.imobiliaria'], 'App\\Application\\Internit\\PropostaBundle\\Entity\\StatusProposta' => [=> 'tupi.internit.proposta.status'], 'App\\Application\\Internit\\PropostaBundle\\Entity\\Proposta' => [=> 'tupi.internit.proposta.proposta'], 'App\\Application\\Internit\\CorretorBundle\\Entity\\Corretor' => [=> 'tupi.internit.corretor.corretor'], 'App\\Application\\Internit\\VendaBundle\\Entity\\Venda' => [=> 'tupi.internit.venda.venda'], 'App\\Application\\Internit\\VendaBundle\\Entity\\CaixaEntrada' => [=> 'tupi.internit.venda.caixa.entradas'], 'App\\Application\\Internit\\VendaBundle\\Entity\\CaixaSaldo' => [=> 'tupi.internit.venda.caixa.saldo'], 'App\\Application\\Internit\\VendaBundle\\Entity\\Bonificacao' => [=> 'tupi.internit.venda.bonificacao'], 'App\\Application\\Internit\\VendaBundle\\Entity\\Pagamento' => [=> 'tupi.internit.venda.pagamentos'], 'App\\Application\\Internit\\ComunicadoBundle\\Entity\\Tag' => [=> 'tupi.internit.comunicado.tags'], 'App\\Application\\Internit\\ComunicadoBundle\\Entity\\Comunicado' => [=> 'tupi.internit.comunicado.comunicado'], 'App\\Application\\Internit\\ContatoBundle\\Entity\\FaleConosco' => [=> 'tupi.internit.contato.faleconosco'], 'App\\Application\\Internit\\RelatorioBundle\\Entity\\Proposta' => [=> 'tupi.internit.relatorio.proposta'], 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media' => [=> 'sonata.media.admin.media'], 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery' => [=> 'sonata.media.admin.gallery'], 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia' => [=> 'sonata.media.admin.gallery_has_media']]);
  1368.         return $instance;
  1369.     }
  1370.     /**
  1371.      * Gets the public 'sonata.admin.twig.extension' shared service.
  1372.      *
  1373.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  1374.      */
  1375.     protected function getSonata_Admin_Twig_ExtensionService()
  1376.     {
  1377.         $this->services['sonata.admin.twig.extension'] = $instance = new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1378.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  1379.         return $instance;
  1380.     }
  1381.     /**
  1382.      * Gets the public 'sonata.admin.twig.global' shared service.
  1383.      *
  1384.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  1385.      */
  1386.     protected function getSonata_Admin_Twig_GlobalService()
  1387.     {
  1388.         return $this->services['sonata.admin.twig.global'] = new \Sonata\AdminBundle\Twig\GlobalVariables(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), 'bundles/sonataadmin/default_mosaic_image.png');
  1389.     }
  1390.     /**
  1391.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1392.      *
  1393.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1394.      */
  1395.     protected function getSonata_Block_ContextManager_DefaultService()
  1396.     {
  1397.         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'])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1398.     }
  1399.     /**
  1400.      * Gets the public 'sonata.block.manager' shared service.
  1401.      *
  1402.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1403.      */
  1404.     protected function getSonata_Block_ManagerService()
  1405.     {
  1406.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1407.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1408.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1409.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1410.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1411.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  1412.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1413.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  1414.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  1415.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  1416.         $instance->add('sonata.media.block.media''sonata.media.block.media', []);
  1417.         $instance->add('sonata.media.block.feature_media''sonata.media.block.feature_media', []);
  1418.         $instance->add('sonata.media.block.gallery''sonata.media.block.gallery', []);
  1419.         $instance->add('sonata.media.block.gallery_list''sonata.media.block.gallery_list', []);
  1420.         $instance->add('sonata.media.block.breadcrumb_view''sonata.media.block.breadcrumb_view', [=> 'breadcrumb']);
  1421.         $instance->add('sonata.media.block.breadcrumb_index''sonata.media.block.breadcrumb_index', [=> 'breadcrumb']);
  1422.         $instance->add('sonata.media.block.breadcrumb_view_media''sonata.media.block.breadcrumb_view_media', [=> 'breadcrumb']);
  1423.         $instance->add('sonata.seo.block.email.share_button''sonata.seo.block.email.share_button', []);
  1424.         $instance->add('sonata.seo.block.facebook.like_box''sonata.seo.block.facebook.like_box', []);
  1425.         $instance->add('sonata.seo.block.facebook.like_button''sonata.seo.block.facebook.like_button', []);
  1426.         $instance->add('sonata.seo.block.facebook.send_button''sonata.seo.block.facebook.send_button', []);
  1427.         $instance->add('sonata.seo.block.facebook.share_button''sonata.seo.block.facebook.share_button', []);
  1428.         $instance->add('sonata.seo.block.twitter.share_button''sonata.seo.block.twitter.share_button', []);
  1429.         $instance->add('sonata.seo.block.twitter.follow_button''sonata.seo.block.twitter.follow_button', []);
  1430.         $instance->add('sonata.seo.block.twitter.hashtag_button''sonata.seo.block.twitter.hashtag_button', []);
  1431.         $instance->add('sonata.seo.block.twitter.mention_button''sonata.seo.block.twitter.mention_button', []);
  1432.         $instance->add('sonata.seo.block.twitter.embed''sonata.seo.block.twitter.embed', []);
  1433.         $instance->add('sonata.seo.block.pinterest.pin_button''sonata.seo.block.pinterest.pin_button', []);
  1434.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  1435.         return $instance;
  1436.     }
  1437.     /**
  1438.      * Gets the public 'sonata.block.renderer.default' shared service.
  1439.      *
  1440.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1441.      */
  1442.     protected function getSonata_Block_Renderer_DefaultService()
  1443.     {
  1444.         $a = 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'], [], []);
  1445.         $a->setDefaultFilter('debug_only');
  1446.         $a->setDefaultRenderer('throw');
  1447.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true);
  1448.     }
  1449.     /**
  1450.      * Gets the public 'sonata.core.twig.deprecated_template_extension' shared service.
  1451.      *
  1452.      * @return \Sonata\Twig\Extension\DeprecatedTemplateExtension
  1453.      */
  1454.     protected function getSonata_Core_Twig_DeprecatedTemplateExtensionService()
  1455.     {
  1456.         return $this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension();
  1457.     }
  1458.     /**
  1459.      * Gets the public 'sonata.core.twig.extension.wrapping' shared service.
  1460.      *
  1461.      * @return \Sonata\Twig\Extension\FormTypeExtension
  1462.      */
  1463.     protected function getSonata_Core_Twig_Extension_WrappingService()
  1464.     {
  1465.         return $this->services['sonata.core.twig.extension.wrapping'] = new \Sonata\Twig\Extension\FormTypeExtension('standard');
  1466.     }
  1467.     /**
  1468.      * Gets the public 'sonata.core.twig.template_extension' shared service.
  1469.      *
  1470.      * @return \Sonata\Twig\Extension\TemplateExtension
  1471.      */
  1472.     protected function getSonata_Core_Twig_TemplateExtensionService()
  1473.     {
  1474.         return $this->services['sonata.core.twig.template_extension'] = new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService()));
  1475.     }
  1476.     /**
  1477.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  1478.      *
  1479.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  1480.      */
  1481.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  1482.     {
  1483.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  1484.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1485.         return $instance;
  1486.     }
  1487.     /**
  1488.      * Gets the public 'sonata.media.manager.media' shared service.
  1489.      *
  1490.      * @return \Sonata\MediaBundle\Entity\MediaManager
  1491.      */
  1492.     protected function getSonata_Media_Manager_MediaService()
  1493.     {
  1494.         return $this->services['sonata.media.manager.media'] = new \Sonata\MediaBundle\Entity\MediaManager('App\\Application\\Sonata\\MediaBundle\\Entity\\Media', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1495.     }
  1496.     /**
  1497.      * Gets the public 'sonata.media.metadata.proxy' shared service.
  1498.      *
  1499.      * @return \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder
  1500.      */
  1501.     protected function getSonata_Media_Metadata_ProxyService()
  1502.     {
  1503.         return $this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this);
  1504.     }
  1505.     /**
  1506.      * Gets the public 'sonata.media.pool' shared service.
  1507.      *
  1508.      * @return \Sonata\MediaBundle\Provider\Pool
  1509.      */
  1510.     protected function getSonata_Media_PoolService()
  1511.     {
  1512.         $this->services['sonata.media.pool'] = $instance = new \Sonata\MediaBundle\Provider\Pool('default');
  1513.         $instance->addContext('default', [=> 'sonata.media.provider.dailymotion'=> 'sonata.media.provider.youtube'=> 'sonata.media.provider.image'=> 'sonata.media.provider.file'=> 'sonata.media.provider.vimeo'=> 'sonata.media.provider.dailymotion'=> 'sonata.media.provider.youtube'=> 'sonata.media.provider.image'=> 'sonata.media.provider.file'=> 'sonata.media.provider.vimeo'], ['default_small' => ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'default_big' => ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  1514.         $instance->addContext('premio_imagem', [=> 'sonata.media.provider.image'], ['premio_imagem_admin' => ['width' => 150'height' => 150'quality' => 100'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'premio_imagem_front' => ['width' => 213'height' => 193'quality' => 100'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'premio_imagem_front_carrocel' => ['width' => 127'height' => 109'quality' => 100'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  1515.         $instance->addContext('faleConosco_imagem', [=> 'sonata.media.provider.image'], ['faleConosco_imagem_admin' => ['width' => 200'height' => 200'quality' => 100'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  1516.         $instance->addDownloadStrategy('sonata.media.security.superadmin_strategy', new \Sonata\MediaBundle\Security\RolesDownloadStrategy(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), [=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN']));
  1517.         $instance->addProvider('sonata.media.provider.image', ($this->services['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
  1518.         $instance->addProvider('sonata.media.provider.file', ($this->services['sonata.media.provider.file'] ?? $this->getSonata_Media_Provider_FileService()));
  1519.         $instance->addProvider('sonata.media.provider.youtube', ($this->services['sonata.media.provider.youtube'] ?? $this->getSonata_Media_Provider_YoutubeService()));
  1520.         $instance->addProvider('sonata.media.provider.dailymotion', ($this->services['sonata.media.provider.dailymotion'] ?? $this->getSonata_Media_Provider_DailymotionService()));
  1521.         $instance->addProvider('sonata.media.provider.vimeo', ($this->services['sonata.media.provider.vimeo'] ?? $this->getSonata_Media_Provider_VimeoService()));
  1522.         return $instance;
  1523.     }
  1524.     /**
  1525.      * Gets the public 'sonata.media.provider.dailymotion' shared service.
  1526.      *
  1527.      * @return \Sonata\MediaBundle\Provider\DailyMotionProvider
  1528.      */
  1529.     protected function getSonata_Media_Provider_DailymotionService()
  1530.     {
  1531.         $this->services['sonata.media.provider.dailymotion'] = $instance = new \Sonata\MediaBundle\Provider\DailyMotionProvider('sonata.media.provider.dailymotion', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), ($this->privates['sonata.media.buzz.browser'] ?? $this->getSonata_Media_Buzz_BrowserService()), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))), NULL);
  1532.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_dailymotion.html.twig']);
  1533.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1534.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1535.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1536.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1537.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  1538.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1539.         return $instance;
  1540.     }
  1541.     /**
  1542.      * Gets the public 'sonata.media.provider.file' shared service.
  1543.      *
  1544.      * @return \Sonata\MediaBundle\Provider\FileProvider
  1545.      */
  1546.     protected function getSonata_Media_Provider_FileService()
  1547.     {
  1548.         $this->services['sonata.media.provider.file'] = $instance = new \Sonata\MediaBundle\Provider\FileProvider('sonata.media.provider.file', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [=> 'pdf'=> 'txt'=> 'rtf'=> 'doc'=> 'docx'=> 'xls'=> 'xlsx'=> 'ppt'=> 'pptx'=> 'odt'10 => 'odg'11 => 'odp'12 => 'ods'13 => 'odc'14 => 'odf'15 => 'odb'16 => 'csv'17 => 'xml'], [=> 'application/pdf'=> 'application/x-pdf'=> 'application/rtf'=> 'text/html'=> 'text/rtf'=> 'text/plain'=> 'application/excel'=> 'application/msword'=> 'application/vnd.ms-excel'=> 'application/vnd.ms-powerpoint'10 => 'application/vnd.ms-powerpoint'11 => 'application/vnd.oasis.opendocument.text'12 => 'application/vnd.oasis.opendocument.graphics'13 => 'application/vnd.oasis.opendocument.presentation'14 => 'application/vnd.oasis.opendocument.spreadsheet'15 => 'application/vnd.oasis.opendocument.chart'16 => 'application/vnd.oasis.opendocument.formula'17 => 'application/vnd.oasis.opendocument.database'18 => 'application/vnd.oasis.opendocument.image'19 => 'text/comma-separated-values'20 => 'text/xml'21 => 'application/xml'22 => 'application/zip'], ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  1549.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_file.html.twig']);
  1550.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1551.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1552.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1553.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1554.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1555.         return $instance;
  1556.     }
  1557.     /**
  1558.      * Gets the public 'sonata.media.provider.image' shared service.
  1559.      *
  1560.      * @return \Sonata\MediaBundle\Provider\ImageProvider
  1561.      */
  1562.     protected function getSonata_Media_Provider_ImageService()
  1563.     {
  1564.         $this->services['sonata.media.provider.image'] = $instance = new \Sonata\MediaBundle\Provider\ImageProvider('sonata.media.provider.image', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [=> 'jpg'=> 'png'=> 'jpeg'], [=> 'image/pjpeg'=> 'image/jpeg'=> 'image/png'=> 'image/x-png'], ($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  1565.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_image.html.twig']);
  1566.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1567.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1568.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1569.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1570.         $instance->addFormat('premio_imagem_admin', ['width' => 150'height' => 150'quality' => 100'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1571.         $instance->addFormat('premio_imagem_front', ['width' => 213'height' => 193'quality' => 100'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1572.         $instance->addFormat('premio_imagem_front_carrocel', ['width' => 127'height' => 109'quality' => 100'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1573.         $instance->addFormat('faleConosco_imagem_admin', ['width' => 200'height' => 200'quality' => 100'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1574.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  1575.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1576.         return $instance;
  1577.     }
  1578.     /**
  1579.      * Gets the public 'sonata.media.provider.vimeo' shared service.
  1580.      *
  1581.      * @return \Sonata\MediaBundle\Provider\VimeoProvider
  1582.      */
  1583.     protected function getSonata_Media_Provider_VimeoService()
  1584.     {
  1585.         $this->services['sonata.media.provider.vimeo'] = $instance = new \Sonata\MediaBundle\Provider\VimeoProvider('sonata.media.provider.vimeo', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), ($this->privates['sonata.media.buzz.browser'] ?? $this->getSonata_Media_Buzz_BrowserService()), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))), NULL);
  1586.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_vimeo.html.twig']);
  1587.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1588.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1589.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1590.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1591.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  1592.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1593.         return $instance;
  1594.     }
  1595.     /**
  1596.      * Gets the public 'sonata.media.provider.youtube' shared service.
  1597.      *
  1598.      * @return \Sonata\MediaBundle\Provider\YouTubeProvider
  1599.      */
  1600.     protected function getSonata_Media_Provider_YoutubeService()
  1601.     {
  1602.         $this->services['sonata.media.provider.youtube'] = $instance = new \Sonata\MediaBundle\Provider\YouTubeProvider('sonata.media.provider.youtube', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), ($this->privates['sonata.media.buzz.browser'] ?? $this->getSonata_Media_Buzz_BrowserService()), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))), falseNULL);
  1603.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_youtube.html.twig']);
  1604.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1605.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1606.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1607.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  1608.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  1609.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1610.         return $instance;
  1611.     }
  1612.     /**
  1613.      * Gets the public 'sonata.seo.page.default' shared service.
  1614.      *
  1615.      * @return \Sonata\SeoBundle\Seo\SeoPage
  1616.      */
  1617.     protected function getSonata_Seo_Page_DefaultService()
  1618.     {
  1619.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  1620.         $instance->setTitle('Tupi 4');
  1621.         $instance->setMetas(['name' => ['keywords' => 'foo bar''description' => 'The description''robots' => 'index, follow'], 'property' => ['og:site_name' => 'Tupi CMS''og:description' => 'A demo of the some rich bundles for your Symfony2 projects'], 'http-equiv' => ['Content-Type' => 'text/html; charset=utf-8'], 'charset' => ['UTF-8' => '']]);
  1622.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  1623.         $instance->setSeparator(' - ');
  1624.         return $instance;
  1625.     }
  1626.     /**
  1627.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  1628.      *
  1629.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1630.      */
  1631.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  1632.     {
  1633.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1634.     }
  1635.     /**
  1636.      * Gets the public 'translator' shared service.
  1637.      *
  1638.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1639.      */
  1640.     protected function getTranslatorService()
  1641.     {
  1642.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1643.     }
  1644.     /**
  1645.      * Gets the public 'twig' shared service.
  1646.      *
  1647.      * @return \Twig\Environment
  1648.      */
  1649.     protected function getTwigService()
  1650.     {
  1651.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  1652.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1653.         $a->addPath((\dirname(__DIR__4).'/src/Application'), 'Application');
  1654.         $a->addPath((\dirname(__DIR__4).'/src/Application/Tupi'), 'ApplicationTupi');
  1655.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit'), 'ApplicationInternit');
  1656.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1657.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1658.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1659.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1660.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1661.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1662.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1663.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1664.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1665.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1666.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1667.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1668.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1669.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1670.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  1671.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  1672.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  1673.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  1674.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1675.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1676.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1677.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1678.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1679.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1680.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1681.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1682.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1683.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1684.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  1685.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  1686.         $a->addPath((\dirname(__DIR__4).'/src/Application/Tupi/SecurityBundle/Resources/views'), 'ApplicationTupiSecurity');
  1687.         $a->addPath((\dirname(__DIR__4).'/src/Application/Tupi/SecurityBundle/Resources/views'), '!ApplicationTupiSecurity');
  1688.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/views'), 'SonataMedia');
  1689.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/views'), '!SonataMedia');
  1690.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  1691.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1692.         $a->addPath((\dirname(__DIR__4).'/src/Application/Tupi/ContentBundle/Resources/views'), 'ApplicationTupiContent');
  1693.         $a->addPath((\dirname(__DIR__4).'/src/Application/Tupi/ContentBundle/Resources/views'), '!ApplicationTupiContent');
  1694.         $a->addPath((\dirname(__DIR__4).'/src/Application/Tupi/SettingBundle/Resources/views'), 'ApplicationTupiSetting');
  1695.         $a->addPath((\dirname(__DIR__4).'/src/Application/Tupi/SettingBundle/Resources/views'), '!ApplicationTupiSetting');
  1696.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/EmpreendimentoBundle/Resources/views'), 'ApplicationInternitEmpreendimento');
  1697.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/EmpreendimentoBundle/Resources/views'), '!ApplicationInternitEmpreendimento');
  1698.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/CorretorBundle/Resources/views'), 'ApplicationInternitCorretor');
  1699.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/CorretorBundle/Resources/views'), '!ApplicationInternitCorretor');
  1700.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/CampanhaBundle/Resources/views'), 'ApplicationInternitCampanha');
  1701.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/CampanhaBundle/Resources/views'), '!ApplicationInternitCampanha');
  1702.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/PremioBundle/Resources/views'), 'ApplicationInternitPremio');
  1703.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/PremioBundle/Resources/views'), '!ApplicationInternitPremio');
  1704.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1705.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1706.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/VendaBundle/Resources/views'), 'ApplicationInternitVenda');
  1707.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/VendaBundle/Resources/views'), '!ApplicationInternitVenda');
  1708.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/ImobiliariaBundle/Resources/views'), 'ApplicationInternitImobiliaria');
  1709.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/ImobiliariaBundle/Resources/views'), '!ApplicationInternitImobiliaria');
  1710.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/ComunicadoBundle/Resources/views'), 'ApplicationInternitComunicado');
  1711.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/ComunicadoBundle/Resources/views'), '!ApplicationInternitComunicado');
  1712.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/PropostaBundle/Resources/views'), 'ApplicationInternitProposta');
  1713.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/PropostaBundle/Resources/views'), '!ApplicationInternitProposta');
  1714.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/ResgateBundle/Resources/views'), 'ApplicationInternitResgate');
  1715.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/ResgateBundle/Resources/views'), '!ApplicationInternitResgate');
  1716.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/ContatoBundle/Resources/views'), 'ApplicationInternitContato');
  1717.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/ContatoBundle/Resources/views'), '!ApplicationInternitContato');
  1718.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/MediaBundle/Resources/views'), 'ApplicationInternitMedia');
  1719.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/MediaBundle/Resources/views'), '!ApplicationInternitMedia');
  1720.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1721.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1722.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/RelatorioBundle/Resources/views'), 'ApplicationInternitRelatorio');
  1723.         $a->addPath((\dirname(__DIR__4).'/src/Application/Internit/RelatorioBundle/Resources/views'), '!ApplicationInternitRelatorio');
  1724.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1725.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1726.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1727.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1728.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1729.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1730.         $c = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1731.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1732.         $e = ($this->services['router'] ?? $this->getRouterService());
  1733.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1734.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1735.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1736.         $h = new \Knp\Menu\Util\MenuManipulator();
  1737.         $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1738.         $j $this->load('getSonata_DeprecatedText_Twig_ExtensionService.php');
  1739.         $k = new \Symfony\Bridge\Twig\AppVariable();
  1740.         $k->setEnvironment('dev');
  1741.         $k->setDebug(true);
  1742.         if ($this->has('security.token_storage')) {
  1743.             $k->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1744.         }
  1745.         if ($this->has('request_stack')) {
  1746.             $k->setRequestStack($f);
  1747.         }
  1748.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1749.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1750.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1751.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($c));
  1752.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1753.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1754.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1755.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1756.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1757.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1758.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1759.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1760.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1761.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1762.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1763.         $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())));
  1764.         $instance->addExtension(new \App\Application\Tupi\ContentBundle\Twig\ContentExtension($this));
  1765.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1766.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  1767.         $instance->addExtension($this->load('getSonata_Core_Twig_Extension_TextService.php'));
  1768.         $instance->addExtension($this->load('getSonata_Core_Twig_StatusExtensionService.php'));
  1769.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1770.         $instance->addExtension(($this->services['sonata.core.twig.extension.wrapping'] ?? ($this->services['sonata.core.twig.extension.wrapping'] = new \Sonata\Twig\Extension\FormTypeExtension('standard'))));
  1771.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  1772.         $instance->addExtension(($this->services['sonata.core.twig.deprecated_template_extension'] ?? ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension())));
  1773.         $instance->addExtension(($this->services['sonata.core.twig.template_extension'] ?? $this->getSonata_Core_Twig_TemplateExtensionService()));
  1774.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1775.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1776.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService.php'true],
  1777.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService.php'true],
  1778.         ], [
  1779.             'list' => '?',
  1780.             'twig' => '?',
  1781.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $h$i), $i$h));
  1782.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  1783.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  1784.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\PaginationExtension());
  1785.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\StringExtension($j));
  1786.         $instance->addExtension($j);
  1787.         $instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
  1788.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1789.         $instance->addExtension(($this->privates['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  1790.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1791.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1792.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService.php'true],
  1793.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  1794.         ], [
  1795.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1796.             'webpack_encore.tag_renderer' => '?',
  1797.         ])));
  1798.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1799.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $e$c$f$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1800.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1801.         $instance->addGlobal('app'$k);
  1802.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1803.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  1804.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['services''sonata.core.flashmessage.twig.runtime''getSonata_Core_Flashmessage_Twig_RuntimeService.php'true],
  1805.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['services''sonata.core.twig.status_runtime''getSonata_Core_Twig_StatusRuntimeService.php'true],
  1806.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1807.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1808.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1809.         ], [
  1810.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1811.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1812.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1813.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1814.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1815.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1816.         ])));
  1817.         $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']));
  1818.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  1819.         $instance->addGlobal('sonata_user', new \Sonata\UserBundle\Twig\GlobalVariables($this));
  1820.         $instance->addGlobal('sonata_media', new \Sonata\MediaBundle\Twig\GlobalVariables($this));
  1821.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1822.         return $instance;
  1823.     }
  1824.     /**
  1825.      * Gets the public 'validator' shared service.
  1826.      *
  1827.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1828.      */
  1829.     protected function getValidatorService()
  1830.     {
  1831.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1832.     }
  1833.     /**
  1834.      * Gets the public 'var_dumper.cloner' shared service.
  1835.      *
  1836.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1837.      */
  1838.     protected function getVarDumper_ClonerService()
  1839.     {
  1840.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1841.         $instance->setMaxItems(2500);
  1842.         $instance->setMinDepth(1);
  1843.         $instance->setMaxString(-1);
  1844.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1845.         return $instance;
  1846.     }
  1847.     /**
  1848.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1849.      *
  1850.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1851.      */
  1852.     protected function get_LegacyResolveControllerNameSubscriberService()
  1853.     {
  1854.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1855.     }
  1856.     /**
  1857.      * Gets the private 'annotations.cache_adapter' shared service.
  1858.      *
  1859.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1860.      */
  1861.     protected function getAnnotations_CacheAdapterService()
  1862.     {
  1863.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1864.     }
  1865.     /**
  1866.      * Gets the private 'annotations.cached_reader' shared service.
  1867.      *
  1868.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1869.      */
  1870.     protected function getAnnotations_CachedReaderService()
  1871.     {
  1872.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1873.     }
  1874.     /**
  1875.      * Gets the private 'annotations.reader' shared service.
  1876.      *
  1877.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1878.      */
  1879.     protected function getAnnotations_ReaderService()
  1880.     {
  1881.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1882.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1883.         $a->registerUniqueLoader('class_exists');
  1884.         $instance->addGlobalIgnoredName('required'$a);
  1885.         return $instance;
  1886.     }
  1887.     /**
  1888.      * Gets the private 'assets.packages' shared service.
  1889.      *
  1890.      * @return \Symfony\Component\Asset\Packages
  1891.      */
  1892.     protected function getAssets_PackagesService()
  1893.     {
  1894.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1895.     }
  1896.     /**
  1897.      * Gets the private 'cache.annotations' shared service.
  1898.      *
  1899.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1900.      */
  1901.     protected function getCache_AnnotationsService()
  1902.     {
  1903.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v0foCECOKA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1904.     }
  1905.     /**
  1906.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1907.      *
  1908.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1909.      */
  1910.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1911.     {
  1912.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1913.     }
  1914.     /**
  1915.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1916.      *
  1917.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1918.      */
  1919.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1920.     {
  1921.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1922.     }
  1923.     /**
  1924.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1927.      */
  1928.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1929.     {
  1930.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1931.     }
  1932.     /**
  1933.      * Gets the private 'cache.property_info' shared service.
  1934.      *
  1935.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1936.      */
  1937.     protected function getCache_PropertyInfoService()
  1938.     {
  1939.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VtMbg4hGAv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1940.     }
  1941.     /**
  1942.      * Gets the private 'cache.security_expression_language' shared service.
  1943.      *
  1944.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1945.      */
  1946.     protected function getCache_SecurityExpressionLanguageService()
  1947.     {
  1948.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oYN1hgaQj2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1949.     }
  1950.     /**
  1951.      * Gets the private 'cache.serializer' shared service.
  1952.      *
  1953.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1954.      */
  1955.     protected function getCache_SerializerService()
  1956.     {
  1957.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9cl-+eWv8W'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1958.     }
  1959.     /**
  1960.      * Gets the private 'cache.validator' shared service.
  1961.      *
  1962.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1963.      */
  1964.     protected function getCache_ValidatorService()
  1965.     {
  1966.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('s7d3XPUk6B'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1967.     }
  1968.     /**
  1969.      * Gets the private 'cache.webpack_encore' shared service.
  1970.      *
  1971.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1972.      */
  1973.     protected function getCache_WebpackEncoreService()
  1974.     {
  1975.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('As9GNarUnZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1976.     }
  1977.     /**
  1978.      * Gets the private 'config_cache_factory' shared service.
  1979.      *
  1980.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1981.      */
  1982.     protected function getConfigCacheFactoryService()
  1983.     {
  1984.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1985.             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)));
  1986.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1987.         }, 2));
  1988.     }
  1989.     /**
  1990.      * Gets the private 'data_collector.form' shared service.
  1991.      *
  1992.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1993.      */
  1994.     protected function getDataCollector_FormService()
  1995.     {
  1996.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1997.     }
  1998.     /**
  1999.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2000.      *
  2001.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2002.      */
  2003.     protected function getDebug_DebugHandlersListenerService()
  2004.     {
  2005.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2006.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2007.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2008.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2009.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2010.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  2011.     }
  2012.     /**
  2013.      * Gets the private 'debug.file_link_formatter' shared service.
  2014.      *
  2015.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2016.      */
  2017.     protected function getDebug_FileLinkFormatterService()
  2018.     {
  2019.         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 () {
  2020.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  2021.         });
  2022.     }
  2023.     /**
  2024.      * Gets the private 'debug.log_processor' shared service.
  2025.      *
  2026.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2027.      */
  2028.     protected function getDebug_LogProcessorService()
  2029.     {
  2030.         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())));
  2031.     }
  2032.     /**
  2033.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2034.      *
  2035.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2036.      */
  2037.     protected function getDebug_Security_Access_DecisionManagerService()
  2038.     {
  2039.         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 () {
  2040.             yield => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->load('getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService.php'));
  2041.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  2042.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  2043.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  2044.         }, 4), 'affirmative'falsetrue));
  2045.     }
  2046.     /**
  2047.      * Gets the private 'debug.security.firewall' shared service.
  2048.      *
  2049.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2050.      */
  2051.     protected function getDebug_Security_FirewallService()
  2052.     {
  2053.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2054.     }
  2055.     /**
  2056.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2057.      *
  2058.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2059.      */
  2060.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2061.     {
  2062.         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/Application/Tupi/SecurityBundle/Entity'), => (\dirname(__DIR__4).'/src/Application/Tupi/SettingBundle/Entity'), => (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/src/Application/Internit/EmpreendimentoBundle/Entity'), => (\dirname(__DIR__4).'/src/Application/Internit/ImobiliariaBundle/Entity'), => (\dirname(__DIR__4).'/src/Application/Internit/ComunicadoBundle/Entity'), => (\dirname(__DIR__4).'/src/Application/Internit/PropostaBundle/Entity'), => (\dirname(__DIR__4).'/src/Application/Internit/CorretorBundle/Entity'), => (\dirname(__DIR__4).'/src/Application/Internit/CampanhaBundle/Entity'), => (\dirname(__DIR__4).'/src/Application/Internit/PremioBundle/Entity'), 10 => (\dirname(__DIR__4).'/src/Application/Internit/VendaBundle/Entity'), 11 => (\dirname(__DIR__4).'/src/Application/Internit/ResgateBundle/Entity'), 12 => (\dirname(__DIR__4).'/src/Application/Internit/ContatoBundle/Entity'), 13 => (\dirname(__DIR__4).'/src/Application/Internit/MediaBundle/Entity'), 14 => (\dirname(__DIR__4).'/src/Application/Internit/RelatorioBundle/Entity'), 15 => (\dirname(__DIR__4).'/src/Application/Tupi/ContentBundle/Entity')]);
  2063.     }
  2064.     /**
  2065.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2066.      *
  2067.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2068.      */
  2069.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2070.     {
  2071.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/config/doctrine') => 'Sonata\\UserBundle\\Entity', (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/config/doctrine') => 'Sonata\\MediaBundle\\Entity', (\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/Resources/config/doctrine') => 'App\\Application\\Sonata\\MediaBundle\\Entity']);
  2072.         $instance->setGlobalBasename('mapping');
  2073.         return $instance;
  2074.     }
  2075.     /**
  2076.      * Gets the private 'exception_listener' shared service.
  2077.      *
  2078.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2079.      */
  2080.     protected function getExceptionListenerService()
  2081.     {
  2082.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  2083.     }
  2084.     /**
  2085.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2086.      *
  2087.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2088.      */
  2089.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2090.     {
  2091.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  2092.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2093.     }
  2094.     /**
  2095.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2096.      *
  2097.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2098.      */
  2099.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2100.     {
  2101.         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())));
  2102.     }
  2103.     /**
  2104.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2105.      *
  2106.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2107.      */
  2108.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2109.     {
  2110.         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['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2111.     }
  2112.     /**
  2113.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2114.      *
  2115.      * @return \Knp\Menu\Provider\ChainProvider
  2116.      */
  2117.     protected function getKnpMenu_MenuProvider_ChainService()
  2118.     {
  2119.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2120.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
  2121.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
  2122.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService.php'));
  2123.         }, 3));
  2124.     }
  2125.     /**
  2126.      * Gets the private 'locale_aware_listener' shared service.
  2127.      *
  2128.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2129.      */
  2130.     protected function getLocaleAwareListenerService()
  2131.     {
  2132.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2133.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2134.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2135.     }
  2136.     /**
  2137.      * Gets the private 'locale_listener' shared service.
  2138.      *
  2139.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2140.      */
  2141.     protected function getLocaleListenerService()
  2142.     {
  2143.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pt_BR', ($this->services['router'] ?? $this->getRouterService()));
  2144.     }
  2145.     /**
  2146.      * Gets the private 'monolog.handler.console' shared service.
  2147.      *
  2148.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2149.      */
  2150.     protected function getMonolog_Handler_ConsoleService()
  2151.     {
  2152.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2153.     }
  2154.     /**
  2155.      * Gets the private 'monolog.handler.main' shared service.
  2156.      *
  2157.      * @return \Monolog\Handler\StreamHandler
  2158.      */
  2159.     protected function getMonolog_Handler_MainService()
  2160.     {
  2161.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2162.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2163.         return $instance;
  2164.     }
  2165.     /**
  2166.      * Gets the private 'monolog.logger' shared service.
  2167.      *
  2168.      * @return \Symfony\Bridge\Monolog\Logger
  2169.      */
  2170.     protected function getMonolog_LoggerService()
  2171.     {
  2172.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2173.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2174.         $instance->useMicrosecondTimestamps(true);
  2175.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2176.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2177.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2178.         return $instance;
  2179.     }
  2180.     /**
  2181.      * Gets the private 'monolog.logger.cache' shared service.
  2182.      *
  2183.      * @return \Symfony\Bridge\Monolog\Logger
  2184.      */
  2185.     protected function getMonolog_Logger_CacheService()
  2186.     {
  2187.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2188.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2189.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2190.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2191.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2192.         return $instance;
  2193.     }
  2194.     /**
  2195.      * Gets the private 'monolog.logger.request' shared service.
  2196.      *
  2197.      * @return \Symfony\Bridge\Monolog\Logger
  2198.      */
  2199.     protected function getMonolog_Logger_RequestService()
  2200.     {
  2201.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2202.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2203.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2204.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2205.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2206.         return $instance;
  2207.     }
  2208.     /**
  2209.      * Gets the private 'profiler_listener' shared service.
  2210.      *
  2211.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2212.      */
  2213.     protected function getProfilerListenerService()
  2214.     {
  2215.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2216.     }
  2217.     /**
  2218.      * Gets the private 'property_accessor' shared service.
  2219.      *
  2220.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2221.      */
  2222.     protected function getPropertyAccessorService()
  2223.     {
  2224.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  2225.     }
  2226.     /**
  2227.      * Gets the private 'property_info' shared service.
  2228.      *
  2229.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2230.      */
  2231.     protected function getPropertyInfoService()
  2232.     {
  2233.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2234.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
  2235.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2236.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2237.         }, 3), new RewindableGenerator(function () {
  2238.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2239.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2240.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2241.         }, 3), new RewindableGenerator(function () {
  2242.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2243.         }, 1), new RewindableGenerator(function () {
  2244.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2245.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2246.         }, 2), new RewindableGenerator(function () {
  2247.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2248.         }, 1));
  2249.     }
  2250.     /**
  2251.      * Gets the private 'router.request_context' shared service.
  2252.      *
  2253.      * @return \Symfony\Component\Routing\RequestContext
  2254.      */
  2255.     protected function getRouter_RequestContextService()
  2256.     {
  2257.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2258.     }
  2259.     /**
  2260.      * Gets the private 'router_listener' shared service.
  2261.      *
  2262.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2263.      */
  2264.     protected function getRouterListenerService()
  2265.     {
  2266.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($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);
  2267.     }
  2268.     /**
  2269.      * Gets the private 'security.authentication.manager' shared service.
  2270.      *
  2271.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2272.      */
  2273.     protected function getSecurity_Authentication_ManagerService()
  2274.     {
  2275.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2276.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_AdminService.php'));
  2277.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2278.             yield => ($this->privates['security.authentication.provider.dao.common'] ?? $this->load('getSecurity_Authentication_Provider_Dao_CommonService.php'));
  2279.             yield => ($this->privates['security.authentication.provider.anonymous.common'] ?? ($this->privates['security.authentication.provider.anonymous.common'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2280.         }, 4), true);
  2281.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2282.         return $instance;
  2283.     }
  2284.     /**
  2285.      * Gets the private 'security.firewall.map' shared service.
  2286.      *
  2287.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2288.      */
  2289.     protected function getSecurity_Firewall_MapService()
  2290.     {
  2291.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2292.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService.php'true],
  2293.             'security.firewall.map.context.common' => ['privates''security.firewall.map.context.common''getSecurity_Firewall_Map_Context_CommonService.php'true],
  2294.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  2295.         ], [
  2296.             'security.firewall.map.context.admin' => '?',
  2297.             'security.firewall.map.context.common' => '?',
  2298.             'security.firewall.map.context.dev' => '?',
  2299.         ]), new RewindableGenerator(function () {
  2300.             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)/')));
  2301.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.e_DUqBA'] ?? ($this->privates['.security.request_matcher.e_DUqBA'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/admin(.*)')));
  2302.             yield 'security.firewall.map.context.common' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2303.         }, 3));
  2304.     }
  2305.     /**
  2306.      * Gets the private 'security.logout_url_generator' shared service.
  2307.      *
  2308.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2309.      */
  2310.     protected function getSecurity_LogoutUrlGeneratorService()
  2311.     {
  2312.         $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())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2313.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULL'user');
  2314.         $instance->registerListener('common''/logout''logout''_csrf_token'NULLNULL);
  2315.         return $instance;
  2316.     }
  2317.     /**
  2318.      * Gets the private 'security.role_hierarchy' shared service.
  2319.      *
  2320.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2321.      */
  2322.     protected function getSecurity_RoleHierarchyService()
  2323.     {
  2324.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2325.     }
  2326.     /**
  2327.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2328.      *
  2329.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2330.      */
  2331.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2332.     {
  2333.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2334.     }
  2335.     /**
  2336.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2337.      *
  2338.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2339.      */
  2340.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2341.     {
  2342.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2343.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2344.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2345.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2346.     }
  2347.     /**
  2348.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2349.      *
  2350.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2351.      */
  2352.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2353.     {
  2354.         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(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2355.     }
  2356.     /**
  2357.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2358.      *
  2359.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2360.      */
  2361.     protected function getSensioFrameworkExtra_View_ListenerService()
  2362.     {
  2363.         $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))));
  2364.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2365.             'twig' => ['services''twig''getTwigService'false],
  2366.         ], [
  2367.             'twig' => 'Twig\\Environment',
  2368.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2369.         return $instance;
  2370.     }
  2371.     /**
  2372.      * Gets the private 'session_listener' shared service.
  2373.      *
  2374.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2375.      */
  2376.     protected function getSessionListenerService()
  2377.     {
  2378.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2379.             'initialized_session' => ['services''session'NULLtrue],
  2380.             'session' => ['services''session''getSessionService.php'true],
  2381.         ], [
  2382.             'initialized_session' => '?',
  2383.             'session' => '?',
  2384.         ]));
  2385.     }
  2386.     /**
  2387.      * Gets the private 'sonata.block.templating.helper' shared service.
  2388.      *
  2389.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  2390.      */
  2391.     protected function getSonata_Block_Templating_HelperService()
  2392.     {
  2393.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService()), ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2394.     }
  2395.     /**
  2396.      * Gets the private 'sonata.media.buzz.browser' shared service.
  2397.      *
  2398.      * @return \Buzz\Browser
  2399.      */
  2400.     protected function getSonata_Media_Buzz_BrowserService()
  2401.     {
  2402.         $a = new \Buzz\Client\Curl();
  2403.         $a->setIgnoreErrors(true);
  2404.         $a->setMaxRedirects(5);
  2405.         $a->setTimeout(5);
  2406.         $a->setVerifyPeer(true);
  2407.         $a->setProxy(NULL);
  2408.         return $this->privates['sonata.media.buzz.browser'] = new \Buzz\Browser($a);
  2409.     }
  2410.     /**
  2411.      * Gets the private 'sonata.media.filesystem.local' shared service.
  2412.      *
  2413.      * @return \Gaufrette\Filesystem
  2414.      */
  2415.     protected function getSonata_Media_Filesystem_LocalService()
  2416.     {
  2417.         return $this->privates['sonata.media.filesystem.local'] = new \Gaufrette\Filesystem(($this->privates['sonata.media.adapter.filesystem.local'] ?? ($this->privates['sonata.media.adapter.filesystem.local'] = new \Sonata\MediaBundle\Filesystem\Local((\dirname(__DIR__4).'/public/upload/media'), false))));
  2418.     }
  2419.     /**
  2420.      * Gets the private 'sonata.media.resizer.simple' shared service.
  2421.      *
  2422.      * @return \Sonata\MediaBundle\Resizer\SimpleResizer
  2423.      */
  2424.     protected function getSonata_Media_Resizer_SimpleService()
  2425.     {
  2426.         return $this->privates['sonata.media.resizer.simple'] = new \Sonata\MediaBundle\Resizer\SimpleResizer(($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), 'inset', ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  2427.     }
  2428.     /**
  2429.      * Gets the private 'sonata.media.thumbnail.format' shared service.
  2430.      *
  2431.      * @return \Sonata\MediaBundle\Thumbnail\FormatThumbnail
  2432.      */
  2433.     protected function getSonata_Media_Thumbnail_FormatService()
  2434.     {
  2435.         $this->privates['sonata.media.thumbnail.format'] = $instance = new \Sonata\MediaBundle\Thumbnail\FormatThumbnail('jpg');
  2436.         $instance->addResizer('sonata.media.resizer.simple', ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  2437.         $instance->addResizer('sonata.media.resizer.square', new \Sonata\MediaBundle\Resizer\SquareResizer(($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), 'inset', ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this)))));
  2438.         return $instance;
  2439.     }
  2440.     /**
  2441.      * Gets the private 'sonata.media.twig.extension' shared service.
  2442.      *
  2443.      * @return \Sonata\MediaBundle\Twig\Extension\MediaExtension
  2444.      */
  2445.     protected function getSonata_Media_Twig_ExtensionService()
  2446.     {
  2447.         return $this->privates['sonata.media.twig.extension'] = new \Sonata\MediaBundle\Twig\Extension\MediaExtension(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  2448.     }
  2449.     /**
  2450.      * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  2451.      *
  2452.      * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  2453.      */
  2454.     protected function getSonata_User_MatrixRolesBuilderService()
  2455.     {
  2456.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2457.         $b = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  2458.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2459.         return $this->privates['sonata.user.matrix_roles_builder'] = new \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \Sonata\UserBundle\Security\RolesBuilder\AdminRolesBuilder($a$b$c), new \Sonata\UserBundle\Security\RolesBuilder\SecurityRolesBuilder($a$b$c$this->parameters['security.role_hierarchy.roles']));
  2460.     }
  2461.     /**
  2462.      * Gets the private 'translator.default' shared service.
  2463.      *
  2464.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2465.      */
  2466.     protected function getTranslator_DefaultService()
  2467.     {
  2468.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2469.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2470.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2471.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2472.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2473.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2474.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2475.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2476.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2477.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2478.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2479.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2480.         ], [
  2481.             'translation.loader.csv' => '?',
  2482.             'translation.loader.dat' => '?',
  2483.             'translation.loader.ini' => '?',
  2484.             'translation.loader.json' => '?',
  2485.             'translation.loader.mo' => '?',
  2486.             'translation.loader.php' => '?',
  2487.             'translation.loader.po' => '?',
  2488.             'translation.loader.qt' => '?',
  2489.             'translation.loader.res' => '?',
  2490.             'translation.loader.xliff' => '?',
  2491.             'translation.loader.yml' => '?',
  2492.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'pt_BR', ['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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], '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/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], '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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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')], '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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.de.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.de.xliff'), 14 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.en.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.en.xliff'), 14 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], '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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], '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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fr.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fr.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], '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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hu.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.it.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.it.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.nl.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/FOSUserBundle.ru.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ru.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ru.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], '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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.uk.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], '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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.zh_TW.xliff')], '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')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]], '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/sonata-project/datagrid-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/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).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__4).'/translations'), 12 => (\dirname(__DIR__4).'/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 36 => (\dirname(__DIR__4).'/src/Resources/SonataDatagridBundle/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/SonataCoreBundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/SonataBlockBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/KnpMenuBundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/SonataAdminBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/SonataUserBundle/translations'), 46 => (\dirname(__DIR__4).'/src/Application/Tupi/SecurityBundle/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/ApplicationTupiSecurityBundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 49 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 50 => (\dirname(__DIR__4).'/src/Resources/SonataMediaBundle/translations'), 51 => (\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/translations'), 52 => (\dirname(__DIR__4).'/src/Resources/ApplicationSonataMediaBundle/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/SonataSeoBundle/translations'), 54 => (\dirname(__DIR__4).'/src/Application/Tupi/ContentBundle/translations'), 55 => (\dirname(__DIR__4).'/src/Resources/ApplicationTupiContentBundle/translations'), 56 => (\dirname(__DIR__4).'/src/Application/Tupi/SettingBundle/translations'), 57 => (\dirname(__DIR__4).'/src/Resources/ApplicationTupiSettingBundle/translations'), 58 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 59 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineBundle/translations'), 60 => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/translations'), 61 => (\dirname(__DIR__4).'/src/Resources/AclBundle/translations'), 62 => (\dirname(__DIR__4).'/src/Application/Internit/EmpreendimentoBundle/translations'), 63 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitEmpreendimentoBundle/translations'), 64 => (\dirname(__DIR__4).'/src/Application/Internit/CorretorBundle/translations'), 65 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitCorretorBundle/translations'), 66 => (\dirname(__DIR__4).'/src/Application/Internit/CampanhaBundle/translations'), 67 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitCampanhaBundle/translations'), 68 => (\dirname(__DIR__4).'/src/Application/Internit/PremioBundle/translations'), 69 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitPremioBundle/translations'), 70 => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/translations'), 71 => (\dirname(__DIR__4).'/src/Resources/SonataEasyExtendsBundle/translations'), 72 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 73 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 74 => (\dirname(__DIR__4).'/src/Application/Internit/VendaBundle/translations'), 75 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitVendaBundle/translations'), 76 => (\dirname(__DIR__4).'/src/Application/Internit/ImobiliariaBundle/translations'), 77 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitImobiliariaBundle/translations'), 78 => (\dirname(__DIR__4).'/src/Application/Internit/ComunicadoBundle/translations'), 79 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitComunicadoBundle/translations'), 80 => (\dirname(__DIR__4).'/src/Application/Internit/PropostaBundle/translations'), 81 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitPropostaBundle/translations'), 82 => (\dirname(__DIR__4).'/src/Application/Internit/ResgateBundle/translations'), 83 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitResgateBundle/translations'), 84 => (\dirname(__DIR__4).'/src/Application/Internit/ContatoBundle/translations'), 85 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitContatoBundle/translations'), 86 => (\dirname(__DIR__4).'/src/Application/Internit/MediaBundle/translations'), 87 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitMediaBundle/translations'), 88 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 89 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 90 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 91 => (\dirname(__DIR__4).'/src/Resources/FOSCKEditorBundle/translations'), 92 => (\dirname(__DIR__4).'/src/Application/Internit/RelatorioBundle/translations'), 93 => (\dirname(__DIR__4).'/src/Resources/ApplicationInternitRelatorioBundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sonata-project/datagrid-bundle/src/Resources/translations'=> 'vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/sonata-project/user-bundle/src/Resources/translations'=> 'vendor/sonata-project/media-bundle/src/Resources/translations'10 => 'vendor/sonata-project/seo-bundle/src/Resources/translations'11 => 'translations'12 => 'translations'13 => 'src/Resources/translations'14 => 'vendor/symfony/framework-bundle/translations'15 => 'src/Resources/FrameworkBundle/translations'16 => 'vendor/symfony/twig-bundle/translations'17 => 'src/Resources/TwigBundle/translations'18 => 'vendor/symfony/swiftmailer-bundle/translations'19 => 'src/Resources/SwiftmailerBundle/translations'20 => 'vendor/symfony/security-bundle/translations'21 => 'src/Resources/SecurityBundle/translations'22 => 'vendor/doctrine/doctrine-bundle/translations'23 => 'src/Resources/DoctrineBundle/translations'24 => 'vendor/doctrine/doctrine-migrations-bundle/translations'25 => 'src/Resources/DoctrineMigrationsBundle/translations'26 => 'vendor/symfony/monolog-bundle/translations'27 => 'src/Resources/MonologBundle/translations'28 => 'vendor/sensio/framework-extra-bundle/src/translations'29 => 'src/Resources/SensioFrameworkExtraBundle/translations'30 => 'vendor/symfony/web-profiler-bundle/translations'31 => 'src/Resources/WebProfilerBundle/translations'32 => 'vendor/symfony/maker-bundle/src/translations'33 => 'src/Resources/MakerBundle/translations'34 => 'vendor/symfony/web-server-bundle/translations'35 => 'src/Resources/WebServerBundle/translations'36 => 'src/Resources/SonataDatagridBundle/translations'37 => 'src/Resources/SonataCoreBundle/translations'38 => 'src/Resources/SonataBlockBundle/translations'39 => 'vendor/knplabs/knp-menu-bundle/src/translations'40 => 'src/Resources/KnpMenuBundle/translations'41 => 'src/Resources/SonataAdminBundle/translations'42 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'43 => 'src/Resources/SonataDoctrineORMAdminBundle/translations'44 => 'src/Resources/FOSUserBundle/translations'45 => 'src/Resources/SonataUserBundle/translations'46 => 'src/Application/Tupi/SecurityBundle/translations'47 => 'src/Resources/ApplicationTupiSecurityBundle/translations'48 => 'vendor/jms/serializer-bundle/translations'49 => 'src/Resources/JMSSerializerBundle/translations'50 => 'src/Resources/SonataMediaBundle/translations'51 => 'src/Application/Sonata/MediaBundle/translations'52 => 'src/Resources/ApplicationSonataMediaBundle/translations'53 => 'src/Resources/SonataSeoBundle/translations'54 => 'src/Application/Tupi/ContentBundle/translations'55 => 'src/Resources/ApplicationTupiContentBundle/translations'56 => 'src/Application/Tupi/SettingBundle/translations'57 => 'src/Resources/ApplicationTupiSettingBundle/translations'58 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'59 => 'src/Resources/SonataDoctrineBundle/translations'60 => 'vendor/symfony/acl-bundle/src/translations'61 => 'src/Resources/AclBundle/translations'62 => 'src/Application/Internit/EmpreendimentoBundle/translations'63 => 'src/Resources/ApplicationInternitEmpreendimentoBundle/translations'64 => 'src/Application/Internit/CorretorBundle/translations'65 => 'src/Resources/ApplicationInternitCorretorBundle/translations'66 => 'src/Application/Internit/CampanhaBundle/translations'67 => 'src/Resources/ApplicationInternitCampanhaBundle/translations'68 => 'src/Application/Internit/PremioBundle/translations'69 => 'src/Resources/ApplicationInternitPremioBundle/translations'70 => 'vendor/sonata-project/easy-extends-bundle/src/translations'71 => 'src/Resources/SonataEasyExtendsBundle/translations'72 => 'vendor/symfony/debug-bundle/translations'73 => 'src/Resources/DebugBundle/translations'74 => 'src/Application/Internit/VendaBundle/translations'75 => 'src/Resources/ApplicationInternitVendaBundle/translations'76 => 'src/Application/Internit/ImobiliariaBundle/translations'77 => 'src/Resources/ApplicationInternitImobiliariaBundle/translations'78 => 'src/Application/Internit/ComunicadoBundle/translations'79 => 'src/Resources/ApplicationInternitComunicadoBundle/translations'80 => 'src/Application/Internit/PropostaBundle/translations'81 => 'src/Resources/ApplicationInternitPropostaBundle/translations'82 => 'src/Application/Internit/ResgateBundle/translations'83 => 'src/Resources/ApplicationInternitResgateBundle/translations'84 => 'src/Application/Internit/ContatoBundle/translations'85 => 'src/Resources/ApplicationInternitContatoBundle/translations'86 => 'src/Application/Internit/MediaBundle/translations'87 => 'src/Resources/ApplicationInternitMediaBundle/translations'88 => 'vendor/symfony/webpack-encore-bundle/src/translations'89 => 'src/Resources/WebpackEncoreBundle/translations'90 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'91 => 'src/Resources/FOSCKEditorBundle/translations'92 => 'src/Application/Internit/RelatorioBundle/translations'93 => 'src/Resources/ApplicationInternitRelatorioBundle/translations']]]);
  2493.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2494.         $instance->setFallbackLocales([=> 'pt_BR']);
  2495.         return $instance;
  2496.     }
  2497.     /**
  2498.      * Gets the private 'validator.builder' shared service.
  2499.      *
  2500.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2501.      */
  2502.     protected function getValidator_BuilderService()
  2503.     {
  2504.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2505.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2506.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  2507.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  2508.         $instance->setTranslationDomain('validators');
  2509.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/config/validation.xml')]);
  2510.         $instance->enableAnnotationMapping(($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())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  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.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2516.         return $instance;
  2517.     }
  2518.     /**
  2519.      * Gets the private 'validator.validator_factory' shared service.
  2520.      *
  2521.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  2522.      */
  2523.     protected function getValidator_ValidatorFactoryService()
  2524.     {
  2525.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2526.             'Sonata\\Form\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2527.             'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => ['privates''Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator''getImageUploadDimensionValidatorService.php'true],
  2528.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService.php'true],
  2529.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2530.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2531.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2532.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2533.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2534.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2535.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2536.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2537.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  2538.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService.php'true],
  2539.             'sonata.media.validator.format' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService.php'true],
  2540.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2541.         ], [
  2542.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  2543.             'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => '?',
  2544.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => '?',
  2545.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2546.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2547.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2548.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2549.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2550.             'doctrine.orm.validator.unique' => '?',
  2551.             'security.validator.user_password' => '?',
  2552.             'sonata.admin.validator.inline' => '?',
  2553.             'sonata.core.validator.inline' => '?',
  2554.             'sonata.form.validator.inline' => '?',
  2555.             'sonata.media.validator.format' => '?',
  2556.             'validator.expression' => '?',
  2557.         ]));
  2558.     }
  2559.     /**
  2560.      * Gets the private 'var_dumper.html_dumper' shared service.
  2561.      *
  2562.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2563.      */
  2564.     protected function getVarDumper_HtmlDumperService()
  2565.     {
  2566.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2567.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2568.         return $instance;
  2569.     }
  2570.     /**
  2571.      * Gets the private 'var_dumper.server_connection' shared service.
  2572.      *
  2573.      * @return \Symfony\Component\VarDumper\Server\Connection
  2574.      */
  2575.     protected function getVarDumper_ServerConnectionService()
  2576.     {
  2577.         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), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), '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()]);
  2578.     }
  2579.     /**
  2580.      * Gets the private 'web_profiler.csp.handler' shared service.
  2581.      *
  2582.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2583.      */
  2584.     protected function getWebProfiler_Csp_HandlerService()
  2585.     {
  2586.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2587.     }
  2588.     /**
  2589.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2590.      *
  2591.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2592.      */
  2593.     protected function getWebProfiler_DebugToolbarService()
  2594.     {
  2595.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2596.     }
  2597.     /**
  2598.      * Gets the public 'sonata.core.flashmessage.manager' alias.
  2599.      *
  2600.      * @return object The "sonata.twig.flashmessage.manager" service.
  2601.      */
  2602.     protected function getSonata_Core_Flashmessage_ManagerService()
  2603.     {
  2604.         @trigger_error('The "sonata.core.flashmessage.manager" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.flashmessage.manager" instead.'E_USER_DEPRECATED);
  2605.         return $this->get('sonata.twig.flashmessage.manager');
  2606.     }
  2607.     /**
  2608.      * Gets the public 'sonata.core.flashmessage.twig.extension' alias.
  2609.      *
  2610.      * @return object The "sonata.twig.flashmessage.twig.extension" service.
  2611.      */
  2612.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  2613.     {
  2614.         @trigger_error('The "sonata.core.flashmessage.twig.extension" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.flashmessage.twig.extension" instead.'E_USER_DEPRECATED);
  2615.         return $this->get('sonata.twig.flashmessage.twig.extension');
  2616.     }
  2617.     /**
  2618.      * @return array|bool|float|int|string|\UnitEnum|null
  2619.      */
  2620.     public function getParameter($name)
  2621.     {
  2622.         $name = (string) $name;
  2623.         if (isset($this->buildParameters[$name])) {
  2624.             return $this->buildParameters[$name];
  2625.         }
  2626.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2627.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2628.         }
  2629.         if (isset($this->loadedDynamicParameters[$name])) {
  2630.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2631.         }
  2632.         return $this->parameters[$name];
  2633.     }
  2634.     public function hasParameter($name): bool
  2635.     {
  2636.         $name = (string) $name;
  2637.         if (isset($this->buildParameters[$name])) {
  2638.             return true;
  2639.         }
  2640.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2641.     }
  2642.     public function setParameter($name$value): void
  2643.     {
  2644.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2645.     }
  2646.     public function getParameterBag(): ParameterBagInterface
  2647.     {
  2648.         if (null === $this->parameterBag) {
  2649.             $parameters $this->parameters;
  2650.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2651.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2652.             }
  2653.             foreach ($this->buildParameters as $name => $value) {
  2654.                 $parameters[$name] = $value;
  2655.             }
  2656.             $this->parameterBag = new FrozenParameterBag($parameters);
  2657.         }
  2658.         return $this->parameterBag;
  2659.     }
  2660.     private $loadedDynamicParameters = [
  2661.         'kernel.cache_dir' => false,
  2662.         'kernel.secret' => false,
  2663.         'session.save_path' => false,
  2664.         'validator.mapping.cache.file' => false,
  2665.         'profiler.storage.dsn' => false,
  2666.         'debug.container.dump' => false,
  2667.         'serializer.mapping.cache.file' => false,
  2668.         'swiftmailer.spool.default.memory.path' => false,
  2669.         'doctrine.orm.proxy_dir' => false,
  2670.     ];
  2671.     private $dynamicParameters = [];
  2672.     private function getDynamicParameter(string $name)
  2673.     {
  2674.         switch ($name) {
  2675.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2676.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2677.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2678.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2679.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2680.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  2681.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2682.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2683.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2684.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2685.         }
  2686.         $this->loadedDynamicParameters[$name] = true;
  2687.         return $this->dynamicParameters[$name] = $value;
  2688.     }
  2689.     protected function getDefaultParameters(): array
  2690.     {
  2691.         return [
  2692.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  2693.             'kernel.project_dir' => \dirname(__DIR__4),
  2694.             'kernel.environment' => 'dev',
  2695.             'kernel.debug' => true,
  2696.             'kernel.name' => 'src',
  2697.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2698.             'kernel.bundles' => [
  2699.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2700.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2701.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2702.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2703.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2704.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2705.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2706.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2707.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2708.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2709.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2710.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  2711.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  2712.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  2713.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2714.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  2715.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  2716.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2717.                 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  2718.                 'ApplicationTupiSecurityBundle' => 'App\\Application\\Tupi\\SecurityBundle\\ApplicationTupiSecurityBundle',
  2719.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  2720.                 'SonataMediaBundle' => 'Sonata\\MediaBundle\\SonataMediaBundle',
  2721.                 'ApplicationSonataMediaBundle' => 'App\\Application\\Sonata\\MediaBundle\\ApplicationSonataMediaBundle',
  2722.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  2723.                 'ApplicationTupiContentBundle' => 'App\\Application\\Tupi\\ContentBundle\\ApplicationTupiContentBundle',
  2724.                 'ApplicationTupiSettingBundle' => 'App\\Application\\Tupi\\SettingBundle\\ApplicationTupiSettingBundle',
  2725.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  2726.                 'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
  2727.                 'ApplicationInternitEmpreendimentoBundle' => 'App\\Application\\Internit\\EmpreendimentoBundle\\ApplicationInternitEmpreendimentoBundle',
  2728.                 'ApplicationInternitCorretorBundle' => 'App\\Application\\Internit\\CorretorBundle\\ApplicationInternitCorretorBundle',
  2729.                 'ApplicationInternitCampanhaBundle' => 'App\\Application\\Internit\\CampanhaBundle\\ApplicationInternitCampanhaBundle',
  2730.                 'ApplicationInternitPremioBundle' => 'App\\Application\\Internit\\PremioBundle\\ApplicationInternitPremioBundle',
  2731.                 'SonataEasyExtendsBundle' => 'Sonata\\EasyExtendsBundle\\SonataEasyExtendsBundle',
  2732.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2733.                 'ApplicationInternitVendaBundle' => 'App\\Application\\Internit\\VendaBundle\\ApplicationInternitVendaBundle',
  2734.                 'ApplicationInternitImobiliariaBundle' => 'App\\Application\\Internit\\ImobiliariaBundle\\ApplicationInternitImobiliariaBundle',
  2735.                 'ApplicationInternitComunicadoBundle' => 'App\\Application\\Internit\\ComunicadoBundle\\ApplicationInternitComunicadoBundle',
  2736.                 'ApplicationInternitPropostaBundle' => 'App\\Application\\Internit\\PropostaBundle\\ApplicationInternitPropostaBundle',
  2737.                 'ApplicationInternitResgateBundle' => 'App\\Application\\Internit\\ResgateBundle\\ApplicationInternitResgateBundle',
  2738.                 'ApplicationInternitContatoBundle' => 'App\\Application\\Internit\\ContatoBundle\\ApplicationInternitContatoBundle',
  2739.                 'ApplicationInternitMediaBundle' => 'App\\Application\\Internit\\MediaBundle\\ApplicationInternitMediaBundle',
  2740.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2741.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2742.                 'ApplicationInternitRelatorioBundle' => 'App\\Application\\Internit\\RelatorioBundle\\ApplicationInternitRelatorioBundle',
  2743.             ],
  2744.             'kernel.bundles_metadata' => [
  2745.                 'FrameworkBundle' => [
  2746.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2747.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2748.                 ],
  2749.                 'TwigBundle' => [
  2750.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2751.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2752.                 ],
  2753.                 'SwiftmailerBundle' => [
  2754.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2755.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2756.                 ],
  2757.                 'SecurityBundle' => [
  2758.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2759.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2760.                 ],
  2761.                 'DoctrineBundle' => [
  2762.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2763.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2764.                 ],
  2765.                 'DoctrineMigrationsBundle' => [
  2766.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2767.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2768.                 ],
  2769.                 'MonologBundle' => [
  2770.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2771.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2772.                 ],
  2773.                 'SensioFrameworkExtraBundle' => [
  2774.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2775.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2776.                 ],
  2777.                 'WebProfilerBundle' => [
  2778.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2779.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2780.                 ],
  2781.                 'MakerBundle' => [
  2782.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2783.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2784.                 ],
  2785.                 'WebServerBundle' => [
  2786.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  2787.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2788.                 ],
  2789.                 'SonataDatagridBundle' => [
  2790.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  2791.                     'namespace' => 'Sonata\\DatagridBundle',
  2792.                 ],
  2793.                 'SonataCoreBundle' => [
  2794.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  2795.                     'namespace' => 'Sonata\\CoreBundle',
  2796.                 ],
  2797.                 'SonataBlockBundle' => [
  2798.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  2799.                     'namespace' => 'Sonata\\BlockBundle',
  2800.                 ],
  2801.                 'KnpMenuBundle' => [
  2802.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  2803.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2804.                 ],
  2805.                 'SonataAdminBundle' => [
  2806.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  2807.                     'namespace' => 'Sonata\\AdminBundle',
  2808.                 ],
  2809.                 'SonataDoctrineORMAdminBundle' => [
  2810.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  2811.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  2812.                 ],
  2813.                 'FOSUserBundle' => [
  2814.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  2815.                     'namespace' => 'FOS\\UserBundle',
  2816.                 ],
  2817.                 'SonataUserBundle' => [
  2818.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src'),
  2819.                     'namespace' => 'Sonata\\UserBundle',
  2820.                 ],
  2821.                 'ApplicationTupiSecurityBundle' => [
  2822.                     'path' => (\dirname(__DIR__4).'/src/Application/Tupi/SecurityBundle'),
  2823.                     'namespace' => 'App\\Application\\Tupi\\SecurityBundle',
  2824.                 ],
  2825.                 'JMSSerializerBundle' => [
  2826.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  2827.                     'namespace' => 'JMS\\SerializerBundle',
  2828.                 ],
  2829.                 'SonataMediaBundle' => [
  2830.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src'),
  2831.                     'namespace' => 'Sonata\\MediaBundle',
  2832.                 ],
  2833.                 'ApplicationSonataMediaBundle' => [
  2834.                     'path' => (\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle'),
  2835.                     'namespace' => 'App\\Application\\Sonata\\MediaBundle',
  2836.                 ],
  2837.                 'SonataSeoBundle' => [
  2838.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  2839.                     'namespace' => 'Sonata\\SeoBundle',
  2840.                 ],
  2841.                 'ApplicationTupiContentBundle' => [
  2842.                     'path' => (\dirname(__DIR__4).'/src/Application/Tupi/ContentBundle'),
  2843.                     'namespace' => 'App\\Application\\Tupi\\ContentBundle',
  2844.                 ],
  2845.                 'ApplicationTupiSettingBundle' => [
  2846.                     'path' => (\dirname(__DIR__4).'/src/Application/Tupi/SettingBundle'),
  2847.                     'namespace' => 'App\\Application\\Tupi\\SettingBundle',
  2848.                 ],
  2849.                 'SonataDoctrineBundle' => [
  2850.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  2851.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  2852.                 ],
  2853.                 'AclBundle' => [
  2854.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src'),
  2855.                     'namespace' => 'Symfony\\Bundle\\AclBundle',
  2856.                 ],
  2857.                 'ApplicationInternitEmpreendimentoBundle' => [
  2858.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/EmpreendimentoBundle'),
  2859.                     'namespace' => 'App\\Application\\Internit\\EmpreendimentoBundle',
  2860.                 ],
  2861.                 'ApplicationInternitCorretorBundle' => [
  2862.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/CorretorBundle'),
  2863.                     'namespace' => 'App\\Application\\Internit\\CorretorBundle',
  2864.                 ],
  2865.                 'ApplicationInternitCampanhaBundle' => [
  2866.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/CampanhaBundle'),
  2867.                     'namespace' => 'App\\Application\\Internit\\CampanhaBundle',
  2868.                 ],
  2869.                 'ApplicationInternitPremioBundle' => [
  2870.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/PremioBundle'),
  2871.                     'namespace' => 'App\\Application\\Internit\\PremioBundle',
  2872.                 ],
  2873.                 'SonataEasyExtendsBundle' => [
  2874.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src'),
  2875.                     'namespace' => 'Sonata\\EasyExtendsBundle',
  2876.                 ],
  2877.                 'DebugBundle' => [
  2878.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2879.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2880.                 ],
  2881.                 'ApplicationInternitVendaBundle' => [
  2882.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/VendaBundle'),
  2883.                     'namespace' => 'App\\Application\\Internit\\VendaBundle',
  2884.                 ],
  2885.                 'ApplicationInternitImobiliariaBundle' => [
  2886.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/ImobiliariaBundle'),
  2887.                     'namespace' => 'App\\Application\\Internit\\ImobiliariaBundle',
  2888.                 ],
  2889.                 'ApplicationInternitComunicadoBundle' => [
  2890.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/ComunicadoBundle'),
  2891.                     'namespace' => 'App\\Application\\Internit\\ComunicadoBundle',
  2892.                 ],
  2893.                 'ApplicationInternitPropostaBundle' => [
  2894.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/PropostaBundle'),
  2895.                     'namespace' => 'App\\Application\\Internit\\PropostaBundle',
  2896.                 ],
  2897.                 'ApplicationInternitResgateBundle' => [
  2898.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/ResgateBundle'),
  2899.                     'namespace' => 'App\\Application\\Internit\\ResgateBundle',
  2900.                 ],
  2901.                 'ApplicationInternitContatoBundle' => [
  2902.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/ContatoBundle'),
  2903.                     'namespace' => 'App\\Application\\Internit\\ContatoBundle',
  2904.                 ],
  2905.                 'ApplicationInternitMediaBundle' => [
  2906.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/MediaBundle'),
  2907.                     'namespace' => 'App\\Application\\Internit\\MediaBundle',
  2908.                 ],
  2909.                 'WebpackEncoreBundle' => [
  2910.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2911.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2912.                 ],
  2913.                 'FOSCKEditorBundle' => [
  2914.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  2915.                     'namespace' => 'FOS\\CKEditorBundle',
  2916.                 ],
  2917.                 'ApplicationInternitRelatorioBundle' => [
  2918.                     'path' => (\dirname(__DIR__4).'/src/Application/Internit/RelatorioBundle'),
  2919.                     'namespace' => 'App\\Application\\Internit\\RelatorioBundle',
  2920.                 ],
  2921.             ],
  2922.             'kernel.charset' => 'UTF-8',
  2923.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2924.             'container.autowiring.strict_mode' => true,
  2925.             'container.dumper.inline_class_loader' => true,
  2926.             'env(DATABASE_URL)' => '',
  2927.             'sonata.user.admin.groupname' => 'Segurança',
  2928.             'sonata.user.admin.user.translation_domain' => 'SonataUserBundle',
  2929.             'sonata.user.admin.group.translation_domain' => 'SonataUserBundle',
  2930.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  2931.             'security.acl.permission.map.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\AdminPermissionMap',
  2932.             'locale' => 'pt_BR',
  2933.             'mailer_user' => 'noreply@internit.com.br',
  2934.             'brochures_directory' => (\dirname(__DIR__4).'/public/upload/brochures'),
  2935.             'event_dispatcher.event_aliases' => [
  2936.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2937.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2938.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2939.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2940.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2941.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2942.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2943.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2944.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2945.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2946.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2947.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2948.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2949.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2950.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2951.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2952.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  2953.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  2954.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  2955.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  2956.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  2957.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  2958.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  2959.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2960.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2961.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2962.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2963.             ],
  2964.             'fragment.renderer.hinclude.global_template' => '',
  2965.             'fragment.path' => '/_fragment',
  2966.             'kernel.http_method_override' => true,
  2967.             'kernel.trusted_hosts' => [
  2968.             ],
  2969.             'kernel.default_locale' => 'pt_BR',
  2970.             'kernel.error_controller' => 'error_controller',
  2971.             'templating.helper.code.file_link_format' => NULL,
  2972.             'debug.file_link_format' => NULL,
  2973.             'session.metadata.storage_key' => '_sf2_meta',
  2974.             'session.storage.options' => [
  2975.                 'cache_limiter' => '0',
  2976.                 'cookie_httponly' => true,
  2977.                 'gc_probability' => 1,
  2978.             ],
  2979.             'session.metadata.update_threshold' => 0,
  2980.             'form.type_extension.csrf.enabled' => true,
  2981.             'form.type_extension.csrf.field_name' => '_token',
  2982.             'asset.request_context.base_path' => '',
  2983.             'asset.request_context.secure' => false,
  2984.             'validator.translation_domain' => 'validators',
  2985.             'translator.logging' => false,
  2986.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2987.             'profiler_listener.only_exceptions' => false,
  2988.             'profiler_listener.only_master_requests' => false,
  2989.             'debug.error_handler.throw_at' => -1,
  2990.             'router.request_context.host' => 'localhost',
  2991.             'router.request_context.scheme' => 'http',
  2992.             'router.request_context.base_url' => '',
  2993.             'router.resource' => 'kernel::loadRoutes',
  2994.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2995.             'request_listener.http_port' => 80,
  2996.             'request_listener.https_port' => 443,
  2997.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2998.             'twig.form.resources' => [
  2999.                 => 'form_div_layout.html.twig',
  3000.                 => '@SonataUser/Form/form_admin_fields.html.twig',
  3001.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3002.             ],
  3003.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3004.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  3005.             'swiftmailer.mailer.default.spool.enabled' => true,
  3006.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3007.             'swiftmailer.mailer.default.single_address' => NULL,
  3008.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3009.             'swiftmailer.spool.enabled' => true,
  3010.             'swiftmailer.delivery.enabled' => true,
  3011.             'swiftmailer.single_address' => NULL,
  3012.             'swiftmailer.mailers' => [
  3013.                 'default' => 'swiftmailer.mailer.default',
  3014.             ],
  3015.             'swiftmailer.default_mailer' => 'default',
  3016.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  3017.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  3018.             'security.role_hierarchy.roles' => [
  3019.                 'ROLE_ADMIN' => [
  3020.                     => 'ROLE_USER',
  3021.                     => 'ROLE_SONATA_ADMIN',
  3022.                 ],
  3023.                 'ROLE_SUPER_ADMIN' => [
  3024.                     => 'ROLE_ADMIN',
  3025.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3026.                 ],
  3027.                 'SONATA' => [
  3028.                     => 'ROLE_SONATA_PAGE_ADMIN_PAGE_EDIT',
  3029.                 ],
  3030.             ],
  3031.             'security.access.denied_url' => NULL,
  3032.             'security.authentication.manager.erase_credentials' => true,
  3033.             'security.authentication.session_strategy.strategy' => 'migrate',
  3034.             'security.access.always_authenticate_before_granting' => false,
  3035.             'security.authentication.hide_user_not_found' => true,
  3036.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3037.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3038.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3039.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3040.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3041.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3042.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3043.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3044.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3045.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3046.             'doctrine.entity_managers' => [
  3047.                 'default' => 'doctrine.orm.default_entity_manager',
  3048.             ],
  3049.             'doctrine.default_entity_manager' => 'default',
  3050.             'doctrine.dbal.connection_factory.types' => [
  3051.                 'json' => [
  3052.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  3053.                 ],
  3054.             ],
  3055.             'doctrine.connections' => [
  3056.                 'default' => 'doctrine.dbal.default_connection',
  3057.             ],
  3058.             'doctrine.default_connection' => 'default',
  3059.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3060.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3061.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3062.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3063.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3064.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3065.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3066.             'doctrine.orm.cache.memcache_port' => 11211,
  3067.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3068.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3069.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3070.             'doctrine.orm.cache.memcached_port' => 11211,
  3071.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3072.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3073.             'doctrine.orm.cache.redis_host' => 'localhost',
  3074.             'doctrine.orm.cache.redis_port' => 6379,
  3075.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3076.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3077.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3078.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3079.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3080.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3081.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3082.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3083.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3084.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3085.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3086.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3087.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3088.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3089.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3090.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3091.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3092.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3093.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3094.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3095.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3096.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3097.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3098.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3099.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3100.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3101.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3102.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3103.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3104.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3105.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3106.             'doctrine.migrations.preferred_em' => NULL,
  3107.             'doctrine.migrations.preferred_connection' => NULL,
  3108.             'monolog.use_microseconds' => true,
  3109.             'monolog.swift_mailer.handlers' => [
  3110.             ],
  3111.             'monolog.handlers_to_channels' => [
  3112.                 'monolog.handler.console' => [
  3113.                     'type' => 'exclusive',
  3114.                     'elements' => [
  3115.                         => 'event',
  3116.                         => 'doctrine',
  3117.                         => 'console',
  3118.                     ],
  3119.                 ],
  3120.                 'monolog.handler.main' => [
  3121.                     'type' => 'exclusive',
  3122.                     'elements' => [
  3123.                         => 'event',
  3124.                     ],
  3125.                 ],
  3126.             ],
  3127.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3128.             'web_profiler.debug_toolbar.mode' => 2,
  3129.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  3130.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  3131.             'sonata.core.form' => [
  3132.                 'mapping' => [
  3133.                     'enabled' => false,
  3134.                     'type' => [
  3135.                     ],
  3136.                     'extension' => [
  3137.                     ],
  3138.                 ],
  3139.             ],
  3140.             'sonata.core.form_type' => 'standard',
  3141.             'sonata.core.flashmessage' => [
  3142.             ],
  3143.             'sonata.core.serializer' => [
  3144.                 'formats' => [
  3145.                     => 'json',
  3146.                     => 'xml',
  3147.                     => 'yml',
  3148.                 ],
  3149.             ],
  3150.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  3151.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  3152.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  3153.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  3154.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  3155.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  3156.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  3157.             'sonata.block.container.types' => [
  3158.                 => 'sonata.block.service.container',
  3159.                 => 'sonata.page.block.container',
  3160.                 => 'sonata.dashboard.block.container',
  3161.                 => 'cmf.block.container',
  3162.                 => 'cmf.block.slideshow',
  3163.             ],
  3164.             'sonata_block.blocks' => [
  3165.                 'sonata.admin.block.admin_list' => [
  3166.                     'contexts' => [
  3167.                         => 'admin',
  3168.                     ],
  3169.                     'templates' => [
  3170.                     ],
  3171.                     'cache' => 'sonata.cache.noop',
  3172.                     'settings' => [
  3173.                     ],
  3174.                 ],
  3175.                 'sonata.admin.block.search_result' => [
  3176.                     'contexts' => [
  3177.                         => 'admin',
  3178.                     ],
  3179.                     'templates' => [
  3180.                     ],
  3181.                     'cache' => 'sonata.cache.noop',
  3182.                     'settings' => [
  3183.                     ],
  3184.                 ],
  3185.                 'sonata.block.service.container' => [
  3186.                     'contexts' => [
  3187.                     ],
  3188.                     'templates' => [
  3189.                     ],
  3190.                     'cache' => 'sonata.cache.noop',
  3191.                     'settings' => [
  3192.                     ],
  3193.                 ],
  3194.                 'sonata.block.service.empty' => [
  3195.                     'contexts' => [
  3196.                     ],
  3197.                     'templates' => [
  3198.                     ],
  3199.                     'cache' => 'sonata.cache.noop',
  3200.                     'settings' => [
  3201.                     ],
  3202.                 ],
  3203.                 'sonata.block.service.text' => [
  3204.                     'contexts' => [
  3205.                     ],
  3206.                     'templates' => [
  3207.                     ],
  3208.                     'cache' => 'sonata.cache.noop',
  3209.                     'settings' => [
  3210.                     ],
  3211.                 ],
  3212.                 'sonata.block.service.rss' => [
  3213.                     'contexts' => [
  3214.                     ],
  3215.                     'templates' => [
  3216.                     ],
  3217.                     'cache' => 'sonata.cache.noop',
  3218.                     'settings' => [
  3219.                     ],
  3220.                 ],
  3221.                 'sonata.block.service.menu' => [
  3222.                     'contexts' => [
  3223.                     ],
  3224.                     'templates' => [
  3225.                     ],
  3226.                     'cache' => 'sonata.cache.noop',
  3227.                     'settings' => [
  3228.                     ],
  3229.                 ],
  3230.                 'sonata.block.service.template' => [
  3231.                     'contexts' => [
  3232.                     ],
  3233.                     'templates' => [
  3234.                     ],
  3235.                     'cache' => 'sonata.cache.noop',
  3236.                     'settings' => [
  3237.                     ],
  3238.                 ],
  3239.                 'sonata.admin.block.stats' => [
  3240.                     'contexts' => [
  3241.                     ],
  3242.                     'templates' => [
  3243.                     ],
  3244.                     'cache' => 'sonata.cache.noop',
  3245.                     'settings' => [
  3246.                     ],
  3247.                 ],
  3248.                 'sonata.media.block.media' => [
  3249.                     'contexts' => [
  3250.                     ],
  3251.                     'templates' => [
  3252.                     ],
  3253.                     'cache' => 'sonata.cache.noop',
  3254.                     'settings' => [
  3255.                     ],
  3256.                 ],
  3257.                 'sonata.media.block.feature_media' => [
  3258.                     'contexts' => [
  3259.                     ],
  3260.                     'templates' => [
  3261.                     ],
  3262.                     'cache' => 'sonata.cache.noop',
  3263.                     'settings' => [
  3264.                     ],
  3265.                 ],
  3266.                 'sonata.media.block.gallery' => [
  3267.                     'contexts' => [
  3268.                     ],
  3269.                     'templates' => [
  3270.                     ],
  3271.                     'cache' => 'sonata.cache.noop',
  3272.                     'settings' => [
  3273.                     ],
  3274.                 ],
  3275.                 'sonata.media.block.gallery_list' => [
  3276.                     'contexts' => [
  3277.                     ],
  3278.                     'templates' => [
  3279.                     ],
  3280.                     'cache' => 'sonata.cache.noop',
  3281.                     'settings' => [
  3282.                     ],
  3283.                 ],
  3284.                 'sonata.media.block.breadcrumb_view' => [
  3285.                     'contexts' => [
  3286.                         => 'breadcrumb',
  3287.                     ],
  3288.                     'templates' => [
  3289.                     ],
  3290.                     'cache' => 'sonata.cache.noop',
  3291.                     'settings' => [
  3292.                     ],
  3293.                 ],
  3294.                 'sonata.media.block.breadcrumb_index' => [
  3295.                     'contexts' => [
  3296.                         => 'breadcrumb',
  3297.                     ],
  3298.                     'templates' => [
  3299.                     ],
  3300.                     'cache' => 'sonata.cache.noop',
  3301.                     'settings' => [
  3302.                     ],
  3303.                 ],
  3304.                 'sonata.media.block.breadcrumb_view_media' => [
  3305.                     'contexts' => [
  3306.                         => 'breadcrumb',
  3307.                     ],
  3308.                     'templates' => [
  3309.                     ],
  3310.                     'cache' => 'sonata.cache.noop',
  3311.                     'settings' => [
  3312.                     ],
  3313.                 ],
  3314.                 'sonata.seo.block.email.share_button' => [
  3315.                     'contexts' => [
  3316.                     ],
  3317.                     'templates' => [
  3318.                     ],
  3319.                     'cache' => 'sonata.cache.noop',
  3320.                     'settings' => [
  3321.                     ],
  3322.                 ],
  3323.                 'sonata.seo.block.facebook.like_box' => [
  3324.                     'contexts' => [
  3325.                     ],
  3326.                     'templates' => [
  3327.                     ],
  3328.                     'cache' => 'sonata.cache.noop',
  3329.                     'settings' => [
  3330.                     ],
  3331.                 ],
  3332.                 'sonata.seo.block.facebook.like_button' => [
  3333.                     'contexts' => [
  3334.                     ],
  3335.                     'templates' => [
  3336.                     ],
  3337.                     'cache' => 'sonata.cache.noop',
  3338.                     'settings' => [
  3339.                     ],
  3340.                 ],
  3341.                 'sonata.seo.block.facebook.send_button' => [
  3342.                     'contexts' => [
  3343.                     ],
  3344.                     'templates' => [
  3345.                     ],
  3346.                     'cache' => 'sonata.cache.noop',
  3347.                     'settings' => [
  3348.                     ],
  3349.                 ],
  3350.                 'sonata.seo.block.facebook.share_button' => [
  3351.                     'contexts' => [
  3352.                     ],
  3353.                     'templates' => [
  3354.                     ],
  3355.                     'cache' => 'sonata.cache.noop',
  3356.                     'settings' => [
  3357.                     ],
  3358.                 ],
  3359.                 'sonata.seo.block.twitter.share_button' => [
  3360.                     'contexts' => [
  3361.                     ],
  3362.                     'templates' => [
  3363.                     ],
  3364.                     'cache' => 'sonata.cache.noop',
  3365.                     'settings' => [
  3366.                     ],
  3367.                 ],
  3368.                 'sonata.seo.block.twitter.follow_button' => [
  3369.                     'contexts' => [
  3370.                     ],
  3371.                     'templates' => [
  3372.                     ],
  3373.                     'cache' => 'sonata.cache.noop',
  3374.                     'settings' => [
  3375.                     ],
  3376.                 ],
  3377.                 'sonata.seo.block.twitter.hashtag_button' => [
  3378.                     'contexts' => [
  3379.                     ],
  3380.                     'templates' => [
  3381.                     ],
  3382.                     'cache' => 'sonata.cache.noop',
  3383.                     'settings' => [
  3384.                     ],
  3385.                 ],
  3386.                 'sonata.seo.block.twitter.mention_button' => [
  3387.                     'contexts' => [
  3388.                     ],
  3389.                     'templates' => [
  3390.                     ],
  3391.                     'cache' => 'sonata.cache.noop',
  3392.                     'settings' => [
  3393.                     ],
  3394.                 ],
  3395.                 'sonata.seo.block.twitter.embed' => [
  3396.                     'contexts' => [
  3397.                     ],
  3398.                     'templates' => [
  3399.                     ],
  3400.                     'cache' => 'sonata.cache.noop',
  3401.                     'settings' => [
  3402.                     ],
  3403.                 ],
  3404.                 'sonata.seo.block.pinterest.pin_button' => [
  3405.                     'contexts' => [
  3406.                     ],
  3407.                     'templates' => [
  3408.                     ],
  3409.                     'cache' => 'sonata.cache.noop',
  3410.                     'settings' => [
  3411.                     ],
  3412.                 ],
  3413.                 'sonata.seo.block.breadcrumb.homepage' => [
  3414.                     'contexts' => [
  3415.                     ],
  3416.                     'templates' => [
  3417.                     ],
  3418.                     'cache' => 'sonata.cache.noop',
  3419.                     'settings' => [
  3420.                     ],
  3421.                 ],
  3422.             ],
  3423.             'sonata_block.blocks_by_class' => [
  3424.             ],
  3425.             'sonata_blocks.block_types' => [
  3426.                 => 'sonata.admin.block.admin_list',
  3427.                 => 'sonata.admin.block.search_result',
  3428.                 => 'sonata.block.service.container',
  3429.                 => 'sonata.block.service.empty',
  3430.                 => 'sonata.block.service.text',
  3431.                 => 'sonata.block.service.rss',
  3432.                 => 'sonata.block.service.menu',
  3433.                 => 'sonata.block.service.template',
  3434.                 => 'sonata.admin.block.stats',
  3435.                 => 'sonata.media.block.media',
  3436.                 10 => 'sonata.media.block.feature_media',
  3437.                 11 => 'sonata.media.block.gallery',
  3438.                 12 => 'sonata.media.block.gallery_list',
  3439.                 13 => 'sonata.media.block.breadcrumb_view',
  3440.                 14 => 'sonata.media.block.breadcrumb_index',
  3441.                 15 => 'sonata.media.block.breadcrumb_view_media',
  3442.                 16 => 'sonata.seo.block.email.share_button',
  3443.                 17 => 'sonata.seo.block.facebook.like_box',
  3444.                 18 => 'sonata.seo.block.facebook.like_button',
  3445.                 19 => 'sonata.seo.block.facebook.send_button',
  3446.                 20 => 'sonata.seo.block.facebook.share_button',
  3447.                 21 => 'sonata.seo.block.twitter.share_button',
  3448.                 22 => 'sonata.seo.block.twitter.follow_button',
  3449.                 23 => 'sonata.seo.block.twitter.hashtag_button',
  3450.                 24 => 'sonata.seo.block.twitter.mention_button',
  3451.                 25 => 'sonata.seo.block.twitter.embed',
  3452.                 26 => 'sonata.seo.block.pinterest.pin_button',
  3453.                 27 => 'sonata.seo.block.breadcrumb.homepage',
  3454.             ],
  3455.             'sonata_block.cache_blocks' => [
  3456.                 'by_type' => [
  3457.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  3458.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  3459.                     'sonata.block.service.container' => 'sonata.cache.noop',
  3460.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  3461.                     'sonata.block.service.text' => 'sonata.cache.noop',
  3462.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  3463.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  3464.                     'sonata.block.service.template' => 'sonata.cache.noop',
  3465.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  3466.                     'sonata.media.block.media' => 'sonata.cache.noop',
  3467.                     'sonata.media.block.feature_media' => 'sonata.cache.noop',
  3468.                     'sonata.media.block.gallery' => 'sonata.cache.noop',
  3469.                     'sonata.media.block.gallery_list' => 'sonata.cache.noop',
  3470.                     'sonata.media.block.breadcrumb_view' => 'sonata.cache.noop',
  3471.                     'sonata.media.block.breadcrumb_index' => 'sonata.cache.noop',
  3472.                     'sonata.media.block.breadcrumb_view_media' => 'sonata.cache.noop',
  3473.                     'sonata.seo.block.email.share_button' => 'sonata.cache.noop',
  3474.                     'sonata.seo.block.facebook.like_box' => 'sonata.cache.noop',
  3475.                     'sonata.seo.block.facebook.like_button' => 'sonata.cache.noop',
  3476.                     'sonata.seo.block.facebook.send_button' => 'sonata.cache.noop',
  3477.                     'sonata.seo.block.facebook.share_button' => 'sonata.cache.noop',
  3478.                     'sonata.seo.block.twitter.share_button' => 'sonata.cache.noop',
  3479.                     'sonata.seo.block.twitter.follow_button' => 'sonata.cache.noop',
  3480.                     'sonata.seo.block.twitter.hashtag_button' => 'sonata.cache.noop',
  3481.                     'sonata.seo.block.twitter.mention_button' => 'sonata.cache.noop',
  3482.                     'sonata.seo.block.twitter.embed' => 'sonata.cache.noop',
  3483.                     'sonata.seo.block.pinterest.pin_button' => 'sonata.cache.noop',
  3484.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  3485.                 ],
  3486.             ],
  3487.             'sonata_blocks.default_contexts' => [
  3488.             ],
  3489.             'knp_menu.renderer.list.options' => [
  3490.             ],
  3491.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3492.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3493.             'knp_menu.renderer.twig.options' => [
  3494.             ],
  3495.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  3496.             'knp_menu.default_renderer' => 'twig',
  3497.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  3498.                 'choice' => 'select',
  3499.                 'boolean' => 'select',
  3500.                 'text' => 'text',
  3501.                 'textarea' => 'textarea',
  3502.                 'html' => 'textarea',
  3503.                 'email' => 'email',
  3504.                 'string' => 'text',
  3505.                 'smallint' => 'text',
  3506.                 'bigint' => 'text',
  3507.                 'integer' => 'number',
  3508.                 'decimal' => 'number',
  3509.                 'currency' => 'number',
  3510.                 'percent' => 'number',
  3511.                 'url' => 'url',
  3512.                 'date' => 'date',
  3513.             ],
  3514.             'sonata.admin.configuration.legacy_twig_text_extension' => true,
  3515.             'sonata.admin.configuration.global_search.empty_boxes' => 'fade',
  3516.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  3517.             'sonata.admin.configuration.templates' => [
  3518.                 'user_block' => '@SonataUser/Admin/Core/user_block.html.twig',
  3519.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  3520.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  3521.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  3522.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  3523.                 'search' => '@SonataAdmin/Core/search.html.twig',
  3524.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  3525.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  3526.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  3527.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  3528.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  3529.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  3530.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  3531.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  3532.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  3533.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  3534.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  3535.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  3536.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  3537.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  3538.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  3539.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  3540.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  3541.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  3542.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  3543.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  3544.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  3545.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  3546.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  3547.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  3548.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  3549.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  3550.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  3551.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  3552.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  3553.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  3554.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  3555.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  3556.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  3557.             ],
  3558.             'sonata.admin.configuration.admin_services' => [
  3559.             ],
  3560.             'sonata.admin.configuration.dashboard_groups' => [
  3561.             ],
  3562.             'sonata.admin.configuration.dashboard_blocks' => [
  3563.                 => [
  3564.                     'type' => 'sonata.admin.block.admin_list',
  3565.                     'position' => 'left',
  3566.                     'roles' => [
  3567.                     ],
  3568.                     'settings' => [
  3569.                     ],
  3570.                     'class' => 'col-md-4',
  3571.                 ],
  3572.             ],
  3573.             'sonata.admin.configuration.sort_admins' => false,
  3574.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/default_mosaic_image.png',
  3575.             'sonata.admin.configuration.default_group' => 'default',
  3576.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  3577.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  3578.             'sonata.admin.configuration.breadcrumbs' => [
  3579.                 'child_admin_route' => 'edit',
  3580.             ],
  3581.             'sonata.admin.security.fos_user_autoconfigured' => true,
  3582.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  3583.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  3584.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  3585.             'sonata.admin.configuration.security.information' => [
  3586.             ],
  3587.             'sonata.admin.configuration.security.admin_permissions' => [
  3588.                 => 'CREATE',
  3589.                 => 'LIST',
  3590.                 => 'DELETE',
  3591.                 => 'UNDELETE',
  3592.                 => 'EXPORT',
  3593.                 => 'OPERATOR',
  3594.                 => 'MASTER',
  3595.             ],
  3596.             'sonata.admin.configuration.security.object_permissions' => [
  3597.                 => 'VIEW',
  3598.                 => 'EDIT',
  3599.                 => 'DELETE',
  3600.                 => 'UNDELETE',
  3601.                 => 'OPERATOR',
  3602.                 => 'MASTER',
  3603.                 => 'OWNER',
  3604.             ],
  3605.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  3606.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  3607.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  3608.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  3609.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  3610.             'sonata.admin.extension.map' => [
  3611.                 'admins' => [
  3612.                 ],
  3613.                 'excludes' => [
  3614.                 ],
  3615.                 'implements' => [
  3616.                 ],
  3617.                 'extends' => [
  3618.                 ],
  3619.                 'instanceof' => [
  3620.                 ],
  3621.                 'uses' => [
  3622.                 ],
  3623.             ],
  3624.             'sonata.admin.configuration.filters.persist' => false,
  3625.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  3626.             'sonata.admin.configuration.show.mosaic.button' => true,
  3627.             'sonata.admin.configuration.translate_group_label' => false,
  3628.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  3629.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  3630.             'sonata_doctrine_orm_admin.templates' => [
  3631.                 'types' => [
  3632.                     'list' => [
  3633.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  3634.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  3635.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  3636.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  3637.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  3638.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  3639.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  3640.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  3641.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  3642.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  3643.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  3644.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  3645.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  3646.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  3647.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  3648.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  3649.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  3650.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  3651.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  3652.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  3653.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  3654.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  3655.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  3656.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  3657.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  3658.                     ],
  3659.                     'show' => [
  3660.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  3661.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  3662.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  3663.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  3664.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  3665.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3666.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  3667.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  3668.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3669.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3670.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3671.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3672.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3673.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3674.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  3675.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  3676.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  3677.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  3678.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  3679.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  3680.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  3681.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  3682.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  3683.                     ],
  3684.                 ],
  3685.                 'form' => [
  3686.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  3687.                 ],
  3688.                 'filter' => [
  3689.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  3690.                 ],
  3691.             ],
  3692.             'fos_user.backend_type_orm' => true,
  3693.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3694.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3695.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  3696.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3697.             'fos_user.registration.confirmation.from_email' => [
  3698.                 'noreply@internit.com.br' => 'noreply@internit.com.br',
  3699.             ],
  3700.             'fos_user.resetting.email.from_email' => [
  3701.                 'noreply@internit.com.br' => 'noreply@internit.com.br',
  3702.             ],
  3703.             'fos_user.storage' => 'orm',
  3704.             'fos_user.firewall_name' => 'main',
  3705.             'fos_user.model_manager_name' => NULL,
  3706.             'fos_user.model.user.class' => 'App\\Application\\Tupi\\SecurityBundle\\Entity\\User',
  3707.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  3708.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3709.             'fos_user.profile.form.validation_groups' => [
  3710.                 => 'Profile',
  3711.                 => 'Default',
  3712.             ],
  3713.             'fos_user.registration.confirmation.enabled' => false,
  3714.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  3715.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3716.             'fos_user.registration.form.validation_groups' => [
  3717.                 => 'Registration',
  3718.                 => 'Default',
  3719.             ],
  3720.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3721.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3722.             'fos_user.change_password.form.validation_groups' => [
  3723.                 => 'ChangePassword',
  3724.                 => 'Default',
  3725.             ],
  3726.             'fos_user.resetting.retry_ttl' => 7200,
  3727.             'fos_user.resetting.token_ttl' => 86400,
  3728.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3729.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3730.             'fos_user.resetting.form.validation_groups' => [
  3731.                 => 'ResetPassword',
  3732.                 => 'Default',
  3733.             ],
  3734.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  3735.             'fos_user.model.group.class' => 'App\\Application\\Tupi\\SecurityBundle\\Entity\\Group',
  3736.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  3737.             'fos_user.group.form.name' => 'fos_user_group_form',
  3738.             'fos_user.group.form.validation_groups' => [
  3739.                 => 'Registration',
  3740.                 => 'Default',
  3741.             ],
  3742.             'sonata.user.admin.label_catalogue' => 'SonataUserBundle',
  3743.             'sonata.user.admin.groupicon' => '<i class=\'fa fa-users\'></i>',
  3744.             'sonata.user.admin.user.class' => 'App\\Application\\Tupi\\SecurityBundle\\Admin\\UserAdmin',
  3745.             'sonata.user.admin.group.class' => 'App\\Application\\Tupi\\SecurityBundle\\Admin\\GroupAdmin',
  3746.             'sonata.user.admin.user.entity' => 'App\\Application\\Tupi\\SecurityBundle\\Entity\\User',
  3747.             'sonata.user.admin.group.entity' => 'App\\Application\\Tupi\\SecurityBundle\\Entity\\Group',
  3748.             'sonata.user.admin.user.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  3749.             'sonata.user.admin.group.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  3750.             'sonata.user.default_avatar' => 'bundles/sonatauser/default_avatar.png',
  3751.             'sonata.user.impersonating' => false,
  3752.             'sonata.user.google.authenticator.enabled' => false,
  3753.             'sonata.media.provider.image.class' => 'Sonata\\MediaBundle\\Provider\\ImageProvider',
  3754.             'sonata.media.provider.file.class' => 'Sonata\\MediaBundle\\Provider\\FileProvider',
  3755.             'sonata.media.provider.youtube.class' => 'Sonata\\MediaBundle\\Provider\\YouTubeProvider',
  3756.             'sonata.media.provider.dailymotion.class' => 'Sonata\\MediaBundle\\Provider\\DailyMotionProvider',
  3757.             'sonata.media.provider.vimeo.class' => 'Sonata\\MediaBundle\\Provider\\VimeoProvider',
  3758.             'sonata.media.thumbnail.format' => 'Sonata\\MediaBundle\\Thumbnail\\FormatThumbnail',
  3759.             'sonata.media.thumbnail.format.default' => 'jpg',
  3760.             'sonata.media.thumbnail.liip_imagine' => 'Sonata\\MediaBundle\\Thumbnail\\LiipImagineThumbnail',
  3761.             'sonata.media.pool.class' => 'Sonata\\MediaBundle\\Provider\\Pool',
  3762.             'sonata.media.resizer.simple.class' => 'Sonata\\MediaBundle\\Resizer\\SimpleResizer',
  3763.             'sonata.media.resizer.square.class' => 'Sonata\\MediaBundle\\Resizer\\SquareResizer',
  3764.             'sonata.media.adapter.image.gd.class' => 'Imagine\\Gd\\Imagine',
  3765.             'sonata.media.adapter.image.imagick.class' => 'Imagine\\Imagick\\Imagine',
  3766.             'sonata.media.adapter.image.gmagick.class' => 'Imagine\\Gmagick\\Imagine',
  3767.             'sonata.media.metadata.proxy.class' => 'Sonata\\MediaBundle\\Metadata\\ProxyMetadataBuilder',
  3768.             'sonata.media.metadata.amazon.class' => 'Sonata\\MediaBundle\\Metadata\\AmazonMetadataBuilder',
  3769.             'sonata.media.metadata.noop.class' => 'Sonata\\MediaBundle\\Metadata\\NoopMetadataBuilder',
  3770.             'sonata.media.adapater.filesystem.opencloud.class' => '',
  3771.             'sonata.media.block.media.class' => 'Sonata\\MediaBundle\\Block\\MediaBlockService',
  3772.             'sonata.media.block.feature_media.class' => 'Sonata\\MediaBundle\\Block\\FeatureMediaBlockService',
  3773.             'sonata.media.block.gallery.class' => 'Sonata\\MediaBundle\\Block\\GalleryBlockService',
  3774.             'sonata.media.block.gallery_list.class' => 'Sonata\\MediaBundle\\Block\\GalleryListBlockService',
  3775.             'sonata.media.block.breadcrumb_view.class' => 'Sonata\\MediaBundle\\Block\\Breadcrumb\\GalleryViewBreadcrumbBlockService',
  3776.             'sonata.media.block.breadcrumb_index.class' => 'Sonata\\MediaBundle\\Block\\Breadcrumb\\GalleryIndexBreadcrumbBlockService',
  3777.             'sonata.media.block.breadcrumb_media.class' => 'Sonata\\MediaBundle\\Block\\Breadcrumb\\MediaViewBreadcrumbBlockService',
  3778.             'sonata.media.manager.media.class' => 'Sonata\\MediaBundle\\Entity\\MediaManager',
  3779.             'sonata.media.manager.gallery.class' => 'Sonata\\MediaBundle\\Entity\\GalleryManager',
  3780.             'sonata.media.admin.groupname' => 'sonata_media',
  3781.             'sonata.media.admin.groupicon' => '<i class=\'fa fa-image\'></i>',
  3782.             'sonata.media.admin.media.class' => 'Sonata\\MediaBundle\\Admin\\ORM\\MediaAdmin',
  3783.             'sonata.media.admin.media.controller' => 'Sonata\\MediaBundle\\Controller\\MediaAdminController',
  3784.             'sonata.media.admin.media.translation_domain' => 'SonataMediaBundle',
  3785.             'sonata.media.admin.gallery.class' => 'Sonata\\MediaBundle\\Admin\\GalleryAdmin',
  3786.             'sonata.media.admin.gallery.controller' => 'Sonata\\MediaBundle\\Controller\\GalleryAdminController',
  3787.             'sonata.media.admin.gallery.translation_domain' => 'SonataMediaBundle',
  3788.             'sonata.media.admin.gallery_has_media.class' => 'Sonata\\MediaBundle\\Admin\\GalleryHasMediaAdmin',
  3789.             'sonata.media.admin.gallery_has_media.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  3790.             'sonata.media.admin.gallery_has_media.translation_domain' => 'SonataMediaBundle',
  3791.             'sonata.media.admin_format' => [
  3792.                 'width' => 200,
  3793.                 'height' => NULL,
  3794.                 'quality' => 90,
  3795.                 'format' => 'jpg',
  3796.                 'constraint' => true,
  3797.             ],
  3798.             'sonata.media.resizer.simple.adapter.mode' => 'inset',
  3799.             'sonata.media.resizer.square.adapter.mode' => 'inset',
  3800.             'sonata.media.admin.media.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media',
  3801.             'sonata.media.admin.gallery.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery',
  3802.             'sonata.media.admin.gallery_has_media.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia',
  3803.             'sonata.media.media.class' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media',
  3804.             'sonata.media.gallery.class' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery',
  3805.             'sonata.seo.block.social.container.class' => 'Sonata\\SeoBundle\\Block\\Social\\SocialBlockContainer',
  3806.             'sonata.seo.block.email.share_button.class' => 'Sonata\\SeoBundle\\Block\\Social\\EmailShareButtonBlockService',
  3807.             'sonata.seo.block.facebook.like_box.class' => 'Sonata\\SeoBundle\\Block\\Social\\FacebookLikeBoxBlockService',
  3808.             'sonata.seo.block.facebook.like_button.class' => 'Sonata\\SeoBundle\\Block\\Social\\FacebookLikeButtonBlockService',
  3809.             'sonata.seo.block.facebook.send_button.class' => 'Sonata\\SeoBundle\\Block\\Social\\FacebookSendButtonBlockService',
  3810.             'sonata.seo.block.facebook.share_button.class' => 'Sonata\\SeoBundle\\Block\\Social\\FacebookShareButtonBlockService',
  3811.             'sonata.seo.block.twitter.share_button.class' => 'Sonata\\SeoBundle\\Block\\Social\\TwitterShareButtonBlockService',
  3812.             'sonata.seo.block.twitter.follow_button.class' => 'Sonata\\SeoBundle\\Block\\Social\\TwitterFollowButtonBlockService',
  3813.             'sonata.seo.block.twitter.hashtag_button.class' => 'Sonata\\SeoBundle\\Block\\Social\\TwitterHashtagButtonBlockService',
  3814.             'sonata.seo.block.twitter.mention_button.class' => 'Sonata\\SeoBundle\\Block\\Social\\TwitterMentionButtonBlockService',
  3815.             'sonata.seo.block.twitter.embed.class' => 'Sonata\\SeoBundle\\Block\\Social\\TwitterEmbedTweetBlockService',
  3816.             'sonata.seo.block.pinterest.pin_button.class' => 'Sonata\\SeoBundle\\Block\\Social\\PinterestPinButtonBlockService',
  3817.             'sonata.seo.block.breadcrumb.homepage.class' => 'Sonata\\SeoBundle\\Block\\Breadcrumb\\HomepageBreadcrumbBlockService',
  3818.             'sonata.seo.exporter.database_source_iterator.class' => 'Sonata\\Exporter\\Source\\DoctrineDBALConnectionSourceIterator',
  3819.             'sonata.seo.exporter.sitemap_source_iterator.class' => 'Sonata\\Exporter\\Source\\SymfonySitemapSourceIterator',
  3820.             'sonata.seo.page.default.class' => 'Sonata\\SeoBundle\\Seo\\SeoPage',
  3821.             'sonata.seo.twig.extension.class' => 'Sonata\\SeoBundle\\Twig\\Extension\\SeoExtension',
  3822.             'sonata.seo.sitemap.manager.class' => 'Sonata\\SeoBundle\\Sitemap\\SourceManager',
  3823.             'sonata.seo.config' => [
  3824.                 'title' => 'Tupi 4',
  3825.                 'default' => 'sonata.seo.page.default',
  3826.                 'metas' => [
  3827.                     'name' => [
  3828.                         'keywords' => 'foo bar',
  3829.                         'description' => 'The description',
  3830.                         'robots' => 'index, follow',
  3831.                     ],
  3832.                     'property' => [
  3833.                         'og:site_name' => 'Tupi CMS',
  3834.                         'og:description' => 'A demo of the some rich bundles for your Symfony2 projects',
  3835.                     ],
  3836.                     'http-equiv' => [
  3837.                         'Content-Type' => 'text/html; charset=utf-8',
  3838.                     ],
  3839.                     'charset' => [
  3840.                         'UTF-8' => '',
  3841.                     ],
  3842.                 ],
  3843.                 'head' => [
  3844.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  3845.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  3846.                 ],
  3847.                 'separator' => ' - ',
  3848.             ],
  3849.             'content.module_builder.class' => 'App\\Application\\Tupi\\ContentBundle\\Module\\Builder',
  3850.             'content.module.main.class' => 'App\\Application\\Tupi\\ContentBundle\\Module\\MenuItem',
  3851.             'security.acl.dbal.class_table_name' => 'acl_classes',
  3852.             'security.acl.dbal.entry_table_name' => 'acl_entries',
  3853.             'security.acl.dbal.oid_table_name' => 'acl_object_identities',
  3854.             'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
  3855.             'security.acl.dbal.sid_table_name' => 'acl_security_identities',
  3856.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3857.             'maker.compatible_check.doctrine.supports_attributes' => false,
  3858.             'data_collector.templates' => [
  3859.                 'data_collector.request' => [
  3860.                     => 'request',
  3861.                     => '@WebProfiler/Collector/request.html.twig',
  3862.                 ],
  3863.                 'data_collector.time' => [
  3864.                     => 'time',
  3865.                     => '@WebProfiler/Collector/time.html.twig',
  3866.                 ],
  3867.                 'data_collector.memory' => [
  3868.                     => 'memory',
  3869.                     => '@WebProfiler/Collector/memory.html.twig',
  3870.                 ],
  3871.                 'data_collector.validator' => [
  3872.                     => 'validator',
  3873.                     => '@WebProfiler/Collector/validator.html.twig',
  3874.                 ],
  3875.                 'data_collector.ajax' => [
  3876.                     => 'ajax',
  3877.                     => '@WebProfiler/Collector/ajax.html.twig',
  3878.                 ],
  3879.                 'data_collector.form' => [
  3880.                     => 'form',
  3881.                     => '@WebProfiler/Collector/form.html.twig',
  3882.                 ],
  3883.                 'data_collector.exception' => [
  3884.                     => 'exception',
  3885.                     => '@WebProfiler/Collector/exception.html.twig',
  3886.                 ],
  3887.                 'data_collector.logger' => [
  3888.                     => 'logger',
  3889.                     => '@WebProfiler/Collector/logger.html.twig',
  3890.                 ],
  3891.                 'data_collector.events' => [
  3892.                     => 'events',
  3893.                     => '@WebProfiler/Collector/events.html.twig',
  3894.                 ],
  3895.                 'data_collector.router' => [
  3896.                     => 'router',
  3897.                     => '@WebProfiler/Collector/router.html.twig',
  3898.                 ],
  3899.                 'data_collector.cache' => [
  3900.                     => 'cache',
  3901.                     => '@WebProfiler/Collector/cache.html.twig',
  3902.                 ],
  3903.                 'data_collector.translation' => [
  3904.                     => 'translation',
  3905.                     => '@WebProfiler/Collector/translation.html.twig',
  3906.                 ],
  3907.                 'data_collector.security' => [
  3908.                     => 'security',
  3909.                     => '@Security/Collector/security.html.twig',
  3910.                 ],
  3911.                 'data_collector.twig' => [
  3912.                     => 'twig',
  3913.                     => '@WebProfiler/Collector/twig.html.twig',
  3914.                 ],
  3915.                 'data_collector.doctrine' => [
  3916.                     => 'db',
  3917.                     => '@Doctrine/Collector/db.html.twig',
  3918.                 ],
  3919.                 'swiftmailer.data_collector' => [
  3920.                     => 'swiftmailer',
  3921.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3922.                 ],
  3923.                 'data_collector.dump' => [
  3924.                     => 'dump',
  3925.                     => '@Debug/Profiler/dump.html.twig',
  3926.                 ],
  3927.                 'sonata.block.data_collector' => [
  3928.                     => 'block',
  3929.                     => '@SonataBlock/Profiler/block.html.twig',
  3930.                 ],
  3931.                 'data_collector.config' => [
  3932.                     => 'config',
  3933.                     => '@WebProfiler/Collector/config.html.twig',
  3934.                 ],
  3935.             ],
  3936.             'sonata.core.form.types' => [
  3937.                 => 'form.type.form',
  3938.                 => 'form.type.choice',
  3939.                 => 'form.type.file',
  3940.                 => 'form.type.entity',
  3941.                 => 'sonata.core.form.type.array_legacy',
  3942.                 => 'sonata.core.form.type.boolean_legacy',
  3943.                 => 'sonata.core.form.type.collection_legacy',
  3944.                 => 'sonata.core.form.type.translatable_choice',
  3945.                 => 'sonata.core.form.type.date_range_legacy',
  3946.                 => 'sonata.core.form.type.datetime_range_legacy',
  3947.                 10 => 'sonata.core.form.type.date_picker_legacy',
  3948.                 11 => 'sonata.core.form.type.datetime_picker_legacy',
  3949.                 12 => 'sonata.core.form.type.date_range_picker_legacy',
  3950.                 13 => 'sonata.core.form.type.datetime_range_picker_legacy',
  3951.                 14 => 'sonata.core.form.type.equal_legacy',
  3952.                 15 => 'sonata.core.form.type.color_selector',
  3953.                 16 => 'sonata.core.form.type.color_legacy',
  3954.                 17 => 'sonata.form.type.array',
  3955.                 18 => 'sonata.form.type.boolean',
  3956.                 19 => 'sonata.form.type.collection',
  3957.                 20 => 'sonata.form.type.date_range',
  3958.                 21 => 'sonata.form.type.datetime_range',
  3959.                 22 => 'sonata.form.type.date_picker',
  3960.                 23 => 'sonata.form.type.datetime_picker',
  3961.                 24 => 'sonata.form.type.date_range_picker',
  3962.                 25 => 'sonata.form.type.datetime_range_picker',
  3963.                 26 => 'sonata.form.type.equal',
  3964.                 27 => 'sonata.block.form.type.block',
  3965.                 28 => 'sonata.block.form.type.container_template',
  3966.                 29 => 'sonata.admin.form.type.admin',
  3967.                 30 => 'sonata.admin.form.type.model_choice',
  3968.                 31 => 'sonata.admin.form.type.model_list',
  3969.                 32 => 'sonata.admin.form.type.model_reference',
  3970.                 33 => 'sonata.admin.form.type.model_hidden',
  3971.                 34 => 'sonata.admin.form.type.model_autocomplete',
  3972.                 35 => 'sonata.admin.form.type.collection',
  3973.                 36 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  3974.                 37 => 'sonata.admin.form.filter.type.number',
  3975.                 38 => 'sonata.admin.form.filter.type.choice',
  3976.                 39 => 'sonata.admin.form.filter.type.default',
  3977.                 40 => 'sonata.admin.form.filter.type.date',
  3978.                 41 => 'sonata.admin.form.filter.type.daterange',
  3979.                 42 => 'sonata.admin.form.filter.type.datetime',
  3980.                 43 => 'sonata.admin.form.filter.type.datetime_range',
  3981.                 44 => 'fos_user.username_form_type',
  3982.                 45 => 'fos_user.profile.form.type',
  3983.                 46 => 'fos_user.registration.form.type',
  3984.                 47 => 'fos_user.change_password.form.type',
  3985.                 48 => 'fos_user.resetting.form.type',
  3986.                 49 => 'fos_user.group.form.type',
  3987.                 50 => 'sonata.user.form.type.security_roles',
  3988.                 51 => 'sonata.user.form.roles_matrix_type',
  3989.                 52 => 'sonata.user.form.gender_list',
  3990.                 53 => 'sonata.media.form.type.media',
  3991.                 54 => 'fos_ck_editor.form.type',
  3992.             ],
  3993.             'sonata.core.form.type_extensions' => [
  3994.                 => 'form.type_extension.form.transformation_failure_handling',
  3995.                 => 'form.type_extension.form.http_foundation',
  3996.                 => 'form.type_extension.form.validator',
  3997.                 => 'form.type_extension.repeated.validator',
  3998.                 => 'form.type_extension.submit.validator',
  3999.                 => 'form.type_extension.upload.validator',
  4000.                 => 'form.type_extension.csrf',
  4001.                 => 'form.type_extension.form.data_collector',
  4002.                 => 'sonata.admin.form.extension.field',
  4003.                 => 'sonata.admin.form.extension.field.mopa',
  4004.                 10 => 'sonata.admin.form.extension.choice',
  4005.             ],
  4006.             'console.command.ids' => [
  4007.                 => 'console.command.public_alias.App\\Command\\CreateBundleCommand',
  4008.                 => 'console.command.public_alias.App\\Command\\CreateBundlePackageCommand',
  4009.                 => 'console.command.public_alias.App\\Command\\FormsBundlesCommand',
  4010.                 => 'console.command.public_alias.App\\Command\\TesteCommand',
  4011.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  4012.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  4013.                 => 'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand',
  4014.                 => 'Sonata\\MediaBundle\\Command\\AddMassMediaCommand',
  4015.                 => 'Sonata\\MediaBundle\\Command\\AddMediaCommand',
  4016.                 => 'Sonata\\MediaBundle\\Command\\CleanMediaCommand',
  4017.                 10 => 'Sonata\\MediaBundle\\Command\\FixMediaContextCommand',
  4018.                 11 => 'Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand',
  4019.                 12 => 'Sonata\\MediaBundle\\Command\\RefreshMetadataCommand',
  4020.                 13 => 'Sonata\\MediaBundle\\Command\\RemoveThumbsCommand',
  4021.                 14 => 'Sonata\\MediaBundle\\Command\\SyncThumbsCommand',
  4022.                 15 => 'console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand',
  4023.                 16 => 'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand',
  4024.                 17 => 'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand',
  4025.             ],
  4026.         ];
  4027.     }
  4028. }