<?php
namespace ContainerCoWZuwH;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* This class has been auto-generated
* by the Symfony Dependency Injection Component.
*
* @final
*/
class srcApp_KernelDevDebugContainer extends Container
{
private $buildParameters;
private $containerDir;
private $targetDir;
private $parameters = [];
private $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'filesystem' => 'getFilesystemService',
'http_kernel' => 'getHttpKernelService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'markdown.parser' => 'getMarkdown_ParserService',
'profiler' => 'getProfilerService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
'sonata.admin.pool' => 'getSonata_Admin_PoolService',
'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
'sonata.block.manager' => 'getSonata_Block_ManagerService',
'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
'sonata.formatter.twig.control_flow' => 'getSonata_Formatter_Twig_ControlFlowService',
'sonata.formatter.twig.gist' => 'getSonata_Formatter_Twig_GistService',
'sonata.intl.locale_detector.request_stack' => 'getSonata_Intl_LocaleDetector_RequestStackService',
'sonata.intl.templating.helper.datetime' => 'getSonata_Intl_Templating_Helper_DatetimeService',
'sonata.intl.templating.helper.locale' => 'getSonata_Intl_Templating_Helper_LocaleService',
'sonata.intl.templating.helper.number' => 'getSonata_Intl_Templating_Helper_NumberService',
'sonata.intl.timezone_detector.chain' => 'getSonata_Intl_TimezoneDetector_ChainService',
'sonata.intl.timezone_detector.locale' => 'getSonata_Intl_TimezoneDetector_LocaleService',
'sonata.media.manager.media' => 'getSonata_Media_Manager_MediaService',
'sonata.media.metadata.proxy' => 'getSonata_Media_Metadata_ProxyService',
'sonata.media.pool' => 'getSonata_Media_PoolService',
'sonata.media.provider.dailymotion' => 'getSonata_Media_Provider_DailymotionService',
'sonata.media.provider.file' => 'getSonata_Media_Provider_FileService',
'sonata.media.provider.image' => 'getSonata_Media_Provider_ImageService',
'sonata.media.provider.vimeo' => 'getSonata_Media_Provider_VimeoService',
'sonata.media.provider.youtube' => 'getSonata_Media_Provider_YoutubeService',
'translator' => 'getTranslatorService',
'twig' => 'getTwigService',
'validator' => 'getValidatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
];
$this->fileMap = [
'App\\Controller\\AccueilController' => 'getAccueilControllerService.php',
'App\\Controller\\ActualiteController' => 'getActualiteControllerService.php',
'App\\Controller\\Admin\\AttributController' => 'getAttributControllerService.php',
'App\\Controller\\Admin\\BlocController' => 'getBlocControllerService.php',
'App\\Controller\\Admin\\CagnotteHistoriqueController' => 'getCagnotteHistoriqueControllerService.php',
'App\\Controller\\Admin\\CaracteristiqueController' => 'getCaracteristiqueControllerService.php',
'App\\Controller\\Admin\\CategorieOffreController' => 'getCategorieOffreControllerService.php',
'App\\Controller\\Admin\\CategoriePageController' => 'getCategoriePageControllerService.php',
'App\\Controller\\Admin\\CategorieProduitController' => 'getCategorieProduitControllerService.php',
'App\\Controller\\Admin\\CommandeController' => 'getCommandeControllerService.php',
'App\\Controller\\Admin\\ContactController' => 'getContactControllerService.php',
'App\\Controller\\Admin\\LienRedirectController' => 'getLienRedirectControllerService.php',
'App\\Controller\\Admin\\MenuItemController' => 'getMenuItemControllerService.php',
'App\\Controller\\Admin\\OffreController' => 'getOffreControllerService.php',
'App\\Controller\\Admin\\PageController' => 'getPageControllerService.php',
'App\\Controller\\Admin\\ProduitController' => 'getProduitControllerService.php',
'App\\Controller\\Admin\\PromotionController' => 'getPromotionControllerService.php',
'App\\Controller\\Admin\\PromotionHistoriqueController' => 'getPromotionHistoriqueControllerService.php',
'App\\Controller\\Admin\\SortableController' => 'getSortableControllerService.php',
'App\\Controller\\Admin\\StatistiqueController' => 'getStatistiqueControllerService.php',
'App\\Controller\\Admin\\UserController' => 'getUserControllerService.php',
'App\\Controller\\Admin\\UserGroupController' => 'getUserGroupControllerService.php',
'App\\Controller\\Admin\\WebUIController' => 'getWebUIControllerService.php',
'App\\Controller\\AjaxController' => 'getAjaxControllerService.php',
'App\\Controller\\ClientController' => 'getClientControllerService.php',
'App\\Controller\\CommandeController' => 'getCommandeController2Service.php',
'App\\Controller\\CseController' => 'getCseControllerService.php',
'App\\Controller\\MessagerieController' => 'getMessagerieControllerService.php',
'App\\Controller\\OffreController' => 'getOffreController2Service.php',
'App\\Controller\\PageController' => 'getPageController2Service.php',
'App\\Controller\\PanierController' => 'getPanierControllerService.php',
'App\\Controller\\PdfController' => 'getPdfControllerService.php',
'App\\Controller\\ProduitController' => 'getProduitController2Service.php',
'App\\Controller\\Rest\\UserController' => 'getUserController2Service.php',
'App\\Controller\\SecurityController' => 'getSecurityControllerService.php',
'App\\Controller\\WidgetController' => 'getWidgetControllerService.php',
'App\\Manager\\Boutique\\CommandeManager' => 'getCommandeManagerService.php',
'App\\Manager\\Boutique\\GeolocalisationManager' => 'getGeolocalisationManagerService.php',
'App\\Manager\\Boutique\\LivraisonManager' => 'getLivraisonManagerService.php',
'App\\Manager\\Boutique\\PanierManager' => 'getPanierManagerService.php',
'App\\Manager\\Boutique\\ProduitManager' => 'getProduitManagerService.php',
'App\\Manager\\Boutique\\ProduitStockBalanceManager' => 'getProduitStockBalanceManagerService.php',
'App\\Manager\\Boutique\\PromotionManager' => 'getPromotionManagerService.php',
'App\\Manager\\Boutique\\WebserviceManager' => 'getWebserviceManagerService.php',
'App\\Manager\\Categorie\\CategorieManager' => 'getCategorieManagerService.php',
'App\\Manager\\Rest\\ErrorsMessages' => 'getErrorsMessagesService.php',
'App\\Manager\\Rest\\RestManager' => 'getRestManagerService.php',
'App\\Manager\\Rest\\UserManager' => 'getUserManagerService.php',
'App\\Utils\\Emails\\CommandeEmail' => 'getCommandeEmailService.php',
'App\\Utils\\Emails\\ContactEmail' => 'getContactEmailService.php',
'App\\Utils\\Emails\\NewsletterInscriptionEmail' => 'getNewsletterInscriptionEmailService.php',
'App\\Utils\\Emails\\UserEmail' => 'getUserEmailService.php',
'FOS\\UserBundle\\Controller\\ProfileController' => 'getProfileControllerService.php',
'FOS\\UserBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService.php',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService.php',
'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService.php',
'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService.php',
'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService.php',
'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService.php',
'Sonata\\AdminBundle\\Command\\GenerateAdminCommand' => 'getGenerateAdminCommandService.php',
'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService.php',
'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService.php',
'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService.php',
'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand' => 'getDumpMappingCommandService.php',
'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand' => 'getGenerateCommandService.php',
'Sonata\\MediaBundle\\Command\\AddMassMediaCommand' => 'getAddMassMediaCommandService.php',
'Sonata\\MediaBundle\\Command\\AddMediaCommand' => 'getAddMediaCommandService.php',
'Sonata\\MediaBundle\\Command\\CleanMediaCommand' => 'getCleanMediaCommandService.php',
'Sonata\\MediaBundle\\Command\\FixMediaContextCommand' => 'getFixMediaContextCommandService.php',
'Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand' => 'getMigrateToJsonTypeCommandService.php',
'Sonata\\MediaBundle\\Command\\RefreshMetadataCommand' => 'getRefreshMetadataCommandService.php',
'Sonata\\MediaBundle\\Command\\RemoveThumbsCommand' => 'getRemoveThumbsCommandService.php',
'Sonata\\MediaBundle\\Command\\SyncThumbsCommand' => 'getSyncThumbsCommandService.php',
'Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand' => 'getUpdateCdnStatusCommandService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
'admin.actualite' => 'getAdmin_ActualiteService.php',
'admin.actualite.template_registry' => 'getAdmin_Actualite_TemplateRegistryService.php',
'admin.attribut' => 'getAdmin_AttributService.php',
'admin.attribut.template_registry' => 'getAdmin_Attribut_TemplateRegistryService.php',
'admin.avoir' => 'getAdmin_AvoirService.php',
'admin.avoir.template_registry' => 'getAdmin_Avoir_TemplateRegistryService.php',
'admin.avoirhistorique' => 'getAdmin_AvoirhistoriqueService.php',
'admin.avoirhistorique.template_registry' => 'getAdmin_Avoirhistorique_TemplateRegistryService.php',
'admin.bloc' => 'getAdmin_BlocService.php',
'admin.bloc.template_registry' => 'getAdmin_Bloc_TemplateRegistryService.php',
'admin.bloc_ligne' => 'getAdmin_BlocLigneService.php',
'admin.bloc_ligne.template_registry' => 'getAdmin_BlocLigne_TemplateRegistryService.php',
'admin.cagnottehistorique' => 'getAdmin_CagnottehistoriqueService.php',
'admin.cagnottehistorique.template_registry' => 'getAdmin_Cagnottehistorique_TemplateRegistryService.php',
'admin.caracteristique' => 'getAdmin_CaracteristiqueService.php',
'admin.caracteristique.template_registry' => 'getAdmin_Caracteristique_TemplateRegistryService.php',
'admin.categorie' => 'getAdmin_CategorieService.php',
'admin.categorie.template_registry' => 'getAdmin_Categorie_TemplateRegistryService.php',
'admin.categorieactualite' => 'getAdmin_CategorieactualiteService.php',
'admin.categorieactualite.template_registry' => 'getAdmin_Categorieactualite_TemplateRegistryService.php',
'admin.categoriecse' => 'getAdmin_CategoriecseService.php',
'admin.categoriecse.template_registry' => 'getAdmin_Categoriecse_TemplateRegistryService.php',
'admin.categorieoffre' => 'getAdmin_CategorieoffreService.php',
'admin.categorieoffre.template_registry' => 'getAdmin_Categorieoffre_TemplateRegistryService.php',
'admin.categoriepage' => 'getAdmin_CategoriepageService.php',
'admin.categoriepage.template_registry' => 'getAdmin_Categoriepage_TemplateRegistryService.php',
'admin.categorieproduit' => 'getAdmin_CategorieproduitService.php',
'admin.categorieproduit.template_registry' => 'getAdmin_Categorieproduit_TemplateRegistryService.php',
'admin.categoriereducce' => 'getAdmin_CategoriereducceService.php',
'admin.categoriereducce.template_registry' => 'getAdmin_Categoriereducce_TemplateRegistryService.php',
'admin.commande' => 'getAdmin_CommandeService.php',
'admin.commande.template_registry' => 'getAdmin_Commande_TemplateRegistryService.php',
'admin.commandeayantdroit' => 'getAdmin_CommandeayantdroitService.php',
'admin.commandeayantdroit.template_registry' => 'getAdmin_Commandeayantdroit_TemplateRegistryService.php',
'admin.commandehistorique' => 'getAdmin_CommandehistoriqueService.php',
'admin.commandehistorique.template_registry' => 'getAdmin_Commandehistorique_TemplateRegistryService.php',
'admin.commandeligne' => 'getAdmin_CommandeligneService.php',
'admin.commandeligne.template_registry' => 'getAdmin_Commandeligne_TemplateRegistryService.php',
'admin.commandeskieur' => 'getAdmin_CommandeskieurService.php',
'admin.commandeskieur.template_registry' => 'getAdmin_Commandeskieur_TemplateRegistryService.php',
'admin.contact' => 'getAdmin_ContactService.php',
'admin.contact.template_registry' => 'getAdmin_Contact_TemplateRegistryService.php',
'admin.diaporama' => 'getAdmin_DiaporamaService.php',
'admin.diaporama.template_registry' => 'getAdmin_Diaporama_TemplateRegistryService.php',
'admin.lien_bloc_actualite' => 'getAdmin_LienBlocActualiteService.php',
'admin.lien_bloc_actualite.template_registry' => 'getAdmin_LienBlocActualite_TemplateRegistryService.php',
'admin.lien_bloc_categorie' => 'getAdmin_LienBlocCategorieService.php',
'admin.lien_bloc_categorie.template_registry' => 'getAdmin_LienBlocCategorie_TemplateRegistryService.php',
'admin.lien_bloc_ligne' => 'getAdmin_LienBlocLigneService.php',
'admin.lien_bloc_ligne.template_registry' => 'getAdmin_LienBlocLigne_TemplateRegistryService.php',
'admin.lien_bloc_ligne_produit' => 'getAdmin_LienBlocLigneProduitService.php',
'admin.lien_bloc_ligne_produit.template_registry' => 'getAdmin_LienBlocLigneProduit_TemplateRegistryService.php',
'admin.lien_bloc_marque' => 'getAdmin_LienBlocMarqueService.php',
'admin.lien_bloc_marque.template_registry' => 'getAdmin_LienBlocMarque_TemplateRegistryService.php',
'admin.lien_bloc_page' => 'getAdmin_LienBlocPageService.php',
'admin.lien_bloc_page.template_registry' => 'getAdmin_LienBlocPage_TemplateRegistryService.php',
'admin.lien_bloc_page_accueil' => 'getAdmin_LienBlocPageAccueilService.php',
'admin.lien_bloc_page_accueil.template_registry' => 'getAdmin_LienBlocPageAccueil_TemplateRegistryService.php',
'admin.lien_bloc_produit' => 'getAdmin_LienBlocProduitService.php',
'admin.lien_bloc_produit.template_registry' => 'getAdmin_LienBlocProduit_TemplateRegistryService.php',
'admin.lien_bloc_usergroup' => 'getAdmin_LienBlocUsergroupService.php',
'admin.lien_bloc_usergroup.template_registry' => 'getAdmin_LienBlocUsergroup_TemplateRegistryService.php',
'admin.lien_diaporama_page_accueil' => 'getAdmin_LienDiaporamaPageAccueilService.php',
'admin.lien_diaporama_page_accueil.template_registry' => 'getAdmin_LienDiaporamaPageAccueil_TemplateRegistryService.php',
'admin.lien_menu_menuitem' => 'getAdmin_LienMenuMenuitemService.php',
'admin.lien_menu_menuitem.template_registry' => 'getAdmin_LienMenuMenuitem_TemplateRegistryService.php',
'admin.marque' => 'getAdmin_MarqueService.php',
'admin.marque.template_registry' => 'getAdmin_Marque_TemplateRegistryService.php',
'admin.menu' => 'getAdmin_MenuService.php',
'admin.menu.template_registry' => 'getAdmin_Menu_TemplateRegistryService.php',
'admin.menu_item' => 'getAdmin_MenuItemService.php',
'admin.menu_item.template_registry' => 'getAdmin_MenuItem_TemplateRegistryService.php',
'admin.newsletter' => 'getAdmin_NewsletterService.php',
'admin.newsletter.template_registry' => 'getAdmin_Newsletter_TemplateRegistryService.php',
'admin.offre' => 'getAdmin_OffreService.php',
'admin.offre.template_registry' => 'getAdmin_Offre_TemplateRegistryService.php',
'admin.offretype' => 'getAdmin_OffretypeService.php',
'admin.offretype.template_registry' => 'getAdmin_Offretype_TemplateRegistryService.php',
'admin.page' => 'getAdmin_PageService.php',
'admin.page.template_registry' => 'getAdmin_Page_TemplateRegistryService.php',
'admin.pageaccueil' => 'getAdmin_PageaccueilService.php',
'admin.pageaccueil.template_registry' => 'getAdmin_Pageaccueil_TemplateRegistryService.php',
'admin.panier' => 'getAdmin_PanierService.php',
'admin.panier.template_registry' => 'getAdmin_Panier_TemplateRegistryService.php',
'admin.panierligne' => 'getAdmin_PanierligneService.php',
'admin.panierligne.template_registry' => 'getAdmin_Panierligne_TemplateRegistryService.php',
'admin.pays' => 'getAdmin_PaysService.php',
'admin.pays.template_registry' => 'getAdmin_Pays_TemplateRegistryService.php',
'admin.produit' => 'getAdmin_ProduitService.php',
'admin.produit.template_registry' => 'getAdmin_Produit_TemplateRegistryService.php',
'admin.produit_coupon_reduction' => 'getAdmin_ProduitCouponReductionService.php',
'admin.produit_coupon_reduction.template_registry' => 'getAdmin_ProduitCouponReduction_TemplateRegistryService.php',
'admin.produit_coupon_reduction_historique' => 'getAdmin_ProduitCouponReductionHistoriqueService.php',
'admin.produit_coupon_reduction_historique.template_registry' => 'getAdmin_ProduitCouponReductionHistorique_TemplateRegistryService.php',
'admin.produit_stock_balance' => 'getAdmin_ProduitStockBalanceService.php',
'admin.produit_stock_balance.template_registry' => 'getAdmin_ProduitStockBalance_TemplateRegistryService.php',
'admin.produitdeclinaison' => 'getAdmin_ProduitdeclinaisonService.php',
'admin.produitdeclinaison.template_registry' => 'getAdmin_Produitdeclinaison_TemplateRegistryService.php',
'admin.produitean' => 'getAdmin_ProduiteanService.php',
'admin.produitean.template_registry' => 'getAdmin_Produitean_TemplateRegistryService.php',
'admin.promotion' => 'getAdmin_PromotionService.php',
'admin.promotion.template_registry' => 'getAdmin_Promotion_TemplateRegistryService.php',
'admin.promotion_group_priorite' => 'getAdmin_PromotionGroupPrioriteService.php',
'admin.promotion_group_priorite.template_registry' => 'getAdmin_PromotionGroupPriorite_TemplateRegistryService.php',
'admin.promotionhistorique' => 'getAdmin_PromotionhistoriqueService.php',
'admin.promotionhistorique.template_registry' => 'getAdmin_Promotionhistorique_TemplateRegistryService.php',
'admin.promotionligne' => 'getAdmin_PromotionligneService.php',
'admin.promotionligne.template_registry' => 'getAdmin_Promotionligne_TemplateRegistryService.php',
'admin.seo' => 'getAdmin_SeoService.php',
'admin.seo.template_registry' => 'getAdmin_Seo_TemplateRegistryService.php',
'admin.seoparametre' => 'getAdmin_SeoparametreService.php',
'admin.seoparametre.template_registry' => 'getAdmin_Seoparametre_TemplateRegistryService.php',
'admin.seoreseauxsociaux' => 'getAdmin_SeoreseauxsociauxService.php',
'admin.seoreseauxsociaux.template_registry' => 'getAdmin_Seoreseauxsociaux_TemplateRegistryService.php',
'admin.transporteur' => 'getAdmin_TransporteurService.php',
'admin.transporteur.template_registry' => 'getAdmin_Transporteur_TemplateRegistryService.php',
'admin.transporteurzone' => 'getAdmin_TransporteurzoneService.php',
'admin.transporteurzone.template_registry' => 'getAdmin_Transporteurzone_TemplateRegistryService.php',
'admin.tva' => 'getAdmin_TvaService.php',
'admin.tva.template_registry' => 'getAdmin_Tva_TemplateRegistryService.php',
'admin.user' => 'getAdmin_UserService.php',
'admin.user.template_registry' => 'getAdmin_User_TemplateRegistryService.php',
'admin.useraddress' => 'getAdmin_UseraddressService.php',
'admin.useraddress.template_registry' => 'getAdmin_Useraddress_TemplateRegistryService.php',
'admin.usergroup' => 'getAdmin_UsergroupService.php',
'admin.usergroup.template_registry' => 'getAdmin_Usergroup_TemplateRegistryService.php',
'admin.userhistorique' => 'getAdmin_UserhistoriqueService.php',
'admin.userhistorique.template_registry' => 'getAdmin_Userhistorique_TemplateRegistryService.php',
'admin.zone' => 'getAdmin_ZoneService.php',
'admin.zone.template_registry' => 'getAdmin_Zone_TemplateRegistryService.php',
'app.controller.admin.commande' => 'getApp_Controller_Admin_CommandeService.php',
'app.controller.admin.offre' => 'getApp_Controller_Admin_OffreService.php',
'app.controller.admin.produit' => 'getApp_Controller_Admin_ProduitService.php',
'app.manager.commande' => 'getApp_Manager_CommandeService.php',
'app.manager.livraison' => 'getApp_Manager_LivraisonService.php',
'app.manager.panier' => 'getApp_Manager_PanierService.php',
'app.manager.promotion' => 'getApp_Manager_PromotionService.php',
'cache.app_clearer' => 'getCache_AppClearerService.php',
'cache.global_clearer' => 'getCache_GlobalClearerService.php',
'cache.system_clearer' => 'getCache_SystemClearerService.php',
'cache_clearer' => 'getCacheClearerService.php',
'cache_warmer' => 'getCacheWarmerService.php',
'console.command.public_alias.App\\Command\\Boutique\\ExportProduitCommand' => 'getExportProduitCommandService.php',
'console.command.public_alias.App\\Command\\Boutique\\ImportCatalogueCommand' => 'getImportCatalogueCommandService.php',
'console.command.public_alias.App\\Command\\Boutique\\ImportClientCommand' => 'getImportClientCommandService.php',
'console.command.public_alias.App\\Command\\Boutique\\ImportCustomerCommand' => 'getImportCustomerCommandService.php',
'console.command.public_alias.App\\Command\\Boutique\\ImportEanCommand' => 'getImportEanCommandService.php',
'console.command.public_alias.App\\Command\\Boutique\\ImportOffreCommand' => 'getImportOffreCommandService.php',
'console.command.public_alias.App\\Command\\Boutique\\ImportProduitCommand' => 'getImportProduitCommandService.php',
'console.command.public_alias.App\\Command\\Boutique\\UpdateStockCommand' => 'getUpdateStockCommandService.php',
'console.command.public_alias.App\\Command\\Boutique\\WebserviceCategorieCommand' => 'getWebserviceCategorieCommandService.php',
'console.command.public_alias.App\\Command\\Boutique\\WebserviceCommandeCommand' => 'getWebserviceCommandeCommandService.php',
'console.command.public_alias.App\\Command\\Boutique\\WebserviceImageCommand' => 'getWebserviceImageCommandService.php',
'console.command.public_alias.App\\Command\\Boutique\\WebserviceProduitCommand' => 'getWebserviceProduitCommandService.php',
'console.command.public_alias.App\\Command\\Formulaire\\DeleteContactCommand' => 'getDeleteContactCommandService.php',
'console.command.public_alias.App\\Command\\User\\CreateUserCommand' => 'getCreateUserCommandService.php',
'console.command.public_alias.App\\Command\\User\\PromotionHistoriqueCommand' => 'getPromotionHistoriqueCommandService.php',
'console.command.public_alias.App\\Command\\User\\UpdatehashAutoLoginCommand' => 'getUpdatehashAutoLoginCommandService.php',
'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService.php',
'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService.php',
'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
'console.command.public_alias.doctrine_migrations.dump_schema_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DumpSchemaCommandService.php',
'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
'console.command.public_alias.doctrine_migrations.rollup_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_RollupCommandService.php',
'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
'console.command.public_alias.doctrine_migrations.up_to_date_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_UpToDateCommandService.php',
'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
'console.command_loader' => 'getConsole_CommandLoaderService.php',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
'error_controller' => 'getErrorControllerService.php',
'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService.php',
'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService.php',
'form.factory' => 'getForm_FactoryService.php',
'form.type.file' => 'getForm_Type_FileService.php',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService.php',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService.php',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService.php',
'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
'fos_user.group.controller' => 'getFosUser_Group_ControllerService.php',
'fos_user.group_manager' => 'getFosUser_GroupManagerService.php',
'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
'jms_serializer' => 'getJmsSerializerService.php',
'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService.php',
'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService.php',
'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService.php',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService.php',
'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService.php',
'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService.php',
'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService.php',
'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService.php',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService.php',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService.php',
'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService.php',
'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService.php',
'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService.php',
'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService.php',
'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php',
'liip_imagine.command.remove_cache_command' => 'getLiipImagine_Command_RemoveCacheCommandService.php',
'liip_imagine.command.resolve_cache_command' => 'getLiipImagine_Command_ResolveCacheCommandService.php',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService.php',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php',
'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService.php',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService.php',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService.php',
'php_translation.cache_clearer' => 'getPhpTranslation_CacheClearerService.php',
'php_translation.catalogue_counter' => 'getPhpTranslation_CatalogueCounterService.php',
'php_translation.catalogue_fetcher' => 'getPhpTranslation_CatalogueFetcherService.php',
'php_translation.catalogue_manager' => 'getPhpTranslation_CatalogueManagerService.php',
'php_translation.catalogue_writer' => 'getPhpTranslation_CatalogueWriterService.php',
'php_translation.configuration_manager' => 'getPhpTranslation_ConfigurationManagerService.php',
'php_translation.importer' => 'getPhpTranslation_ImporterService.php',
'php_translation.storage.app' => 'getPhpTranslation_Storage_AppService.php',
'php_translation.storage_manager' => 'getPhpTranslation_StorageManagerService.php',
'php_translator.console.delete_obsolete' => 'getPhpTranslator_Console_DeleteObsoleteService.php',
'php_translator.console.download' => 'getPhpTranslator_Console_DownloadService.php',
'php_translator.console.extract' => 'getPhpTranslator_Console_ExtractService.php',
'php_translator.console.status' => 'getPhpTranslator_Console_StatusService.php',
'php_translator.console.sync' => 'getPhpTranslator_Console_SyncService.php',
'routing.loader' => 'getRouting_LoaderService.php',
'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
'serializer' => 'getSerializerService.php',
'services_resetter' => 'getServicesResetterService.php',
'session' => 'getSessionService.php',
'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService.php',
'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService.php',
'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService.php',
'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService.php',
'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService.php',
'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService.php',
'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService.php',
'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService.php',
'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService.php',
'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService.php',
'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService.php',
'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService.php',
'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService.php',
'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService.php',
'sonata.admin.exporter' => 'getSonata_Admin_ExporterService.php',
'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService.php',
'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService.php',
'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService.php',
'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService.php',
'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService.php',
'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService.php',
'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService.php',
'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService.php',
'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService.php',
'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService.php',
'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService.php',
'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService.php',
'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService.php',
'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService.php',
'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService.php',
'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService.php',
'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService.php',
'sonata.admin.helper' => 'getSonata_Admin_HelperService.php',
'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService.php',
'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService.php',
'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService.php',
'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService.php',
'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService.php',
'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService.php',
'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService.php',
'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService.php',
'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService.php',
'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService.php',
'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService.php',
'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService.php',
'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService.php',
'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService.php',
'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService.php',
'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService.php',
'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService.php',
'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService.php',
'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService.php',
'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService.php',
'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService.php',
'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService.php',
'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService.php',
'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService.php',
'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService.php',
'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService.php',
'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService.php',
'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService.php',
'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService.php',
'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService.php',
'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService.php',
'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService.php',
'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService.php',
'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService.php',
'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService.php',
'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService.php',
'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService.php',
'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService.php',
'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService.php',
'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService.php',
'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService.php',
'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService.php',
'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService.php',
'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService.php',
'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService.php',
'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService.php',
'sonata.block.service.rss' => 'getSonata_Block_Service_RssService.php',
'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService.php',
'sonata.block.service.text' => 'getSonata_Block_Service_TextService.php',
'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService.php',
'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService.php',
'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService.php',
'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService.php',
'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService.php',
'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService.php',
'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService.php',
'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService.php',
'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService.php',
'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService.php',
'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService.php',
'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService.php',
'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService.php',
'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService.php',
'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService.php',
'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService.php',
'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService.php',
'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService.php',
'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService.php',
'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService.php',
'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService.php',
'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService.php',
'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService.php',
'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService.php',
'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService.php',
'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService.php',
'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService.php',
'sonata.easy_extends.generator.bundle' => 'getSonata_EasyExtends_Generator_BundleService.php',
'sonata.easy_extends.generator.odm' => 'getSonata_EasyExtends_Generator_OdmService.php',
'sonata.easy_extends.generator.orm' => 'getSonata_EasyExtends_Generator_OrmService.php',
'sonata.easy_extends.generator.phpcr' => 'getSonata_EasyExtends_Generator_PhpcrService.php',
'sonata.easy_extends.generator.serializer' => 'getSonata_EasyExtends_Generator_SerializerService.php',
'sonata.formatter.block.formatter' => 'getSonata_Formatter_Block_FormatterService.php',
'sonata.media.admin.gallery' => 'getSonata_Media_Admin_GalleryService.php',
'sonata.media.admin.gallery.template_registry' => 'getSonata_Media_Admin_Gallery_TemplateRegistryService.php',
'sonata.media.admin.gallery_has_media' => 'getSonata_Media_Admin_GalleryHasMediaService.php',
'sonata.media.admin.gallery_has_media.template_registry' => 'getSonata_Media_Admin_GalleryHasMedia_TemplateRegistryService.php',
'sonata.media.admin.media' => 'getSonata_Media_Admin_MediaService.php',
'sonata.media.admin.media.manager' => 'getSonata_Media_Admin_Media_ManagerService.php',
'sonata.media.admin.media.template_registry' => 'getSonata_Media_Admin_Media_TemplateRegistryService.php',
'sonata.media.block.feature_media' => 'getSonata_Media_Block_FeatureMediaService.php',
'sonata.media.block.gallery' => 'getSonata_Media_Block_GalleryService.php',
'sonata.media.block.gallery_list' => 'getSonata_Media_Block_GalleryListService.php',
'sonata.media.block.media' => 'getSonata_Media_Block_MediaService.php',
'sonata.media.formatter.twig' => 'getSonata_Media_Formatter_TwigService.php',
'sonata.media.manager.gallery' => 'getSonata_Media_Manager_GalleryService.php',
'sonata.media.metadata.amazon' => 'getSonata_Media_Metadata_AmazonService.php',
'sonata.media.metadata.noop' => 'getSonata_Media_Metadata_NoopService.php',
'sonata_translation.block.locale_switcher' => 'getSonataTranslation_Block_LocaleSwitcherService.php',
'sonata_translation.filter.type.translation_field' => 'getSonataTranslation_Filter_Type_TranslationFieldService.php',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
'templating' => 'getTemplatingService.php',
'templating.loader' => 'getTemplating_LoaderService.php',
'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
'white_october.tcpdf' => 'getWhiteOctober_TcpdfService.php',
];
$this->aliases = [
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'mailer' => 'swiftmailer.mailer.default',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
'php_translation.storage' => 'php_translation.storage.app',
'php_translation.storage.default' => 'php_translation.storage.app',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Seo/SeoSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Seo/RedirectSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Seo/R301Repository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/PasswordEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/PrestashopPasswordEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Admin/Seo/SlugR301Subscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Admin/Seo/FillSeoMetaTitleSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/easy-extends-bundle/src/Mapper/DoctrineORMMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Listener/BaseMediaEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Listener/ORM/MediaEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/SortableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/SluggableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DoctrineProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
include_once \dirname(__DIR__, 4).'/src/Twig/AppExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/DeprecatedTextExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/StatusExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Twig/Extension/LocaleExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Twig/Extension/NumberExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Twig/Extension/DateTimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
include_once \dirname(__DIR__, 4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
include_once \dirname(__DIR__, 4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Twig/Extension/TextFormatterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Twig/Extension/SonataTranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Twig/PagerfantaExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/Pagerfanta/View/ViewFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/Pagerfanta/View/ViewFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/Pagerfanta/View/ViewInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/Pagerfanta/View/OptionableView.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/TranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/TwitterBootstrapTranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/TwitterBootstrap4TranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/Pagerfanta/View/DefaultView.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/Pagerfanta/View/TwitterBootstrapView.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/Pagerfanta/View/TwitterBootstrap4View.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/DefaultTranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/Pagerfanta/View/TwitterBootstrap3View.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/src/Pagerfanta/View/SemanticUiView.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/TwitterBootstrap3TranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/View/SemanticUiTranslatedView.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/src/StringExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Twig/GlobalVariables.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/src/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/HelperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/Pool.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Security/DownloadStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Security/PublicDownloadStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ThumbnailInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FormatThumbnail.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/MediaProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/BaseProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/FileProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/BaseVideoProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/YouTubeProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/DailyMotionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/VimeoProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/kriswallsmith/buzz/lib/Buzz/Browser.php';
include_once \dirname(__DIR__, 4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/AbstractCurl.php';
include_once \dirname(__DIR__, 4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/Curl.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/CDN/CDNInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/CDN/Server.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Twig/Extension/MediaExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Filesystem/Local.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/MetadataBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/ProxyMetadataBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/PageableManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Model/MediaManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Entity/MediaManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Generator/GeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Generator/DefaultGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/lib/Imagine/Image/ImagineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/lib/Imagine/Image/AbstractImagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/lib/Imagine/Gd/Imagine.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/ResizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/SimpleResizer.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/SquareResizer.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/TranslatableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Locale/LocaleDetectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Locale/RequestStackDetector.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/BaseHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/LocaleHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/NumberHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/DateTimeHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Timezone/TimezoneDetectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Timezone/ChainTimezoneDetector.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Timezone/LocaleBasedTimezoneDetector.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/Pool.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/FormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/BaseFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/MarkdownFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/TextFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/RawFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Formatter/TwigFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Extension/BaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Extension/GistExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Extension/ControlFlowExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Twig/Loader/LoaderSelector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Twig/SecurityPolicyContainerAware.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Lexer.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Checker/TranslatableChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/artgris/maintenance-bundle/Artgris/MaintenanceBundle/EventListener/MaintenanceListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Yu-9Em4R23', 0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('a1hE4HE2cA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
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())), NULL);
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Doctrine\DBAL\Logging\LoggerChain();
$c = new \Symfony\Bridge\Monolog\Logger('doctrine');
$c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
$b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$a->setSQLLogger($b);
$d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php', true],
], [
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
]));
$e = new \Sonata\EasyExtendsBundle\Mapper\DoctrineORMMapper(($this->services['doctrine'] ?? $this->getDoctrineService()), []);
$e->addAssociation('App\\Application\\Sonata\\MediaBundle\\Entity\\Media', 'mapOneToMany', [0 => ['fieldName' => 'galleryHasMedias', 'targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia', 'cascade' => [0 => 'persist'], 'mappedBy' => 'media', 'orphanRemoval' => false]]);
$e->addAssociation('App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia', 'mapManyToOne', [0 => ['fieldName' => 'gallery', 'targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery', 'cascade' => [0 => 'persist'], 'mappedBy' => NULL, 'inversedBy' => 'galleryHasMedias', 'joinColumns' => [0 => ['name' => 'gallery_id', 'referencedColumnName' => 'id', 'onDelete' => 'CASCADE']], 'orphanRemoval' => false], 1 => ['fieldName' => 'media', 'targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media', 'cascade' => [0 => 'persist'], 'mappedBy' => NULL, 'inversedBy' => 'galleryHasMedias', 'joinColumns' => [0 => ['name' => 'media_id', 'referencedColumnName' => 'id', 'onDelete' => 'CASCADE']], 'orphanRemoval' => false]]);
$e->addAssociation('App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery', 'mapOneToMany', [0 => ['fieldName' => 'galleryHasMedias', 'targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia', 'cascade' => [0 => 'persist'], 'mappedBy' => 'gallery', 'orphanRemoval' => true, 'orderBy' => ['position' => 'ASC']]]);
$f = new \Gedmo\Sortable\SortableListener();
$g = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
$f->setAnnotationReader($g);
$h = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
$h->setAnnotationReader($g);
$i = new \Gedmo\Sluggable\SluggableListener();
$i->setAnnotationReader($g);
$d->addEventSubscriber(new \App\EventSubscriber\Admin\Seo\SlugR301Subscriber());
$d->addEventSubscriber(new \App\EventSubscriber\Admin\Seo\FillSeoMetaTitleSubscriber());
$d->addEventSubscriber($e);
$d->addEventSubscriber(new \Sonata\MediaBundle\Listener\ORM\MediaEventSubscriber($this));
$d->addEventSubscriber($f);
$d->addEventSubscriber($h);
$d->addEventSubscriber($i);
$d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())));
$d->addEventSubscriber(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
$d->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.7', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $a, $d, []);
}
/**
* Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
$this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'app.entity.listener.bloc' => ['privates', 'app.entity.listener.bloc', 'getApp_Entity_Listener_BlocService.php', true],
'app.entity.listener.categorie' => ['privates', 'app.entity.listener.categorie', 'getApp_Entity_Listener_CategorieService.php', true],
'app.entity.listener.commande' => ['privates', 'app.entity.listener.commande', 'getApp_Entity_Listener_CommandeService.php', true],
'app.entity.listener.produit' => ['privates', 'app.entity.listener.produit', 'getApp_Entity_Listener_ProduitService.php', true],
'app.entity.listener.produit_ean_delete' => ['privates', 'app.entity.listener.produit_ean_delete', 'getApp_Entity_Listener_ProduitEanDeleteService.php', true],
'app.entity.listener.produitdeclinaison' => ['privates', 'app.entity.listener.produitdeclinaison', 'getApp_Entity_Listener_ProduitdeclinaisonService.php', true],
'app.entity.listener.user' => ['privates', 'app.entity.listener.user', 'getApp_Entity_Listener_UserService.php', true],
], [
'app.entity.listener.bloc' => '?',
'app.entity.listener.categorie' => '?',
'app.entity.listener.commande' => '?',
'app.entity.listener.produit' => '?',
'app.entity.listener.produit_ean_delete' => '?',
'app.entity.listener.produitdeclinaison' => '?',
'app.entity.listener.user' => '?',
]));
$instance->registerService('App\\EntityListener\\Bloc\\BlocListener', 'app.entity.listener.bloc');
$instance->registerService('App\\EntityListener\\Categorie\\CategorieListener', 'app.entity.listener.categorie');
$instance->registerService('App\\EntityListener\\Boutique\\CommandeListener', 'app.entity.listener.commande');
$instance->registerService('App\\EntityListener\\Boutique\\ProduitListener', 'app.entity.listener.produit');
$instance->registerService('App\\EntityListener\\Boutique\\ProduiEanDeletetListener', 'app.entity.listener.produit_ean_delete');
$instance->registerService('App\\EntityListener\\Boutique\\ProduitDeclinaisonListener', 'app.entity.listener.produitdeclinaison');
$instance->registerService('App\\EntityListener\\User\\UserListener', 'app.entity.listener.user');
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/src/Application/Sonata/MediaBundle/Resources/config/doctrine') => 'App\\Application\\Sonata\\MediaBundle\\Entity', (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/config/doctrine') => 'Sonata\\MediaBundle\\Entity']);
$c->setGlobalBasename('mapping');
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')]), 'App\\Entity');
$b->addDriver($c, 'App\\Application\\Sonata\\MediaBundle\\Entity');
$b->addDriver($c, 'Sonata\\MediaBundle\\Entity');
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'ApplicationSonataMediaBundle' => 'App\\Application\\Sonata\\MediaBundle\\Entity', 'SonataMediaBundle' => 'Sonata\\MediaBundle\\Entity']);
$a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
$a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
$a->setMetadataDriverImpl($b);
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\Bloc\\BlocLigneRepository' => ['privates', 'App\\Repository\\Bloc\\BlocLigneRepository', 'getBlocLigneRepositoryService.php', true],
'App\\Repository\\Bloc\\BlocRepository' => ['privates', 'App\\Repository\\Bloc\\BlocRepository', 'getBlocRepositoryService.php', true],
'App\\Repository\\Bloc\\DiaporamaRepository' => ['privates', 'App\\Repository\\Bloc\\DiaporamaRepository', 'getDiaporamaRepositoryService.php', true],
'App\\Repository\\Boutique\\AttributRepository' => ['privates', 'App\\Repository\\Boutique\\AttributRepository', 'getAttributRepositoryService.php', true],
'App\\Repository\\Boutique\\AvoirLigneRepository' => ['privates', 'App\\Repository\\Boutique\\AvoirLigneRepository', 'getAvoirLigneRepositoryService.php', true],
'App\\Repository\\Boutique\\AvoirRepository' => ['privates', 'App\\Repository\\Boutique\\AvoirRepository', 'getAvoirRepositoryService.php', true],
'App\\Repository\\Boutique\\CaracteristiqueRepository' => ['privates', 'App\\Repository\\Boutique\\CaracteristiqueRepository', 'getCaracteristiqueRepositoryService.php', true],
'App\\Repository\\Boutique\\CategorieOffreRepository' => ['privates', 'App\\Repository\\Boutique\\CategorieOffreRepository', 'getCategorieOffreRepositoryService.php', true],
'App\\Repository\\Boutique\\CategorieProduitRepository' => ['privates', 'App\\Repository\\Boutique\\CategorieProduitRepository', 'getCategorieProduitRepositoryService.php', true],
'App\\Repository\\Boutique\\CommandeAyantDroitRepository' => ['privates', 'App\\Repository\\Boutique\\CommandeAyantDroitRepository', 'getCommandeAyantDroitRepositoryService.php', true],
'App\\Repository\\Boutique\\CommandeHistoriqueRepository' => ['privates', 'App\\Repository\\Boutique\\CommandeHistoriqueRepository', 'getCommandeHistoriqueRepositoryService.php', true],
'App\\Repository\\Boutique\\CommandeLigneRepository' => ['privates', 'App\\Repository\\Boutique\\CommandeLigneRepository', 'getCommandeLigneRepositoryService.php', true],
'App\\Repository\\Boutique\\CommandeRepository' => ['privates', 'App\\Repository\\Boutique\\CommandeRepository', 'getCommandeRepositoryService.php', true],
'App\\Repository\\Boutique\\GeolocalisationRepository' => ['privates', 'App\\Repository\\Boutique\\GeolocalisationRepository', 'getGeolocalisationRepositoryService.php', true],
'App\\Repository\\Boutique\\ManifestationRepository' => ['privates', 'App\\Repository\\Boutique\\ManifestationRepository', 'getManifestationRepositoryService.php', true],
'App\\Repository\\Boutique\\MarqueRepository' => ['privates', 'App\\Repository\\Boutique\\MarqueRepository', 'getMarqueRepositoryService.php', true],
'App\\Repository\\Boutique\\OffreRepository' => ['privates', 'App\\Repository\\Boutique\\OffreRepository', 'getOffreRepositoryService.php', true],
'App\\Repository\\Boutique\\PanierLigneRepository' => ['privates', 'App\\Repository\\Boutique\\PanierLigneRepository', 'getPanierLigneRepositoryService.php', true],
'App\\Repository\\Boutique\\PaysRepository' => ['privates', 'App\\Repository\\Boutique\\PaysRepository', 'getPaysRepositoryService.php', true],
'App\\Repository\\Boutique\\ProduitCouponReductionHistoriqueRepository' => ['privates', 'App\\Repository\\Boutique\\ProduitCouponReductionHistoriqueRepository', 'getProduitCouponReductionHistoriqueRepositoryService.php', true],
'App\\Repository\\Boutique\\ProduitDeclinaisonRepository' => ['privates', 'App\\Repository\\Boutique\\ProduitDeclinaisonRepository', 'getProduitDeclinaisonRepositoryService.php', true],
'App\\Repository\\Boutique\\ProduitEanRepository' => ['privates', 'App\\Repository\\Boutique\\ProduitEanRepository', 'getProduitEanRepositoryService.php', true],
'App\\Repository\\Boutique\\ProduitReducCeRepository' => ['privates', 'App\\Repository\\Boutique\\ProduitReducCeRepository', 'getProduitReducCeRepositoryService.php', true],
'App\\Repository\\Boutique\\ProduitRepository' => ['privates', 'App\\Repository\\Boutique\\ProduitRepository', 'getProduitRepositoryService.php', true],
'App\\Repository\\Boutique\\ProduitStockBalanceRepository' => ['privates', 'App\\Repository\\Boutique\\ProduitStockBalanceRepository', 'getProduitStockBalanceRepositoryService.php', true],
'App\\Repository\\Boutique\\PromotionRepository' => ['privates', 'App\\Repository\\Boutique\\PromotionRepository', 'getPromotionRepositoryService.php', true],
'App\\Repository\\Boutique\\TransporteurRepository' => ['privates', 'App\\Repository\\Boutique\\TransporteurRepository', 'getTransporteurRepositoryService.php', true],
'App\\Repository\\Boutique\\TransporteurZoneRepository' => ['privates', 'App\\Repository\\Boutique\\TransporteurZoneRepository', 'getTransporteurZoneRepositoryService.php', true],
'App\\Repository\\Categorie\\CategorieRepository' => ['privates', 'App\\Repository\\Categorie\\CategorieRepository', 'getCategorieRepositoryService.php', true],
'App\\Repository\\Contenu\\ActualiteRepository' => ['privates', 'App\\Repository\\Contenu\\ActualiteRepository', 'getActualiteRepositoryService.php', true],
'App\\Repository\\Contenu\\CategorieActualiteRepository' => ['privates', 'App\\Repository\\Contenu\\CategorieActualiteRepository', 'getCategorieActualiteRepositoryService.php', true],
'App\\Repository\\Contenu\\CategorieCseRepository' => ['privates', 'App\\Repository\\Contenu\\CategorieCseRepository', 'getCategorieCseRepositoryService.php', true],
'App\\Repository\\Contenu\\CategoriePageRepository' => ['privates', 'App\\Repository\\Contenu\\CategoriePageRepository', 'getCategoriePageRepositoryService.php', true],
'App\\Repository\\Contenu\\LienBlocPageAccueilRepository' => ['privates', 'App\\Repository\\Contenu\\LienBlocPageAccueilRepository', 'getLienBlocPageAccueilRepositoryService.php', true],
'App\\Repository\\Contenu\\LienBlocPageRepository' => ['privates', 'App\\Repository\\Contenu\\LienBlocPageRepository', 'getLienBlocPageRepositoryService.php', true],
'App\\Repository\\Contenu\\LienDiaporamaPageAccueilRepository' => ['privates', 'App\\Repository\\Contenu\\LienDiaporamaPageAccueilRepository', 'getLienDiaporamaPageAccueilRepositoryService.php', true],
'App\\Repository\\Contenu\\PageAccueilRepository' => ['privates', 'App\\Repository\\Contenu\\PageAccueilRepository', 'getPageAccueilRepositoryService.php', true],
'App\\Repository\\Contenu\\PageRepository' => ['privates', 'App\\Repository\\Contenu\\PageRepository', 'getPageRepositoryService.php', true],
'App\\Repository\\Formulaire\\ContactRepository' => ['privates', 'App\\Repository\\Formulaire\\ContactRepository', 'getContactRepositoryService.php', true],
'App\\Repository\\Formulaire\\ConversationRepository' => ['privates', 'App\\Repository\\Formulaire\\ConversationRepository', 'getConversationRepositoryService.php', true],
'App\\Repository\\Formulaire\\MessageRepository' => ['privates', 'App\\Repository\\Formulaire\\MessageRepository', 'getMessageRepositoryService.php', true],
'App\\Repository\\Formulaire\\NewsletterInscriptionRepository' => ['privates', 'App\\Repository\\Formulaire\\NewsletterInscriptionRepository', 'getNewsletterInscriptionRepositoryService.php', true],
'App\\Repository\\Menu\\LienMenuMenuItemRepository' => ['privates', 'App\\Repository\\Menu\\LienMenuMenuItemRepository', 'getLienMenuMenuItemRepositoryService.php', true],
'App\\Repository\\Menu\\MenuItemRepository' => ['privates', 'App\\Repository\\Menu\\MenuItemRepository', 'getMenuItemRepositoryService.php', true],
'App\\Repository\\Menu\\MenuRepository' => ['privates', 'App\\Repository\\Menu\\MenuRepository', 'getMenuRepositoryService.php', true],
'App\\Repository\\Rest\\LogRepository' => ['privates', 'App\\Repository\\Rest\\LogRepository', 'getLogRepositoryService.php', true],
'App\\Repository\\Seo\\R301Repository' => ['privates', 'App\\Repository\\Seo\\R301Repository', 'getR301RepositoryService', false],
'App\\Repository\\Seo\\SeoParametreRepository' => ['privates', 'App\\Repository\\Seo\\SeoParametreRepository', 'getSeoParametreRepositoryService.php', true],
'App\\Repository\\Seo\\SeoRepository' => ['privates', 'App\\Repository\\Seo\\SeoRepository', 'getSeoRepositoryService.php', true],
'App\\Repository\\Seo\\SeoReseauxSociauxRepository' => ['privates', 'App\\Repository\\Seo\\SeoReseauxSociauxRepository', 'getSeoReseauxSociauxRepositoryService.php', true],
'App\\Repository\\Translation\\Bloc\\BlocLigneRepository' => ['privates', 'App\\Repository\\Translation\\Bloc\\BlocLigneRepository', 'getBlocLigneRepository2Service.php', true],
'App\\Repository\\Translation\\Bloc\\BlocRepository' => ['privates', 'App\\Repository\\Translation\\Bloc\\BlocRepository', 'getBlocRepository2Service.php', true],
'App\\Repository\\Translation\\Bloc\\DiaporamaRepository' => ['privates', 'App\\Repository\\Translation\\Bloc\\DiaporamaRepository', 'getDiaporamaRepository2Service.php', true],
'App\\Repository\\Translation\\Boutique\\AttributRepository' => ['privates', 'App\\Repository\\Translation\\Boutique\\AttributRepository', 'getAttributRepository2Service.php', true],
'App\\Repository\\Translation\\Boutique\\CaracteristiqueRepository' => ['privates', 'App\\Repository\\Translation\\Boutique\\CaracteristiqueRepository', 'getCaracteristiqueRepository2Service.php', true],
'App\\Repository\\Translation\\Boutique\\MarqueRepository' => ['privates', 'App\\Repository\\Translation\\Boutique\\MarqueRepository', 'getMarqueRepository2Service.php', true],
'App\\Repository\\Translation\\Boutique\\OffreRepository' => ['privates', 'App\\Repository\\Translation\\Boutique\\OffreRepository', 'getOffreRepository2Service.php', true],
'App\\Repository\\Translation\\Boutique\\OffreTypeRepository' => ['privates', 'App\\Repository\\Translation\\Boutique\\OffreTypeRepository', 'getOffreTypeRepositoryService.php', true],
'App\\Repository\\Translation\\Boutique\\ProduitReducCeRepository' => ['privates', 'App\\Repository\\Translation\\Boutique\\ProduitReducCeRepository', 'getProduitReducCeRepository2Service.php', true],
'App\\Repository\\Translation\\Boutique\\ProduitRepository' => ['privates', 'App\\Repository\\Translation\\Boutique\\ProduitRepository', 'getProduitRepository2Service.php', true],
'App\\Repository\\Translation\\Categorie\\CategorieRepository' => ['privates', 'App\\Repository\\Translation\\Categorie\\CategorieRepository', 'getCategorieRepository2Service.php', true],
'App\\Repository\\Translation\\Contenu\\ActualiteRepository' => ['privates', 'App\\Repository\\Translation\\Contenu\\ActualiteRepository', 'getActualiteRepository2Service.php', true],
'App\\Repository\\Translation\\Contenu\\PageAccueilRepository' => ['privates', 'App\\Repository\\Translation\\Contenu\\PageAccueilRepository', 'getPageAccueilRepository2Service.php', true],
'App\\Repository\\Translation\\Contenu\\PageRepository' => ['privates', 'App\\Repository\\Translation\\Contenu\\PageRepository', 'getPageRepository2Service.php', true],
'App\\Repository\\Translation\\Menu\\MenuItemRepository' => ['privates', 'App\\Repository\\Translation\\Menu\\MenuItemRepository', 'getMenuItemRepository2Service.php', true],
'App\\Repository\\Translation\\Seo\\SeoRepository' => ['privates', 'App\\Repository\\Translation\\Seo\\SeoRepository', 'getSeoRepository2Service.php', true],
'App\\Repository\\Translation\\Seo\\SeoReseauxSociauxRepository' => ['privates', 'App\\Repository\\Translation\\Seo\\SeoReseauxSociauxRepository', 'getSeoReseauxSociauxRepository2Service.php', true],
'App\\Repository\\User\\CagnotteHistoriqueRepository' => ['privates', 'App\\Repository\\User\\CagnotteHistoriqueRepository', 'getCagnotteHistoriqueRepositoryService.php', true],
'App\\Repository\\User\\PromotionHistoriqueRepository' => ['privates', 'App\\Repository\\User\\PromotionHistoriqueRepository', 'getPromotionHistoriqueRepositoryService.php', true],
'App\\Repository\\User\\UserGroupRepository' => ['privates', 'App\\Repository\\User\\UserGroupRepository', 'getUserGroupRepositoryService.php', true],
'App\\Repository\\User\\UserRepository' => ['privates', 'App\\Repository\\User\\UserRepository', 'getUserRepositoryService.php', true],
], [
'App\\Repository\\Bloc\\BlocLigneRepository' => '?',
'App\\Repository\\Bloc\\BlocRepository' => '?',
'App\\Repository\\Bloc\\DiaporamaRepository' => '?',
'App\\Repository\\Boutique\\AttributRepository' => '?',
'App\\Repository\\Boutique\\AvoirLigneRepository' => '?',
'App\\Repository\\Boutique\\AvoirRepository' => '?',
'App\\Repository\\Boutique\\CaracteristiqueRepository' => '?',
'App\\Repository\\Boutique\\CategorieOffreRepository' => '?',
'App\\Repository\\Boutique\\CategorieProduitRepository' => '?',
'App\\Repository\\Boutique\\CommandeAyantDroitRepository' => '?',
'App\\Repository\\Boutique\\CommandeHistoriqueRepository' => '?',
'App\\Repository\\Boutique\\CommandeLigneRepository' => '?',
'App\\Repository\\Boutique\\CommandeRepository' => '?',
'App\\Repository\\Boutique\\GeolocalisationRepository' => '?',
'App\\Repository\\Boutique\\ManifestationRepository' => '?',
'App\\Repository\\Boutique\\MarqueRepository' => '?',
'App\\Repository\\Boutique\\OffreRepository' => '?',
'App\\Repository\\Boutique\\PanierLigneRepository' => '?',
'App\\Repository\\Boutique\\PaysRepository' => '?',
'App\\Repository\\Boutique\\ProduitCouponReductionHistoriqueRepository' => '?',
'App\\Repository\\Boutique\\ProduitDeclinaisonRepository' => '?',
'App\\Repository\\Boutique\\ProduitEanRepository' => '?',
'App\\Repository\\Boutique\\ProduitReducCeRepository' => '?',
'App\\Repository\\Boutique\\ProduitRepository' => '?',
'App\\Repository\\Boutique\\ProduitStockBalanceRepository' => '?',
'App\\Repository\\Boutique\\PromotionRepository' => '?',
'App\\Repository\\Boutique\\TransporteurRepository' => '?',
'App\\Repository\\Boutique\\TransporteurZoneRepository' => '?',
'App\\Repository\\Categorie\\CategorieRepository' => '?',
'App\\Repository\\Contenu\\ActualiteRepository' => '?',
'App\\Repository\\Contenu\\CategorieActualiteRepository' => '?',
'App\\Repository\\Contenu\\CategorieCseRepository' => '?',
'App\\Repository\\Contenu\\CategoriePageRepository' => '?',
'App\\Repository\\Contenu\\LienBlocPageAccueilRepository' => '?',
'App\\Repository\\Contenu\\LienBlocPageRepository' => '?',
'App\\Repository\\Contenu\\LienDiaporamaPageAccueilRepository' => '?',
'App\\Repository\\Contenu\\PageAccueilRepository' => '?',
'App\\Repository\\Contenu\\PageRepository' => '?',
'App\\Repository\\Formulaire\\ContactRepository' => '?',
'App\\Repository\\Formulaire\\ConversationRepository' => '?',
'App\\Repository\\Formulaire\\MessageRepository' => '?',
'App\\Repository\\Formulaire\\NewsletterInscriptionRepository' => '?',
'App\\Repository\\Menu\\LienMenuMenuItemRepository' => '?',
'App\\Repository\\Menu\\MenuItemRepository' => '?',
'App\\Repository\\Menu\\MenuRepository' => '?',
'App\\Repository\\Rest\\LogRepository' => '?',
'App\\Repository\\Seo\\R301Repository' => '?',
'App\\Repository\\Seo\\SeoParametreRepository' => '?',
'App\\Repository\\Seo\\SeoRepository' => '?',
'App\\Repository\\Seo\\SeoReseauxSociauxRepository' => '?',
'App\\Repository\\Translation\\Bloc\\BlocLigneRepository' => '?',
'App\\Repository\\Translation\\Bloc\\BlocRepository' => '?',
'App\\Repository\\Translation\\Bloc\\DiaporamaRepository' => '?',
'App\\Repository\\Translation\\Boutique\\AttributRepository' => '?',
'App\\Repository\\Translation\\Boutique\\CaracteristiqueRepository' => '?',
'App\\Repository\\Translation\\Boutique\\MarqueRepository' => '?',
'App\\Repository\\Translation\\Boutique\\OffreRepository' => '?',
'App\\Repository\\Translation\\Boutique\\OffreTypeRepository' => '?',
'App\\Repository\\Translation\\Boutique\\ProduitReducCeRepository' => '?',
'App\\Repository\\Translation\\Boutique\\ProduitRepository' => '?',
'App\\Repository\\Translation\\Categorie\\CategorieRepository' => '?',
'App\\Repository\\Translation\\Contenu\\ActualiteRepository' => '?',
'App\\Repository\\Translation\\Contenu\\PageAccueilRepository' => '?',
'App\\Repository\\Translation\\Contenu\\PageRepository' => '?',
'App\\Repository\\Translation\\Menu\\MenuItemRepository' => '?',
'App\\Repository\\Translation\\Seo\\SeoRepository' => '?',
'App\\Repository\\Translation\\Seo\\SeoReseauxSociauxRepository' => '?',
'App\\Repository\\User\\CagnotteHistoriqueRepository' => '?',
'App\\Repository\\User\\PromotionHistoriqueRepository' => '?',
'App\\Repository\\User\\UserGroupRepository' => '?',
'App\\Repository\\User\\UserRepository' => '?',
])));
$a->addCustomDatetimeFunction('year', 'App\\Utils\\DQL\\Year');
$a->addCustomDatetimeFunction('month', 'App\\Utils\\DQL\\Month');
$a->addCustomDatetimeFunction('day', 'App\\Utils\\DQL\\Day');
$a->addCustomDatetimeFunction('date', 'App\\Utils\\DQL\\Date');
$a->addFilter('softdeleteable', 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
$this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([0 => 'softdeleteable'], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('sonata.block.event.sonata.admin.edit.form.top', [0 => function () {
return ($this->privates['sonata_translation.listener.locale_switcher'] ?? ($this->privates['sonata_translation.listener.locale_switcher'] = new \Sonata\TranslationBundle\EventListener\LocaleSwitcherListener()));
}, 1 => 'onBlock'], 0);
$instance->addListener('sonata.block.event.sonata.admin.show.top', [0 => function () {
return ($this->privates['sonata_translation.listener.locale_switcher'] ?? ($this->privates['sonata_translation.listener.locale_switcher'] = new \Sonata\TranslationBundle\EventListener\LocaleSwitcherListener()));
}, 1 => 'onBlock'], 0);
$instance->addListener('sonata.block.event.sonata.admin.list.table.top', [0 => function () {
return ($this->privates['sonata_translation.listener.locale_switcher'] ?? ($this->privates['sonata_translation.listener.locale_switcher'] = new \Sonata\TranslationBundle\EventListener\LocaleSwitcherListener()));
}, 1 => 'onBlock'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
}, 1 => 'onKernelRequest'], 34);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['maintenance_listener'] ?? $this->getMaintenanceListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('app.bloc.initialize.form', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Bloc\\BlocSubscriber'] ?? $this->load('getBlocSubscriberService.php'));
}, 1 => 'onBlocInitializeForm'], -10);
$instance->addListener('app.commande.enregistrer.success', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Boutique\\CommandeSubscriber'] ?? $this->load('getCommandeSubscriberService.php'));
}, 1 => 'onCommandeEnregistrerSuccess'], -10);
$instance->addListener('app.commande.enregistrer.statut', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Boutique\\CommandeSubscriber'] ?? $this->load('getCommandeSubscriberService.php'));
}, 1 => 'onCommandeEnregistrerStatut'], -10);
$instance->addListener('app.commande.enregistrer.modepaiement', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Boutique\\CommandeSubscriber'] ?? $this->load('getCommandeSubscriberService.php'));
}, 1 => 'onCommandeEnregistrerModepaiement'], -10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Seo\\SeoSubscriber'] ?? $this->getSeoSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Seo\\RedirectSubscriber'] ?? $this->getRedirectSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Seo\\RedirectSubscriber'] ?? $this->getRedirectSubscriberService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Seo\\RedirectSubscriber'] ?? $this->getRedirectSubscriberService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('app.user.enregistrer.statut', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService.php'));
}, 1 => 'onUserEnregistrerStatut'], -10);
$instance->addListener('app.user.enregistrer.datevalidite', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService.php'));
}, 1 => 'onUserEnregistrerDateValidite'], -10);
$instance->addListener('fos_user.resetting.reset.success', [0 => function () {
return ($this->privates['user.event.subscriber.resetting'] ?? $this->load('getUser_Event_Subscriber_ResettingService.php'));
}, 1 => 'onResettingResetSuccess'], -10);
$instance->addListener('fos_user.resetting.send_email.initialize', [0 => function () {
return ($this->privates['user.event.subscriber.resetting'] ?? $this->load('getUser_Event_Subscriber_ResettingService.php'));
}, 1 => 'onResettingSendEmailInitialize'], -10);
$instance->addListener('fos_user.resetting.send_email.confirm', [0 => function () {
return ($this->privates['user.event.subscriber.resetting'] ?? $this->load('getUser_Event_Subscriber_ResettingService.php'));
}, 1 => 'onResettingSendEmailConfirm'], -10);
$instance->addListener('fos_user.resetting.reset.request', [0 => function () {
return ($this->privates['user.event.subscriber.resetting'] ?? $this->load('getUser_Event_Subscriber_ResettingService.php'));
}, 1 => 'onResettingResetRequest'], -10);
$instance->addListener('fos_user.registration.initialize', [0 => function () {
return ($this->privates['user.event.subscriber.registration'] ?? $this->load('getUser_Event_Subscriber_RegistrationService.php'));
}, 1 => 'onRegistrationInitialize'], -10);
$instance->addListener('fos_user.registration.success', [0 => function () {
return ($this->privates['user.event.subscriber.registration'] ?? $this->load('getUser_Event_Subscriber_RegistrationService.php'));
}, 1 => 'onRegistrationSuccess'], -10);
$instance->addListener('fos_user.registration.failure', [0 => function () {
return ($this->privates['user.event.subscriber.registration'] ?? $this->load('getUser_Event_Subscriber_RegistrationService.php'));
}, 1 => 'onRegistrationFailure'], -10);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->privates['user.event.subscriber.registration'] ?? $this->load('getUser_Event_Subscriber_RegistrationService.php'));
}, 1 => 'onRegistrationConfirmed'], -10);
$instance->addListener('fos_user.profile.edit.success', [0 => function () {
return ($this->privates['user.event.subscriber.profile'] ?? $this->load('getUser_Event_Subscriber_ProfileService.php'));
}, 1 => 'onProfileEditSuccess'], -10);
$instance->addListener('fos_user.change_password.edit.success', [0 => function () {
return ($this->privates['user.event.subscriber.changepassword'] ?? $this->load('getUser_Event_Subscriber_ChangepasswordService.php'));
}, 1 => 'onChangePasswordSuccess'], -10);
$instance->addListener('security.switch_user', [0 => function () {
return ($this->privates['user.event.subscriber.switchuser'] ?? $this->load('getUser_Event_Subscriber_SwitchuserService.php'));
}, 1 => 'onSwitchUser'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
}, 1 => 'resolveControllerName'], 24);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
}, 1 => 'onKernelException'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('fos_user.security.implicit_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
}, 1 => 'onImplicitLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.create.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.delete.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.profile.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.registration.success', [0 => function () {
return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService.php'));
}, 1 => 'onRegistrationSuccess'], 0);
$instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
}, 1 => 'onResettingResetInitialize'], 0);
$instance->addListener('fos_user.resetting.reset.success', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
}, 1 => 'onResettingResetSuccess'], 0);
$instance->addListener('fos_user.resetting.reset.request', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
}, 1 => 'onResettingResetRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['pagerfanta.convert_not_valid_max_per_page_to_not_found_listener'] ?? ($this->privates['pagerfanta.convert_not_valid_max_per_page_to_not_found_listener'] = new \WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener()));
}, 1 => 'onException'], 512);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['pagerfanta.convert_not_valid_current_page_to_not_found_listener'] ?? ($this->privates['pagerfanta.convert_not_valid_current_page_to_not_found_listener'] = new \WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener()));
}, 1 => 'onException'], 512);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService.php'));
}, 1 => 'onKernelView'], 30);
return $instance;
}
/**
* Gets the public 'filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function getFilesystemService()
{
return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
}, 8)), $a));
}
/**
* Gets the public 'knp_menu.matcher' shared service.
*
* @return \Knp\Menu\Matcher\Matcher
*/
protected function getKnpMenu_MatcherService()
{
return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
yield 1 => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService.php'));
yield 2 => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
}, 3));
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default');
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'markdown.parser' shared service.
*
* @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
*/
protected function getMarkdown_ParserService()
{
return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
}
/**
* Gets the public 'profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function getProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$e = ($this->services['translator'] ?? $this->getTranslatorService());
$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
$f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
$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())));
$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())));
$instance->add($f);
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
$instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
$instance->add($g);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService.php', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'fr');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
return $instance;
}
/**
* Gets the public 'security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function getSecurity_AuthorizationCheckerService()
{
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);
}
/**
* Gets the public 'security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function getSecurity_TokenStorageService()
{
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, [
'session' => ['services', 'session', 'getSessionService.php', true],
], [
'session' => '?',
]));
}
/**
* Gets the public 'sonata.admin.global_template_registry' shared service.
*
* @return \Sonata\AdminBundle\Templating\TemplateRegistry
*/
protected function getSonata_Admin_GlobalTemplateRegistryService()
{
return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
}
/**
* Gets the public 'sonata.admin.pool' shared service.
*
* @return \Sonata\AdminBundle\Admin\Pool
*/
protected function getSonata_Admin_PoolService()
{
$this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this, 'Sonata Admin', '/build/logo/logo_'.$this->getEnv('string:APP_SITE_SLUG').'.png', ['confirm_exit' => false, 'html5_validate' => true, 'sort_admins' => false, 'js_debug' => false, '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, 'enable_jms_di_extra_autoregistration' => true, 'mosaic_background' => 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOcAAADnCAYAAADl9EEgAAAXfWlDQ1BJQ0MgUHJvZmlsZQAAWAmtWWVYVU3Xnn0KOBy6u7u7u7sbgUN3NyopUkoISIoggqCCQYmIiCCCiKACBiAhkiqooAjIu0F93ufH9/779nWdvW/W3GvNmlkzs/daAMDQgg8NDUSQAxAUHBluqafJbu/gyE7wFhACKkAHhAEG7xERqmFubgz+57U9AaDDxhcih7b+J+3/bqDw9IrwAAAyh5vdPSM8gmDcAgCizSM0PBIA1KE9rpjI0EOcB2PqcNhBGNceYp/fuOMQu//Gw0cca0stmDMLACEOjw/3AQC3DsvZoz18YDskOAAwlMGefsEAULHDWNXDF+8JAIMbzBEOCgo5xDkw5nf/lx2ff2E83v0fm3i8zz/491hgTbhjbb+I0EB83NEf/5+3oMAoeL6OLlr4jguN1LSEn/TwvNH7RRpYw5gaxuK+Ufo2f7B2vK+13SEXltsHu5uawZgSxp4eEVrwXALYDhQdEGJ0aOeQk+Pppa0DY3hVQCUR0VZ/8ZV4Xy3TPxx7f7zhYcxIYU4HPhxGv/t9FBppfujDoc03wYGmxn/whne47qF9WI7AeEXoWMEY9gHBHBlufSiHfUaIevvpGsAY7hehGRp4tOYOOZbhUZaHY+GGsadXsM1f3QxPvLYRLGeG5WXAGGgBbcAO30NAIPwLB37AE37+lXv8S24F4sFHEAy8QASsccRw9UsJ/4uBLsDD+j5wu8gffc0jiReIhrX2//JG1tvX/+I/Ou7/aOiC90c2/lgQvyq+Ir73l81O9tcvjA5GG6OP0cUI/JXAPf0eRfiRf0bwaLxAFGzLC+77rz//HlXUP4x/S3/PgeWRVgDM8PvbN7A98szvH1tG/8zMn7lA8aIkUTIoTZQKShWlANhRtChGIIKSRsmjNFBqKCW4TeFf8/xH64//IsD7aK6ij7wPAB9gz+FdHekVGwnHCmiFhMaF+/n4RrJrwKeFlzC7QbCHqDC7pLiEBDg8ew45AHy1PDpTINpn/5V5LQOgDK8NotH/yvzPAdDYDwBd1n9lvE7w/hUG4OZzj6jw6N/2UIcPNMACMnilMQBWwAX44fFLAlmgBNSBDjAEZsAaOAAX4AF8YX/DQQw4DpJBOsgGeaAIlIEqcAlcAdfBLdAOusAD8Ag8AaNgHLwFs2ARrIENsA12IQgigEggKogBYoN4ICFIEpKHVCEdyBiyhBwgN8gHCoaioONQKpQNFUBlUDXUAN2E7kAPoEFoDHoNzUEr0BfoJwKJwCGoESwIXoQYQh6hgTBCWCOOIXwQYYh4RBriLKIEUYO4hmhDPEA8QYwjZhFriC0kQBIjaZEcSBGkPFILaYZ0RHojw5EnkVnIYmQNsgnZiRxAvkDOIteROygMigrFjhKBY6mPskF5oMJQJ1E5qDLUFVQbqg/1AjWH2kD9QpOgmdFCaEW0Adoe7YOOQaeji9F16FZ0P3ocvYjexmAwtBg+jBy8fh0w/pgETA6mEtOM6cGMYRYwWwQEBAwEQgQqBGYEeIJIgnSCUoJrBPcJnhMsEvwgJCZkI5Qk1CV0JAwmTCEsJmwk7CZ8TrhEuEtETsRDpEhkRuRJFEeUS1RL1En0jGiRaBdLgeXDqmCtsf7YZGwJtgnbj53CfiUmJuYkViC2IPYjTiIuIb5B/Jh4jngHR4kTxGnhnHFRuLO4elwP7jXuKwkJCS+JOokjSSTJWZIGkockMyQ/SKlIRUkNSD1JE0nLSdtIn5N+IiMi4yHTIHMhiycrJrtN9oxsnZyInJdcixxPfpK8nPwO+ST5FgUVhQSFGUUQRQ5FI8UgxTIlASUvpQ6lJ2Ua5SXKh5QLVEgqLiotKg+qVKpaqn6qRWoMNR+1AbU/dTb1deoR6g0aShppGluaWJpymns0s7RIWl5aA9pA2lzaW7QTtD/pWOg06LzoMuma6J7Tfadnolen96LPom+mH6f/ycDOoMMQwJDP0M4wzYhiFGS0YIxhvMDYz7jORM2kxOTBlMV0i+kNM4JZkNmSOYH5EvMw8xYLK4seSyhLKctDlnVWWlZ1Vn/WQtZu1hU2KjZVNj+2Qrb7bKvsNOwa7IHsJex97BsczBz6HFEc1RwjHLucfJw2nCmczZzTXFgueS5vrkKuXq4NbjZuE+7j3Fe53/AQ8cjz+PKc5xng+c7Lx2vHe5q3nXeZj57PgC+e7yrfFD8Jvxp/GH8N/0sBjIC8QIBApcCoIEJQRtBXsFzwmRBCSFbIT6hSaEwYLawgHCxcIzwpghPREIkWuSoyJ0oraiyaItou+kmMW8xRLF9sQOyXuIx4oHit+FsJSglDiRSJTokvkoKSHpLlki+lSKR0pRKlOqQ2pYWkvaQvSL+SoZIxkTkt0yuzLysnGy7bJLsixy3nJlchNylPLW8unyP/WAGtoKmQqNClsKMoqxipeEvxs5KIUoBSo9KyMp+yl3Kt8oIKpwpepVplVpVd1U31ouqsGocaXq1GbV6dS91TvU59SUNAw1/jmsYnTXHNcM1Wze9ailontHq0kdp62lnaIzqUOjY6ZTozupy6PrpXdTf0ZPQS9Hr00fpG+vn6kwYsBh4GDQYbhnKGJwz7jHBGVkZlRvPGgsbhxp0mCBNDk3MmU6Y8psGm7WbAzMDsnNm0OZ95mPldC4yFuUW5xQdLCcvjlgNWVFauVo1W29aa1rnWb234baJsem3JbJ1tG2y/22nbFdjN2ovZn7B/4sDo4OfQ4UjgaOtY57jlpONU5LToLOOc7jxxjO9Y7LFBF0aXQJd7rmSueNfbbmg3O7dGtz28Gb4Gv+Vu4F7hvuGh5XHeY81T3bPQc8VLxavAa8lbxbvAe9lHxeecz4qvmm+x77qfll+Z36a/vn+V//cAs4D6gINAu8DmIMIgt6A7wZTBAcF9IawhsSFjoUKh6aGzYYphRWEb4UbhdRFQxLGIjkhq+CNvOIo/6lTUXLRqdHn0jxjbmNuxFLHBscNxgnGZcUvxuvGXE1AJHgm9xzmOJx+fO6FxovokdNL9ZG8iV2Ja4mKSXtKVZGxyQPLTFPGUgpRvqXapnWksaUlpC6f0Tl1NJ00PT588rXS6KgOV4ZcxkimVWZr5K8szayhbPLs4ey/HI2fojMSZkjMHZ73PjuTK5l7Iw+QF503kq+VfKaAoiC9YOGdyrq2QvTCr8FuRa9FgsXRx1Xns+ajzsyXGJR2l3KV5pXtlvmXj5ZrlzRXMFZkV3ys9K59fUL/QVMVSlV3186LfxVfVetVtNbw1xZcwl6Ivfai1rR24LH+5oY6xLrtuvz64fvaK5ZW+BrmGhkbmxtyriKtRV1euOV8bva59vaNJpKm6mbY5+wa4EXVj9abbzYlbRrd6b8vfbmrhaalopWrNaoPa4to22n3bZzscOsbuGN7p7VTqbL0rere+i6Or/B7NvdxubHda98H9+PtbPaE96w98Hiz0uva+fWj/8GWfRd9Iv1H/40e6jx4OaAzcf6zyuGtQcfDOkPxQ+xPZJ23DMsOtT2Weto7IjrQ9k3vWMaow2jmmPNb9XO35gxfaLx69NHj5ZNx0fGzCZuLVpPPk7CvPV8uvA19vvol+s/s2aQo9lTVNPl08wzxT807gXfOs7Oy9Oe254Xmr+bcLHgtr7yPe7y2mfSD5ULzEttSwLLnctaK7MrrqtLq4Frq2u57+keJjxSf+Ty2f1T8Pb9hvLG6Gbx58yfnK8LX+m/S33i3zrZntoO3d71k/GH5c2ZHfGfhp93NpN2aPYK9kX2C/85fRr6mDoIODUHw4/uhbAAnfEd7eAHyph3MBBzgHGAUAS/o7NzhiAICEYA6MbSEdhAZSHkWPxmIICcQJHYhSsfdxGBI8aTs5liKQcohahqaCDtAHMIwwyTLnsayxqbPncoxxYbkVeBx4A/iC+J0FNAVZBDeFHgmXigSIqoiRiL0Tb5ZIkrSQ4pD6KH1H5pSshRyz3KJ8k0KsooYSVumFcoWKp6qw6he1dvXjGpqaOM13Wt3ajTqVuvl6J/XxBmqG9IabRsPGTSaVptVmXeYLlmgrBmtGG3JbpO2e3a4DcCRyInUmOYY6tuUy7zrq1oO/7V7nUeqZ5RXn7eNj7avpJ+0vGMARyBBEFowM/hYyHzoadje8NuJsZGJUenRrLCrOK77nODjBe1Ix0SDJKTkq5WxqUVrCKelTC+m5p80zeDKJs0A2IofiDP9Z1VzTPLt8xwLHc/aFtkXWxRbnTUuMSvXKNMtVKxQqpS6IVAleFK82qkm9NHvZoO5a/VoDRSPPVYlrSte1m0ya7W643vS9FXo7puVka0rbqfaMjuw7uZ1Fdyu66u61dPffn+yZfTDR2/zQu4++73F/8aOYAe/HxwbthiyeGA3rPdUfsX4WNnpx7PUL4pdi41oTBpM6r+Rf87whfbPzdnnq1fSDmUvvUmd95mzmTRdM3pstmn0wXFJYplueXclalV6dXbuyHv9R/xPhp4bPep8XNi5txn5x+Wr2zWTLf7v3x+mf7fvaBwd/4i+BRCFXULPoBcwGIZJIFutLXIGbJRUkiyF/RMlAFUf9klaSLoV+mlGGKZ15lJWRzZ49n6OLc4pri3ubZ5X3Kd8l/nABVUFCwZdCVcL+IjIiv0QfiZ0Vt5Ngk1iSbJKKllaRgWT6ZbPkzOSp5CcUShWdlFiUpuBV4KzKoDqpdl7dSYNXY1dzXOumdo6Ol66yHoXeB/0ugyLDaCMvY3cTX9MQsyBzdwszSyUrQWsmG1JbhO223ZL9hMNDxyancuesY/Eufq72btp4MXd6D8hj1XPcq8+71afOt9gvzT8kwCFQPYgvmAReCXOhM2HfIjgiXaNKox/EvIpdiFuP3zlOfIL1JH8iexIm6V1ya0puaniayymbdPvTfhmpmZVZ17Nbc9rOtJy9mXs9ryH/csHFc+WFRUW5xZnnU0riSkPKfMr9KpIq71cJXLxSw3epoPbF5Z160iuMDVyNgvA6kLuu2qTdbHLD4WbgrfTbl1q6W8faZtqXO752Iu/SdQndU+pWvy/Xw/EA8WC+d+Bha199f/mjvIFTj+MHw4cin2QOd43QPjsxOv2c8YXaS+tx74mkycuvnr3+9pZySmTaeCb03fnZu3PP52cW5t+vfUDD0U9eGVujWBf/KPOJ9zPZ5x8bHzYnvwx9vfOteitx2/Y73/ftH1078T+VdnF72vsrf+IvCq0hKpEuKAE0AXoTs0KwSjhPtEmMxfGQaJA6kiWTX6MYozyg5qHRofWnO0VfxdDC2M/0mPkRy13WarZYdk32nxy1nEaca1wZ3HzcvTwuPDu8hXzifEP8PgIEAvWC+oJLQunC/ML9Ih6iQLRSTFnslXgU/HXTLGksuSyVKs0q3SFjKbMue0qOTa4d/mpZVkhUpFW8qqSh9FzZQ/mTSoIqgWq5mrTahHq8BqtGh6aZ5mstX60D7Rodc10i3Yd6x/Wl9VcNagydjeiNJoyLTKxMyUwHzVLNlcy/WTRbBljxWb23rrY5Zstg+9Iu117f/sCh1THQidtp2rn4mOmxbZdCVx7XFjcNtzf4WHdO91fwOeLrpect56Pga+CH9w8KwAeqBZEHTQVfDgkKlQndC3sYnhVhHkkT+TaqKtozhjfmQ+yFOJ24qfjABOqEF8fvnug+2Zf4MOlOckNKcWpqWsgpp3Sd04IZ6IyXmaVZjtnc2bs5s2eenr2TezHvZL5TgeI5xnM7hRNFt4rPnz9TUlBaXXa7/FHFq8rVC7sXSarZa6Qu6dc6Xw6pO1mfeSWnIakRf1XuGum1L9c/Nu3cwN1kvSV527wlobWl7UeHwp3QztK7N7o67t3tHry/9UCv906fVf/WQPGg1NDL4TMjbqMGzzVeak4EviadWpsfWd36tnMY/981osN3AkYWgHPJANinA2CjBkB+HwC843DeiQXAnAQAawWA4PUGCNwwgBTn/nl/QAAJMIAYUMD1GTbAB8SBIlyjMAOOcI4cAWeXueACaALd4BmYA9/gzJEZkoD0IFcoBsqHrkGPoQ8IDIIfYYyIQFTCed4BnNdFI+8gf6H0UOdQ82gpdAb6HUYRU4rZhTOsIUI5wnoiJqJ8LDE2kxhLnIdjxNWTSJN0kaqQdpLJk90l1yd/SxFJSU55nUqbaozamnqMxozmOa0r7Q+6UnoV+hmGE4xMjJ1MLsxEzF0s0azSrF/ZbrGHc8hw7HEOcBVz+/Io85LyzvLd5s8QcBfUEOIVJhXeFfkk+l5sXLxVIkFSQnJGKkNaRvqzTIdsgVycvKeCsaK4Ep0yqYqoarm6kMYZzUGtzzqEujR6DPrMBtyG0kamxmEmJaZ9Zl8suCztrM5aD9ii7LTt0x2GnWid3Y81urx3w+Ap3DHuWx6LnlNeqz5kvkZ+Rf5LgcpBhcGfQg3DGiNwkWFRb2J0YzviRRLqTrCfLE+iTc5PxaYln9o67Z+xlpWdE3S2NZ/iHGPhx+KGEtcy2vLRyjNVehe3anJrqS9n1G1fCWj4cjXvuk4zxY3NWx9altvWOpY6F7o279M90Hro0u82YDWo9kTsqcAz2bHgFz8mUW+IpqreUc11L5IuH1/T+Nj8efeL7Dfdbez3Mz+GdpZ/Lu6+3mvZz/vlfiB+dH4cxp8ArqlRwjUHDiAIpIAK0IfrDG5whSEBZIJS0ADuwHWEabABoSFGSPwo+nFQIXQDGoE+IsgQUghHRCriFmIRyYZ0RdYi11GyqDTUOFoAnYyegmNfTgAIfAnGCXUIO4jEiBqxAthrxNLE93HmuAWSWFIi0iIyDrIbcP76liKGkpayncqW6iP1CRosTQmtCO0QXQg9HX0Pgx8jNWMPUwgzN/MUSymrPRs922v2Sg5PTnEuwPWS+ypPGq8znzScy60KDAveht9iuSKposfFIsU9JNQlcZIjUlnSRjJ0Mpuyr+UG5NsUahRzlOKVo1UyVTvUvmtIaXpqZWvX6bTp3tW7q3/PYNBwzhhhImhqa3bKvN1i3Yrb2tWm0nbGntPB37HNmeCYnUuZa7/bGL7XvcEjw9PPy9Jb38fBN8WvJ4Ak0D2oK4QxND5sOkIzsiGaLCY09kk8R0L08dGTMom1yUwphWnYUwnp6xn4zPns+DPiuYi86YKbhdHF0ue/lN4sj6pUvPDzYl2N5KXK2qU6vnrfKzca6a5WXFdp+nij9JbC7ZFWfNtuR02nRRe413DfuGezt6rP/ZHiY44h1JOnT6OfYUaznuNe1Iy7Tpq8DnxbP700yzZv/j75Q/cK3VreJ96Np18Lt3N2DHYl9y7sv/+1+Sf+KEAE1zPp4egLwbUmLWAOV5iCwAl451eDFvAYzMD7HgfxQurQMSgBKofuQXMIIjjqeEQRYhRJg/RC3kMxo5JQq2gH9FOMFuYeXE95QGhMOE0UgSXD3iC2xSFx7SRhpBKkP8j6yUspoigdqAyoDWksaA3p5OgFGGQYXZnimCNZ3Fmt2UzZTThMOI25TLgteVx5I/jO8DcKPBZcESYRkRP1FisTn5BklPKUbpbZlTOXf6qYqeygilbLU9/TNNJKhSPYrtul160/YrBrZGTcZipqds1C1LLNWstmwi7IAet4zdnWhcKN2N3V08nrvY+Sb7bfhwDLwOFgk5DnYU7hy5EJ0awxM3GPEnpOVCbaJP1MqU6zTWc7vZF5LzvnjHeuXj5DwZNC76Lt86mlFGU1FbKVT6u8q6Gailr5y+P1UQ1MjY+vJTbp3RC7pduS2FbTkdvp0EV3b/J++QOHhwR9lx9JD9wd1BmaHI4dERtFjm28WB4fm8x/zfem8u2vaZ2ZrHdP5sjmbRYuvl/5ILEUsHxx5fHq6jr6I/Mn8c/aG3ab+C+eX82/cX7b2jqzzbzd+F3he9n3nR92P9p2aHfCd9p2dn+q/0z7ObhLumu1e353dI9wT30vdu/m3so+x77DfsH+0P7+L4lfnr/O/3ry69eBxIHXQcnB8GH8I7ylJA/fHgDCacLlx5mDg6+8ABAUALCff3CwW3NwsH8JTjamAOgJ/P1/h0MyBq5xVmwcoiGOXI7D57+v/wDYS4aShLvGpgAAAdVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj4xPC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPjI8L3RpZmY6UGhvdG9tZXRyaWNJbnRlcnByZXRhdGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjl0tmoAACcLSURBVHgB7V0LvE1VGl/kmp5IEslrIqEQpcdIuDUeeZVL6DFRpJIk5ZVUE8pQjcTElNKQR4qiUnlWqIbkEcKQ8cgrjwpFNf6r9p3j3L32c621197n+36/c8+5e6+91rf/6/zPWnut75Hv12PCQsqRI0dC1hCfy0844QSWP39+R4V//vln9ssvvziWkX0SOkE3P5JJ/eYHFxllvXxP3NrJ54echw8fZm+//Tb74IMP2JIlS9j69evZgQMHmAR+u+lpzPnnn3+e3XbbbY76dO/enY0YMcKxjMyT+fLl431RtmxZz9XiB+QPf/iD5/JU0D8CJ510EkOfXHjhhax+/fqsZcuWrHjx4p4rKuCl5I4dO9jQoUPZmDFj2Pfff+/lksSWOXr0qOu9ffvtt65lZBZo2LAh/xL4qVO3jn50S0rZQ4cOsTVr1vDXlClTWNeuXVmLFi1Yv379WI0aNVxv03F+hhHx2WefZRUrVmRPP/10xhMTaGLEcZO9e/e6FZF6/r777vNd365du3xfQxeEQwCPOm+88Qa7+OKL2R133MG+++47xwqF5MSFzZo1Y+j4gwcPOlaSSSe9kFPnqFS1alWWnZ3tuwu2bt3q+xq6QB4CL7zwAqtZsyb78ssvhZXakhNfrnr16rF3331XeGGmnvjxxx9db10nOXv06OGqj10BIqcdKnqPbdy4kdWpU4d99tlntg3nISe+fE2bNmVffPGF7QWZftBtKgJ8dE1rS5Uqxdq3bx+oS4icgWCTfhEWVBs3bszWrVuXp+485MQ09tNPP81TkA78hoAXcu7fv18LXL169WJZWVmB2sKvNokZCOzbt4/l5OQw7IakynHknDdvHhs9enTqefqchgB+6dxEx/4hluTdtnSc9NywYYPTaTqnGYFVq1axgQMHHtfqceQMsup3XG0Z8I/byKmDmIC5b9++ofYpsUdNYhYCf/vb31jq40YuObH4s2LFCrO0NVAbN3L+9NNPyrUuXbo069y5c+B2sP+2ffv2wNfThWoQwB46tiwtySXniy++aB2jdwcEdu/e7XCWMR3kfOSRR1jBggUd9XA66bR873QdnVOPwCuvvMIsQxdOTkzFYJZH4o7Ali1bHAt52WpxrMDlZJUqVdjNN9/sUsr59MqVK50L0NnIENizZw9bvHgxb5+Tc+nSpXlWiiLTzvCGd+7cyZxWY61fPVW3gWmPm+G9W9tETjeEoj2/YMECrgAnJ01z/HWG0x6wX88QPy03adIkkDVQehvLli1LP0T/G4SAxUdOzm3bthmkmvmqLFy4UKhk0H1HYYW/nyhQoAB76qmn3Iq5noe9NDyKSMxFwFqx5eTMdE8Tv9300UcfCS8BiVRI7969WYUKFUJXjf1NL3u1oRuiCgIjYPGRk9OLMXfglhJ4IUZOkTO1CnKWL1+e9enTRwqSZP0lBUallVjfLU5OpS0lsHKMPKKpoQpywsFblmO006ifwK6K9S0ROQN236xZs2yvDLP/aFdhp06dWIMGDexOBTpmrQQGupgu0ooAkTMg3CJyYpsD4SlkyDnnnMOGDBkioypeB/bQ4JlPEg8EiJwB++mTTz4R7ncWLlw4YK3/vwxxgcaNG8dOO+20/x8M+QmODSTxQYDIGbCv8NCOQGd2UqhQIbvDvo5hdbZu3bq+rnErLBrt3a6j89EgQOQMgfs777xje3XYkfPSSy9lAwYMsK07zEEiZxj09F9L5AyBuSiMSxhyFitWjE2ePJnJXvVdvXr1ce5IIW6bLtWEAJEzBNDffPON7QJL0aJFA9WKxSQQE+FHZMu0adNkV0n1KUaAyBkS4Llz5+apwU/g4NSLEYZU9nOmVT9CMpLECwEiZ8j+siNniRIlfNfas2dPHsvU94UeLoCtJjyPSOKFAJEzZH/Nnz8/Tw1nn312nmNOB9q1a8cGDx7sVCTUOUyVSeKHAJEzZJ9hYz/dARthRLxKq1at2EsvvcSwr6lKxo8fr6pqqlchAkROCeB+/vnnx9XilZytW7dmII5KH9C1a9cy8t88rnti8w+RU0JXpX/5y5Qp4zoS3nPPPWzChAnSt0zSbwcxaUjiiQCRU0K/WZ7rVlUwfoddrJ3AGXvkyJE8yprKqSzaRsgUCtxm1wvxOEbklNBPmzdvzlOLnWM0gnMtWrQoVFjLPA05HJg5cyZDzCOSeCJA5JTQb3bp9EBES8444wyGgMHYzvCSl9G6Luw7/EBJ4ouAmpga8cUjkOZ2gaYvv/xyBtIiSU2bNm2kOUt7VRALQe+9957X4lTOQASInIo6pW3btgyvqOSZZ56JqmlqVxICNK2VAKQs52oJqvAqkB8UvqAk8UaAyCmh/0qWLCmhFnlVYNRUHXlenrZUkwgBIqcIGR/HK1eu7KO02qKIRj98+HC1jVDtWhAgckqAuX79+hJqkVMFiGnFPZVTI9USFQJEzpDIn3zyyax58+Yha5FzOfY0hw4dKqcyqiVyBIicIbugQ4cOUoNwhVEHCXV/+OGHMFXQtQYhQOQM0RlYpQUhTBAEG4N3C0lyECByhujLfv36sbPOOitEDXIu3bt3L+vYsaOcyqgWYxAgcgbsCpjhIXpB1IKsYX/5y18YZYqLuifkt0/kDIAp8pZgk192hLwAqvAICpSVPAhy5l9D5AzQR3D5SjVsD1CFlEvefPNN9vDDD0upiyoxDwEip88+6dy5M59G+rxMenF4uNx4443S66UKzUGAyOmjL+rVq2eE9c2mTZvYtddeyw4dOuRDeyoaNwSInB577Pzzz2evvfZa5M+ZCCjWqFEj7o7mUXUqFlMEiJweOg6G7Ui9UKRIEQ+l1RXBSNmsWTO2fv16dY1QzcYgQOR06YrTTz+dOy2LYgK5XC7t9M8//8z9QyltvDRIja+IyOnQRaeeeipDZi4TvE66dOnCEBOIJHMQIHIK+hoG7UjxV7NmTUEJfYexXTJ27Fh9DVJLRiBA5LTpBhATIybiAEUto0aNYoMGDYpaDWo/AgSInGmgg5hY/DGBmDNmzGDdunVL05D+zRQEiJwpPQ0vE0xlr7jiipSj0XxEigcECIPtLElmIkDk/L3fTznlFD6V/dOf/hT5N2HHjh2sRYsW7PDhw5HrQgpEhwCFxjyG/WmnncaJWbt27eh64veWjxw5wpB5jLxMIu+KyBXIeHIWLlyYvf/++0asyuLb0KdPH7Z48eLIvxikQPQIZDQ5ixYtyhBBoFq1atH3xDENsABEwaCN6AojlMhYchYrVozNnj2bVa1a1YiOQCDoTp06GaELKWEGAhlJzjPPPJPNmTPHCMsf62tw7733kjG7BQa9cwQyjpwYMefOncvgZWKKfPzxx+zVV181RR3SwxAEMmorBc+YphET34Pu3bsb8nUgNUxCIGPIWahQIb4qa4IRe+oXAEYPMDggIQTSEcgIciIgF4JgVa9ePf3+I/9/yJAhketACpiJQOLJmT9/fjZlyhR22WWXGdcD//nPf9iHH35onF6kkBkIJJ6cI0aMYE2aNDED7TQtJk2alHaE/iUE/o9AosnZo0cPhmh5pgosk0gIARECiSUnDMeffPJJ0X1HfvyXX35h//73vyPXgxQwF4FEkrNWrVrsX//6F8uXL5+xyG/evJkdPHjQWP1IsegRSBw5ESlv2rRpDL6ZJgvcwkgIAScEEkVObJlMnz6dgaCmy759+0xXkfSLGIFEkfPll182xvVr3rx57OjRo8LuxRYPCSHghEBiviGIUJeTk+N0r9rOYfS+5ppr2E033SQMM4JRnoQQcEIgEeREFPT+/fs73ae2c/Pnz8+N/YP0DcOGDbNtu3jx4rbH6SAhYCEQe3JWrFiR58o0YWUWNrLNmzdnCDViCbJfb9y40fo3971UqVK5n+kDIWCHQKzJiaBcWJlFDKCoZfXq1axhw4bshx9+OE4VpFGwy6EJnUuUKHFcWfqHEEhFINbkfOWVV1ilSpVS7yeSz+vWrWPZ2dkM0QzsZPLkyWz79u15Tl144YV5jtEBQsBCILbk7NmzJ59CWjcS1TumrA0aNGA7d+4UqoDREyvJ6WKiMX66jvR/dAjEkpyIxv74449Hh9rvLf/3v//lxLQbFdOVmzp1avohZkKM3DxK0QFjEIgdOZGSb+LEiZEnsQUxkeka714Ei0Xpo2udOnVYwYIFvVxOZTIQgdiREzazUa90WsT8+uuvfX1lsM2SKieeeCK76qqrUg/RZ0IgF4FYkfO+++7jK6K52kfwYcuWLax+/frMLzGhql3i2+uuuy6Cu6Am44BAbMh5wQUXsIEDB0aKKYiJqeymTZsC6bFixYo817Vs2dJo75k8CtMBbQjEgpxZWVncBSzK57OwxESPLl++PE/HwlIIz54khEA6ArEg5+DBgxlGzqjEesYMOmJaemNBaPfu3da/ue+m2ATnKkQfjEDAeHJeeeWVDNHQoxIQE8+YYYlp6b927VrrY+5769ataWqbiwZ9sBAwmpyYzo4ePTqyL+7WrVulEhOgI+JeumBqCwsjEkIgFQGjyQmbVBi2RyEwLJA5Ylr3YEdOnGvfvr1VhN4JAY6AseTEM+YDDzwQSTchhAhM8kRECqOUnYcK6sOWSpQLXmHuia5Vg4CR5IT715gxYyKxAtq1axcnJozZVYiInPBSadSokYomqc6YImAkOW+99VZ2ySWXaIcUcX0QwcBu0UaWMiJyon5atZWFcjLqMY6cp556Khs0aJB2dL///nvWuHFjtnLlSqVt41k21Rk7tbGmTZtGMltI1YE+m4OAceTs1asXQ3JbnXL48GGGINSfffaZ8mZ//fVXhpi1doJMaLRqa4dMZh4zipyIDKA7VyUi5LVp04alG6Wr/Do4LTTRc6dK5ONVt1Hk7NOnj/Zg0LfffjtPD6iz27788kthc1glJiEEgIAx5MSoCaLoFATfgguablm1apWwySpVqjA8d5MQAsaQE+5gOmO5jho1KrJER07kxDYSxRYiYgIBI8iJKHqdOnXS1iMI+tytWzdt7aU3BHJiYUgkFSpUEJ2i4xmEgBHkhOkaVip1yNKlS1m7du0cyaFaD2zbOD13ilarkcIBP2Qnn3wyO+GEE1SrSfVHjECBiNvnzXfs2FGLGjDLw5bJTz/9pKU9p0YWLFjAqlatalsEmbjLly/PypYty8qUKcMTM+E5NH3aj6h+3333HYOBPrxn8IJDN+IVLVu2jB06dMi2fjoYDwQiJ2flypW1WAOBkNdff71t/Ngouurtt99md955p23TiLaAl5tg9CxSpAh/pRMd02aQdNasWfy1cOFChoS9JPFBIHJy6ho1QYRPPvkk8p7BSAhLJIzgKgULSzVr1uQvbFHBZvjVV1/lqSswqpKYj0Ckz5z45UcmLtXy3HPP2QZ1Vt2uVT+mox06dOABvmCAAH3+/Oc/W6e1vOM5FotgSHW/ePFi1qpVq8j8ZLXccAIaiZScdevWVW6qh6nd/fffH0lXYeFmwIABbNu2bdzLBiOZCXLxxRezSZMmsa+++ordeOONJqhEOtggECk5kZFLpWBV9IYbbnBMYquifUwpu3TpwtavX89TExYuXFhFM6HrxKIT0kTAphg/lCRmIZBocuI508mOVUVX4Jlyzpw5bMSIESwuOTgvuugirjN8aE3I2KaiX+JYZ2TkRKQDbBWoEowIWADRKW3btuXhLxGULI6C52IYSFx99dVxVD9xOkdGTmSjViWIMavbAujRRx/ldrpxt4s9++yzuSMAMoVjek4SHQKRkRPBs1QJprPpSWxVtQWrHRjPw4g+KYJ7wkLWW2+9xa2RknJfcbuPSMiJzr/00kuVYIUMZO+8846SutMrxciCBL6YziZR4FsKSyaROWES79mke4qEnNWrV+c2orKB2LNnj9bp7NixY/lqsOz7MKm+GjVqsEWLFrFy5cqZpFZG6BIJOVXlBunRo4cw9bvs3sQzmQ4DCtl6B6kPxMQK9DnnnBPkcromIAKRkFNFRuclS5aw8ePHB4TB32WIMYuA15kk1hYRnOJJ9CAQCTmrVasm/e50BaDG9g+ms5m4kvnHP/6RzZgxgyHpL4l6BLSTE/a05557rtQ7g4cHFi5Ui7UAFPftkjA44Rl0woQJGfnjFAa3INdqJ+d5550n1VEYblAIp6lDevbsya644godTRndBswuM21aH0WHaCcnAljJlHHjxrHVq1fLrNK2LmzOYxGI5DcEsK9br149gkMhAtrJCedqWYJRE4l1dcjQoUNpQz4FaMv4omjRoilH6aNMBLSTE6t+smTq1Klsw4YNsqoT1nPZZZfxwNPCAhl6Aiu3w4cPz9C7V3/b2skpcyl+2LBh6hE61gJM2UjsEYB1FGIekchHQDs5S5YsKeUu4NGPl2pBtjNkHiMRIzBy5Mg8wcfEpemMVwS0k1PWyIlQHzqkd+/eOpqJdRuwHMJKNolcBLQG+MI+oQwHZEQ4mDJlilwkbGrDCi3S8pkgCLeCCHrwtsFCGEKgwCAdL5ADW1RYpIlKHnzwQR6KZefOnVGpkLh2tZITga5kBEN+/fXXGdL2qRbkbpGhrww9582bx5ysoE466SSGiAbYh0UI0Nq1a8to1nMdCHb90EMPaXU88KxcTAtq/amVZfalK/mQrrCd+O4gbKfTPqrbKjcCSGNkxZYPCAozQ5BF50gGvGTMjGLKJelqx46ce/fuZRhFVAu2T1R7YWCKiq0ITEnhDIA9W0RwtxM3cqZfgyjwTzzxBHf16tq1K/vmm2/Si0j/Hz++9OwpD9bYkROG1zoil+fk5MhDOa0mkPKxxx7jqRbg5pYahEyUQ8UvOa0mEen+H//4Bzv//PP5u1MCJeuaMO9ISIUpNkl4BLSSMz3XRxD1QU4dguc22QJiwKMFIyXIuX///jxNiEwRzzrrrFDeIFhEwwgKkzvkjFEliN6XKX6uqjC06tVKTiTeCSP4csPpV7XAayboSCXS7euvv+ZR7TCyOJFDNHKiXhmpAT/++GNWq1Ytpakp7rrrLhEMdNwHAlrJGTbr1fLlyxmeOVVLdna21CYQ1wgJcefPn+9arxM5K1as6Hq9lwJ4/sQIqirWEu5Vhc+ul3tLUhmt5Ay7/aHDZxOdKysyIGYK2P/DNO/gwYOevjc6yAlFjhw5whDRYebMmZ708lsIOVBJwiGglZxhR85PP/003N16vFrGHiEWYrCo9NRTT3ls9bdiyLEpwgmLOjLl6NGjPKERprqyJakRCWXj5FSfVnKGHTmR00O1IK9J2Ej0GCURNBtxX/0KnqvXrFlje5mKqSIIisWvzZs327YZ9GDp0qUZoiySBEdAKzmxBXLgwIFA2mI0QWIg1QIrmzCCqWzr1q3Z7NmzA1ezcuVK22vhC6vCRA8hRTHFxVRXpiAPKUlwBLSSE2pu3749kLZIV6dDwk4dEW0e2aTDCBa+7ARbUbIWhdLr/+KLLxhSSsgUImc4NGNDTtFUL9zt570aEeaCClynXnzxxaCX514nIicKqJjaWg0/+eSTPB2g9X/Yd0T1l7G3HVaPuF4fG3KmWtGoBBs5K4PIihUrpCXpRV0iUUlOPO/efffdDO8ypECBAgyJekmCIRAbcsJWVIcEsafFogoyRMt6ZoOx+u7du21vF3uIKmXp0qU89KWsNi6//HJZVWVcPdrJGXRRB6nbdcjpp5/uuxkkynXan/Rd4bELRKOnypHT0rNv377Sfmho5LRQ9f+unZwi21E31XW5PvmNJrdr1y4lMYZEz50wKyxUqJAbXKHOY5YiK/Fw1apVQ+mSyRfHhpxBt2D8di72Of3IM888oyQXqIic0A1xjVQL/EJlCOyBTXFYl3E/OuvQTk48SwWxj4VXhQ7x80XCD4aqWEZO5JRhweSGJabpc+fOdSvmej4rK4sFXWRzrTzhBbSTE3gGeT7TlanaT38jca6qHw0YImChyU50kBPtvvzyy3bN+z4GayES/whEQs4gZniylvf9QyS+QmW4FKz8in7EdJETQbtl/CiWKlVKDCKdESIQCTkR68ZU8Wr/u3HjRqkb9nZ4YFvDTuB4reMLD5NJZHALK4hiSOIfgdiQU1c+zH379nlC8f333/dULkwhETlRp67RUwY5ixQpEgaGjL02EnLC2ReuUX4EcVp1iFdyenGcDquvCeR89913Q1sMIXQJiX8EIiEn1PTrQ6h6b8+Czut+6qJFi6xLlL0vW7ZMGMwMdqs6BPu4omdfr+1ncrJhrxjZlYuMnH5DZOgiJ54l3QSO1H5Hfrc67c7j+Xft2rV2p/hep59tH9tKPB5ETN0wAhtbEv8IREZOv9MlWQmQ3CDyQk4Y4etaPRZNbRF+Upczc1hy6sLKrW/jdj4ycsLB10+WMF17ZV5sf4P6pAb5cojIibp0GZUjT0sY0RFnOIx+pl4bGTkBiJ/gUrJDVYo6xIkM1jWiGD/WeZnvTvog7YIOWbduXahmfvzxx1DXZ+rFkZJz+vTpnnEPG6HAa0P4IrpZ/egkJ0Yt0bRQFzmRIgILQ0EliLlm0LaSdF2k5IRblNeVwAsuuEAL7iCC02gFJWAvqkvwQyFyNMdUX9ez+KZNmwLfstftqcANJPTCSMkJTL2awMEixq/HSNA+++CDDxwv9etW5liZh5NOPxa6njvDjJxYXyDxj0Dk5JwwYYJw2pZ+O8j8pUPcAnSZRE5dU9sw5EQqChL/CEROzi1btrCPPvrIk+ZIk6dDMFKJwoSg/XLlyjFd5oRoz2nk1PWDFea5McyUGPefqRI5OQH8888/7wn/unXreioXthCeOydPniysBqaEIKgucSIn4uzq2OQPGh8JWNLIGeybYgQ5p0yZ4im5K56vdFkKwVfTSVQH2kptG6OWKCI7Qk+GDYSd2pboc9AMcTDqoK0UEarOx40gJzoeCV7dBOZqjRo1cism5Tx8Tp0CWV911VVS2vFaiZMPrI6pbVBDAgSrJgmGgBHkhOogJ2xW3aRly5ZuRaSdf/rpp4V1tWjRQnhOxYmoyRnUeB3G+yTBEDCGnFiAwcqtmyBB0CmnnOJWTMp5hOkQrVLimfPqq6+W0o6XSpwyrOnYTgnq9rV48WIvt0dlbBAwhpzQbeDAgcK4OZbuMPhu1aqV9a/Sd4zkTqNn//79lbafWvmSJUuEW04wbSxevHhqcemfg+wxYxHJr2ugdMVjXKFR5MTigdtCDLBG6nZdgtCXosUYbO107NhRiyqI5SNyH4MCqv07g0TCh2OD17AvWkCMWSNGkRPYPf74466jJ6ZxOlYooQ9Gz969e+OjrSA5rq7AyU7PnTVr1rTVT9bBII4HOkK5yLo/E+sxjpzYE3vppZdcserWrZtrGVkFsOcp+qJhoQRxdnS4tEVFzoIFCzIEFfMrb7zxht9LqHwKAsaRE7o9/PDDDJ4QTtKuXTuthgC33nor+/bbb21Vgt0vnq2qVKlie17WQadFIZUjJ5wO/FpE4RFFlO9FFh5Jr8dIciKOz1//+ldH7GEV069fP8cyMk/u2LGDde7cWVglwj8i5GdOTo6wTNgT2DMUWerAO+XMM88M24Tt9UEeIV577TXbuuigdwSMJCfU//vf/+64AIIyN998M6tUqRI+apFp06Y5Zn/GFHfixIls7NixLOjWg9ONgJhOo5Gq0TNIpjAZSYSdsMiEc8aSE1ZD3bt3d+wDjJ5YkNEpGNHd3Nzwo7Fq1Sol1kxRPHc2aNDAF8SY4oeNnuCrwYQWNpacwBuLMG6p6Bo2bMgaN26stXtuu+02BntgJ8E0d8aMGTzfSJCcn6K6dZMTq7TnnnuuSB3b414dGWwvpoO5CBhNTmjZtWtX5hZQa+TIkUxX0GnohFG9ffv2fPqK/50EGa+RlKhJkyZOxTyfcyJnjRo1PNfjtaBfvbEQhKk9SXgEjCfn/v37HRdiAAG2MYYMGRIeDR81wBUKxhAPPfQQJ6vTpdiGePPNN9ngwYN9r3qm14uwLgcPHkw/zP+HSeGJJ55oey7oQayK+xHcY1AjeT/tZEJZ48mJTkAAare9zzvuuEPJM57bl+CJJ57gNrZIMeEmDzzwAJ/m+t2WSK3XKcYR6q1cuXJq8VCf8aPnx8F9w4YN0tIGhlI8IRfHgpzAGkYHTuZr+GLCUL1EiRLau+bDDz9k2AscPXq066iB6fAjjzwSSkenqa3MvVanrSO7G7jrrrtcZxF219ExewRiQ05M5WDw7pQv8owzzuARDHREBkiHExHm8OWEjatbkqNevXqxihUrplfh+X8d5ISDQZcuXTzrhIW72bNney5PBd0RiA05cStr1qxxNXpHwCuMYFEJ4sxmZ2fzFH1Y0bWLIIAfj9tvvz2wik7kDEP6VIUwanpdZd62bRu79957Uy+nzxIQiBU5cb+wc3322Wcdb/2WW25hffr0cSyj+iTi/mAxBaZ9d955J0O4zdQ08mEiKWBFVBRwSwY54R7m1foK99S2bVuhaaNqnJNcf+zIic64//77+SKRU8fAWACLRFELnMjHjBnDF6sw7YaDdt++fZmTnawXnUV5ZvzuSdq1hWdir+E/cS8mZyq3u7+4HIslObFU37p1a9dESCNGjOAmfqZ0Bp6X582bx7d9wnrViKa22O8N43iNeER4dvYieHzQbaHlRa+klIklOQE+nHivvfZaYaoClMEKLmw8/Sxs4Lo4iIic0L1cwLCdsA0eP34885L386233mJ33313HKCKrY6xJScQR5h/RONz2mMEQTGCRv0MKvsb4kTOIL6l+fPn58QsW7asq6rvvfcea9OmjTBsimsFVMATArEmJ+4QSX7q1avHsGLoJHgGhbdIFNssTnoFPYcfJJFZYxBywh4WMxE3gUEIIg+KXNfcrqfz3hGIPTlxq0h4C4IitYOTwFtk7ty52jJzOeki45xo9PRDToyYCEvaoUMHV5WwUn7dddcRMV2RklMgEeQEFNYIKgrGZcGF+EOIpaorOLXVrop3ETnhEeNF8IyJZ0cve66IQgjrptTtIC9tUJngCCSGnIAACXNghOCWJh1bGvhSPvfcc1q9WYJ3k/2VInJ6iYhwzTXXcMdtuNw5CciIhR/YBZPoRSBR5AR0eBZDwiP4UjoJFoqwDwp3rriOoiJyOm2lwPYWwbvx7Og2/cUeLUhM/plO3yR15xJHTkCFtPB4Nho+fLgrcnAmBpHh0lWhQgXX8iYVgDudXdbr9JETEfKxuoowK4hDhM9uAiOJWrVqMRj1k0SDQCLJCSjhWtWjRw+GqHlOxvIW7HAqRnweOG7D5C4uYjd6YtqOWQF+nLAAhpQSGC2bNm3qyZ8U0/0rr7ySbd26NS4wJFLPxJLT6i3E+0GAKqfAWFbZrKws7tiN+DcgqQw7VatuVe92ZoBYgQXBYOkDkiHurBfBSAzLKxix2xnse6mDyshDIPHkBFQgW+3atT17q+DLDK8MRB2YOXMm3//zYjUjr1u81ySysfVew28lMQIjeh8FgvaLnLryGUFOwIdNc4wkWPzBqq4XwaIRVjOnT5/O91CxnQB/TRw3ReD9EjYsCOxj69SpQxmoTenU3/XIGHJauMN1C7lNhg0b5mvqhkWWe+65h0d2hzXSP//5Tz4FDJKmwNIl6Dum24gAOG7cOO7jimlsEIGDOPKdPvjgg76wCNIWXeMfgXzHFk5+RedkondB9erV+aKJnzg5dhAjdg7yUGIlFC9Mh7Glg0WpMIIfBKwgn3feeaxatWp82okIezICVi9fvpyvaCM3DYlZCOB7iZSPBcxSS682IBKcnmFTOmjQoMDZwuBDiRfCYFqC7GSwVsIL+4XIs4IXvGmwsY8Xpsdw8UJIEGx3gIwYifFCyj1Y8KgQPFfClJHS86lAV16dGU1OC0Ys+iBT2E033cQGDBjAygV0ubLqwzsWlTDqmbZ3CoMCxAIOO6qn3it9VoNAsIcVNbpEWiu+rEjci+e5G264gU9TI1VIQeMwcIcpHhFTAbgKqiRypoGKL+7UqVP56iWM5OGJgSlq3GXWrFl8QSvu95FJ+hM5HXobe3/wxEAsXOx7zjsWYiTstoVDc8pOIdcpPE9oxFQGsZKKiZweYD1w4AAPd4LgXIgUALNAjESitAgeqtRaBAHGRI7ZWhWhxnwhQAtCvuBi/EsOm1W8EFUBLmrw3MCqL5bAseqqS2Azi9Ed2zhYFRalrIAHCkn8ECByhugzbIcsWLCAv1ANtkbKly/PsBcJoiJFA/7H6m+hQoUCtYTtDhigYz8SZoh4Ifcn9imRbTtVsNqM0T1d4FxOEj8EiJwS+wzPdHDhwuv1118/rmbsZcLPslixYpyo2MNERjBY9+AFooOIeMFyB3ui2B+FMbpXQTbwdHJiSi4KQO21XioXDQJETk24w8cUo59KixxMX2GtlBpYOn101XS71IwEBGhBSAKIJlWR/tyZhG0gk/DVqQuRUyfaGtpCGsTU7R4KYakBdEVNEDkVARtVtfCYmTNnTm7zQT1WciugD5EhQOSMDHp1DU+cODG38vR4Qrkn6IPxCBA5je8i/wrCOdwKM0Lk9I+fKVdwcprk2W8KMHHWA1snVnZtGEoQQePZm5yc8CkkSRYCCINpCSI/kMQHAYuPnJwIpUiSLARg+2sJoiiQxAcBGKpAODkrVaoUH81JU08IwBjBMniAKSFJfBBAWBoIJyfCRtJzZ3w6z6um1ugZNkaS1/aonBwE4EcM4eQsXLgwD/kop2qqxRQE4H8KQaiUKKIE8sbpjy8EsIBXv359fg0nJz4h4BNJshBYuHBh7g3BpY3EfASaNWvGMFhCjiNn0aJFzdeeNPSMAJIJW/lO3FL9ea6UCipFAI78luSSE8u3/fv3t47Te0IQsEbPxo0bJ+SOknsbCNFqPW/iLnPJiX+QrgBp30iSgwDSNUDgS0p9a26/wr83PWXlceREsp5JkyaxIkWKmHsXpJkvBBA425LmzZtbH+ndMAReeOEFHp8qVa3jyIkTCKmBIMvw3CeJPwKp5Lz++uvjf0MJvAPk7WnVqlWeO8tDTpRAJi0kXbUsFfJcRQdigwAiIezZs4frW7lyZeMi0McGSAWKwp1v1KhRPB+qXfW25ERBJJz9/PPPWXZ2tt11dCxGCCAomCV2v9DWOXrXhwBCrMI5oVOnTsJGheTEFSVLluTxWZGy3DIpEtZEJ4xFIJWcOTk5xuqZCYphPefRRx/lERRTV2bt7t2RnNYFbdq04ZUhgNQtt9zCSWudo3fzEVi/fn2ukhdddBFfV8g9QB+UI4BYxk2aNOGByWHv3K9fPx550a1hnp/TrZDd+Z07dzJ0OsI4Uio5O4TMOVa6dGl2ySWX5Cq0cuVK9tVXX+X+Tx/kI5CVlcXzqGKBtUyZMjz8qd9WApPTb0NUnhAgBPwh8D8I22yw4XkRvwAAAABJRU5ErkJggg==', 'javascripts' => [0 => 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js', 1 => 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js', 2 => 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js', 3 => 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js', 4 => 'bundles/sonatacore/vendor/moment/min/moment.min.js', 5 => 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js', 6 => 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js', 7 => 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js', 8 => 'bundles/sonataadmin/jquery/jquery.confirmExit.js', 9 => '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'], 'stylesheets' => [0 => 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css', 1 => 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css', 2 => 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css', 3 => 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css', 4 => 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css', 5 => 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css', 6 => 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css', 7 => 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css', 8 => 'bundles/sonatacore/vendor/select2/select2.css', 9 => 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css', 10 => 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css', 11 => 'bundles/sonataadmin/css/styles.css', 12 => 'bundles/sonataadmin/css/layout.css', 13 => 'bundles/sonataadmin/css/tree.css', 14 => 'bundles/sonatacore/css/flashmessage.css', 15 => 'bundles/sonatatranslation/css/sonata-translation.css'], 'role_admin' => 'ROLE_SONATA_ADMIN', 'role_super_admin' => 'ROLE_SUPER_ADMIN', 'search' => true], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
$instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
$instance->setAdminServiceIds([0 => 'admin.bloc', 1 => 'admin.bloc_ligne', 2 => 'admin.lien_bloc_ligne', 3 => 'admin.diaporama', 4 => 'admin.categorie', 5 => 'admin.lien_bloc_categorie', 6 => 'admin.pageaccueil', 7 => 'admin.lien_bloc_page_accueil', 8 => 'admin.lien_diaporama_page_accueil', 9 => 'admin.page', 10 => 'admin.categoriepage', 11 => 'admin.lien_bloc_page', 12 => 'admin.actualite', 13 => 'admin.categorieactualite', 14 => 'admin.categoriecse', 15 => 'admin.lien_bloc_actualite', 16 => 'admin.contact', 17 => 'admin.newsletter', 18 => 'admin.menu', 19 => 'admin.lien_menu_menuitem', 20 => 'admin.menu_item', 21 => 'admin.seo', 22 => 'admin.seoparametre', 23 => 'admin.seoreseauxsociaux', 24 => 'admin.commande', 25 => 'admin.commandeligne', 26 => 'admin.commandehistorique', 27 => 'admin.commandeskieur', 28 => 'admin.commandeayantdroit', 29 => 'admin.panier', 30 => 'admin.panierligne', 31 => 'admin.produit', 32 => 'admin.produit_coupon_reduction', 33 => 'admin.produit_coupon_reduction_historique', 34 => 'admin.produitdeclinaison', 35 => 'admin.produitean', 36 => 'admin.produit_stock_balance', 37 => 'admin.lien_bloc_produit', 38 => 'admin.lien_bloc_ligne_produit', 39 => 'admin.promotion_group_priorite', 40 => 'admin.attribut', 41 => 'admin.caracteristique', 42 => 'admin.categorieproduit', 43 => 'admin.categoriereducce', 44 => 'admin.promotion', 45 => 'admin.promotionligne', 46 => 'admin.avoir', 47 => 'admin.avoirhistorique', 48 => 'admin.zone', 49 => 'admin.pays', 50 => 'admin.transporteur', 51 => 'admin.transporteurzone', 52 => 'admin.tva', 53 => 'admin.marque', 54 => 'admin.lien_bloc_marque', 55 => 'admin.offre', 56 => 'admin.categorieoffre', 57 => 'admin.offretype', 58 => 'admin.user', 59 => 'admin.usergroup', 60 => 'admin.useraddress', 61 => 'admin.lien_bloc_usergroup', 62 => 'admin.userhistorique', 63 => 'admin.cagnottehistorique', 64 => 'admin.promotionhistorique', 65 => 'sonata.media.admin.media', 66 => 'sonata.media.admin.gallery', 67 => 'sonata.media.admin.gallery_has_media']);
$instance->setAdminGroups(['contenus' => ['label' => 'Pages de contenu', 'icon' => '<i class="fa fa-file-o"></i>', 'items' => [0 => ['admin' => 'admin.pageaccueil', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 1 => ['admin' => 'admin.page', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 2 => ['admin' => 'admin.bloc', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []]], 'on_top' => false, 'keep_open' => false, 'item_adds' => [], 'roles' => [], 'label_catalogue' => 'SonataAdminBundle'], 'actualites' => ['label' => 'Actualités', 'icon' => '<i class="fa fa-calendar-o"></i>', 'items' => [0 => ['admin' => 'admin.actualite', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 1 => ['admin' => 'admin.categorieactualite', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []]], 'on_top' => false, 'keep_open' => false, 'item_adds' => [], 'roles' => [], 'label_catalogue' => 'SonataAdminBundle'], 'offres' => ['label' => 'Offres', 'icon' => '<i class="fa fa-map-marker"></i>', 'items' => [0 => ['admin' => 'admin.offre', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 1 => ['admin' => 'admin.categorieoffre', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 2 => ['admin' => 'admin.offretype', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []]], 'roles' => [0 => 'ROLE_MUTUALISE'], 'on_top' => false, 'keep_open' => false, 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'boutique' => ['label' => 'Boutique', 'icon' => '<i class="fa fa-shopping-cart"></i>', 'items' => [0 => ['admin' => 'admin.produit', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 1 => ['admin' => 'admin.produit_coupon_reduction', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 2 => ['admin' => 'admin.categorieproduit', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 3 => ['admin' => 'admin.attribut', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 4 => ['admin' => 'admin.marque', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 5 => ['admin' => 'admin.commande', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 6 => ['admin' => 'admin.promotion', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 7 => ['admin' => 'admin.zone', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 8 => ['admin' => 'admin.pays', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 9 => ['admin' => 'admin.tva', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 10 => ['admin' => 'admin.transporteur', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []]], 'on_top' => false, 'keep_open' => false, 'item_adds' => [], 'roles' => [], 'label_catalogue' => 'SonataAdminBundle'], 'utilisateurs' => ['label' => 'Utilisateurs', 'icon' => '<i class="fa fa-user"></i>', 'items' => [0 => ['admin' => 'admin.user', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 1 => ['admin' => 'admin.usergroup', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []], 2 => ['admin' => 'admin.useraddress', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []]], 'roles' => [0 => 'ROLE_ADMIN'], 'on_top' => false, 'keep_open' => false, 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'cse' => ['label' => 'Gestion du groupe CSE', 'icon' => '<i class="fa fa-user"></i>', 'items' => [0 => ['route' => 'admin_app_user_user_list', 'label' => 'Liste des salariés', 'route_params' => [], 'admin' => '', 'roles' => [], 'route_absolute' => false], 1 => ['route' => 'admin_app_user_usergroup_cagnottecse', 'label' => 'Gérer la cagnotte CSE', 'route_params' => [], 'admin' => '', 'roles' => [], 'route_absolute' => false], 2 => ['route' => 'admin_app_user_usergroup_formulairecse', 'label' => 'Gérer le formulaire CSE', 'route_params' => [], 'admin' => '', 'roles' => [], 'route_absolute' => false]], 'roles' => [0 => 'ROLE_DELEGUE'], 'on_top' => false, 'keep_open' => false, 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'contacts' => ['label' => 'Contacts', 'on_top' => true, 'icon' => '<i class="fa fa-vcard"></i>', 'items' => [0 => ['admin' => 'admin.contact', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []]], 'keep_open' => false, 'item_adds' => [], 'roles' => [], 'label_catalogue' => 'SonataAdminBundle'], 'menus' => ['label' => 'Menus', 'on_top' => true, 'icon' => '<i class="fa fa-bars"></i>', 'items' => [0 => ['admin' => 'admin.menu', 'label' => '', 'route' => '', 'route_params' => [], 'route_absolute' => false, 'roles' => []]], 'keep_open' => false, 'item_adds' => [], 'roles' => [], 'label_catalogue' => 'SonataAdminBundle'], 'medias' => ['label' => 'Médias', 'on_top' => true, 'icon' => '<i class="fa fa-image"></i>', 'items' => [0 => ['route' => 'admin_sonata_media_media_list', 'route_params' => ['context' => 'default', 'filter[_per_page]' => 128], 'label' => 'Médias', 'admin' => '', 'roles' => [], 'route_absolute' => false]], 'roles' => [0 => 'ROLE_SUPER_ADMIN', 1 => 'ROLE_ADMIN'], 'keep_open' => false, 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'statistiques' => ['label' => 'Statistiques', 'icon' => '<i class="fa fa-line-chart"></i>', 'roles' => [0 => 'ROLE_ADMIN'], 'items' => [0 => ['route' => 'admin.statistique.coupon_reduction', 'label' => 'Coupons de réduction', 'route_params' => [], 'admin' => '', 'roles' => [], 'route_absolute' => false]], 'on_top' => false, 'keep_open' => false, 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'translations' => ['label' => 'Traduction du thème', 'on_top' => true, 'icon' => '<i class="fa fa-language"></i>', 'items' => [0 => ['route' => 'translation_index', 'route_params' => ['configName' => 'app'], 'label' => 'Traduction du thème', 'admin' => '', 'roles' => [], 'route_absolute' => false]], 'roles' => [0 => 'ROLE_SUPER_ADMIN', 1 => 'ROLE_ADMIN'], 'keep_open' => false, 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle']]);
$instance->setAdminClasses(['App\\Entity\\Bloc\\Bloc' => [0 => 'admin.bloc'], 'App\\Entity\\Bloc\\BlocLigne' => [0 => 'admin.bloc_ligne'], 'App\\Entity\\Bloc\\LienBlocLigne' => [0 => 'admin.lien_bloc_ligne'], 'App\\Entity\\Bloc\\Diaporama' => [0 => 'admin.diaporama'], 'App\\Entity\\Categorie\\Categorie' => [0 => 'admin.categorie'], 'App\\Entity\\Categorie\\LienBlocCategorie' => [0 => 'admin.lien_bloc_categorie'], 'App\\Entity\\Contenu\\PageAccueil' => [0 => 'admin.pageaccueil'], 'App\\Entity\\Contenu\\LienBlocPageAccueil' => [0 => 'admin.lien_bloc_page_accueil'], 'App\\Entity\\Contenu\\LienDiaporamaPageAccueil' => [0 => 'admin.lien_diaporama_page_accueil'], 'App\\Entity\\Contenu\\Page' => [0 => 'admin.page'], 'App\\Entity\\Contenu\\CategoriePage' => [0 => 'admin.categoriepage'], 'App\\Entity\\Contenu\\LienBlocPage' => [0 => 'admin.lien_bloc_page'], 'App\\Entity\\Contenu\\Actualite' => [0 => 'admin.actualite'], 'App\\Entity\\Contenu\\CategorieActualite' => [0 => 'admin.categorieactualite'], 'App\\Entity\\Contenu\\CategorieCse' => [0 => 'admin.categoriecse'], 'App\\Entity\\Contenu\\LienBlocActualite' => [0 => 'admin.lien_bloc_actualite'], 'App\\Entity\\Formulaire\\Contact' => [0 => 'admin.contact'], 'App\\Entity\\Formulaire\\NewsletterInscription' => [0 => 'admin.newsletter'], 'App\\Entity\\Menu\\Menu' => [0 => 'admin.menu'], 'App\\Entity\\Menu\\LienMenuMenuItem' => [0 => 'admin.lien_menu_menuitem'], 'App\\Entity\\Menu\\MenuItem' => [0 => 'admin.menu_item'], 'App\\Entity\\Seo\\Seo' => [0 => 'admin.seo'], 'App\\Entity\\Seo\\SeoParametre' => [0 => 'admin.seoparametre'], 'App\\Entity\\Seo\\SeoReseauxSociaux' => [0 => 'admin.seoreseauxsociaux'], 'App\\Entity\\Boutique\\Commande' => [0 => 'admin.commande'], 'App\\Entity\\Boutique\\CommandeLigne' => [0 => 'admin.commandeligne'], 'App\\Entity\\Boutique\\CommandeHistorique' => [0 => 'admin.commandehistorique'], 'App\\Entity\\Boutique\\CommandeSkieur' => [0 => 'admin.commandeskieur'], 'App\\Entity\\Boutique\\CommandeAyantDroit' => [0 => 'admin.commandeayantdroit'], 'App\\Entity\\Boutique\\Panier' => [0 => 'admin.panier'], 'App\\Entity\\Boutique\\PanierLigne' => [0 => 'admin.panierligne'], 'App\\Entity\\Boutique\\Produit' => [0 => 'admin.produit', 1 => 'admin.produit_coupon_reduction'], 'App\\Entity\\Boutique\\ProduitCouponReductionHistorique' => [0 => 'admin.produit_coupon_reduction_historique'], 'App\\Entity\\Boutique\\ProduitDeclinaison' => [0 => 'admin.produitdeclinaison'], 'App\\Entity\\Boutique\\ProduitEan' => [0 => 'admin.produitean'], 'App\\Entity\\Boutique\\ProduitStockBalance' => [0 => 'admin.produit_stock_balance'], 'App\\Entity\\Boutique\\LienBlocProduit' => [0 => 'admin.lien_bloc_produit'], 'App\\Entity\\Boutique\\LienBlocLigneProduit' => [0 => 'admin.lien_bloc_ligne_produit'], 'App\\Entity\\Boutique\\PromotionGroupPriorite' => [0 => 'admin.promotion_group_priorite'], 'App\\Entity\\Boutique\\Attribut' => [0 => 'admin.attribut'], 'App\\Entity\\Boutique\\Caracteristique' => [0 => 'admin.caracteristique'], 'App\\Entity\\Boutique\\CategorieProduit' => [0 => 'admin.categorieproduit'], 'App\\Entity\\Boutique\\CategorieReducCe' => [0 => 'admin.categoriereducce'], 'App\\Entity\\Boutique\\Promotion' => [0 => 'admin.promotion'], 'App\\Entity\\Boutique\\PromotionLigne' => [0 => 'admin.promotionligne'], 'App\\Entity\\Boutique\\Avoir' => [0 => 'admin.avoir'], 'App\\Entity\\Boutique\\AvoirHistorique' => [0 => 'admin.avoirhistorique'], 'App\\Entity\\Boutique\\Zone' => [0 => 'admin.zone'], 'App\\Entity\\Boutique\\Pays' => [0 => 'admin.pays'], 'App\\Entity\\Boutique\\Transporteur' => [0 => 'admin.transporteur'], 'App\\Entity\\Boutique\\TransporteurZone' => [0 => 'admin.transporteurzone'], 'App\\Entity\\Boutique\\Tva' => [0 => 'admin.tva'], 'App\\Entity\\Boutique\\Marque' => [0 => 'admin.marque'], 'App\\Entity\\Boutique\\LienBlocMarque' => [0 => 'admin.lien_bloc_marque'], 'App\\Entity\\Boutique\\Offre' => [0 => 'admin.offre'], 'App\\Entity\\Boutique\\CategorieOffre' => [0 => 'admin.categorieoffre'], 'App\\Entity\\Boutique\\OffreType' => [0 => 'admin.offretype'], 'App\\Entity\\User\\User' => [0 => 'admin.user'], 'App\\Entity\\User\\UserGroup' => [0 => 'admin.usergroup'], 'App\\Entity\\User\\UserAddress' => [0 => 'admin.useraddress'], 'App\\Entity\\User\\LienBlocUserGroup' => [0 => 'admin.lien_bloc_usergroup'], 'App\\Entity\\User\\UserHistorique' => [0 => 'admin.userhistorique'], 'App\\Entity\\User\\CagnotteHistorique' => [0 => 'admin.cagnottehistorique'], 'App\\Entity\\User\\PromotionHistorique' => [0 => 'admin.promotionhistorique'], 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media' => [0 => 'sonata.media.admin.media'], 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery' => [0 => 'sonata.media.admin.gallery'], 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia' => [0 => 'sonata.media.admin.gallery_has_media']]);
return $instance;
}
/**
* Gets the public 'sonata.admin.twig.extension' shared service.
*
* @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
*/
protected function getSonata_Admin_Twig_ExtensionService()
{
$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()));
$instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
return $instance;
}
/**
* Gets the public 'sonata.admin.twig.global' shared service.
*
* @return \Sonata\AdminBundle\Twig\GlobalVariables
*/
protected function getSonata_Admin_Twig_GlobalService()
{
return $this->services['sonata.admin.twig.global'] = new \Sonata\AdminBundle\Twig\GlobalVariables(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), 'data:image/png;base64,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');
}
/**
* Gets the public 'sonata.block.context_manager.default' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockContextManager
*/
protected function getSonata_Block_ContextManager_DefaultService()
{
return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([0 => new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'sonata.block.manager' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockServiceManager
*/
protected function getSonata_Block_ManagerService()
{
$this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($this, true, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->add('sonata.block.service.container', 'sonata.block.service.container', []);
$instance->add('sonata.block.service.empty', 'sonata.block.service.empty', []);
$instance->add('sonata.block.service.text', 'sonata.block.service.text', []);
$instance->add('sonata.block.service.rss', 'sonata.block.service.rss', []);
$instance->add('sonata.block.service.menu', 'sonata.block.service.menu', []);
$instance->add('sonata.block.service.template', 'sonata.block.service.template', []);
$instance->add('sonata.admin.block.admin_list', 'sonata.admin.block.admin_list', []);
$instance->add('sonata.admin.block.search_result', 'sonata.admin.block.search_result', []);
$instance->add('sonata.admin.block.stats', 'sonata.admin.block.stats', []);
$instance->add('sonata.media.block.media', 'sonata.media.block.media', []);
$instance->add('sonata.media.block.feature_media', 'sonata.media.block.feature_media', []);
$instance->add('sonata.media.block.gallery', 'sonata.media.block.gallery', []);
$instance->add('sonata.media.block.gallery_list', 'sonata.media.block.gallery_list', []);
$instance->add('sonata.formatter.block.formatter', 'sonata.formatter.block.formatter', []);
$instance->add('sonata_translation.block.locale_switcher', 'sonata_translation.block.locale_switcher', []);
return $instance;
}
/**
* Gets the public 'sonata.block.renderer.default' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockRenderer
*/
protected function getSonata_Block_Renderer_DefaultService()
{
$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'], [], []);
$a->setDefaultFilter('debug_only');
$a->setDefaultRenderer('throw');
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);
}
/**
* Gets the public 'sonata.core.flashmessage.twig.extension' shared service.
*
* @return \Sonata\Twig\Extension\FlashMessageExtension
*/
protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
{
return $this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
}
/**
* Gets the public 'sonata.formatter.twig.control_flow' shared service.
*
* @return \Sonata\FormatterBundle\Extension\ControlFlowExtension
*/
protected function getSonata_Formatter_Twig_ControlFlowService()
{
return $this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension();
}
/**
* Gets the public 'sonata.formatter.twig.gist' shared service.
*
* @return \Sonata\FormatterBundle\Extension\GistExtension
*/
protected function getSonata_Formatter_Twig_GistService()
{
return $this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension();
}
/**
* Gets the public 'sonata.intl.locale_detector.request_stack' shared service.
*
* @return \Sonata\IntlBundle\Locale\RequestStackDetector
*/
protected function getSonata_Intl_LocaleDetector_RequestStackService()
{
return $this->services['sonata.intl.locale_detector.request_stack'] = new \Sonata\IntlBundle\Locale\RequestStackDetector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr');
}
/**
* Gets the public 'sonata.intl.templating.helper.datetime' shared service.
*
* @return \Sonata\IntlBundle\Templating\Helper\DateTimeHelper
*/
protected function getSonata_Intl_Templating_Helper_DatetimeService()
{
return $this->services['sonata.intl.templating.helper.datetime'] = new \Sonata\IntlBundle\Templating\Helper\DateTimeHelper(($this->services['sonata.intl.timezone_detector.chain'] ?? $this->getSonata_Intl_TimezoneDetector_ChainService()), 'UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
}
/**
* Gets the public 'sonata.intl.templating.helper.locale' shared service.
*
* @return \Sonata\IntlBundle\Templating\Helper\LocaleHelper
*/
protected function getSonata_Intl_Templating_Helper_LocaleService()
{
return $this->services['sonata.intl.templating.helper.locale'] = new \Sonata\IntlBundle\Templating\Helper\LocaleHelper('UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
}
/**
* Gets the public 'sonata.intl.templating.helper.number' shared service.
*
* @return \Sonata\IntlBundle\Templating\Helper\NumberHelper
*/
protected function getSonata_Intl_Templating_Helper_NumberService()
{
return $this->services['sonata.intl.templating.helper.number'] = new \Sonata\IntlBundle\Templating\Helper\NumberHelper('UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
}
/**
* Gets the public 'sonata.intl.timezone_detector.chain' shared service.
*
* @return \Sonata\IntlBundle\Timezone\ChainTimezoneDetector
*/
protected function getSonata_Intl_TimezoneDetector_ChainService()
{
$this->services['sonata.intl.timezone_detector.chain'] = $instance = new \Sonata\IntlBundle\Timezone\ChainTimezoneDetector('Europe/Paris');
$instance->addDetector(($this->services['sonata.intl.timezone_detector.locale'] ?? $this->getSonata_Intl_TimezoneDetector_LocaleService()));
return $instance;
}
/**
* Gets the public 'sonata.intl.timezone_detector.locale' shared service.
*
* @return \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector
*/
protected function getSonata_Intl_TimezoneDetector_LocaleService()
{
return $this->services['sonata.intl.timezone_detector.locale'] = new \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector(($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()), []);
}
/**
* Gets the public 'sonata.media.manager.media' shared service.
*
* @return \Sonata\MediaBundle\Entity\MediaManager
*/
protected function getSonata_Media_Manager_MediaService()
{
return $this->services['sonata.media.manager.media'] = new \Sonata\MediaBundle\Entity\MediaManager('App\\Application\\Sonata\\MediaBundle\\Entity\\Media', ($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'sonata.media.metadata.proxy' shared service.
*
* @return \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder
*/
protected function getSonata_Media_Metadata_ProxyService()
{
return $this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this);
}
/**
* Gets the public 'sonata.media.pool' shared service.
*
* @return \Sonata\MediaBundle\Provider\Pool
*/
protected function getSonata_Media_PoolService()
{
$this->services['sonata.media.pool'] = $instance = new \Sonata\MediaBundle\Provider\Pool('default');
$a = ($this->services['translator'] ?? $this->getTranslatorService());
$instance->addContext('default', [0 => 'sonata.media.provider.image', 1 => 'sonata.media.provider.file'], [], ['strategy' => 'sonata.media.security.public_strategy', 'mode' => 'http']);
$instance->addContext('seo', [0 => 'sonata.media.provider.image'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('page', [0 => 'sonata.media.provider.image'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('marque', [0 => 'sonata.media.provider.image'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('produitimage', [0 => 'sonata.media.provider.image'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('produitdocument', [0 => 'sonata.media.provider.file'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('produitean', [0 => 'sonata.media.provider.file'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('actualiteimage', [0 => 'sonata.media.provider.image'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('actualitedocument', [0 => 'sonata.media.provider.file'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('categorieproduit', [0 => 'sonata.media.provider.image'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('usergroup', [0 => 'sonata.media.provider.image', 1 => 'sonata.media.provider.file'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('offreimage', [0 => 'sonata.media.provider.image'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('offredocument', [0 => 'sonata.media.provider.file'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addContext('contact', [0 => 'sonata.media.provider.file'], [], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
$instance->addDownloadStrategy('sonata.media.security.public_strategy', new \Sonata\MediaBundle\Security\PublicDownloadStrategy($a));
$instance->addDownloadStrategy('sonata.media.security.superadmin_strategy', new \Sonata\MediaBundle\Security\RolesDownloadStrategy($a, 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), [0 => 'ROLE_ADMIN', 1 => 'ROLE_SUPER_ADMIN']));
$instance->addProvider('sonata.media.provider.image', ($this->services['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
$instance->addProvider('sonata.media.provider.file', ($this->services['sonata.media.provider.file'] ?? $this->getSonata_Media_Provider_FileService()));
$instance->addProvider('sonata.media.provider.youtube', ($this->services['sonata.media.provider.youtube'] ?? $this->getSonata_Media_Provider_YoutubeService()));
$instance->addProvider('sonata.media.provider.dailymotion', ($this->services['sonata.media.provider.dailymotion'] ?? $this->getSonata_Media_Provider_DailymotionService()));
$instance->addProvider('sonata.media.provider.vimeo', ($this->services['sonata.media.provider.vimeo'] ?? $this->getSonata_Media_Provider_VimeoService()));
return $instance;
}
/**
* Gets the public 'sonata.media.provider.dailymotion' shared service.
*
* @return \Sonata\MediaBundle\Provider\DailyMotionProvider
*/
protected function getSonata_Media_Provider_DailymotionService()
{
$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('/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\DefaultGenerator())), ($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))));
$instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_dailymotion.html.twig']);
$instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
$instance->addFormat('admin', $this->parameters['sonata.media.admin_format']);
return $instance;
}
/**
* Gets the public 'sonata.media.provider.file' shared service.
*
* @return \Sonata\MediaBundle\Provider\FileProvider
*/
protected function getSonata_Media_Provider_FileService()
{
$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('/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\DefaultGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [0 => 'pdf', 1 => 'txt', 2 => 'rtf', 3 => 'doc', 4 => 'docx', 5 => 'xls', 6 => 'xlsx', 7 => 'ppt', 8 => 'pttx', 9 => 'odt', 10 => 'odg', 11 => 'odp', 12 => 'ods', 13 => 'odc', 14 => 'odf', 15 => 'odb', 16 => 'csv', 17 => 'xml'], [0 => 'application/pdf', 1 => 'application/x-pdf', 2 => 'application/rtf', 3 => 'text/html', 4 => 'text/rtf', 5 => 'text/plain', 6 => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 7 => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'], ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
$instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_file.html.twig']);
$instance->addFormat('admin', $this->parameters['sonata.media.admin_format']);
return $instance;
}
/**
* Gets the public 'sonata.media.provider.image' shared service.
*
* @return \Sonata\MediaBundle\Provider\ImageProvider
*/
protected function getSonata_Media_Provider_ImageService()
{
$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('/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\DefaultGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [0 => 'jpg', 1 => 'png', 2 => 'jpeg'], [0 => 'image/pjpeg', 1 => 'image/jpeg', 2 => 'image/png', 3 => '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))));
$instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_image.html.twig']);
$instance->setResizer(($this->privates['sonata.media.resizer.square'] ?? $this->getSonata_Media_Resizer_SquareService()));
$instance->addFormat('admin', $this->parameters['sonata.media.admin_format']);
return $instance;
}
/**
* Gets the public 'sonata.media.provider.vimeo' shared service.
*
* @return \Sonata\MediaBundle\Provider\VimeoProvider
*/
protected function getSonata_Media_Provider_VimeoService()
{
$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('/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\DefaultGenerator())), ($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))));
$instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_vimeo.html.twig']);
$instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
$instance->addFormat('admin', $this->parameters['sonata.media.admin_format']);
return $instance;
}
/**
* Gets the public 'sonata.media.provider.youtube' shared service.
*
* @return \Sonata\MediaBundle\Provider\YouTubeProvider
*/
protected function getSonata_Media_Provider_YoutubeService()
{
$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('/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\DefaultGenerator())), ($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))), false);
$instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_youtube.html.twig']);
$instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
$instance->addFormat('admin', $this->parameters['sonata.media.admin_format']);
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'twig' shared service.
*
* @return \Twig\Environment
*/
protected function getTwigService()
{
$this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$b = ($this->services['translator'] ?? $this->getTranslatorService());
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext($c, '', false)), []);
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['router'] ?? $this->getRouterService());
$g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$g->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$h = new \Knp\Menu\Util\MenuManipulator();
$i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
$j = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
$j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
$j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
$j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
$j->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
$j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
$k = new \Pagerfanta\View\ViewFactory();
$l = new \Pagerfanta\View\TwitterBootstrap4View();
$m = new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrap4TranslatedView($l, $b);
$n = new \Pagerfanta\View\DefaultView();
$o = new \Pagerfanta\View\TwitterBootstrapView();
$p = new \Pagerfanta\View\TwitterBootstrap3View();
$q = new \Pagerfanta\View\SemanticUiView();
$k->add(['pagination' => new \Pagerfanta\View\OptionableView($m, ['proximity' => 3, 'prev_message' => '«', 'next_message' => '»']), 'default' => $n, 'default_translated' => new \WhiteOctober\PagerfantaBundle\View\DefaultTranslatedView($n, $b), 'twitter_bootstrap' => $o, 'twitter_bootstrap3' => $p, 'twitter_bootstrap4' => $l, 'semantic_ui' => $q, 'twitter_bootstrap4_translated' => $m, 'twitter_bootstrap3_translated' => new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrap3TranslatedView($p, $b), 'twitter_bootstrap_translated' => new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrapTranslatedView($o, $b), 'semantic_ui_translated' => new \WhiteOctober\PagerfantaBundle\View\SemanticUiTranslatedView($q, $b)]);
$r = new \Symfony\Bridge\Twig\AppVariable();
$r->setEnvironment('dev');
$r->setDebug(true);
if ($this->has('security.token_storage')) {
$r->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
}
if ($this->has('request_stack')) {
$r->setRequestStack($c);
}
$s = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($a, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([0 => $this, 1 => 'twig.form.renderer']));
$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())));
$instance->addExtension(new \Twig\Extensions\IntlExtension());
$instance->addExtension(new \App\Twig\AppExtension());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
$instance->addExtension(($this->services['sonata.core.flashmessage.twig.extension'] ?? ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
$instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
$instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension());
$instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\StatusExtension());
$instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
$instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $b, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
$instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
$instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'list' => ['privates', 'knp_menu.renderer.list', 'getKnpMenu_Renderer_ListService.php', true],
'twig' => ['privates', 'knp_menu.renderer.twig', 'getKnpMenu_Renderer_TwigService.php', true],
], [
'list' => '?',
'twig' => '?',
]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $h, $i), $i, $h));
$instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
$instance->addExtension(($this->privates['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
$instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\LocaleExtension(($this->services['sonata.intl.templating.helper.locale'] ?? $this->getSonata_Intl_Templating_Helper_LocaleService())));
$instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\NumberExtension(($this->services['sonata.intl.templating.helper.number'] ?? $this->getSonata_Intl_Templating_Helper_NumberService())));
$instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\DateTimeExtension(($this->services['sonata.intl.templating.helper.datetime'] ?? $this->getSonata_Intl_Templating_Helper_DatetimeService())));
$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
$instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f, $d, $c, (($this->has("twig")) ? ($this->get("twig")) : ($this->get("templating"))), (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
$instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($j));
$instance->addExtension(new \Sonata\FormatterBundle\Twig\Extension\TextFormatterExtension(($this->privates['sonata.formatter.pool'] ?? $this->getSonata_Formatter_PoolService())));
$instance->addExtension(new \Translation\Bundle\Twig\TranslationExtension($b, true));
$instance->addExtension(new \Sonata\TranslationBundle\Twig\Extension\SonataTranslationExtension(($this->privates['sonata_translation.checker.translatable'] ?? $this->getSonataTranslation_Checker_TranslatableService())));
$instance->addExtension(new \WhiteOctober\PagerfantaBundle\Twig\PagerfantaExtension('default', $k, $f, $c));
$instance->addExtension(new \Twig\Extra\String\StringExtension());
$instance->addGlobal('app', $r);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Twig\\AppRuntime' => ['privates', 'app.twig_runtime', 'getApp_TwigRuntimeService.php', true],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php', true],
'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates', 'sonata.core.flashmessage.twig.runtime', 'getSonata_Core_Flashmessage_Twig_RuntimeService.php', true],
'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates', 'sonata.core.twig.status_runtime', 'getSonata_Core_Twig_StatusRuntimeService.php', true],
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService.php', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService.php', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService.php', true],
], [
'App\\Twig\\AppRuntime' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('site_name', $this->getEnv('APP_SITE_NAME'));
$instance->addGlobal('server_name', $this->getEnv('APP_SERVER_NAME'));
$instance->addGlobal('protocole', $this->getEnv('APP_PROTOCOLE'));
$instance->addGlobal('googlemap_api_key', $this->getEnv('APP_GOOGLEMAP_API_KEY'));
$instance->addGlobal('google_tag_ua', $this->getEnv('APP_GOOGLE_TAG_UA'));
$instance->addGlobal('addthis_pub_id', $this->getEnv('APP_ADDTHIS_PUB_ID'));
$instance->addGlobal('facebook_api_id', $this->getEnv('FACEBOOK_API_ID'));
$instance->addGlobal('email_commercial', $this->getEnv('APP_EMAIL_COMMERCIAL'));
$instance->addGlobal('telephone', $this->getEnv('APP_TELEPHONE'));
$instance->addGlobal('fax', $this->getEnv('APP_FAX'));
$instance->addGlobal('societe', $this->getEnv('APP_RAISON_SOCIALE'));
$instance->addGlobal('adresse', $this->getEnv('APP_ADRESSE'));
$instance->addGlobal('code_postal', $this->getEnv('APP_CODE_POSTAL'));
$instance->addGlobal('ville', $this->getEnv('APP_VILLE'));
$instance->addGlobal('horaires', $this->getEnv('APP_HORAIRES'));
$instance->addGlobal('lien_twitter', $this->getEnv('APP_LIEN_TWITTER'));
$instance->addGlobal('lien_youtube', $this->getEnv('APP_LIEN_YOUTUBE'));
$instance->addGlobal('lien_facebook', $this->getEnv('APP_LIEN_FACEBOOK'));
$instance->addGlobal('lien_linkedin', $this->getEnv('APP_LIEN_LINKEDIN'));
$instance->addGlobal('lien_instagram', $this->getEnv('APP_LIEN_INSTAGRAM'));
$instance->addGlobal('site_slug', $this->getEnv('APP_SITE_SLUG'));
$instance->addGlobal('signataire_civilite', $this->getEnv('APP_SIGNATAIRE_CIVILITE'));
$instance->addGlobal('signataire_nom', $this->getEnv('APP_SIGNATAIRE_NOM'));
$instance->addGlobal('signataire_prenom', $this->getEnv('APP_SIGNATAIRE_PRENOM'));
$instance->addGlobal('signataire_fonction', $this->getEnv('APP_SIGNATAIRE_FONCTION'));
$instance->addGlobal('webservice_url', $this->getEnv('APP_WEBSERVICE_URL'));
$instance->addGlobal('matomo_id', $this->getEnv('APP_MATOMO_ID'));
$instance->addGlobal('virement_bic', $this->getEnv('APP_VIREMENT_BIC'));
$instance->addGlobal('virement_iban', $this->getEnv('APP_VIREMENT_IBAN'));
$instance->addGlobal('virement_bank', $this->getEnv('APP_VIREMENT_BANK'));
$instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig', 'block_container' => '@SonataBlock/Block/block_container.html.twig']));
$instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
$instance->addGlobal('sonata_media', new \Sonata\MediaBundle\Twig\GlobalVariables($this));
$instance->addGlobal('sonata_translation_locales', $this->parameters['php_translation.locales']);
$instance->registerUndefinedFilterCallback([0 => $s, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $s, 1 => 'suggestFunction']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public 'validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function getValidatorService()
{
return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
*/
protected function get_LegacyResolveControllerNameSubscriberService()
{
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);
}
/**
* Gets the private 'App\EventSubscriber\Seo\RedirectSubscriber' shared service.
*
* @return \App\EventSubscriber\Seo\RedirectSubscriber
*/
protected function getRedirectSubscriberService()
{
return $this->privates['App\\EventSubscriber\\Seo\\RedirectSubscriber'] = new \App\EventSubscriber\Seo\RedirectSubscriber(($this->privates['App\\Repository\\Seo\\R301Repository'] ?? $this->getR301RepositoryService()), ($this->services['router'] ?? $this->getRouterService()), $this->getEnv('APP_PROTOCOLE'), $this->getEnv('APP_PRODUCTION_URL'));
}
/**
* Gets the private 'App\EventSubscriber\Seo\SeoSubscriber' shared service.
*
* @return \App\EventSubscriber\Seo\SeoSubscriber
*/
protected function getSeoSubscriberService()
{
return $this->privates['App\\EventSubscriber\\Seo\\SeoSubscriber'] = new \App\EventSubscriber\Seo\SeoSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->getEnv('APP_SITE_NAME'));
}
/**
* Gets the private 'App\Repository\Seo\R301Repository' shared autowired service.
*
* @return \App\Repository\Seo\R301Repository
*/
protected function getR301RepositoryService()
{
return $this->privates['App\\Repository\\Seo\\R301Repository'] = new \App\Repository\Seo\R301Repository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\CachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uyP8IecoCh', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_MetadataService()
{
return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('M6pf3tJ+YX', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kM65Oq8+2n', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ETqJRWuEPu', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cL+kaOjJBc', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
yield 3 => ($this->privates['debug.security.voter.sonata_admin.offre_voter'] ?? $this->load('getDebug_Security_Voter_SonataAdmin_OffreVoterService.php'));
yield 4 => ($this->privates['debug.security.voter.App\\Voter\\ActualiteVoter'] ?? $this->load('getActualiteVoterService.php'));
yield 5 => ($this->privates['debug.security.voter.App\\Voter\\OffreVoter'] ?? $this->load('getOffreVoterService.php'));
yield 6 => ($this->privates['debug.security.voter.App\\Voter\\PageVoter'] ?? $this->load('getPageVoterService.php'));
yield 7 => ($this->privates['debug.security.voter.App\\Voter\\ProduitDeclinaisonVoter'] ?? $this->load('getProduitDeclinaisonVoterService.php'));
yield 8 => ($this->privates['debug.security.voter.App\\Voter\\ProduitVoter'] ?? $this->load('getProduitVoterService.php'));
}, 9), 'affirmative', false, true));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
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()));
}
/**
* Gets the private 'fos_rest.body_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\BodyListener
*/
protected function getFosRest_BodyListenerService()
{
$this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fos_rest.decoder.json' => ['privates', 'fos_rest.decoder.json', 'getFosRest_Decoder_JsonService.php', true],
'fos_rest.decoder.xml' => ['privates', 'fos_rest.decoder.xml', 'getFosRest_Decoder_XmlService.php', true],
], [
'fos_rest.decoder.json' => '?',
'fos_rest.decoder.xml' => '?',
]), ['json' => 'fos_rest.decoder.json', 'xml' => 'fos_rest.decoder.xml']), false);
$instance->setDefaultFormat(NULL);
return $instance;
}
/**
* Gets the private 'fos_rest.format_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\FormatListener
*/
protected function getFosRest_FormatListenerService()
{
$a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/', NULL, NULL, NULL, []), ['methods' => NULL, 'priorities' => [0 => 'html', 1 => 'json'], 'fallback_format' => 'html', 'attributes' => [], 'prefer_extension' => '2.0']);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api-rest', NULL, NULL, NULL, []), ['prefer_extension' => '2.0', 'fallback_format' => 'json', 'priorities' => [0 => 'json'], 'methods' => NULL, 'attributes' => [], 'stop' => false]);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/', NULL, NULL, NULL, []), ['priorities' => [0 => 'html', 1 => '*/*'], 'fallback_format' => 'html', 'prefer_extension' => '2.0', 'methods' => NULL, 'attributes' => [], 'stop' => false]);
return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
}
/**
* Gets the private 'fos_user.util.canonical_fields_updater' shared service.
*
* @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
*/
protected function getFosUser_Util_CanonicalFieldsUpdaterService()
{
$a = new \FOS\UserBundle\Util\Canonicalizer();
return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
}
/**
* Gets the private 'fos_user.util.password_updater' shared service.
*
* @return \FOS\UserBundle\Util\PasswordUpdater
*/
protected function getFosUser_Util_PasswordUpdaterService()
{
return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
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())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
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()));
}
/**
* Gets the private 'knp_menu.menu_provider.chain' shared service.
*
* @return \Knp\Menu\Provider\ChainProvider
*/
protected function getKnpMenu_MenuProvider_ChainService()
{
return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
yield 1 => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
yield 2 => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService.php'));
}, 3));
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'maintenance_listener' shared service.
*
* @return \Artgris\MaintenanceBundle\EventListener\MaintenanceListener
*/
protected function getMaintenanceListenerService()
{
return $this->privates['maintenance_listener'] = new \Artgris\MaintenanceBundle\EventListener\MaintenanceListener($this->parameters['artgris_maintenance'], ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['twig'] ?? $this->getTwigService()));
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 100, true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
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())), NULL, false, false);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(false, false, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), true);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
yield 1 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('', 'GET', 'localhost', 'http', 80, 443);
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
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);
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*/
protected function getSecurity_Authentication_ManagerService()
{
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
yield 1 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}, 2), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*/
protected function getSecurity_EncoderFactory_GenericService()
{
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['legacy' => new \App\Security\PrestashopPasswordEncoder(), 'FOS\\UserBundle\\Model\\UserInterface' => ['algorithm' => 'bcrypt', 'migrate_from' => [0 => 'legacy'], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL, 'threads' => NULL]]);
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService.php', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService.php', true],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]), new RewindableGenerator(function () {
yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
}, 2));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$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()));
$instance->registerListener('main', 'fos_user_security_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
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(NULL, NULL))), ($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()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))), ($this->services['twig'] ?? $this->getTwigService()));
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', 'session', NULL, true],
'session' => ['services', 'session', 'getSessionService.php', true],
], [
'initialized_session' => '?',
'session' => '?',
]));
}
/**
* Gets the private 'sonata.block.templating.helper' shared service.
*
* @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
*/
protected function getSonata_Block_Templating_HelperService()
{
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))));
}
/**
* Gets the private 'sonata.formatter.pool' shared service.
*
* @return \Sonata\FormatterBundle\Formatter\Pool
*/
protected function getSonata_Formatter_PoolService()
{
$this->privates['sonata.formatter.pool'] = $instance = new \Sonata\FormatterBundle\Formatter\Pool('text');
$a = new \Sonata\FormatterBundle\Formatter\RawFormatter();
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->add('markdown', new \Sonata\FormatterBundle\Formatter\MarkdownFormatter(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max()))), ($this->privates['sonata.formatter.twig.env.markdown'] ?? $this->getSonata_Formatter_Twig_Env_MarkdownService()));
$instance->add('text', new \Sonata\FormatterBundle\Formatter\TextFormatter(), ($this->privates['sonata.formatter.twig.env.text'] ?? $this->getSonata_Formatter_Twig_Env_TextService()));
$instance->add('rawhtml', $a, ($this->privates['sonata.formatter.twig.env.rawhtml'] ?? $this->getSonata_Formatter_Twig_Env_RawhtmlService()));
$instance->add('richhtml', $a, ($this->privates['sonata.formatter.twig.env.richhtml'] ?? $this->getSonata_Formatter_Twig_Env_RichhtmlService()));
$instance->add('twig', new \Sonata\FormatterBundle\Formatter\TwigFormatter(($this->services['twig'] ?? $this->getTwigService())), NULL);
return $instance;
}
/**
* Gets the private 'sonata.formatter.twig.env.markdown' shared service.
*
* @return \Twig_Environment
*/
protected function getSonata_Formatter_Twig_Env_MarkdownService()
{
$this->privates['sonata.formatter.twig.env.markdown'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig_Loader_Array(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false, 'strict_variables' => false, 'charset' => 'UTF-8']);
$instance->addExtension(new \Twig_Extension_Sandbox(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [0 => 'sonata.formatter.twig.control_flow', 1 => 'sonata.formatter.twig.gist']), true));
$instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
$instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
$instance->setLexer(new \Twig_Lexer($instance, ['tag_comment' => [0 => '<#', 1 => '#>'], 'tag_block' => [0 => '<%', 1 => '%>'], 'tag_variable' => [0 => '<%=', 1 => '%>']]));
return $instance;
}
/**
* Gets the private 'sonata.formatter.twig.env.rawhtml' shared service.
*
* @return \Twig_Environment
*/
protected function getSonata_Formatter_Twig_Env_RawhtmlService()
{
$this->privates['sonata.formatter.twig.env.rawhtml'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig_Loader_Array(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false, 'strict_variables' => false, 'charset' => 'UTF-8']);
$instance->addExtension(new \Twig_Extension_Sandbox(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [0 => 'sonata.formatter.twig.control_flow', 1 => 'sonata.formatter.twig.gist']), true));
$instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
$instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
$instance->setLexer(new \Twig_Lexer($instance, ['tag_comment' => [0 => '<#', 1 => '#>'], 'tag_block' => [0 => '<%', 1 => '%>'], 'tag_variable' => [0 => '<%=', 1 => '%>']]));
return $instance;
}
/**
* Gets the private 'sonata.formatter.twig.env.richhtml' shared service.
*
* @return \Twig_Environment
*/
protected function getSonata_Formatter_Twig_Env_RichhtmlService()
{
$this->privates['sonata.formatter.twig.env.richhtml'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig_Loader_Array(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false, 'strict_variables' => false, 'charset' => 'UTF-8']);
$instance->addExtension(new \Twig_Extension_Sandbox(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [0 => 'sonata.formatter.twig.control_flow', 1 => 'sonata.formatter.twig.gist']), true));
$instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
$instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
$instance->setLexer(new \Twig_Lexer($instance, ['tag_comment' => [0 => '<#', 1 => '#>'], 'tag_block' => [0 => '<%', 1 => '%>'], 'tag_variable' => [0 => '<%=', 1 => '%>']]));
return $instance;
}
/**
* Gets the private 'sonata.formatter.twig.env.text' shared service.
*
* @return \Twig_Environment
*/
protected function getSonata_Formatter_Twig_Env_TextService()
{
$this->privates['sonata.formatter.twig.env.text'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig_Loader_Array(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false, 'strict_variables' => false, 'charset' => 'UTF-8']);
$instance->addExtension(new \Twig_Extension_Sandbox(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [0 => 'sonata.formatter.twig.control_flow', 1 => 'sonata.formatter.twig.gist']), true));
$instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
$instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
$instance->setLexer(new \Twig_Lexer($instance, ['tag_comment' => [0 => '<#', 1 => '#>'], 'tag_block' => [0 => '<%', 1 => '%>'], 'tag_variable' => [0 => '<%=', 1 => '%>']]));
return $instance;
}
/**
* Gets the private 'sonata.media.buzz.browser' shared service.
*
* @return \Buzz\Browser
*/
protected function getSonata_Media_Buzz_BrowserService()
{
$a = new \Buzz\Client\Curl();
$a->setIgnoreErrors(true);
$a->setMaxRedirects(5);
$a->setTimeout(5);
$a->setVerifyPeer(true);
$a->setProxy(NULL);
return $this->privates['sonata.media.buzz.browser'] = new \Buzz\Browser($a);
}
/**
* Gets the private 'sonata.media.filesystem.local' shared service.
*
* @return \Gaufrette\Filesystem
*/
protected function getSonata_Media_Filesystem_LocalService()
{
return $this->privates['sonata.media.filesystem.local'] = new \Gaufrette\Filesystem(new \Sonata\MediaBundle\Filesystem\Local((\dirname(__DIR__, 4).'/src/../public/media'), false));
}
/**
* Gets the private 'sonata.media.resizer.simple' shared service.
*
* @return \Sonata\MediaBundle\Resizer\SimpleResizer
*/
protected function getSonata_Media_Resizer_SimpleService()
{
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))));
}
/**
* Gets the private 'sonata.media.resizer.square' shared service.
*
* @return \Sonata\MediaBundle\Resizer\SquareResizer
*/
protected function getSonata_Media_Resizer_SquareService()
{
return $this->privates['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))));
}
/**
* Gets the private 'sonata.media.thumbnail.format' shared service.
*
* @return \Sonata\MediaBundle\Thumbnail\FormatThumbnail
*/
protected function getSonata_Media_Thumbnail_FormatService()
{
$this->privates['sonata.media.thumbnail.format'] = $instance = new \Sonata\MediaBundle\Thumbnail\FormatThumbnail('jpg');
$instance->addResizer('sonata.media.resizer.simple', ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
$instance->addResizer('sonata.media.resizer.square', ($this->privates['sonata.media.resizer.square'] ?? $this->getSonata_Media_Resizer_SquareService()));
return $instance;
}
/**
* Gets the private 'sonata.media.twig.extension' shared service.
*
* @return \Sonata\MediaBundle\Twig\Extension\MediaExtension
*/
protected function getSonata_Media_Twig_ExtensionService()
{
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()));
}
/**
* Gets the private 'sonata_translation.checker.translatable' shared service.
*
* @return \Sonata\TranslationBundle\Checker\TranslatableChecker
*/
protected function getSonataTranslation_Checker_TranslatableService()
{
$this->privates['sonata_translation.checker.translatable'] = $instance = new \Sonata\TranslationBundle\Checker\TranslatableChecker();
$instance->setSupportedInterfaces([0 => 'Sonata\\TranslationBundle\\Model\\Gedmo\\TranslatableInterface']);
$instance->setSupportedModels([]);
return $instance;
}
/**
* Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
*
* @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
*/
protected function getStofDoctrineExtensions_EventListener_LocaleService()
{
return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
}
/**
* Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
*
* @return \Gedmo\Translatable\TranslatableListener
*/
protected function getStofDoctrineExtensions_Listener_TranslatableService()
{
$this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->setDefaultLocale('fr');
$instance->setTranslatableLocale('fr');
$instance->setTranslationFallback(true);
$instance->setPersistDefaultLocaleTranslation(false);
$instance->setSkipOnLoad(false);
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'php_translation.storage.xlf_loader' => ['privates', 'php_translation.storage.xlf_loader', 'getPhpTranslation_Storage_XlfLoaderService.php', true],
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService.php', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService.php', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService.php', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService.php', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService.php', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService.php', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService.php', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService.php', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService.php', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService.php', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService.php', true],
], [
'php_translation.storage.xlf_loader' => '?',
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json'], 'php_translation.storage.xlf_loader' => [0 => 'xlf', 1 => 'xliff']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.az.xliff')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.bg.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.bg.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ca.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ca.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ca.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.cs.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.cs.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.cs.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.de.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.de.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.de.xliff'), 12 => (\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Resources/translations/SonataTranslationBundle.de.xliff'), 13 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.de.xliff'), 14 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.en.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.en.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.en.xliff'), 12 => (\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Resources/translations/SonataTranslationBundle.en.xliff'), 13 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.en.xliff'), 14 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.es.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.es.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.es.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Resources/translations/SonataTranslationBundle.es.xliff'), 11 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.es.xliff'), 12 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.eu.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fa.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fa.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fi.xliff'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fr.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fr.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.fr.xliff'), 12 => (\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Resources/translations/SonataTranslationBundle.fr.xliff'), 13 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fr.xliff'), 14 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), 15 => (\dirname(__DIR__, 4).'/translations/messages.fr.xlf'), 16 => (\dirname(__DIR__, 4).'/translations/validators.fr.xlf'), 17 => (\dirname(__DIR__, 4).'/translations/messages.fr.xlf'), 18 => (\dirname(__DIR__, 4).'/translations/validators.fr.xlf')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.gl.xliff')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hr.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.hr.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hu.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.hu.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.hu.xliff'), 11 => (\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Resources/translations/SonataTranslationBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.it.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.it.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.it.xliff'), 11 => (\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Resources/translations/SonataTranslationBundle.it.xliff'), 12 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ja.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ja.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lb.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lt.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.lt.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.nl.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.nl.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.nl.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.nl.xliff'), 11 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pl.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pl.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.pl.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Resources/translations/SonataTranslationBundle.pl.xliff'), 11 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.pl.xliff'), 12 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.pt.xliff')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt_BR.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pt_BR.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ro.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ro.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ro.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ru.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ru.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.ru.xliff'), 11 => (\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Resources/translations/SonataTranslationBundle.ru.xliff'), 12 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ru.xliff'), 13 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sk.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.sk.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sk.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sl.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.sl.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.sl.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sl.xliff'), 11 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Cyrl.xliff')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Latn.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.th.xliff')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.tr.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.uk.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.uk.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.uk.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.zh_CN.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.zh_CN.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sv_SE' => [0 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [0 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')], 'oc' => [0 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.oc.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sw.xliff')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle/Resources/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__, 4).'/translations'), 14 => (\dirname(__DIR__, 4).'/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/src/Resources/FrameworkBundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/src/Resources/SwiftmailerBundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/src/Resources/SecurityBundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineCacheBundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineBundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/src/Resources/DoctrineMigrationsBundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/src/Resources/MonologBundle/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/translations'), 30 => (\dirname(__DIR__, 4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 32 => (\dirname(__DIR__, 4).'/src/Resources/WebProfilerBundle/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 34 => (\dirname(__DIR__, 4).'/src/Resources/TwigBundle/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 36 => (\dirname(__DIR__, 4).'/src/Resources/DebugBundle/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 38 => (\dirname(__DIR__, 4).'/src/Resources/MakerBundle/translations'), 39 => (\dirname(__DIR__, 4).'/vendor/symfony/web-server-bundle/translations'), 40 => (\dirname(__DIR__, 4).'/src/Resources/WebServerBundle/translations'), 41 => (\dirname(__DIR__, 4).'/src/Resources/SonataDatagridBundle/translations'), 42 => (\dirname(__DIR__, 4).'/src/Resources/SonataCoreBundle/translations'), 43 => (\dirname(__DIR__, 4).'/src/Resources/SonataBlockBundle/translations'), 44 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 45 => (\dirname(__DIR__, 4).'/src/Resources/KnpMenuBundle/translations'), 46 => (\dirname(__DIR__, 4).'/src/Resources/SonataAdminBundle/translations'), 47 => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 48 => (\dirname(__DIR__, 4).'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 49 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 50 => (\dirname(__DIR__, 4).'/src/Resources/FOSJsRoutingBundle/translations'), 51 => (\dirname(__DIR__, 4).'/vendor/sonata-project/easy-extends-bundle/src/translations'), 52 => (\dirname(__DIR__, 4).'/src/Resources/SonataEasyExtendsBundle/translations'), 53 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 54 => (\dirname(__DIR__, 4).'/src/Resources/JMSSerializerBundle/translations'), 55 => (\dirname(__DIR__, 4).'/src/Resources/SonataMediaBundle/translations'), 56 => (\dirname(__DIR__, 4).'/src/Application/Sonata/MediaBundle/translations'), 57 => (\dirname(__DIR__, 4).'/src/Resources/ApplicationSonataMediaBundle/translations'), 58 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/translations'), 59 => (\dirname(__DIR__, 4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 60 => (\dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/translations'), 61 => (\dirname(__DIR__, 4).'/src/Resources/SonataIntlBundle/translations'), 62 => (\dirname(__DIR__, 4).'/src/Resources/FOSUserBundle/translations'), 63 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 64 => (\dirname(__DIR__, 4).'/src/Resources/LiipImagineBundle/translations'), 65 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 66 => (\dirname(__DIR__, 4).'/src/Resources/FOSCKEditorBundle/translations'), 67 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/translations'), 68 => (\dirname(__DIR__, 4).'/src/Resources/KnpMarkdownBundle/translations'), 69 => (\dirname(__DIR__, 4).'/src/Resources/SonataFormatterBundle/translations'), 70 => (\dirname(__DIR__, 4).'/vendor/php-translation/symfony-bundle/translations'), 71 => (\dirname(__DIR__, 4).'/src/Resources/TranslationBundle/translations'), 72 => (\dirname(__DIR__, 4).'/src/Resources/SonataTranslationBundle/translations'), 73 => (\dirname(__DIR__, 4).'/src/Resources/WhiteOctoberPagerfantaBundle/translations'), 74 => (\dirname(__DIR__, 4).'/vendor/whiteoctober/tcpdf-bundle/translations'), 75 => (\dirname(__DIR__, 4).'/src/Resources/WhiteOctoberTCPDFBundle/translations'), 76 => (\dirname(__DIR__, 4).'/src/Resources/EWZRecaptchaBundle/translations'), 77 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/src/translations'), 78 => (\dirname(__DIR__, 4).'/src/Resources/TwigExtraBundle/translations'), 79 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 80 => (\dirname(__DIR__, 4).'/src/Resources/NelmioApiDocBundle/translations'), 81 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/translations'), 82 => (\dirname(__DIR__, 4).'/src/Resources/FOSRestBundle/translations'), 83 => (\dirname(__DIR__, 4).'/vendor/artgris/maintenance-bundle/Artgris/MaintenanceBundle/translations'), 84 => (\dirname(__DIR__, 4).'/src/Resources/ArtgrisMaintenanceBundle/translations'), 85 => (\dirname(__DIR__, 4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/sonata-project/datagrid-bundle/src/Resources/translations', 4 => 'vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations', 5 => 'vendor/sonata-project/block-bundle/src/Resources/translations', 6 => 'vendor/sonata-project/admin-bundle/src/Resources/translations', 7 => 'vendor/sonata-project/media-bundle/src/Resources/translations', 8 => 'vendor/friendsofsymfony/user-bundle/Resources/translations', 9 => 'vendor/sonata-project/formatter-bundle/src/Resources/translations', 10 => 'vendor/sonata-project/translation-bundle/src/Resources/translations', 11 => 'vendor/white-october/pagerfanta-bundle/Resources/translations', 12 => 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations', 13 => 'translations', 14 => 'translations', 15 => 'vendor/symfony/framework-bundle/translations', 16 => 'src/Resources/FrameworkBundle/translations', 17 => 'vendor/symfony/swiftmailer-bundle/translations', 18 => 'src/Resources/SwiftmailerBundle/translations', 19 => 'vendor/symfony/security-bundle/translations', 20 => 'src/Resources/SecurityBundle/translations', 21 => 'vendor/doctrine/doctrine-cache-bundle/translations', 22 => 'src/Resources/DoctrineCacheBundle/translations', 23 => 'vendor/doctrine/doctrine-bundle/translations', 24 => 'src/Resources/DoctrineBundle/translations', 25 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 26 => 'src/Resources/DoctrineMigrationsBundle/translations', 27 => 'vendor/symfony/monolog-bundle/translations', 28 => 'src/Resources/MonologBundle/translations', 29 => 'vendor/sensio/framework-extra-bundle/translations', 30 => 'src/Resources/SensioFrameworkExtraBundle/translations', 31 => 'vendor/symfony/web-profiler-bundle/translations', 32 => 'src/Resources/WebProfilerBundle/translations', 33 => 'vendor/symfony/twig-bundle/translations', 34 => 'src/Resources/TwigBundle/translations', 35 => 'vendor/symfony/debug-bundle/translations', 36 => 'src/Resources/DebugBundle/translations', 37 => 'vendor/symfony/maker-bundle/src/translations', 38 => 'src/Resources/MakerBundle/translations', 39 => 'vendor/symfony/web-server-bundle/translations', 40 => 'src/Resources/WebServerBundle/translations', 41 => 'src/Resources/SonataDatagridBundle/translations', 42 => 'src/Resources/SonataCoreBundle/translations', 43 => 'src/Resources/SonataBlockBundle/translations', 44 => 'vendor/knplabs/knp-menu-bundle/src/translations', 45 => 'src/Resources/KnpMenuBundle/translations', 46 => 'src/Resources/SonataAdminBundle/translations', 47 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations', 48 => 'src/Resources/SonataDoctrineORMAdminBundle/translations', 49 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 50 => 'src/Resources/FOSJsRoutingBundle/translations', 51 => 'vendor/sonata-project/easy-extends-bundle/src/translations', 52 => 'src/Resources/SonataEasyExtendsBundle/translations', 53 => 'vendor/jms/serializer-bundle/translations', 54 => 'src/Resources/JMSSerializerBundle/translations', 55 => 'src/Resources/SonataMediaBundle/translations', 56 => 'src/Application/Sonata/MediaBundle/translations', 57 => 'src/Resources/ApplicationSonataMediaBundle/translations', 58 => 'vendor/stof/doctrine-extensions-bundle/translations', 59 => 'src/Resources/StofDoctrineExtensionsBundle/translations', 60 => 'vendor/sonata-project/intl-bundle/src/translations', 61 => 'src/Resources/SonataIntlBundle/translations', 62 => 'src/Resources/FOSUserBundle/translations', 63 => 'vendor/liip/imagine-bundle/translations', 64 => 'src/Resources/LiipImagineBundle/translations', 65 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations', 66 => 'src/Resources/FOSCKEditorBundle/translations', 67 => 'vendor/knplabs/knp-markdown-bundle/translations', 68 => 'src/Resources/KnpMarkdownBundle/translations', 69 => 'src/Resources/SonataFormatterBundle/translations', 70 => 'vendor/php-translation/symfony-bundle/translations', 71 => 'src/Resources/TranslationBundle/translations', 72 => 'src/Resources/SonataTranslationBundle/translations', 73 => 'src/Resources/WhiteOctoberPagerfantaBundle/translations', 74 => 'vendor/whiteoctober/tcpdf-bundle/translations', 75 => 'src/Resources/WhiteOctoberTCPDFBundle/translations', 76 => 'src/Resources/EWZRecaptchaBundle/translations', 77 => 'vendor/twig/extra-bundle/src/translations', 78 => 'src/Resources/TwigExtraBundle/translations', 79 => 'vendor/nelmio/api-doc-bundle/translations', 80 => 'src/Resources/NelmioApiDocBundle/translations', 81 => 'vendor/friendsofsymfony/rest-bundle/translations', 82 => 'src/Resources/FOSRestBundle/translations', 83 => 'vendor/artgris/maintenance-bundle/Artgris/MaintenanceBundle/translations', 84 => 'src/Resources/ArtgrisMaintenanceBundle/translations', 85 => 'src/Resources/translations']]]);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'fr', 1 => 'fr']);
return $instance;
}
/**
* Gets the private 'twig.loader.filesystem' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
*/
protected function getTwig_Loader_FilesystemService()
{
$this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/SonataAdminBundle'), 'SonataAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/SonataDoctrineORMAdminBundle'), 'SonataDoctrineORMAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/SonataMediaBundle'), 'SonataMedia');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/views'), 'SonataMedia');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/views'), '!SonataMedia');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Resources/views'), 'SonataIntl');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src/Resources/views'), '!SonataIntl');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/SonataFormatterBundle'), 'SonataFormatter');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/views'), 'SonataFormatter');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src/Resources/views'), '!SonataFormatter');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TranslationBundle'), 'Translation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/php-translation/symfony-bundle/Resources/views'), 'Translation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/php-translation/symfony-bundle/Resources/views'), '!Translation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Resources/views'), 'SonataTranslation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src/Resources/views'), '!SonataTranslation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/ArtgrisMaintenanceBundle'), 'ArtgrisMaintenance');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/artgris/maintenance-bundle/Artgris/MaintenanceBundle/Resources/views'), 'ArtgrisMaintenance');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/artgris/maintenance-bundle/Artgris/MaintenanceBundle/Resources/views'), '!ArtgrisMaintenance');
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
$instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml'), 1 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/config/validation.xml'), 2 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
$instance->addYamlMappings([0 => (\dirname(__DIR__, 4).'/vendor/php-translation/symfony-bundle/Resources/config/validation.yml')]);
$instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), 1 => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
$instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
return $instance;
}
/**
* Gets the private 'validator.validator_factory' shared service.
*
* @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
*/
protected function getValidator_ValidatorFactoryService()
{
return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Validator\\Categorie\\CategorieUniqueTitreValidator' => ['privates', 'App\\Validator\\Categorie\\CategorieUniqueTitreValidator', 'getCategorieUniqueTitreValidatorService.php', true],
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService.php', true],
'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services', 'sonata.admin.validator.inline', 'getSonata_Admin_Validator_InlineService.php', true],
'Sonata\\Form\\Validator\\InlineValidator' => ['privates', 'sonata.core.validator.inline', 'getSonata_Core_Validator_InlineService.php', true],
'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => ['privates', 'sonata.formatter.validator.formatter', 'getSonata_Formatter_Validator_FormatterService.php', true],
'Sonata\\MediaBundle\\Validator\\FormatValidator' => ['privates', 'sonata.media.validator.format', 'getSonata_Media_Validator_FormatService.php', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService.php', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService.php', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService.php', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService.php', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService.php', true],
'categorie_unique_titre' => ['privates', 'app.validator.categorie_unique_titre', 'getApp_Validator_CategorieUniqueTitreService.php', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService.php', true],
'ewz_recaptcha.true' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService.php', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService.php', true],
'sonata.admin.validator.inline' => ['services', 'sonata.admin.validator.inline', 'getSonata_Admin_Validator_InlineService.php', true],
'sonata.core.validator.inline' => ['privates', 'sonata.core.validator.inline', 'getSonata_Core_Validator_InlineService.php', true],
'sonata.formatter.validator.formatter' => ['privates', 'sonata.formatter.validator.formatter', 'getSonata_Formatter_Validator_FormatterService.php', true],
'sonata.media.validator.format' => ['privates', 'sonata.media.validator.format', 'getSonata_Media_Validator_FormatService.php', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService.php', true],
], [
'App\\Validator\\Categorie\\CategorieUniqueTitreValidator' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
'Sonata\\Form\\Validator\\InlineValidator' => '?',
'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => '?',
'Sonata\\MediaBundle\\Validator\\FormatValidator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'categorie_unique_titre' => '?',
'doctrine.orm.validator.unique' => '?',
'ewz_recaptcha.true' => '?',
'security.validator.user_password' => '?',
'sonata.admin.validator.inline' => '?',
'sonata.core.validator.inline' => '?',
'sonata.formatter.validator.formatter' => '?',
'sonata.media.validator.format' => '?',
'validator.expression' => '?',
]));
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
}
public function getParameter($name)
{
$name = (string) $name;
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter($name): bool
{
$name = (string) $name;
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name, $this->parameters);
}
public function setParameter($name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.cache_dir' => false,
'kernel.secret' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'swiftmailer.spool.default.memory.path' => false,
'doctrine.orm.proxy_dir' => false,
'fos_user.registration.confirmation.from_email' => false,
'fos_user.resetting.email.from_email' => false,
'white_october_tcpdf.tcpdf' => false,
'ewz_recaptcha.public_key' => false,
'ewz_recaptcha.private_key' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'fos_user.registration.confirmation.from_email': $value = [
$this->getEnv('APP_EMAIL_EXPEDITEUR') => $this->getEnv('APP_SITE_NAME'),
]; break;
case 'fos_user.resetting.email.from_email': $value = [
$this->getEnv('APP_EMAIL_EXPEDITEUR') => $this->getEnv('APP_SITE_NAME'),
]; break;
case 'white_october_tcpdf.tcpdf': $value = [
'k_path_url' => (\dirname(__DIR__, 4).'/src/../vendor/tecnickcom/tcpdf/'),
'k_path_main' => (\dirname(__DIR__, 4).'/src/../vendor/tecnickcom/tcpdf/'),
'k_path_fonts' => (\dirname(__DIR__, 4).'/src/../vendor/tecnickcom/tcpdf/fonts/'),
'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
'k_path_images' => (\dirname(__DIR__, 4).'/src/../vendor/tecnickcom/tcpdf/examples/images/'),
'k_blank_image' => (\dirname(__DIR__, 4).'/src/../vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
'k_cell_height_ratio' => 1.25,
'k_title_magnification' => 1.3,
'k_small_ratio' => 0.6666666666666666,
'k_thai_topchars' => true,
'k_tcpdf_calls_in_html' => false,
'k_tcpdf_external_config' => true,
'k_tcpdf_throw_exception_error' => true,
'head_magnification' => 1.1,
'pdf_page_format' => 'A4',
'pdf_page_orientation' => 'P',
'pdf_creator' => 'TCPDF',
'pdf_author' => 'TCPDF',
'pdf_header_title' => '',
'pdf_header_string' => '',
'pdf_header_logo' => '',
'pdf_header_logo_width' => '',
'pdf_unit' => 'mm',
'pdf_margin_header' => 5,
'pdf_margin_footer' => 10,
'pdf_margin_top' => 27,
'pdf_margin_bottom' => 25,
'pdf_margin_left' => 15,
'pdf_margin_right' => 15,
'pdf_font_name_main' => 'helvetica',
'pdf_font_size_main' => 10,
'pdf_font_name_data' => 'helvetica',
'pdf_font_size_data' => 8,
'pdf_font_monospaced' => 'courier',
'pdf_image_scale_ratio' => 1.25,
]; break;
case 'ewz_recaptcha.public_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
case 'ewz_recaptcha.private_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SECRET'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.root_dir' => (\dirname(__DIR__, 4).'/src'),
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.name' => 'src',
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'SonataEasyExtendsBundle' => 'Sonata\\EasyExtendsBundle\\SonataEasyExtendsBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'SonataMediaBundle' => 'Sonata\\MediaBundle\\SonataMediaBundle',
'ApplicationSonataMediaBundle' => 'App\\Application\\Sonata\\MediaBundle\\ApplicationSonataMediaBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'SonataIntlBundle' => 'Sonata\\IntlBundle\\SonataIntlBundle',
'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
'SonataFormatterBundle' => 'Sonata\\FormatterBundle\\SonataFormatterBundle',
'TranslationBundle' => 'Translation\\Bundle\\TranslationBundle',
'SonataTranslationBundle' => 'Sonata\\TranslationBundle\\SonataTranslationBundle',
'WhiteOctoberPagerfantaBundle' => 'WhiteOctober\\PagerfantaBundle\\WhiteOctoberPagerfantaBundle',
'WhiteOctoberTCPDFBundle' => 'WhiteOctober\\TCPDFBundle\\WhiteOctoberTCPDFBundle',
'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
'ArtgrisMaintenanceBundle' => 'Artgris\\MaintenanceBundle\\ArtgrisMaintenanceBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'DoctrineCacheBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-cache-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'WebServerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-server-bundle'),
'namespace' => 'Symfony\\Bundle\\WebServerBundle',
],
'SonataDatagridBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/datagrid-bundle/src'),
'namespace' => 'Sonata\\DatagridBundle',
],
'SonataCoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/core-bundle/src/CoreBundle'),
'namespace' => 'Sonata\\CoreBundle',
],
'SonataBlockBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src'),
'namespace' => 'Sonata\\BlockBundle',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
'SonataAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src'),
'namespace' => 'Sonata\\AdminBundle',
],
'SonataDoctrineORMAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
'namespace' => 'Sonata\\DoctrineORMAdminBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'SonataEasyExtendsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/easy-extends-bundle/src'),
'namespace' => 'Sonata\\EasyExtendsBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'SonataMediaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src'),
'namespace' => 'Sonata\\MediaBundle',
],
'ApplicationSonataMediaBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Application/Sonata/MediaBundle'),
'namespace' => 'App\\Application\\Sonata\\MediaBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'SonataIntlBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/intl-bundle/src'),
'namespace' => 'Sonata\\IntlBundle',
],
'FOSUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle'),
'namespace' => 'FOS\\UserBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'KnpMarkdownBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle'),
'namespace' => 'Knp\\Bundle\\MarkdownBundle',
],
'SonataFormatterBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/formatter-bundle/src'),
'namespace' => 'Sonata\\FormatterBundle',
],
'TranslationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/php-translation/symfony-bundle'),
'namespace' => 'Translation\\Bundle',
],
'SonataTranslationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/translation-bundle/src'),
'namespace' => 'Sonata\\TranslationBundle',
],
'WhiteOctoberPagerfantaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/white-october/pagerfanta-bundle'),
'namespace' => 'WhiteOctober\\PagerfantaBundle',
],
'WhiteOctoberTCPDFBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/whiteoctober/tcpdf-bundle'),
'namespace' => 'WhiteOctober\\TCPDFBundle',
],
'EWZRecaptchaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src'),
'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/src'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'FOSRestBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle'),
'namespace' => 'FOS\\RestBundle',
],
'ArtgrisMaintenanceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/artgris/maintenance-bundle/Artgris/MaintenanceBundle'),
'namespace' => 'Artgris\\MaintenanceBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
'container.autowiring.strict_mode' => true,
'container.dumper.inline_class_loader' => true,
'env(DATABASE_URL)' => '',
'sonata.media.admin.media.class' => 'App\\Admin\\Bundles\\Sonata\\MediaBundle\\ORM\\MediaAdmin',
'sonata.media.admin.gallery.class' => 'App\\Admin\\Bundles\\Sonata\\MediaBundle\\GalleryAdmin',
'sonata.media.admin.gallery_has_media.class' => 'App\\Admin\\Bundles\\Sonata\\MediaBundle\\GalleryHasMediaAdmin',
'locale' => 'fr',
'app.locales' => 'fr',
'sonata_path' => (\dirname(__DIR__, 4).'/src/../public/media'),
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr',
'kernel.error_controller' => 'error_controller',
'templating.helper.code.file_link_format' => NULL,
'debug.file_link_format' => NULL,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_httponly' => true,
'gc_probability' => 1,
],
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'asset.request_context.base_path' => '',
'asset.request_context.secure' => false,
'templating.loader.cache.path' => NULL,
'templating.engines' => [
0 => 'twig',
],
'validator.mapping.cache.prefix' => '',
'validator.translation_domain' => 'validators',
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_master_requests' => false,
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'serializer.mapping.cache.prefix' => '',
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => 'jonathan@hoplie.com',
'swiftmailer.mailer.default.delivery_addresses' => [
0 => 'jonathan@hoplie.com',
],
'swiftmailer.mailer.default.delivery_whitelist' => [
],
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => 'jonathan@hoplie.com',
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'security.authentication.trust_resolver.anonymous_class' => NULL,
'security.authentication.trust_resolver.rememberme_class' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_CLIENT' => [
0 => 'ROLE_USER',
],
'ROLE_DELEGUE' => [
0 => 'ROLE_CLIENT',
1 => 'ROLE_SONATA_ADMIN',
2 => 'ROLE_ADMIN_ACTUALITE_LIST',
3 => 'ROLE_ADMIN_ACTUALITE_EDIT',
4 => 'ROLE_ADMIN_ACTUALITE_CREATE',
5 => 'ROLE_ADMIN_ACTUALITE_VIEW',
6 => 'ROLE_ADMIN_CONTACT_EXPORT',
7 => 'ROLE_ADMIN_USER_LIST',
8 => 'ROLE_ADMIN_USER_EXPORT',
9 => 'ROLE_ADMIN_CAGNOTTEHISTORIQUE_ALL',
10 => 'ROLE_SONATA_MEDIA_ADMIN_MEDIA_EDIT',
11 => 'ROLE_SONATA_MEDIA_ADMIN_MEDIA_CREATE',
12 => 'ROLE_SONATA_MEDIA_ADMIN_GALLERY_CREATE',
13 => 'ROLE_SONATA_MEDIA_ADMIN_GALLERY_EDIT',
14 => 'ROLE_SONATA_MEDIA_ADMIN_GALLERY_DELETE',
15 => 'ROLE_SONATA_MEDIA_ADMIN_GALLERY_HAS_MEDIA_ALL',
],
'ROLE_MUTUALISE' => [
0 => 'ROLE_CLIENT',
1 => 'ROLE_SONATA_ADMIN',
2 => 'ROLE_ADMIN_OFFRE_ALL',
3 => 'ROLE_ADMIN_CATEGORIEOFFRE_ALL',
4 => 'ROLE_ADMIN_OFFRETYPE_ALL',
5 => 'ROLE_SONATA_MEDIA_ADMIN_MEDIA_ALL',
6 => 'ROLE_SONATA_MEDIA_ADMIN_GALLERY_ALL',
7 => 'ROLE_SONATA_MEDIA_ADMIN_GALLERY_HAS_MEDIA_ALL',
],
'ROLE_ADMIN' => [
0 => 'ROLE_CLIENT',
1 => 'ROLE_SONATA_ADMIN',
2 => 'ROLE_ALLOWED_TO_SWITCH',
3 => 'ROLE_ADMIN_CAGNOTTEHISTORIQUE_ALL',
4 => 'ROLE_ADMIN_PROMOTIONHISTORIQUE_ALL',
5 => 'ROLE_ADMIN_AVOIR_ALL',
6 => 'ROLE_ADMIN_AVOIRHISTORIQUE_ALL',
7 => 'ROLE_ADMIN_BLOC_ALL',
8 => 'ROLE_ADMIN_BLOC_LIGNE_ALL',
9 => 'ROLE_ADMIN_LIEN_BLOC_LIGNE_ALL',
10 => 'ROLE_ADMIN_DIAPORAMA_ALL',
11 => 'ROLE_ADMIN_LIEN_BLOC_CATEGORIE_ALL',
12 => 'ROLE_ADMIN_PAGEACCUEIL_ALL',
13 => 'ROLE_ADMIN_LIEN_BLOC_PAGE_ACCUEIL_ALL',
14 => 'ROLE_ADMIN_LIEN_DIAPORAMA_PAGE_ACCUEIL_ALL',
15 => 'ROLE_ADMIN_PAGE_ALL',
16 => 'ROLE_ADMIN_CATEGORIEPAGE_ALL',
17 => 'ROLE_ADMIN_LIEN_BLOC_PAGE_ALL',
18 => 'ROLE_ADMIN_ACTUALITE_ALL',
19 => 'ROLE_ADMIN_CATEGORIEACTUALITE_ALL',
20 => 'ROLE_ADMIN_CATEGORIECSE_ALL',
21 => 'ROLE_ADMIN_CATEGORIEREDUCCE_ALL',
22 => 'ROLE_ADMIN_LIEN_BLOC_ACTUALITE_ALL',
23 => 'ROLE_ADMIN_LIEN_BLOC_CATEGORIE_ALL',
24 => 'ROLE_ADMIN_CONTACT_ALL',
25 => 'ROLE_ADMIN_NEWSLETTERINSCRIPTION_ALL',
26 => 'ROLE_ADMIN_MENU_ALL',
27 => 'ROLE_ADMIN_LIEN_MENU_MENUITEM_ALL',
28 => 'ROLE_ADMIN_MENU_ITEM_ALL',
29 => 'ROLE_ADMIN_SEO_ALL',
30 => 'ROLE_ADMIN_SEOPARAMETRE_ALL',
31 => 'ROLE_ADMIN_SEORESEAUXSOCIAUX_ALL',
32 => 'ROLE_ADMIN_COMMANDE_ALL',
33 => 'ROLE_ADMIN_COMMANDELIGNE_ALL',
34 => 'ROLE_ADMIN_COMMANDEHISTORIQUE_ALL',
35 => 'ROLE_ADMIN_COMMANDEAYANTDROIT_ALL',
36 => 'ROLE_ADMIN_COMMANDESKIEUR_ALL',
37 => 'ROLE_ADMIN_PANIER_ALL',
38 => 'ROLE_ADMIN_PANIERLIGNE_ALL',
39 => 'ROLE_ADMIN_PRODUIT_ALL',
40 => 'ROLE_ADMIN_PRODUIT_COUPON_REDUCTION_ALL',
41 => 'ROLE_ADMIN_PRODUIT_COUPON_REDUCTION_HISTORIQUE_ALL',
42 => 'ROLE_ADMIN_PRODUITDECLINAISON_ALL',
43 => 'ROLE_ADMIN_PRODUITEAN_ALL',
44 => 'ROLE_ADMIN_PRODUIT_STOCK_BALANCE_ALL',
45 => 'ROLE_ADMIN_LIEN_BLOC_PRODUIT_ALL',
46 => 'ROLE_ADMIN_LIEN_BLOC_LIGNE_PRODUIT_ALL',
47 => 'ROLE_ADMIN_ATTRIBUT_ALL',
48 => 'ROLE_ADMIN_CARACTERISTIQUE_ALL',
49 => 'ROLE_ADMIN_CATEGORIEPRODUIT_ALL',
50 => 'ROLE_ADMIN_PROMOTION_ALL',
51 => 'ROLE_ADMIN_PROMOTIONLIGNE_ALL',
52 => 'ROLE_ADMIN_PROMOTION_GROUP_PRIORITE_ALL',
53 => 'ROLE_ADMIN_ZONE_ALL',
54 => 'ROLE_ADMIN_PAYS_ALL',
55 => 'ROLE_ADMIN_TRANSPORTEUR_ALL',
56 => 'ROLE_ADMIN_TRANSPORTEURZONE_ALL',
57 => 'ROLE_ADMIN_TVA_ALL',
58 => 'ROLE_ADMIN_MARQUE_ALL',
59 => 'ROLE_ADMIN_LIEN_BLOC_MARQUE_ALL',
60 => 'ROLE_ADMIN_OFFRE_ALL',
61 => 'ROLE_ADMIN_CATEGORIEOFFRE_ALL',
62 => 'ROLE_ADMIN_USER_ALL',
63 => 'ROLE_ADMIN_USERADDRESS_ALL',
64 => 'ROLE_ADMIN_USERGROUP_ALL',
65 => 'ROLE_ADMIN_USERHISTORIQUE_ALL',
66 => 'ROLE_ADMIN_LIEN_BLOC_USERGROUP_ALL',
67 => 'ROLE_SONATA_MEDIA_ADMIN_MEDIA_ALL',
68 => 'ROLE_SONATA_MEDIA_ADMIN_GALLERY_ALL',
69 => 'ROLE_SONATA_MEDIA_ADMIN_GALLERY_HAS_MEDIA_ALL',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
'doctrine_cache.couchbase.connection.class' => 'Couchbase',
'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine_cache.memcache.connection.class' => 'Memcache',
'doctrine_cache.memcache.host' => 'localhost',
'doctrine_cache.memcache.port' => 11211,
'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine_cache.memcached.connection.class' => 'Memcached',
'doctrine_cache.memcached.host' => 'localhost',
'doctrine_cache.memcached.port' => 11211,
'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
'doctrine_cache.mongodb.connection.class' => 'MongoClient',
'doctrine_cache.mongodb.server' => 'localhost:27017',
'doctrine_cache.predis.client.class' => 'Predis\\Client',
'doctrine_cache.predis.scheme' => 'tcp',
'doctrine_cache.predis.host' => 'localhost',
'doctrine_cache.predis.port' => 6379,
'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine_cache.redis.connection.class' => 'Redis',
'doctrine_cache.redis.host' => 'localhost',
'doctrine_cache.redis.port' => 6379,
'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
'doctrine_cache.riak.host' => 'localhost',
'doctrine_cache.riak.port' => 8087,
'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'json' => [
'class' => 'Sonata\\Doctrine\\Types\\JsonType',
'commented' => NULL,
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine_migrations.dir_name' => (\dirname(__DIR__, 4).'/src/Migrations'),
'doctrine_migrations.namespace' => 'DoctrineMigrations',
'doctrine_migrations.table_name' => 'migration_versions',
'doctrine_migrations.column_name' => 'version',
'doctrine_migrations.column_length' => 14,
'doctrine_migrations.executed_at_column_name' => 'executed_at',
'doctrine_migrations.all_or_nothing' => false,
'doctrine_migrations.name' => 'Application Migrations',
'doctrine_migrations.custom_template' => NULL,
'doctrine_migrations.organize_migrations' => false,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
'twig.form.resources' => [
0 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
1 => 'form_div_layout.html.twig',
2 => 'SonataCoreBundle:Form:datepicker.html.twig',
3 => '@SonataFormatter/Form/formatter.html.twig',
4 => 'form/adresse_googlemap.html.twig',
5 => 'form/form_media.html.twig',
6 => 'form/seo.html.twig',
7 => 'form/button_link.html.twig',
8 => 'form/text_and_link.html.twig',
9 => 'form/email_user_switch.html.twig',
10 => 'form/reference.html.twig',
11 => 'form/autocomplete.html.twig',
12 => 'form/cagnotte.html.twig',
13 => 'form/button_delete.html.twig',
14 => 'bootstrap_4_layout.html.twig',
15 => 'form/form_errors.html.twig',
16 => '@LiipImagine/Form/form_div_layout.html.twig',
17 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'sonata.core.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
'sonata.core.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
'sonata.core.form_type' => 'standard',
'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
'sonata.block.container.types' => [
0 => 'sonata.block.service.container',
1 => 'sonata.page.block.container',
2 => 'sonata.dashboard.block.container',
3 => 'cmf.block.container',
4 => 'cmf.block.slideshow',
],
'sonata_block.blocks' => [
'sonata.admin.block.admin_list' => [
'contexts' => [
0 => 'admin',
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.admin.block.search_result' => [
'contexts' => [
0 => 'admin',
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.admin.block.stats' => [
'contexts' => [
0 => 'admin',
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata_translation.block.locale_switcher' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.container' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.empty' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.text' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.rss' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.menu' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.template' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.media.block.media' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.media.block.feature_media' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.media.block.gallery' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.media.block.gallery_list' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.formatter.block.formatter' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
],
'sonata_block.blocks_by_class' => [
],
'sonata_blocks.block_types' => [
0 => 'sonata.admin.block.admin_list',
1 => 'sonata.admin.block.search_result',
2 => 'sonata.admin.block.stats',
3 => 'sonata_translation.block.locale_switcher',
4 => 'sonata.block.service.container',
5 => 'sonata.block.service.empty',
6 => 'sonata.block.service.text',
7 => 'sonata.block.service.rss',
8 => 'sonata.block.service.menu',
9 => 'sonata.block.service.template',
10 => 'sonata.media.block.media',
11 => 'sonata.media.block.feature_media',
12 => 'sonata.media.block.gallery',
13 => 'sonata.media.block.gallery_list',
14 => 'sonata.formatter.block.formatter',
],
'sonata_block.cache_blocks' => [
'by_type' => [
'sonata.admin.block.admin_list' => 'sonata.cache.noop',
'sonata.admin.block.search_result' => 'sonata.cache.noop',
'sonata.admin.block.stats' => 'sonata.cache.noop',
'sonata_translation.block.locale_switcher' => 'sonata.cache.noop',
'sonata.block.service.container' => 'sonata.cache.noop',
'sonata.block.service.empty' => 'sonata.cache.noop',
'sonata.block.service.text' => 'sonata.cache.noop',
'sonata.block.service.rss' => 'sonata.cache.noop',
'sonata.block.service.menu' => 'sonata.cache.noop',
'sonata.block.service.template' => 'sonata.cache.noop',
'sonata.media.block.media' => 'sonata.cache.noop',
'sonata.media.block.feature_media' => 'sonata.cache.noop',
'sonata.media.block.gallery' => 'sonata.cache.noop',
'sonata.media.block.gallery_list' => 'sonata.cache.noop',
'sonata.formatter.block.formatter' => 'sonata.cache.noop',
],
],
'sonata_blocks.default_contexts' => [
],
'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
'knp_menu.renderer.list.options' => [
],
'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'sonata.admin.twig.extension.x_editable_type_mapping' => [
'choice' => 'select',
'boolean' => 'select',
'text' => 'text',
'textarea' => 'textarea',
'html' => 'textarea',
'email' => 'email',
'string' => 'text',
'smallint' => 'text',
'bigint' => 'text',
'integer' => 'number',
'decimal' => 'number',
'currency' => 'number',
'percent' => 'number',
'url' => 'url',
'date' => 'date',
],
'sonata.admin.configuration.global_search.empty_boxes' => 'show',
'sonata.admin.configuration.global_search.case_sensitive' => true,
'sonata.admin.configuration.templates' => [
'history_revision_timestamp' => '@SonataIntl/CRUD/history_revision_timestamp.html.twig',
'layout' => 'layout_admin.html.twig',
'user_block' => '@SonataAdmin/Core/user_block.html.twig',
'add_block' => '@SonataAdmin/Core/add_block.html.twig',
'ajax' => '@SonataAdmin/ajax_layout.html.twig',
'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
'search' => '@SonataAdmin/Core/search.html.twig',
'list' => '@SonataAdmin/CRUD/list.html.twig',
'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
'show' => '@SonataAdmin/CRUD/show.html.twig',
'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
'edit' => '@SonataAdmin/CRUD/edit.html.twig',
'preview' => '@SonataAdmin/CRUD/preview.html.twig',
'history' => '@SonataAdmin/CRUD/history.html.twig',
'acl' => '@SonataAdmin/CRUD/acl.html.twig',
'action' => '@SonataAdmin/CRUD/action.html.twig',
'select' => '@SonataAdmin/CRUD/list__select.html.twig',
'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
'delete' => '@SonataAdmin/CRUD/delete.html.twig',
'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
'pager_links' => '@SonataAdmin/Pager/links.html.twig',
'pager_results' => '@SonataAdmin/Pager/results.html.twig',
'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
'button_create' => '@SonataAdmin/Button/create_button.html.twig',
'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
'button_history' => '@SonataAdmin/Button/history_button.html.twig',
'button_list' => '@SonataAdmin/Button/list_button.html.twig',
'button_show' => '@SonataAdmin/Button/show_button.html.twig',
],
'sonata.admin.configuration.admin_services' => [
],
'sonata.admin.configuration.dashboard_groups' => [
'contenus' => [
'label' => 'Pages de contenu',
'icon' => '<i class="fa fa-file-o"></i>',
'items' => [
0 => [
'admin' => 'admin.pageaccueil',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
1 => [
'admin' => 'admin.page',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
2 => [
'admin' => 'admin.bloc',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
],
'on_top' => false,
'keep_open' => false,
'item_adds' => [
],
'roles' => [
],
],
'actualites' => [
'label' => 'Actualités',
'icon' => '<i class="fa fa-calendar-o"></i>',
'items' => [
0 => [
'admin' => 'admin.actualite',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
1 => [
'admin' => 'admin.categorieactualite',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
],
'on_top' => false,
'keep_open' => false,
'item_adds' => [
],
'roles' => [
],
],
'offres' => [
'label' => 'Offres',
'icon' => '<i class="fa fa-map-marker"></i>',
'items' => [
0 => [
'admin' => 'admin.offre',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
1 => [
'admin' => 'admin.categorieoffre',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
2 => [
'admin' => 'admin.offretype',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
],
'roles' => [
0 => 'ROLE_MUTUALISE',
],
'on_top' => false,
'keep_open' => false,
'item_adds' => [
],
],
'boutique' => [
'label' => 'Boutique',
'icon' => '<i class="fa fa-shopping-cart"></i>',
'items' => [
0 => [
'admin' => 'admin.produit',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
1 => [
'admin' => 'admin.produit_coupon_reduction',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
2 => [
'admin' => 'admin.categorieproduit',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
3 => [
'admin' => 'admin.attribut',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
4 => [
'admin' => 'admin.marque',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
5 => [
'admin' => 'admin.commande',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
6 => [
'admin' => 'admin.promotion',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
7 => [
'admin' => 'admin.zone',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
8 => [
'admin' => 'admin.pays',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
9 => [
'admin' => 'admin.tva',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
10 => [
'admin' => 'admin.transporteur',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
],
'on_top' => false,
'keep_open' => false,
'item_adds' => [
],
'roles' => [
],
],
'utilisateurs' => [
'label' => 'Utilisateurs',
'icon' => '<i class="fa fa-user"></i>',
'items' => [
0 => [
'admin' => 'admin.user',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
1 => [
'admin' => 'admin.usergroup',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
2 => [
'admin' => 'admin.useraddress',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
],
'roles' => [
0 => 'ROLE_ADMIN',
],
'on_top' => false,
'keep_open' => false,
'item_adds' => [
],
],
'cse' => [
'label' => 'Gestion du groupe CSE',
'icon' => '<i class="fa fa-user"></i>',
'items' => [
0 => [
'route' => 'admin_app_user_user_list',
'label' => 'Liste des salariés',
'route_params' => [
],
'admin' => '',
'roles' => [
],
'route_absolute' => false,
],
1 => [
'route' => 'admin_app_user_usergroup_cagnottecse',
'label' => 'Gérer la cagnotte CSE',
'route_params' => [
],
'admin' => '',
'roles' => [
],
'route_absolute' => false,
],
2 => [
'route' => 'admin_app_user_usergroup_formulairecse',
'label' => 'Gérer le formulaire CSE',
'route_params' => [
],
'admin' => '',
'roles' => [
],
'route_absolute' => false,
],
],
'roles' => [
0 => 'ROLE_DELEGUE',
],
'on_top' => false,
'keep_open' => false,
'item_adds' => [
],
],
'contacts' => [
'label' => 'Contacts',
'on_top' => true,
'icon' => '<i class="fa fa-vcard"></i>',
'items' => [
0 => [
'admin' => 'admin.contact',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
],
'keep_open' => false,
'item_adds' => [
],
'roles' => [
],
],
'menus' => [
'label' => 'Menus',
'on_top' => true,
'icon' => '<i class="fa fa-bars"></i>',
'items' => [
0 => [
'admin' => 'admin.menu',
'label' => '',
'route' => '',
'route_params' => [
],
'route_absolute' => false,
'roles' => [
],
],
],
'keep_open' => false,
'item_adds' => [
],
'roles' => [
],
],
'medias' => [
'label' => 'Médias',
'on_top' => true,
'icon' => '<i class="fa fa-image"></i>',
'items' => [
0 => [
'route' => 'admin_sonata_media_media_list',
'route_params' => [
'context' => 'default',
'filter[_per_page]' => 128,
],
'label' => 'Médias',
'admin' => '',
'roles' => [
],
'route_absolute' => false,
],
],
'roles' => [
0 => 'ROLE_SUPER_ADMIN',
1 => 'ROLE_ADMIN',
],
'keep_open' => false,
'item_adds' => [
],
],
'statistiques' => [
'label' => 'Statistiques',
'icon' => '<i class="fa fa-line-chart"></i>',
'roles' => [
0 => 'ROLE_ADMIN',
],
'items' => [
0 => [
'route' => 'admin.statistique.coupon_reduction',
'label' => 'Coupons de réduction',
'route_params' => [
],
'admin' => '',
'roles' => [
],
'route_absolute' => false,
],
],
'on_top' => false,
'keep_open' => false,
'item_adds' => [
],
],
'translations' => [
'label' => 'Traduction du thème',
'on_top' => true,
'icon' => '<i class="fa fa-language"></i>',
'items' => [
0 => [
'route' => 'translation_index',
'route_params' => [
'configName' => 'app',
],
'label' => 'Traduction du thème',
'admin' => '',
'roles' => [
],
'route_absolute' => false,
],
],
'roles' => [
0 => 'ROLE_SUPER_ADMIN',
1 => 'ROLE_ADMIN',
],
'keep_open' => false,
'item_adds' => [
],
],
],
'sonata.admin.configuration.dashboard_blocks' => [
0 => [
'position' => 'left',
'type' => 'sonata.admin.block.admin_list',
'settings' => [
'groups' => [
0 => 'contenus',
1 => 'actualites',
2 => 'boutique',
3 => 'contacts',
4 => 'utilisateurs',
],
],
'roles' => [
],
'class' => 'col-md-4',
],
1 => [
'position' => 'right',
'type' => 'sonata.admin.block.stats',
'roles' => [
0 => 'ROLE_SUPER_ADMIN',
1 => 'ROLE_ADMIN',
],
'settings' => [
'code' => 'admin.commande',
'icon' => 'fa-shopping-cart',
'text' => 'Commandes',
'color' => 'bg-blue',
],
'class' => 'col-md-4',
],
2 => [
'position' => 'right',
'type' => 'sonata.admin.block.stats',
'roles' => [
0 => 'ROLE_SUPER_ADMIN',
1 => 'ROLE_ADMIN',
],
'settings' => [
'code' => 'admin.produit',
'icon' => 'fa-shopping-cart',
'text' => 'Produits',
'color' => 'bg-teal',
],
'class' => 'col-md-4',
],
3 => [
'position' => 'right',
'type' => 'sonata.admin.block.stats',
'roles' => [
0 => 'ROLE_SUPER_ADMIN',
1 => 'ROLE_ADMIN',
],
'settings' => [
'code' => 'admin.categorieproduit',
'icon' => 'fa-shopping-cart',
'text' => 'Catégories de produit',
'color' => 'bg-green',
],
'class' => 'col-md-4',
],
4 => [
'position' => 'right',
'type' => 'sonata.admin.block.stats',
'roles' => [
0 => 'ROLE_SUPER_ADMIN',
1 => 'ROLE_ADMIN',
],
'settings' => [
'code' => 'admin.user',
'icon' => 'fa-vcard',
'text' => 'Utilisateurs',
'color' => 'bg-red',
],
'class' => 'col-md-4',
],
5 => [
'position' => 'right',
'type' => 'sonata.admin.block.stats',
'roles' => [
0 => 'ROLE_SUPER_ADMIN',
1 => 'ROLE_ADMIN',
],
'settings' => [
'code' => 'admin.contact',
'icon' => 'fa-vcard',
'text' => 'Demandes de contact',
'color' => 'bg-purple',
'filters' => [
'formulaire' => [
'value' => 'Newsletter',
'type' => 2,
],
],
],
'class' => 'col-md-4',
],
6 => [
'position' => 'right',
'type' => 'sonata.admin.block.stats',
'roles' => [
0 => 'ROLE_SUPER_ADMIN',
1 => 'ROLE_ADMIN',
],
'settings' => [
'code' => 'admin.contact',
'icon' => 'fa-vcard',
'text' => 'Inscrits à la newsletter',
'color' => 'bg-yellow',
'filters' => [
'formulaire' => [
'value' => 'Newsletter',
],
],
],
'class' => 'col-md-4',
],
],
'sonata.admin.configuration.sort_admins' => false,
'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
'sonata.admin.configuration.default_group' => 'default',
'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
'sonata.admin.configuration.breadcrumbs' => [
'child_admin_route' => 'edit',
],
'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
'sonata.admin.configuration.security.information' => [
'EDIT' => [
0 => 'EDIT',
],
'LIST' => [
0 => 'LIST',
],
'CREATE' => [
0 => 'CREATE',
],
'VIEW' => [
0 => 'VIEW',
],
'DELETE' => [
0 => 'DELETE',
],
'EXPORT' => [
0 => 'EXPORT',
],
'ALL' => [
0 => 'ALL',
],
],
'sonata.admin.configuration.security.admin_permissions' => [
0 => 'CREATE',
1 => 'LIST',
2 => 'DELETE',
3 => 'UNDELETE',
4 => 'EXPORT',
5 => 'OPERATOR',
6 => 'MASTER',
],
'sonata.admin.configuration.security.object_permissions' => [
0 => 'VIEW',
1 => 'EDIT',
2 => 'DELETE',
3 => 'UNDELETE',
4 => 'OPERATOR',
5 => 'MASTER',
6 => 'OWNER',
],
'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
'sonata.admin.extension.map' => [
'admins' => [
],
'excludes' => [
],
'implements' => [
],
'extends' => [
],
'instanceof' => [
],
'uses' => [
],
],
'sonata.admin.configuration.filters.persist' => true,
'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
'sonata.admin.configuration.show.mosaic.button' => false,
'sonata.admin.configuration.translate_group_label' => false,
'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
'sonata_doctrine_orm_admin.entity_manager' => NULL,
'sonata_doctrine_orm_admin.templates' => [
'types' => [
'list' => [
'array' => '@SonataAdmin/CRUD/list_array.html.twig',
'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
'date' => '@SonataIntl/CRUD/list_date.html.twig',
'time' => '@SonataAdmin/CRUD/list_time.html.twig',
'datetime' => '@SonataIntl/CRUD/list_datetime.html.twig',
'text' => '@SonataAdmin/CRUD/list_string.html.twig',
'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
'email' => '@SonataAdmin/CRUD/list_email.html.twig',
'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
'string' => '@SonataAdmin/CRUD/list_string.html.twig',
'smallint' => '@SonataIntl/CRUD/list_decimal.html.twig',
'bigint' => '@SonataIntl/CRUD/list_decimal.html.twig',
'integer' => '@SonataIntl/CRUD/list_decimal.html.twig',
'decimal' => '@SonataIntl/CRUD/list_decimal.html.twig',
'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
'currency' => '@SonataIntl/CRUD/list_currency.html.twig',
'percent' => '@SonataIntl/CRUD/list_percent.html.twig',
'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
'url' => '@SonataAdmin/CRUD/list_url.html.twig',
'html' => '@SonataAdmin/CRUD/list_html.html.twig',
],
'show' => [
'array' => '@SonataAdmin/CRUD/show_array.html.twig',
'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
'date' => '@SonataIntl/CRUD/show_date.html.twig',
'time' => '@SonataAdmin/CRUD/show_time.html.twig',
'datetime' => '@SonataIntl/CRUD/show_datetime.html.twig',
'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
'email' => '@SonataAdmin/CRUD/show_email.html.twig',
'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
'smallint' => '@SonataIntl/CRUD/show_decimal.html.twig',
'bigint' => '@SonataIntl/CRUD/show_decimal.html.twig',
'integer' => '@SonataIntl/CRUD/show_decimal.html.twig',
'decimal' => '@SonataIntl/CRUD/show_decimal.html.twig',
'currency' => '@SonataIntl/CRUD/show_currency.html.twig',
'percent' => '@SonataIntl/CRUD/show_percent.html.twig',
'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
'url' => '@SonataAdmin/CRUD/show_url.html.twig',
'html' => '@SonataAdmin/CRUD/show_html.html.twig',
],
],
'form' => [
0 => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
],
'filter' => [
0 => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
],
],
'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
'fos_js_routing.request_context_base_url' => NULL,
'fos_js_routing.cache_control' => [
'enabled' => false,
],
'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
'jms_serializer.json_serialization_visitor.options' => 1216,
'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
],
'jms_serializer.xml_serialization_visitor.format_output' => true,
'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
'sonata.media.provider.image.class' => 'Sonata\\MediaBundle\\Provider\\ImageProvider',
'sonata.media.provider.file.class' => 'Sonata\\MediaBundle\\Provider\\FileProvider',
'sonata.media.provider.youtube.class' => 'Sonata\\MediaBundle\\Provider\\YouTubeProvider',
'sonata.media.provider.dailymotion.class' => 'Sonata\\MediaBundle\\Provider\\DailyMotionProvider',
'sonata.media.provider.vimeo.class' => 'Sonata\\MediaBundle\\Provider\\VimeoProvider',
'sonata.media.thumbnail.format' => 'Sonata\\MediaBundle\\Thumbnail\\FormatThumbnail',
'sonata.media.thumbnail.format.default' => 'jpg',
'sonata.media.thumbnail.liip_imagine' => 'Sonata\\MediaBundle\\Thumbnail\\LiipImagineThumbnail',
'sonata.media.pool.class' => 'Sonata\\MediaBundle\\Provider\\Pool',
'sonata.media.resizer.simple.class' => 'Sonata\\MediaBundle\\Resizer\\SimpleResizer',
'sonata.media.resizer.square.class' => 'Sonata\\MediaBundle\\Resizer\\SquareResizer',
'sonata.media.adapter.image.gd.class' => 'Imagine\\Gd\\Imagine',
'sonata.media.adapter.image.imagick.class' => 'Imagine\\Imagick\\Imagine',
'sonata.media.adapter.image.gmagick.class' => 'Imagine\\Gmagick\\Imagine',
'sonata.media.metadata.proxy.class' => 'Sonata\\MediaBundle\\Metadata\\ProxyMetadataBuilder',
'sonata.media.metadata.amazon.class' => 'Sonata\\MediaBundle\\Metadata\\AmazonMetadataBuilder',
'sonata.media.metadata.noop.class' => 'Sonata\\MediaBundle\\Metadata\\NoopMetadataBuilder',
'sonata.media.adapater.filesystem.opencloud.class' => '',
'sonata.media.block.media.class' => 'Sonata\\MediaBundle\\Block\\MediaBlockService',
'sonata.media.block.feature_media.class' => 'Sonata\\MediaBundle\\Block\\FeatureMediaBlockService',
'sonata.media.block.gallery.class' => 'Sonata\\MediaBundle\\Block\\GalleryBlockService',
'sonata.media.block.gallery_list.class' => 'Sonata\\MediaBundle\\Block\\GalleryListBlockService',
'sonata.media.manager.media.class' => 'Sonata\\MediaBundle\\Entity\\MediaManager',
'sonata.media.manager.gallery.class' => 'Sonata\\MediaBundle\\Entity\\GalleryManager',
'sonata.media.admin.groupname' => 'sonata_media',
'sonata.media.admin.groupicon' => '<i class=\'fa fa-image\'></i>',
'sonata.media.admin.media.controller' => 'Sonata\\MediaBundle\\Controller\\MediaAdminController',
'sonata.media.admin.media.translation_domain' => 'SonataMediaBundle',
'sonata.media.admin.gallery.controller' => 'Sonata\\MediaBundle\\Controller\\GalleryAdminController',
'sonata.media.admin.gallery.translation_domain' => 'SonataMediaBundle',
'sonata.media.admin.gallery_has_media.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
'sonata.media.admin.gallery_has_media.translation_domain' => 'SonataMediaBundle',
'sonata.media.admin_format' => [
'width' => 200,
'height' => NULL,
'quality' => 90,
'format' => 'jpg',
'constraint' => true,
],
'sonata.media.resizer.simple.adapter.mode' => 'inset',
'sonata.media.resizer.square.adapter.mode' => 'inset',
'sonata.media.admin.media.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media',
'sonata.media.admin.gallery.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery',
'sonata.media.admin.gallery_has_media.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia',
'sonata.media.media.class' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media',
'sonata.media.gallery.class' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
'stof_doctrine_extensions.default_locale' => 'fr',
'stof_doctrine_extensions.translation_fallback' => true,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'sonata.intl.locale_detector.request.class' => 'Sonata\\IntlBundle\\Locale\\RequestDetector',
'sonata.intl.locale_detector.session.class' => 'Sonata\\IntlBundle\\Locale\\SessionDetector',
'sonata.intl.templating.helper.locale.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\LocaleHelper',
'sonata.intl.templating.helper.number.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\NumberHelper',
'sonata.intl.templating.helper.datetime.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\DateTimeHelper',
'sonata.intl.timezone_detector.chain.class' => 'Sonata\\IntlBundle\\Timezone\\ChainTimezoneDetector',
'sonata.intl.timezone_detector.user.class' => 'Sonata\\IntlBundle\\Timezone\\UserBasedTimezoneDetector',
'sonata.intl.timezone_detector.locale.class' => 'Sonata\\IntlBundle\\Timezone\\LocaleBasedTimezoneDetector',
'sonata.intl.twig.helper.locale.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\LocaleExtension',
'sonata.intl.twig.helper.number.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\NumberExtension',
'sonata.intl.twig.helper.datetime.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\DateTimeExtension',
'sonata_intl.timezone.detectors' => [
0 => 'sonata.intl.timezone_detector.locale',
],
'fos_user.backend_type_orm' => true,
'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
'fos_user.storage' => 'orm',
'fos_user.firewall_name' => 'main',
'fos_user.model_manager_name' => NULL,
'fos_user.model.user.class' => 'App\\Entity\\User\\User',
'fos_user.profile.form.type' => 'App\\Form\\Type\\User\\ProfileFormType',
'fos_user.profile.form.name' => 'fos_user_profile_form',
'fos_user.profile.form.validation_groups' => [
0 => 'Profile',
1 => 'Default',
],
'fos_user.registration.confirmation.enabled' => true,
'fos_user.registration.form.type' => 'App\\Form\\Type\\User\\RegisterFormType',
'fos_user.registration.form.name' => 'fos_user_registration_form',
'fos_user.registration.form.validation_groups' => [
0 => 'Registration',
1 => 'Default',
],
'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
'fos_user.change_password.form.name' => 'fos_user_change_password_form',
'fos_user.change_password.form.validation_groups' => [
0 => 'ChangePassword',
1 => 'Default',
],
'fos_user.resetting.retry_ttl' => 0,
'fos_user.resetting.token_ttl' => 86400,
'fos_user.resetting.form.type' => 'App\\Form\\Type\\User\\ResettingFormType',
'fos_user.resetting.form.name' => 'fos_user_resetting_form',
'fos_user.resetting.form.validation_groups' => [
0 => 'ResetPassword',
1 => 'Default',
],
'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
'fos_user.model.group.class' => 'App\\Entity\\User\\UserGroup',
'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
'fos_user.group.form.name' => 'fos_user_group_form',
'fos_user.group.form.validation_groups' => [
0 => 'Registration',
1 => 'Default',
],
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/public'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'locator' => 'filesystem',
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public'),
],
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'cache' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
],
'post_processors' => [
],
],
'downscale_1024_768' => [
'jpeg_quality' => 95,
'filters' => [
'downscale' => [
'max' => [
0 => 1024,
1 => 768,
],
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'admin_100_100' => [
'jpeg_quality' => 95,
'filters' => [
'thumbnail' => [
'size' => [
0 => 100,
1 => 100,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'downscale_300' => [
'jpeg_quality' => 100,
'filters' => [
'downscale' => [
'max' => [
0 => 300,
1 => 300,
],
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'300_200_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 300,
1 => 200,
],
],
'thumbnail' => [
'size' => [
0 => 300,
1 => 200,
],
'mode' => 'inset',
],
'background' => [
'color' => '#ffffff',
'size' => [
0 => 300,
1 => 200,
],
'position' => 'center',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'80_80_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 80,
1 => 80,
],
],
'thumbnail' => [
'size' => [
0 => 80,
1 => 80,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'800_400_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 800,
1 => 400,
],
],
'thumbnail' => [
'size' => [
0 => 800,
1 => 400,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'450_450_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 450,
1 => 450,
],
],
'thumbnail' => [
'size' => [
0 => 450,
1 => 450,
],
'mode' => 'inset',
],
'background' => [
'color' => '#F9F9F9',
'size' => [
0 => 450,
1 => 450,
],
'position' => 'top',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'450_450_thumbnail_white' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 450,
1 => 450,
],
],
'thumbnail' => [
'size' => [
0 => 450,
1 => 450,
],
'mode' => 'inset',
],
'background' => [
'color' => '#FFFFFF',
'size' => [
0 => 450,
1 => 450,
],
'position' => 'top',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'285_190_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 285,
1 => 190,
],
],
'thumbnail' => [
'size' => [
0 => 285,
1 => 190,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'240_140_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 240,
1 => 140,
],
],
'thumbnail' => [
'size' => [
0 => 240,
1 => 140,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'700_604_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 700,
1 => 604,
],
],
'thumbnail' => [
'size' => [
0 => 700,
1 => 604,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'400_343_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 400,
1 => 343,
],
],
'thumbnail' => [
'size' => [
0 => 400,
1 => 343,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'800_343_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 800,
1 => 343,
],
],
'thumbnail' => [
'size' => [
0 => 800,
1 => 343,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'800_533_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 800,
1 => 533,
],
],
'thumbnail' => [
'size' => [
0 => 800,
1 => 533,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'280_140_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 280,
1 => 140,
],
],
'thumbnail' => [
'size' => [
0 => 280,
1 => 140,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'1400_700_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 1400,
1 => 700,
],
],
'thumbnail' => [
'size' => [
0 => 1400,
1 => 700,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'75_75_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 80,
1 => 80,
],
],
'thumbnail' => [
'size' => [
0 => 80,
1 => 80,
],
'mode' => 'inset',
],
'background' => [
'color' => '#ffffff',
'size' => [
0 => 80,
1 => 80,
],
'position' => 'center',
'transparency' => 0,
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'1903_370_downscale' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 1903,
1 => 370,
],
],
'thumbnail' => [
'size' => [
0 => 1903,
1 => 370,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'1903_750_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 1903,
1 => 750,
],
],
'thumbnail' => [
'size' => [
0 => 1903,
1 => 750,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'320_320_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 320,
1 => 320,
],
],
'thumbnail' => [
'size' => [
0 => 320,
1 => 320,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'195_280_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 195,
1 => 280,
],
],
'thumbnail' => [
'size' => [
0 => 195,
1 => 280,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'605_870_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 605,
1 => 870,
],
],
'thumbnail' => [
'size' => [
0 => 605,
1 => 870,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'104_150_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 104,
1 => 150,
],
],
'thumbnail' => [
'size' => [
0 => 104,
1 => 150,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'1800_1800_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 1800,
1 => 1800,
],
],
'thumbnail' => [
'size' => [
0 => 1800,
1 => 1800,
],
'mode' => 'inset',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'382_550_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 382,
1 => 550,
],
],
'thumbnail' => [
'size' => [
0 => 382,
1 => 550,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'380_280_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 380,
1 => 280,
],
],
'thumbnail' => [
'size' => [
0 => 380,
1 => 280,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'200_300_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 200,
1 => 300,
],
],
'thumbnail' => [
'size' => [
0 => 200,
1 => 300,
],
'mode' => 'outbound',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
'600_530_thumbnail' => [
'jpeg_quality' => 100,
'filters' => [
'upscale' => [
'min' => [
0 => 600,
1 => 530,
],
],
'thumbnail' => [
'size' => [
0 => 600,
1 => 530,
],
'mode' => 'inset',
],
],
'post_processors' => [
'jpegoptim' => [
'strip_all' => true,
'max' => 80,
'progressive' => true,
],
'optipng' => [
'strip_all' => true,
'level' => 5,
],
],
'quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
],
],
'liip_imagine.binary.loader.default' => 'default',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
'sonata.formatter.text.markdown.class' => 'Sonata\\FormatterBundle\\Formatter\\MarkdownFormatter',
'sonata.formatter.text.text.class' => 'Sonata\\FormatterBundle\\Formatter\\TextFormatter',
'sonata.formatter.text.raw.class' => 'Sonata\\FormatterBundle\\Formatter\\RawFormatter',
'sonata.formatter.text.twigengine.class' => 'Sonata\\FormatterBundle\\Formatter\\TwigFormatter',
'sonata.formatter.block.formatter.class' => 'Sonata\\FormatterBundle\\Block\\FormatterBlockService',
'sonata.formatter.ckeditor.extension.class' => 'Sonata\\FormatterBundle\\Admin\\CkeditorAdminExtension',
'sonata.formatter.ckeditor.configuration.templates' => [
'browser' => '@SonataFormatter/Ckeditor/browser.html.twig',
'upload' => '@SonataFormatter/Ckeditor/upload.html.twig',
],
'php_translation.locales' => [
0 => 'fr',
],
'php_translation.default_locale' => 'fr',
'php_translation.webui.enabled' => true,
'php_translation.webui.allow_create' => true,
'php_translation.webui.allow_delete' => false,
'php_translation.webui.file_base_path' => (\dirname(__DIR__, 4).'/'),
'php_translation.toolbar.allow_edit' => true,
'sonata_translation.locales' => [
0 => 'fr',
],
'sonata_translation.default_locale' => 'fr',
'sonata_translation.locale_switcher_show_country_flags' => true,
'sonata_translation.checker.translatable.class' => 'Sonata\\TranslationBundle\\Checker\\TranslatableChecker',
'sonata_translation.admin.extension.gedmo_translatable.class' => 'Sonata\\TranslationBundle\\Admin\\Extension\\Gedmo\\TranslatableAdminExtension',
'sonata_translation.block.locale_switcher.class' => 'Sonata\\TranslationBundle\\Block\\LocaleSwitcherBlockService',
'sonata_translation.listener.locale_switcher.class' => 'Sonata\\TranslationBundle\\EventListener\\LocaleSwitcherListener',
'sonata_translation.twig.sonata_translation_extension.class' => 'Sonata\\TranslationBundle\\Twig\\Extension\\SonataTranslationExtension',
'sonata_translation.targets' => [
'gedmo' => [
'implements' => [
0 => 'Sonata\\TranslationBundle\\Model\\Gedmo\\TranslatableInterface',
],
'instanceof' => [
],
],
],
'white_october_pagerfanta.default_view' => 'default',
'white_october_pagerfanta.view_factory.class' => 'Pagerfanta\\View\\ViewFactory',
'white_october_tcpdf.file' => (\dirname(__DIR__, 4).'/src/../vendor/tecnickcom/tcpdf/tcpdf.php'),
'white_october_tcpdf.class' => 'TCPDF',
'ewz_recaptcha.locale_from_request' => true,
'ewz_recaptcha.enabled' => true,
'ewz_recaptcha.verify_host' => false,
'ewz_recaptcha.ajax' => false,
'ewz_recaptcha.locale_key' => 'fr',
'ewz_recaptcha.api_host' => 'www.google.com',
'ewz_recaptcha.timeout' => NULL,
'ewz_recaptcha.trusted_roles' => [
],
'ewz_recaptcha.http_proxy' => [
'host' => NULL,
'port' => NULL,
'auth' => NULL,
],
'nelmio_api_doc.areas' => [
0 => 'default',
],
'fos_rest.format_listener.rules' => NULL,
'artgris_maintenance' => [
'enable' => false,
'response' => 503,
'ips' => [
],
],
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'php_translation.data_collector' => [
0 => 'translation',
1 => '@Translation/SymfonyProfiler/translation.html.twig',
],
'sonata.block.data_collector' => [
0 => 'block',
1 => '@SonataBlock/Profiler/block.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'sonata.core.form.types' => [
0 => 'App\\Form\\Type\\Admin\\AdresseGooglemapType',
1 => 'App\\Form\\Type\\Admin\\AutocompleteType',
2 => 'App\\Form\\Type\\Admin\\CagnotteType',
3 => 'App\\Form\\Type\\Admin\\CrediterCagnotteType',
4 => 'App\\Form\\Type\\Admin\\DebiterCagnotteType',
5 => 'App\\Form\\Type\\Admin\\DeleteButtonType',
6 => 'App\\Form\\Type\\Admin\\EmailUserSwitchType',
7 => 'App\\Form\\Type\\Admin\\FormulaireCseType',
8 => 'App\\Form\\Type\\Admin\\GenerateurCodebarreType',
9 => 'App\\Form\\Type\\Admin\\ImportAnalyseType',
10 => 'App\\Form\\Type\\Admin\\ImportInscriptionType',
11 => 'App\\Form\\Type\\Admin\\ParametreCodebarreType',
12 => 'App\\Form\\Type\\Admin\\ReferenceType',
13 => 'App\\Form\\Type\\Admin\\Seo\\SeoParametreType',
14 => 'App\\Form\\Type\\Admin\\Seo\\SeoReseauxSociauxType',
15 => 'App\\Form\\Type\\Admin\\Seo\\SeoType',
16 => 'App\\Form\\Type\\Admin\\StatistiqueCouponReductionType',
17 => 'App\\Form\\Type\\Admin\\TextAndLinkType',
18 => 'App\\Form\\Type\\Boutique\\AvoirFormType',
19 => 'App\\Form\\Type\\Boutique\\CagnotteFormType',
20 => 'App\\Form\\Type\\Boutique\\LivraisonFormType',
21 => 'App\\Form\\Type\\Boutique\\PaiementFormType',
22 => 'App\\Form\\Type\\Formulaire\\BreizhDevenirAdherentType',
23 => 'App\\Form\\Type\\Formulaire\\BreizhDevenirPartenaireType',
24 => 'App\\Form\\Type\\Formulaire\\ContactAdminType',
25 => 'App\\Form\\Type\\Formulaire\\ContactType',
26 => 'App\\Form\\Type\\Formulaire\\CseType',
27 => 'App\\Form\\Type\\Formulaire\\DefaultType',
28 => 'App\\Form\\Type\\Formulaire\\MessagerieType',
29 => 'App\\Form\\Type\\Formulaire\\NewsletterInscriptionType',
30 => 'App\\Form\\Type\\Formulaire\\NewsletterType',
31 => 'App\\Form\\Type\\Formulaire\\ProduitType',
32 => 'App\\Form\\Type\\Formulaire\\TamtamAdhesionCarteType',
33 => 'App\\Form\\Type\\Formulaire\\TamtamAmbassadeurCarteType',
34 => 'App\\Form\\Type\\Formulaire\\TamtamAssocieCarteType',
35 => 'App\\Form\\Type\\Formulaire\\TamtamPartenaireCarteType',
36 => 'App\\Form\\Type\\Formulaire\\TombolaType',
37 => 'App\\Form\\Type\\User\\AddressFormType',
38 => 'App\\Form\\Type\\User\\FirstLoginFormType',
39 => 'App\\Form\\Type\\User\\ProfileFormType',
40 => 'App\\Form\\Type\\User\\RegisterFormType',
41 => 'App\\Form\\Type\\User\\ResettingFormType',
42 => 'form.type.form',
43 => 'form.type.choice',
44 => 'form.type.file',
45 => 'form.type.entity',
46 => 'sonata.core.form.type.array_legacy',
47 => 'sonata.core.form.type.boolean_legacy',
48 => 'sonata.core.form.type.collection_legacy',
49 => 'sonata.core.form.type.translatable_choice',
50 => 'sonata.core.form.type.date_range_legacy',
51 => 'sonata.core.form.type.datetime_range_legacy',
52 => 'sonata.core.form.type.date_picker_legacy',
53 => 'sonata.core.form.type.datetime_picker_legacy',
54 => 'sonata.core.form.type.date_range_picker_legacy',
55 => 'sonata.core.form.type.datetime_range_picker_legacy',
56 => 'sonata.core.form.type.equal_legacy',
57 => 'sonata.core.form.type.color_selector',
58 => 'sonata.core.form.type.color_legacy',
59 => 'sonata.core.form.type.array',
60 => 'sonata.core.form.type.boolean',
61 => 'sonata.core.form.type.collection',
62 => 'sonata.core.form.type.date_range',
63 => 'sonata.core.form.type.datetime_range',
64 => 'sonata.core.form.type.date_picker',
65 => 'sonata.core.form.type.datetime_picker',
66 => 'sonata.core.form.type.date_range_picker',
67 => 'sonata.core.form.type.datetime_range_picker',
68 => 'sonata.core.form.type.equal',
69 => 'sonata.block.form.type.block',
70 => 'sonata.block.form.type.container_template',
71 => 'sonata.admin.form.type.admin',
72 => 'sonata.admin.form.type.model_choice',
73 => 'sonata.admin.form.type.model_list',
74 => 'sonata.admin.form.type.model_reference',
75 => 'sonata.admin.form.type.model_hidden',
76 => 'sonata.admin.form.type.model_autocomplete',
77 => 'sonata.admin.form.type.collection',
78 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
79 => 'sonata.admin.form.filter.type.number',
80 => 'sonata.admin.form.filter.type.choice',
81 => 'sonata.admin.form.filter.type.default',
82 => 'sonata.admin.form.filter.type.date',
83 => 'sonata.admin.form.filter.type.daterange',
84 => 'sonata.admin.form.filter.type.datetime',
85 => 'sonata.admin.form.filter.type.datetime_range',
86 => 'sonata.media.form.type.media',
87 => 'sonata.media.api.form.type.doctrine.media',
88 => 'sonata.media.api.form.type.media',
89 => 'sonata.media.api.form.type.gallery',
90 => 'sonata.media.api.form.type.gallery_has_media',
91 => 'fos_user.username_form_type',
92 => 'fos_user.profile.form.type',
93 => 'fos_user.registration.form.type',
94 => 'fos_user.change_password.form.type',
95 => 'fos_user.resetting.form.type',
96 => 'fos_user.group.form.type',
97 => 'liip_imagine.form.type.image',
98 => 'fos_ck_editor.form.type',
99 => 'sonata.formatter.form.type.selector',
100 => 'sonata.formatter.form.type.simple',
101 => 'ewz_recaptcha.form.type',
],
'sonata.core.form.type_extensions' => [
0 => 'form.type_extension.form.transformation_failure_handling',
1 => 'form.type_extension.form.http_foundation',
2 => 'form.type_extension.form.validator',
3 => 'form.type_extension.repeated.validator',
4 => 'form.type_extension.submit.validator',
5 => 'form.type_extension.upload.validator',
6 => 'form.type_extension.csrf',
7 => 'form.type_extension.form.data_collector',
8 => 'sonata.admin.form.extension.field',
9 => 'sonata.admin.form.extension.field.mopa',
10 => 'sonata.admin.form.extension.choice',
11 => 'nelmio_api_doc.form.documentation_extension',
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\Command\\Boutique\\ExportProduitCommand',
1 => 'console.command.public_alias.App\\Command\\Boutique\\ImportCatalogueCommand',
2 => 'console.command.public_alias.App\\Command\\Boutique\\ImportClientCommand',
3 => 'console.command.public_alias.App\\Command\\Boutique\\ImportCustomerCommand',
4 => 'console.command.public_alias.App\\Command\\Boutique\\ImportEanCommand',
5 => 'console.command.public_alias.App\\Command\\Boutique\\ImportOffreCommand',
6 => 'console.command.public_alias.App\\Command\\Boutique\\ImportProduitCommand',
7 => 'console.command.public_alias.App\\Command\\Boutique\\UpdateStockCommand',
8 => 'console.command.public_alias.App\\Command\\Boutique\\WebserviceCategorieCommand',
9 => 'console.command.public_alias.App\\Command\\Boutique\\WebserviceCommandeCommand',
10 => 'console.command.public_alias.App\\Command\\Boutique\\WebserviceImageCommand',
11 => 'console.command.public_alias.App\\Command\\Boutique\\WebserviceProduitCommand',
12 => 'console.command.public_alias.App\\Command\\Formulaire\\DeleteContactCommand',
13 => 'console.command.public_alias.App\\Command\\User\\CreateUserCommand',
14 => 'console.command.public_alias.App\\Command\\User\\PromotionHistoriqueCommand',
15 => 'console.command.public_alias.App\\Command\\User\\UpdatehashAutoLoginCommand',
16 => 'console.command.public_alias.doctrine_cache.contains_command',
17 => 'console.command.public_alias.doctrine_cache.delete_command',
18 => 'console.command.public_alias.doctrine_cache.flush_command',
19 => 'console.command.public_alias.doctrine_cache.stats_command',
20 => 'console.command.public_alias.doctrine_migrations.diff_command',
21 => 'console.command.public_alias.doctrine_migrations.dump_schema_command',
22 => 'console.command.public_alias.doctrine_migrations.execute_command',
23 => 'console.command.public_alias.doctrine_migrations.generate_command',
24 => 'console.command.public_alias.doctrine_migrations.latest_command',
25 => 'console.command.public_alias.doctrine_migrations.migrate_command',
26 => 'console.command.public_alias.doctrine_migrations.rollup_command',
27 => 'console.command.public_alias.doctrine_migrations.status_command',
28 => 'console.command.public_alias.doctrine_migrations.up_to_date_command',
29 => 'console.command.public_alias.doctrine_migrations.version_command',
30 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
31 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
32 => 'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand',
33 => 'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand',
34 => 'Sonata\\MediaBundle\\Command\\AddMassMediaCommand',
35 => 'Sonata\\MediaBundle\\Command\\AddMediaCommand',
36 => 'Sonata\\MediaBundle\\Command\\CleanMediaCommand',
37 => 'Sonata\\MediaBundle\\Command\\FixMediaContextCommand',
38 => 'Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand',
39 => 'Sonata\\MediaBundle\\Command\\RefreshMetadataCommand',
40 => 'Sonata\\MediaBundle\\Command\\RemoveThumbsCommand',
41 => 'Sonata\\MediaBundle\\Command\\SyncThumbsCommand',
42 => 'Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}