HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: /home4/cca63905/www/nueva/var/cache/prod/appProdProjectContainerUrlGenerator.php
<?php

use Symfony\Component\Routing\RequestContext;
use Symfony\Component\Routing\Exception\RouteNotFoundException;
use Psr\Log\LoggerInterface;

/**
 * This class has been auto-generated
 * by the Symfony Routing Component.
 */
class appProdProjectContainerUrlGenerator extends Symfony\Component\Routing\Generator\UrlGenerator
{
    private static $declaredRoutes;

    public function __construct(RequestContext $context, LoggerInterface $logger = null)
    {
        $this->context = $context;
        $this->logger = $logger;
        if (null === self::$declaredRoutes) {
            self::$declaredRoutes = [
        'admin_common_notifications' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::notificationsAction',    '_legacy_controller' => 'AdminCommon',    '_legacy_link' => 'AdminCommon',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/common/notifications',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_common_notifications_ack' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::notificationsAckAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/common/notifications/ack',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_common_pagination' => array (  0 =>   array (    0 => 'offset',    1 => 'limit',    2 => 'total',    3 => 'view',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::paginationAction',    'offset' => 0,    'limit' => 20,    'total' => 0,    'view' => 'full',  ),  2 =>   array (    'offset' => '\\d+',    'limit' => '\\d+',    'total' => '\\d+',    'view' => 'full|quicknav',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => 'full|quicknav',      3 => 'view',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'total',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'limit',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'offset',    ),    4 =>     array (      0 => 'text',      1 => '/common/pagination',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_common_recommended_modules' => array (  0 =>   array (    0 => 'domain',    1 => 'limit',    2 => 'randomize',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::recommendedModulesAction',    'limit' => 0,    'randomize' => 0,  ),  2 =>   array (    'limit' => '\\d+',    'randomize' => '0|1',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '0|1',      3 => 'randomize',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'limit',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'domain',    ),    3 =>     array (      0 => 'text',      1 => '/common/recommended_modules',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_common_sidebar' => array (  0 =>   array (    0 => 'url',    1 => 'title',    2 => 'footer',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::renderSidebarAction',    'title' => '',    'footer' => '',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'footer',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'title',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'url',    ),    3 =>     array (      0 => 'text',      1 => '/common/sidebar',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_common_reset_search' => array (  0 =>   array (    0 => 'controller',    1 => 'action',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::resetSearchAction',    'filterId' => '',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'action',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'controller',    ),    2 =>     array (      0 => 'text',      1 => '/common/reset_search',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_common_reset_search_by_filter_id' => array (  0 =>   array (    0 => 'filterId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::resetSearchAction',    'controller' => '',    'action' => '',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'filterId',    ),    1 =>     array (      0 => 'text',      1 => '/common/reset_search',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_security_compromised' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\SecurityController::compromisedAccessAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/security/compromised',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_new' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductController::newAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/products/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_form' => array (  0 =>   array (    0 => 'id',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductController::formAction',    '_legacy_controller' => 'AdminProducts',    '_legacy_param_mapper_class' => 'PrestaShop\\PrestaShop\\Adapter\\Product\\AdminProductDataProvider',    '_legacy_param_mapper_method' => 'mapLegacyParametersProductForm',  ),  2 =>   array (    'id' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'id',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_virtual_save_action' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\VirtualProductController::saveAction',    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/virtual/save',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_virtual_remove_file_action' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\VirtualProductController::removeFileAction',    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/virtual/remove-file',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_virtual_download_file_action' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\VirtualProductController::downloadFileAction',    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/virtual/download-file',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_virtual_remove_action' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\VirtualProductController::removeAction',    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/virtual/remove',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_attachement_add_action' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\AttachementProductController::addAction',    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/attachment/form/add',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_image_upload' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductImageController::uploadImageAction',    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/image/upload',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_image_positions' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductImageController::updateImagePositionAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/products/image/positions',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_image_form' => array (  0 =>   array (    0 => 'idImage',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductImageController::formAction',    'idImage' => 0,  ),  2 =>   array (    'idImage' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idImage',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/image/form',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_image_delete' => array (  0 =>   array (    0 => 'idImage',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductImageController::deleteAction',    'idImage' => 0,  ),  2 =>   array (    'idImage' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idImage',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/image/delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_toggle_status' => array (  0 =>   array (    0 => 'productId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductController::toggleStatusAction',    '_legacy_controller' => 'AdminTracking',    '_legacy_link' => 'AdminTracking:statusproduct',    '_legacy_parameters' =>     array (      'id_product' => 'productId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'productId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attribute_get_all' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\AttributeController::getAllAttributesAction',    '_format' => 'json',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/products/attributes/get-all',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attribute_generator' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\AttributeController::attributesGeneratorAction',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/products/attributes/generator',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_delete_attribute' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\AttributeController::deleteAttributeAction',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/attributes',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_delete_all_attributes' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\AttributeController::deleteAllAttributeAction',    '_legacy_controller' => 'AdminProducts',    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/attributes/delete-all',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_get_form_images_combination' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\AttributeController::getFormImagesAction',    '_format' => 'json',    '_legacy_controller' => 'AdminProducts',    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/attributes/form-images',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_category_simple_add_form' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CategoryController::addSimpleCategoryFormAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/products/categories/add/simple',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_get_ajax_categories' => array (  0 =>   array (    0 => 'limit',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CategoryController::getAjaxCategoriesAction',    '_format' => 'json',    'limit' => 20,  ),  2 =>   array (    'limit' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'limit',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/categories/list',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_combination_generate_form' => array (  0 =>   array (    0 => 'combinationIds',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CombinationController::generateCombinationFormAction',    'combinationIds' => 0,  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'combinationIds',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/combinations/form',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_get_product_combinations' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CombinationController::getProductCombinationsAction',    '_format' => 'json',    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/combinations',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_feature_get_feature_values' => array (  0 =>   array (    0 => 'idFeature',  ),  1 =>   array (    'idFeature' => 0,    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\FeatureController::getFeatureValuesAction',  ),  2 =>   array (    'idFeature' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idFeature',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/features',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_specific_price_list' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\SpecificPriceController::listAction',    '_format' => 'json',    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/specific-prices/list',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_get_specific_price_update_form' => array (  0 =>   array (    0 => 'idSpecificPrice',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\SpecificPriceController::getUpdateFormAction',    'idSpecificPrice' => 0,  ),  2 =>   array (    'idSpecificPrice' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idSpecificPrice',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products/specific-prices/form',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_specific_price_add' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\SpecificPriceController::addAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/products/specific-prices/add',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_specific_price_update' => array (  0 =>   array (    0 => 'idSpecificPrice',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\SpecificPriceController::updateAction',    'idSpecificPrice' => 0,  ),  2 =>   array (    'idSpecificPrice' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idSpecificPrice',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products/specific-prices/update',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_delete_specific_price' => array (  0 =>   array (    0 => 'idSpecificPrice',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\SpecificPriceController::deleteAction',    'idSpecificPrice' => 0,  ),  2 =>   array (    'idSpecificPrice' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idSpecificPrice',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/specific-prices/delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_supplier_refresh_product_supplier_combination_form' => array (  0 =>   array (    0 => 'idProduct',    1 => 'supplierIds',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\SupplierController::refreshProductSupplierCombinationFormAction',    'supplierIds' => 0,    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'supplierIds',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products/suppliers/refresh-product-supplier-combination-form',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_warehouse_refresh_product_warehouse_combination_form' => array (  0 =>   array (    0 => 'idProduct',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\WarehouseController::refreshProductWarehouseCombinationFormAction',    'idProduct' => 0,  ),  2 =>   array (    'idProduct' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'idProduct',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/warehouses/refresh-product-warehouse-combination-form',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_catalog' => array (  0 =>   array (    0 => 'offset',    1 => 'limit',    2 => 'orderBy',    3 => 'sortOrder',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductController::catalogAction',    '_legacy_controller' => 'AdminProducts',    'limit' => 'last',    'offset' => 0,    'orderBy' => 'last',    'sortOrder' => 'last',  ),  2 =>   array (    'limit' => '_limit|last|\\d+',    'orderBy' => 'last|id_product|name|reference|name_category|price|sav_quantity|position|active|position_ordering',    'offset' => 'last|\\d+',    'sortOrder' => 'last|asc|desc',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => 'last|asc|desc',      3 => 'sortOrder',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => 'last|id_product|name|reference|name_category|price|sav_quantity|position|active|position_ordering',      3 => 'orderBy',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '_limit|last|\\d+',      3 => 'limit',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => 'last|\\d+',      3 => 'offset',    ),    4 =>     array (      0 => 'text',      1 => '/sell/catalog/products',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_catalog_filters' => array (  0 =>   array (    0 => 'quantity',    1 => 'active',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductController::catalogFiltersAction',    '_legacy_controller' => 'AdminProducts',    'quantity' => 'none',    'active' => 'none',  ),  2 =>   array (    'quantity' => 'none|<=\\d+|<\\d+|>\\d+|>=\\d+',    'active' => 'none|1|0',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => 'none|1|0',      3 => 'active',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => 'none|<=\\d+|<\\d+|>\\d+|>=\\d+',      3 => 'quantity',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products/filters',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_list' => array (  0 =>   array (    0 => 'offset',    1 => 'limit',    2 => 'orderBy',    3 => 'sortOrder',    4 => 'view',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductController::listAction',    'limit' => 'last',    'offset' => 0,    'orderBy' => 'last',    'sortOrder' => 'last',    'view' => 'full',  ),  2 =>   array (    'limit' => '_limit|last|\\d+',    'orderBy' => 'last|id_product|name|reference|name_category|price|sav_quantity|position|active|position_ordering',    'offset' => 'last|\\d+',    'sortOrder' => 'last|asc|desc',    'view' => 'full|quicknav',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => 'full|quicknav',      3 => 'view',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => 'last|asc|desc',      3 => 'sortOrder',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => 'last|id_product|name|reference|name_category|price|sav_quantity|position|active|position_ordering',      3 => 'orderBy',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '_limit|last|\\d+',      3 => 'limit',    ),    4 =>     array (      0 => 'variable',      1 => '/',      2 => 'last|\\d+',      3 => 'offset',    ),    5 =>     array (      0 => 'text',      1 => '/sell/catalog/products/list',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_bulk_action' => array (  0 =>   array (    0 => 'action',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductController::bulkAction',  ),  2 =>   array (    'action' => 'activate_all|deactivate_all|delete_all|duplicate_all',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => 'activate_all|deactivate_all|delete_all|duplicate_all',      3 => 'action',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_unit_action' => array (  0 =>   array (    0 => 'action',    1 => 'id',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductController::unitAction',  ),  2 =>   array (    'action' => 'delete|duplicate|activate|deactivate',    'id' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'id',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => 'delete|duplicate|activate|deactivate',      3 => 'action',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products/unit',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_mass_edit_action' => array (  0 =>   array (    0 => 'action',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductController::massEditAction',  ),  2 =>   array (    'action' => 'sort',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => 'sort',      3 => 'action',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/massedit',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_export_action' => array (  0 =>   array (    0 => '_format',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ProductController::exportAction',    '_format' => 'csv',  ),  2 =>   array (    '_format' => 'csv',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '.',      2 => 'csv',      3 => '_format',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products/export',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_combinations' => array (  0 =>   array (    0 => 'productId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\CombinationController::getListAction',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/combinations',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'productId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_combinations_ids' => array (  0 =>   array (    0 => 'productId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\CombinationController::getListIdsAction',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/combinations/ids',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'productId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_combinations_update_combination_from_listing' => array (  0 =>   array (    0 => 'combinationId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\CombinationController::updateCombinationFromListingAction',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (    'combinationId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/update-combination-from-listing',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'combinationId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2/combinations',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_combinations_edit_combination' => array (  0 =>   array (    0 => 'combinationId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\CombinationController::editAction',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (    'combinationId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'combinationId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2/combinations',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_combinations_remove_combination' => array (  0 =>   array (    0 => 'combinationId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\CombinationController::removeAction',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (    'combinationId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/remove',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'combinationId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2/combinations',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_attribute_groups' => array (  0 =>   array (    0 => 'productId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\CombinationController::getAttributeGroupsAction',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/attribute-groups',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'productId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_all_attribute_groups' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\CombinationController::getAllAttributeGroupsAction',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2/all-attribute-groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_combinations_generate' => array (  0 =>   array (    0 => 'productId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\CombinationController::generateCombinationsAction',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'productId',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2/generate-combinations',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_v2_get_images' => array (  0 =>   array (    0 => 'productId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\ImageController::getImagesAction',    '_legacy_controller' => 'AdminProducts',    '_legacy_link' =>     array (      0 => 'AdminProducts:getimages',    ),    '_legacy_parameters' =>     array (      'id_product' => 'productId',    ),  ),  2 =>   array (    'productId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/images',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'productId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_v2_add_image' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\ImageController::addImageAction',    '_legacy_controller' => 'AdminProducts',    '_legacy_link' =>     array (      0 => 'AdminProducts:addimage',    ),    '_legacy_parameters' =>     array (      'id_product' => 'productId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2/images/add',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_v2_update_image' => array (  0 =>   array (    0 => 'productImageId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\ImageController::updateImageAction',    '_legacy_controller' => 'AdminProducts',    '_legacy_link' =>     array (      0 => 'AdminProducts:editimage',    ),    '_legacy_parameters' =>     array (      'id_product_image' => 'productImageId',    ),  ),  2 =>   array (    'productImageId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/update',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'productImageId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2/images',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_v2_delete_image' => array (  0 =>   array (    0 => 'productImageId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\ImageController::deleteImageAction',    '_legacy_controller' => 'AdminProducts',    '_legacy_link' =>     array (      0 => 'AdminProducts:deleteimage',    ),    '_legacy_parameters' =>     array (      'id_product_image' => 'productImageId',    ),  ),  2 =>   array (    'productImageId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'productImageId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2/images',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_v2_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\ProductController::createAction',    '_legacy_controller' => 'AdminProducts',    '_legacy_link' =>     array (      0 => 'AdminProducts:addproduct',      1 => 'AdminProducts:add',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2/create',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_v2_edit' => array (  0 =>   array (    0 => 'productId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\ProductController::editAction',    '_legacy_controller' => 'AdminProducts',    '_legacy_link' =>     array (      0 => 'AdminProducts:updateproduct',      1 => 'AdminProducts:update',    ),    '_legacy_parameters' =>     array (      'id_product' => 'productId',    ),  ),  2 =>   array (    'productId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'productId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_products_v2_download_virtual_product_file' => array (  0 =>   array (    0 => 'virtualProductFileId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\Product\\ProductController::downloadVirtualFileAction',    '_legacy_controller' => 'AdminProducts',  ),  2 =>   array (    'virtualProductFileId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'virtualProductFileId',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/products-v2/virtual-product-file',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_index' => array (  0 =>   array (    0 => 'categoryId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::indexAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories',    '_legacy_parameters' =>     array (      'id_category' => 'categoryId',    ),    'categoryId' => NULL,  ),  2 =>   array (    'categoryId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'categoryId',    ),    1 =>     array (      0 => 'text',      1 => '/sell/catalog/categories',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:submitFiltercategory',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.category',    'redirectRoute' => 'admin_categories_index',    'redirectQueryParamsToKeep' =>     array (      0 => 'categoryId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/categories/search',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_bulk_enable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::bulkEnableStatusAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:submitBulkenableSelectioncategory',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/categories/bulk-status-enable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_bulk_disable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::bulkDisableStatusAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:submitBulkdisableSelectioncategory',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/categories/bulk-status-disable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_toggle_status' => array (  0 =>   array (    0 => 'categoryId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::toggleStatusAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:statuscategory',    '_legacy_parameters' =>     array (      'id_category' => 'categoryId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'categoryId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/categories',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::bulkDeleteAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:submitBulkdeleteSelectioncategory',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/categories/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::deleteAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:deletecategory',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/categories/delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_export' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::exportAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:exportcategory',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/categories/export',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::createAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:addcategory',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/categories/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_create_root' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::createRootAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:addcategoryroot',    '_legacy_parameters' =>     array (      'id_category' => 'categoryId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/categories/new-root',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_edit' => array (  0 =>   array (    0 => 'categoryId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::editAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:updatecategory',    '_legacy_parameters' =>     array (      'id_category' => 'categoryId',    ),  ),  2 =>   array (    'categoryId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'categoryId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/categories',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_edit_root' => array (  0 =>   array (    0 => 'categoryId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::editRootAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:updatecategory',    '_legacy_parameters' =>     array (      'id_category' => 'categoryId',    ),  ),  2 =>   array (    'categoryId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit-root',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'categoryId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/categories',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_delete_cover_image' => array (  0 =>   array (    0 => 'categoryId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::deleteCoverImageAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:deleteImage',    '_legacy_parameters' =>     array (      'id_category' => 'categoryId',    ),  ),  2 =>   array (    'categoryId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete-cover-image',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'categoryId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/categories',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_delete_menu_thumbnail' => array (  0 =>   array (    0 => 'categoryId',    1 => 'menuThumbnailId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::deleteMenuThumbnailAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:forceDeleteThumb',    '_legacy_parameters' =>     array (      'id_category' => 'categoryId',    ),  ),  2 =>   array (    'categoryId' => '\\d+',    'menuThumbnailId' => '0|1|2',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '0|1|2',      3 => 'menuThumbnailId',    ),    2 =>     array (      0 => 'text',      1 => '/menu-thumbnails',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'categoryId',    ),    4 =>     array (      0 => 'text',      1 => '/sell/catalog/categories',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_update_position' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::updatePositionAction',    '_legacy_controller' => 'AdminCategories',    '_legacy_link' => 'AdminCategories:updatePositions',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/categories/update-positions',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_categories_get_categories_tree' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CategoryController::getCategoriesTreeAction',    '_legacy_controller' => 'AdminCategories',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/categories/tree',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_suppliers_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\SupplierController::indexAction',    '_legacy_controller' => 'AdminSuppliers',    '_legacy_link' => 'AdminSuppliers',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/suppliers/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_suppliers_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    '_legacy_controller' => 'AdminSuppliers',    '_legacy_link' => 'AdminSuppliers:submitFiltersupplier',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.supplier',    'redirectRoute' => 'admin_suppliers_index',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/suppliers/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_suppliers_view' => array (  0 =>   array (    0 => 'supplierId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\SupplierController::viewAction',    '_legacy_controller' => 'AdminSuppliers',    '_legacy_link' => 'AdminSuppliers:viewsupplier',    '_legacy_parameters' =>     array (      'id_supplier' => 'supplierId',    ),  ),  2 =>   array (    'supplierId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/products',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'supplierId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/suppliers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_suppliers_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\SupplierController::createAction',    '_legacy_controller' => 'AdminSuppliers',    '_legacy_link' => 'AdminSuppliers:addsupplier',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/suppliers/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_suppliers_edit' => array (  0 =>   array (    0 => 'supplierId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\SupplierController::editAction',    '_legacy_controller' => 'AdminSuppliers',    '_legacy_link' => 'AdminSuppliers:updatesupplier',    '_legacy_parameters' =>     array (      'id_supplier' => 'supplierId',    ),  ),  2 =>   array (    'supplierId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'supplierId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/suppliers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_suppliers_delete' => array (  0 =>   array (    0 => 'supplierId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\SupplierController::deleteAction',    '_legacy_controller' => 'AdminSuppliers',    '_legacy_link' => 'AdminSuppliers:deletesupplier',    '_legacy_parameters' =>     array (      'id_supplier' => 'supplierId',    ),  ),  2 =>   array (    'supplierId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'supplierId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/suppliers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_suppliers_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\SupplierController::bulkDeleteAction',    '_legacy_controller' => 'AdminSuppliers',    '_legacy_link' => 'AdminSuppliers:submitBulkdeletesupplier',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/suppliers/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_suppliers_bulk_enable' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\SupplierController::bulkEnableAction',    '_legacy_controller' => 'AdminSuppliers',    '_legacy_link' => 'AdminSuppliers:submitBulkenableSelectionsupplier',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/suppliers/bulk-enable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_suppliers_bulk_disable' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\SupplierController::bulkDisableAction',    '_legacy_controller' => 'AdminSuppliers',    '_legacy_link' => 'AdminSuppliers:submitBulkdisableSelectionsupplier',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/suppliers/bulk-disable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_suppliers_toggle_status' => array (  0 =>   array (    0 => 'supplierId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\SupplierController::toggleStatusAction',    '_legacy_controller' => 'AdminSuppliers',    '_legacy_link' => 'AdminSuppliers:statussupplier',    '_legacy_parameters' =>     array (      'id_supplier' => 'supplierId',    ),  ),  2 =>   array (    'supplierId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'supplierId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/suppliers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_suppliers_export' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\SupplierController::exportAction',    '_legacy_controller' => 'AdminSuppliers',    '_legacy_link' => 'AdminSuppliers:exportsupplier',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/suppliers/export',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturers_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::indexAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturers_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::searchAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:submitFiltermanufacturer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturers_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::createAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:addmanufacturer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturers_view' => array (  0 =>   array (    0 => 'manufacturerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::viewAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:viewmanufacturer',    '_legacy_parameters' =>     array (      'id_manufacturer' => 'manufacturerId',    ),  ),  2 =>   array (    'manufacturerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/view',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'manufacturerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/brands',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturers_edit' => array (  0 =>   array (    0 => 'manufacturerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::editAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:updatemanufacturer',    '_legacy_parameters' =>     array (      'id_manufacturer' => 'manufacturerId',    ),  ),  2 =>   array (    'manufacturerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'manufacturerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/brands',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturers_delete' => array (  0 =>   array (    0 => 'manufacturerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::deleteAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:deletemanufacturer',    '_legacy_parameters' =>     array (      'id_manufacturer' => 'manufacturerId',    ),  ),  2 =>   array (    'manufacturerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'manufacturerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/brands',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturers_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::bulkDeleteAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:submitBulkdeletemanufacturer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturers_bulk_enable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::bulkEnableAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:submitBulkenableSelectionmanufacturer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/bulk-enable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturers_bulk_disable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::bulkDisableAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:submitBulkdisableSelectionmanufacturer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/bulk-disable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturers_toggle_status' => array (  0 =>   array (    0 => 'manufacturerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::toggleStatusAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:statusmanufacturer',    '_legacy_parameters' =>     array (      'id_manufacturer' => 'manufacturerId',    ),  ),  2 =>   array (    'manufacturerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'manufacturerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/brands',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturers_export' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::exportAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:exportmanufacturer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/export',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturer_addresses_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::createAddressAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:addaddress',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/addresses/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturer_addresses_edit' => array (  0 =>   array (    0 => 'addressId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::editAddressAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:editaddresses',    '_legacy_parameters' =>     array (      'id_address' => 'addressId',    ),  ),  2 =>   array (    'addressId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'addressId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/addresses',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturer_addresses_delete' => array (  0 =>   array (    0 => 'addressId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::deleteAddressAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:deleteaddress',    '_legacy_parameters' =>     array (      'id_address' => 'addressId',    ),  ),  2 =>   array (    'addressId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'addressId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/addresses',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturer_addresses_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::bulkDeleteAddressAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:submitBulkdeleteaddress',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/addresses/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_manufacturer_addresses_export' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\ManufacturerController::exportAddressAction',    '_legacy_controller' => 'AdminManufacturers',    '_legacy_link' => 'AdminManufacturers:exportaddress',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/brands/addresses/export',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_monitorings_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\MonitoringController::indexAction',    '_legacy_controller' => 'AdminTracking',    '_legacy_link' => 'AdminTracking',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/monitoring/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_monitorings_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\MonitoringController::searchAction',    '_legacy_controller' => 'AdminTracking',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/monitoring/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_monitoring_products_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\MonitoringController::deleteBulkAction',    '_legacy_controller' => 'AdminTracking',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/monitoring/delete-bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_catalog_price_rules_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CatalogPriceRuleController::indexAction',    '_legacy_controller' => 'AdminSpecificPriceRule',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/catalog-price-rules/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_catalog_price_rules_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CatalogPriceRuleController::searchAction',    '_legacy_controller' => 'AdminSpecificPriceRule',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/catalog-price-rules/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_catalog_price_rules_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CatalogPriceRuleController::createAction',    '_legacy_controller' => 'AdminSpecificPriceRule',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/catalog-price-rules/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_catalog_price_rules_edit' => array (  0 =>   array (    0 => 'catalogPriceRuleId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CatalogPriceRuleController::editAction',    '_legacy_controller' => 'AdminSpecificPriceRule',    '_legacy_parameters' =>     array (      'id_specific_price_rule' => 'catalogPriceRuleId',    ),  ),  2 =>   array (    'catalogPriceRuleId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'catalogPriceRuleId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/catalog-price-rules',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_catalog_price_rules_delete' => array (  0 =>   array (    0 => 'catalogPriceRuleId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CatalogPriceRuleController::deleteAction',    '_legacy_controller' => 'AdminSpecificPriceRule',    '_legacy_parameters' =>     array (      'id_specific_price_rule' => 'catalogPriceRuleId',    ),  ),  2 =>   array (    'catalogPriceRuleId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'catalogPriceRuleId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/catalog-price-rules',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_catalog_price_rules_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CatalogPriceRuleController::bulkDeleteAction',    '_legacy_controller' => 'AdminSpecificPriceRule',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/catalog-price-rules/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_features_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\FeatureController::createAction',    '_legacy_controller' => 'AdminFeatures',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/features/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_features_edit' => array (  0 =>   array (    0 => 'featureId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\FeatureController::editAction',    '_legacy_controller' => 'AdminFeatures',    '_legacy_parameters' =>     array (      'id_feature' => 'featureId',    ),  ),  2 =>   array (    'featureId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'featureId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/features',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attributes_index' => array (  0 =>   array (    0 => 'attributeGroupId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeController::indexAction',    '_legacy_controller' => 'AdminAttributesGroups',    'redirectQueryParamsToKeep' =>     array (      0 => 'attributeGroupId',    ),    '_legacy_parameters' =>     array (      'id_attribute_group' => 'attributeGroupId',    ),    'requirements' =>     array (      'attributeGroupId' => '\\d+',    ),  ),  2 =>   array (    'attributeGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/attributes/',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attributeGroupId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attributes_search' => array (  0 =>   array (    0 => 'attributeGroupId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    '_legacy_controller' => 'AdminAttributesGroups',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.attribute',    'redirectRoute' => 'admin_attributes_index',    'redirectQueryParamsToKeep' =>     array (      0 => 'attributeGroupId',    ),  ),  2 =>   array (    'attributeGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/attributes/',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attributeGroupId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attributes_create' => array (  0 =>   array (    0 => 'attributeGroupId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeController::createAction',    '_legacy_controller' => 'AdminAttributesGroups',    'redirectQueryParamsToKeep' =>     array (      0 => 'attributeGroupId',    ),  ),  2 =>   array (    'attributeGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/attributes/new',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attributeGroupId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attributes_edit' => array (  0 =>   array (    0 => 'attributeGroupId',    1 => 'attributeId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeController::editAction',    '_legacy_controller' => 'AdminAttributesGroups',    'redirectQueryParamsToKeep' =>     array (      0 => 'attributeGroupId',    ),    '_legacy_parameters' =>     array (      'id_attribute_group' => 'attributeGroupId',      'id_attribute' => 'attributeId',    ),  ),  2 =>   array (    'attributeId' => '\\d+',    'attributeGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attributeId',    ),    2 =>     array (      0 => 'text',      1 => '/attributes',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attributeGroupId',    ),    4 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attributes_delete' => array (  0 =>   array (    0 => 'attributeGroupId',    1 => 'attributeId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeController::deleteAction',    '_legacy_controller' => 'AdminAttributesGroups',    'redirectQueryParamsToKeep' =>     array (      0 => 'attributeGroupId',    ),    '_legacy_parameters' =>     array (      'id_attribute_group' => 'attributeGroupId',      'id_attribute' => 'attributeId',    ),  ),  2 =>   array (    'attributeGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'attributeId',    ),    2 =>     array (      0 => 'text',      1 => '/attributes',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attributeGroupId',    ),    4 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attributes_bulk_delete' => array (  0 =>   array (    0 => 'attributeGroupId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeController::bulkDeleteAction',    '_legacy_controller' => 'AdminAttributesGroups',    'redirectQueryParamsToKeep' =>     array (      0 => 'attributeGroupId',    ),    '_legacy_parameters' =>     array (      'id_attribute_group' => 'attributeGroupId',      'id_attribute' => 'attributeId',    ),  ),  2 =>   array (    'attributeGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/attributes/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attributeGroupId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attributes_update_position' => array (  0 =>   array (    0 => 'attributeGroupId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeController::updatePositionAction',    '_legacy_controller' => 'AdminAttributesGroups',  ),  2 =>   array (    'attributeGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/attributes/update-position',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attributeGroupId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attribute_groups_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeGroupController::indexAction',    '_legacy_controller' => 'AdminAttributesGroups',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attribute_groups_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    '_legacy_controller' => 'AdminAttributesGroups',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.attribute_group',    'redirectRoute' => 'admin_attribute_groups_index',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attribute_groups_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeGroupController::indexAction',    '_legacy_controller' => 'AdminAttributesGroups',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attribute_groups_view' => array (  0 =>   array (    0 => 'attributeGroupId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeController::indexAction',    '_legacy_controller' => 'AdminAttributesGroups',    '_legacy_parameters' =>     array (      'id_attribute_group' => 'attributeGroupId',    ),  ),  2 =>   array (    'attributeGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/view',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attributeGroupId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attribute_groups_edit' => array (  0 =>   array (    0 => 'attributeGroupId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeGroupController::editAction',    '_legacy_controller' => 'AdminAttributesGroups',    '_legacy_parameters' =>     array (      'id_attribute_group' => 'attributeGroupId',    ),  ),  2 =>   array (    'attributeGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attributeGroupId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attribute_groups_delete' => array (  0 =>   array (    0 => 'attributeGroupId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeGroupController::deleteAction',    '_legacy_controller' => 'AdminAttributesGroups',    '_legacy_parameters' =>     array (      'id_attribute_group' => 'attributeGroupId',    ),  ),  2 =>   array (    'attributeGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attributeGroupId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attribute_groups_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeGroupController::bulkDeleteAction',    '_legacy_controller' => 'AdminAttributesGroups',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attribute_groups_export' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeGroupController::exportAction',    '_legacy_controller' => 'AdminAttributesGroups',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups/export',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attribute_groups_update_position' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttributeGroupController::updatePositionAction',    '_legacy_controller' => 'AdminAttributesGroups',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/attribute-groups/update-position',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cart_rules_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CartRuleController::indexAction',    '_legacy_controller' => 'AdminCartRules',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/cart-rules/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cart_rules_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CartRuleController::searchAction',    '_legacy_controller' => 'AdminCartRules',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/cart-rules/search',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cart_rules_search_grid' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.cart_rule',    'redirectRoute' => 'admin_cart_rules_index',    '_legacy_controller' => 'AdminCartRules',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/cart-rules/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cart_rule_toggle_status' => array (  0 =>   array (    0 => 'cartRuleId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CartRuleController::toggleStatusAction',    '_legacy_controller' => 'AdminCartRules',    '_legacy_parameters' =>     array (      'id_cart_rule' => 'cartRuleId',    ),  ),  2 =>   array (    'cartRuleId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartRuleId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/cart-rules',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cart_rules_delete' => array (  0 =>   array (    0 => 'cartRuleId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CartRuleController::deleteAction',    '_legacy_controller' => 'AdminCartRules',    '_legacy_parameters' =>     array (      'id_cart_rule' => 'cartRuleId',    ),  ),  2 =>   array (    'cartRuleId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartRuleId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/catalog/cart-rules',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cart_rules_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CartRuleController::bulkDeleteAction',    '_legacy_controller' => 'AdminCartRules',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/cart-rules/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cart_rules_bulk_enable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CartRuleController::bulkEnableAction',    '_legacy_controller' => 'AdminCartRules',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/cart-rules/bulk-enable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cart_rules_bulk_disable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CartRuleController::bulkDisableAction',    '_legacy_controller' => 'AdminCartRules',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/catalog/cart-rules/bulk-disable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::indexAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customers/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_filter' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:submitFiltercustomer',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.customer',    'redirectRoute' => 'admin_customers_index',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customers/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::createAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:addcustomer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customers/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_edit' => array (  0 =>   array (    0 => 'customerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::editAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:updatecustomer',    '_legacy_parameters' =>     array (      'id_customer' => 'customerId',    ),  ),  2 =>   array (    'customerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_view' => array (  0 =>   array (    0 => 'customerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::viewAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:viewcustomer',    '_legacy_parameters' =>     array (      'id_customer' => 'customerId',    ),  ),  2 =>   array (    'customerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/view',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_set_private_note' => array (  0 =>   array (    0 => 'customerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::setPrivateNoteAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:updateCustomerNote',    '_legacy_parameters' =>     array (      'id_customer' => 'customerId',    ),  ),  2 =>   array (    'customerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/set-private-note',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_toggle_status' => array (  0 =>   array (    0 => 'customerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::toggleStatusAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:statuscustomer',    '_legacy_parameters' =>     array (      'id_customer' => 'customerId',    ),  ),  2 =>   array (    'customerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_transform_guest_to_customer' => array (  0 =>   array (    0 => 'customerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::transformGuestToCustomerAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:guesttocustomer',    '_legacy_parameters' =>     array (      'id_customer' => 'customerId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/transform-guest-to-customer',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'customerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_toggle_newsletter_subscription' => array (  0 =>   array (    0 => 'customerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::toggleNewsletterSubscriptionAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:changeNewsletterVal',    '_legacy_parameters' =>     array (      'id_customer' => 'customerId',    ),  ),  2 =>   array (    'customerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-newsletter-subscription',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_set_required_fields' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::setRequiredFieldsAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:submitFields',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customers/set-required-fields',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_toggle_partner_offer_subscription' => array (  0 =>   array (    0 => 'customerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::togglePartnerOfferSubscriptionAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:changeOptinVal',    '_legacy_parameters' =>     array (      'id_customer' => 'customerId',    ),  ),  2 =>   array (    'customerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-partner-offer-subscription',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_delete_bulk' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::deleteBulkAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:submitBulkdeletecustomer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customers/delete-bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::deleteAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:deletecustomer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customers/delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_enable_bulk' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::enableBulkAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:submitBulkenableSelectioncustomer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customers/enable-bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_disable_bulk' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::disableBulkAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:submitBulkdisableSelectioncustomer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customers/disable-bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_export' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::exportAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:exportcustomer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customers/export',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::searchAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers:searchCustomers',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customers/search',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customer_for_address_information' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::getCustomerInformationAction',    '_legacy_controller' => 'AdminAddresses',    '_legacy_link' => 'AdminAddresses:loadNames',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customers/customer-information',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_carts' => array (  0 =>   array (    0 => 'customerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::getCartsAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers',  ),  2 =>   array (    'customerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/carts',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customers_orders' => array (  0 =>   array (    0 => 'customerId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\CustomerController::getOrdersAction',    '_legacy_controller' => 'AdminCustomers',    '_legacy_link' => 'AdminCustomers',  ),  2 =>   array (    'customerId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/orders',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_addresses_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Address\\AddressController::indexAction',    '_legacy_controller' => 'AdminAddresses',    '_legacy_link' => 'AdminAddresses',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/addresses/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_addresses_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.address',    'redirectRoute' => 'admin_addresses_index',    '_legacy_controller' => 'AdminAddresses',    '_legacy_link' => 'AdminAddresses:submitFilteraddress',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/addresses/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_addresses_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Address\\AddressController::createAction',    '_legacy_controller' => 'AdminAddresses',    '_legacy_link' => 'AdminAddresses:addaddress',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/addresses/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_addresses_edit' => array (  0 =>   array (    0 => 'addressId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Address\\AddressController::editAction',    '_legacy_controller' => 'AdminAddresses',    '_legacy_link' => 'AdminAddresses:updateaddress',    '_legacy_parameters' =>     array (      'id_address' => 'addressId',    ),  ),  2 =>   array (    'addressId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'addressId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/addresses',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_addresses_edit' => array (  0 =>   array (    0 => 'orderId',    1 => 'addressType',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Address\\AddressController::editOrderAddressAction',    '_legacy_controller' => 'AdminAddresses',  ),  2 =>   array (    'orderId' => '\\d+',    'addressType' => 'delivery|invoice',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => 'delivery|invoice',      3 => 'addressType',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    3 =>     array (      0 => 'text',      1 => '/sell/addresses/order',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cart_addresses_edit' => array (  0 =>   array (    0 => 'cartId',    1 => 'addressType',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Address\\AddressController::editCartAddressAction',    '_legacy_controller' => 'AdminAddresses',  ),  2 =>   array (    'cartId' => '\\d+',    'addressType' => 'delivery|invoice',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => 'delivery|invoice',      3 => 'addressType',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    3 =>     array (      0 => 'text',      1 => '/sell/addresses/cart',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_addresses_delete_bulk' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Address\\AddressController::deleteBulkAction',    '_legacy_controller' => 'AdminAddresses',    '_legacy_link' => 'AdminAddresses:submitBulkdeleteaddress',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/addresses/delete-bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_addresses_delete' => array (  0 =>   array (    0 => 'addressId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Address\\AddressController::deleteAction',    '_legacy_controller' => 'AdminAddresses',    '_legacy_link' => 'AdminAddresses:deleteaddress',    '_legacy_parameters' =>     array (      'id_address' => 'addressId',    ),  ),  2 =>   array (    'addressId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'addressId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/addresses',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_addresses_save_required_fields' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Address\\AddressController::saveRequiredFieldsAction',    '_legacy_controller' => 'AdminAddresses',    '_legacy_link' => 'AdminAddresses:submitFields',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/addresses/save-required-fields',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_outstanding_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\OutstandingController::indexAction',    '_legacy_controller' => 'AdminOutstanding',    '_legacy_link' => 'AdminOutstanding',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/outstanding/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_outstanding_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Customer\\OutstandingController::searchAction',    '_legacy_controller' => 'AdminOutstanding',    '_legacy_link' => 'AdminOutstanding:submitFilterorder_invoice',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/outstanding/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_messages_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\CustomerService\\OrderMessageController::indexAction',    '_legacy_controller' => 'AdminOrderMessage',    '_legacy_link' => 'AdminOrderMessage',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customer-service/order-messages/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_messages_filter' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.order_message',    '_legacy_controller' => 'AdminOrderMessage',    '_legacy_link' => 'AdminOrderMessage:submitFilterorder_message',    'redirectRoute' => 'admin_order_messages_index',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customer-service/order-messages/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_messages_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\CustomerService\\OrderMessageController::createAction',    '_legacy_controller' => 'AdminOrderMessage',    '_legacy_link' => 'AdminOrderMessage:addorder_message',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customer-service/order-messages/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_messages_edit' => array (  0 =>   array (    0 => 'orderMessageId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\CustomerService\\OrderMessageController::editAction',    '_legacy_controller' => 'AdminOrderMessage',    '_legacy_link' => 'AdminOrderMessage:updateorder_message',    'legacy_parameters' =>     array (      'id_order_message' => 'orderMessageId',    ),  ),  2 =>   array (    'orderMessageId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderMessageId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customer-service/order-messages',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_messages_delete' => array (  0 =>   array (    0 => 'orderMessageId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\CustomerService\\OrderMessageController::deleteAction',    '_legacy_controller' => 'AdminOrderMessage',    '_legacy_link' => 'AdminOrderMessage:deleteorder_message',    'legacy_parameters' =>     array (      'id_order_message' => 'orderMessageId',    ),  ),  2 =>   array (    'orderMessageId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderMessageId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customer-service/order-messages',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_messages_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\CustomerService\\OrderMessageController::bulkDeleteAction',    '_legacy_controller' => 'AdminOrderMessage',    '_legacy_link' => 'AdminOrderMessage:submitBulkdeleteorder_message',    'legacy_parameters' =>     array (      'order_messageBox' => 'order_message_order_messages_bulk',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customer-service/order-messages/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_merchandise_returns_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\CustomerService\\MerchandiseReturnController::indexAction',    '_legacy_controller' => 'AdminReturn',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customer-service/merchandise-return/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_merchandise_returns_save_options' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\CustomerService\\MerchandiseReturnController::indexAction',    '_legacy_controller' => 'AdminReturn',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customer-service/merchandise-return/options',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_merchandise_returns_filter' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.merchandise_return',    'redirectRoute' => 'admin_merchandise_returns_index',    '_legacy_controller' => 'AdminReturn',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/customer-service/merchandise-return/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customer_threads_view' => array (  0 =>   array (    0 => 'customerThreadId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\CustomerService\\CustomerThreadController::viewAction',    '_legacy_controller' => 'AdminCustomerThreads',  ),  2 =>   array (    'customerThreadId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/view',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerThreadId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customer-service/customer-threads',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customer_threads_reply' => array (  0 =>   array (    0 => 'customerThreadId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\CustomerService\\CustomerThreadController::replyAction',    '_legacy_controller' => 'AdminCustomerThreads',  ),  2 =>   array (    'customerThreadId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/reply',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerThreadId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customer-service/customer-threads',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customer_threads_update_status' => array (  0 =>   array (    0 => 'customerThreadId',    1 => 'newStatus',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\CustomerService\\CustomerThreadController::updateStatusAction',    '_legacy_controller' => 'AdminCustomerThreads',  ),  2 =>   array (    'customerThreadId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'newStatus',    ),    1 =>     array (      0 => 'text',      1 => '/update-status',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerThreadId',    ),    3 =>     array (      0 => 'text',      1 => '/sell/customer-service/customer-threads',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customer_threads_forward' => array (  0 =>   array (    0 => 'customerThreadId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\CustomerService\\CustomerThreadController::forwardAction',    '_legacy_controller' => 'AdminCustomerThreads',  ),  2 =>   array (    'customerThreadId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/forward',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'customerThreadId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/customer-service/customer-threads',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_delivery_slip' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\DeliveryController::slipAction',    '_legacy_controller' => 'AdminDeliverySlip',    '_legacy_link' => 'AdminDeliverySlip',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/delivery-slips/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_delivery_slip_pdf' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\DeliveryController::generatePdfAction',    '_legacy_controller' => 'AdminDeliverySlip',    '_legacy_link' => 'AdminDeliverySlip:submitAdddelivery',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/delivery-slips/pdf',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_invoices' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\InvoicesController::indexAction',    '_legacy_controller' => 'AdminInvoices',    '_legacy_link' => 'AdminInvoices',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/invoices/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_invoices_process' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\InvoicesController::processAction',    '_legacy_controller' => 'AdminInvoices',    '_legacy_link' => 'AdminInvoices:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/invoices/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_invoices_generate_by_date' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\InvoicesController::generatePdfByDateAction',    '_legacy_controller' => 'AdminInvoices',    '_legacy_link' => 'AdminInvoices:submitAddinvoice_date',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/invoices/by_date',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_invoices_generate_by_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\InvoicesController::generatePdfByStatusAction',    '_legacy_controller' => 'AdminInvoices',    '_legacy_link' => 'AdminInvoices:submitAddinvoice_status',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/invoices/by_status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_invoices_generate_by_id' => array (  0 =>   array (    0 => 'invoiceId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\InvoicesController::generatePdfByIdAction',    '_legacy_controller' => 'AdminInvoices',  ),  2 =>   array (    'invoiceId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/generate',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'invoiceId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/invoices',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_view' => array (  0 =>   array (    0 => 'cartId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::viewAction',    '_legacy_controller' => 'AdminCarts',    '_legacy_link' => 'AdminCarts:viewcart',    '_legacy_parameters' =>     array (      'id_cart' => 'cartId',    ),  ),  2 =>   array (    'cartId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/view',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_info' => array (  0 =>   array (    0 => 'cartId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::getInfoAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (    'cartId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/info',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::createAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/carts/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_edit_addresses' => array (  0 =>   array (    0 => 'cartId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::editAddressesAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (    'cartId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/addresses',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_edit_carrier' => array (  0 =>   array (    0 => 'cartId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::editCarrierAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (    'cartId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/carrier',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_edit_currency' => array (  0 =>   array (    0 => 'cartId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::editCurrencyAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (    'cartId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/currency',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_edit_language' => array (  0 =>   array (    0 => 'cartId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::editLanguageAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (    'cartId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/language',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_set_delivery_settings' => array (  0 =>   array (    0 => 'cartId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::updateDeliverySettingsAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (    'cartId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/rules/delivery-settings',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_add_cart_rule' => array (  0 =>   array (    0 => 'cartId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::addCartRuleAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/cart-rules',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'cartId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_delete_cart_rule' => array (  0 =>   array (    0 => 'cartId',    1 => 'cartRuleId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::deleteCartRuleAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'cartRuleId',    ),    2 =>     array (      0 => 'text',      1 => '/cart-rules',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'cartId',    ),    4 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_add_product' => array (  0 =>   array (    0 => 'cartId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::addProductAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (    'cartId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/products',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_edit_product_price' => array (  0 =>   array (    0 => 'cartId',    1 => 'productId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::editProductPriceAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (    'cartId' => '\\d+',    'productId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/price',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'productId',    ),    2 =>     array (      0 => 'text',      1 => '/products',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    4 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_edit_product_quantity' => array (  0 =>   array (    0 => 'cartId',    1 => 'productId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::editProductQuantityAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (    'cartId' => '\\d+',    'productId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/quantity',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'productId',    ),    2 =>     array (      0 => 'text',      1 => '/products',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    4 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carts_delete_product' => array (  0 =>   array (    0 => 'cartId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CartController::deleteProductAction',    '_legacy_controller' => 'AdminCarts',  ),  2 =>   array (    'cartId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete-product',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cartId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/carts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::indexAction',    '_legacy_controller' => 'AdminOrders',    '_legacy_link' => 'AdminOrders',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::createAction',    '_legacy_controller' => 'AdminOrders',    '_legacy_link' => 'AdminOrders:addorder',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_place' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::placeAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/place',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    '_legacy_controller' => 'AdminOrders',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.order',    'redirectRoute' => 'admin_orders_index',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_generate_invoice_pdf' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::generateInvoicePdfAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/generate-invoice-pdf',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_generate_delivery_slip_pdf' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::generateDeliverySlipPdfAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/generate-delivery-slip-pdf',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_change_orders_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::changeOrdersStatusAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/change-orders-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_export' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::exportAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/export',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_view' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::viewAction',    '_legacy_controller' => 'AdminOrders',    '_legacy_link' => 'AdminOrders:vieworder',    '_legacy_parameters' =>     array (      'id_order' => 'orderId',    ),  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/view',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_add_cart_rule' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::addCartRuleAction',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/cart-rules',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_list_update_status' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::updateStatusFromListAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/list',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_update_status' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::updateStatusAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_add_payment' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::addPaymentAction',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/payment',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_duplicate_cart' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::duplicateOrderCartAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/duplicate-cart',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_change_currency' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::changeCurrencyAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/currency/change',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_update_product' => array (  0 =>   array (    0 => 'orderId',    1 => 'orderDetailId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::updateProductAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',    'orderDetailId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderDetailId',    ),    1 =>     array (      0 => 'text',      1 => '/products',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    3 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_remove_cart_rule' => array (  0 =>   array (    0 => 'orderId',    1 => 'orderCartRuleId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::removeCartRuleAction',  ),  2 =>   array (    'orderId' => '\\d+',    'orderCartRuleId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderCartRuleId',    ),    2 =>     array (      0 => 'text',      1 => '/cart-rules',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    4 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_resend_email' => array (  0 =>   array (    0 => 'orderId',    1 => 'orderHistoryId',    2 => 'orderStatusId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::resendEmailAction',  ),  2 =>   array (    'orderId' => '\\d+',    'orderHistoryId' => '\\d+',    'orderStatusId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/resend-email',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderStatusId',    ),    2 =>     array (      0 => 'text',      1 => '/statuses',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderHistoryId',    ),    4 =>     array (      0 => 'text',      1 => '/history',    ),    5 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    6 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_preview' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::previewAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/preview',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_update_shipping' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::updateShippingAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/shipping',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_update_invoice_note' => array (  0 =>   array (    0 => 'orderId',    1 => 'orderInvoiceId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::updateInvoiceNoteAction',  ),  2 =>   array (    'orderId' => '\\d+',    'orderInvoiceId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/note',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderInvoiceId',    ),    2 =>     array (      0 => 'text',      1 => '/invoice',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    4 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_generate_invoice' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::generateInvoiceAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/invoice',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_change_customer_address' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::changeCustomerAddressAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/change-customer-address',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_send_message' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::sendMessageAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/send-message',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_partial_refund' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::partialRefundAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/partial-refund',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_standard_refund' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::standardRefundAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/standard-refund',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_return_product' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::returnProductAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/return-product',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_send_process_order_email' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::sendProcessOrderEmailAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/process-order-email',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_add_product' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::addProductAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/products',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_delete_product' => array (  0 =>   array (    0 => 'orderId',    1 => 'orderDetailId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::deleteProductAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',    'orderDetailId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderDetailId',    ),    2 =>     array (      0 => 'text',      1 => '/products',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    4 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_get_discounts' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::getDiscountsAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/discounts',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_get_prices' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::getPricesAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/prices',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_get_payments' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::getPaymentsAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/payments',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_get_products' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::getProductsListAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/products',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_get_invoices' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::getInvoicesAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/invoices',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_get_documents' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::getDocumentsAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/documents',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_get_shipping' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::getShippingAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/shipping',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_cancellation' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::cancellationAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/cancellation',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_configure_product_pagination' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::configureProductPaginationAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/configure-product-pagination',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_display_customization_image' => array (  0 =>   array (    0 => 'orderId',    1 => 'value',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::displayCustomizationImageAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',    'value' => '.+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '.+',      3 => 'value',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/display-customization-image',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_product_prices' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::getProductPricesAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/products/prices',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_products_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::searchProductsAction',    '_legacy_controller' => 'AdminOrders',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/products/search',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_orders_set_internal_note' => array (  0 =>   array (    0 => 'orderId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\OrderController::setInternalNoteAction',    '_legacy_controller' => 'AdminOrders',    '_legacy_link' => 'AdminOrders:updateInternalNote',    '_legacy_parameters' =>     array (      'id_order' => 'orderId',    ),  ),  2 =>   array (    'orderId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/set-internal-note',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_credit_slips_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CreditSlipController::indexAction',    '_legacy_controller' => 'AdminSlip',    '_legacy_link' => 'AdminSlip',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/credit-slips/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_credit_slips_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    '_legacy_controller' => 'AdminSlip',    '_legacy_link' => 'AdminSlip:submitFilterorder_slip',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.credit_slip',    'redirectRoute' => 'admin_credit_slips_index',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/credit-slips/search',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_credit_slips_generate_pdf' => array (  0 =>   array (    0 => 'creditSlipId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CreditSlipController::generatePdfAction',    '_legacy_controller' => 'AdminSlip',    '_legacy_link' => 'AdminSlip:submitgenerateOrderSlipPdf',    '_legacy_parameters' =>     array (      'id_order_slip' => 'creditSlipId',    ),  ),  2 =>   array (    'creditSlipId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/pdf',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'creditSlipId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/orders/credit-slips',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        '_admin_credit_slips_pdf_by_date' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CreditSlipController::generatePdfByDateAction',    '_legacy_link' => 'AdminSlip:submitAddorder_slip',    '_legacy_controller' => 'AdminSlip',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/credit-slips/pdf-by-date',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_credit_slips_process_options' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Order\\CreditSlipController::indexAction',    '_legacy_controller' => 'AdminSlip',    '_legacy_link' => 'AdminSlip:submitOptionsorder_slip',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/orders/credit-slips/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_stock_overview' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\StockController::overviewAction',    '_legacy_controller' => 'AdminStockManagement',    '_legacy_link' => 'AdminStockManagement',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/stocks/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_stock_movements_overview' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\StockController::overviewAction',    '_legacy_controller' => 'AdminStockManagement',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/stocks/movements',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attachments_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttachmentController::indexAction',    '_legacy_controller' => 'AdminAttachments',    '_legacy_link' => 'AdminAttachments',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/attachments/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attachments_filter' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    '_legacy_controller' => 'AdminAttachments',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.attachment',    'redirectRoute' => 'admin_attachments_index',    '_legacy_link' => 'AdminAttachments:submitFilterattachment',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/attachments/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attachments_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttachmentController::createAction',    '_legacy_controller' => 'AdminAttachments',    '_legacy_link' => 'AdminAttachments:addattachment',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/attachments/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attachments_edit' => array (  0 =>   array (    0 => 'attachmentId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttachmentController::editAction',    '_legacy_controller' => 'AdminAttachments',    '_legacy_link' => 'AdminAttachments:updateattachment',    '_legacy_parameters' =>     array (      'id_attachment' => 'attachmentId',    ),  ),  2 =>   array (    'attachmentId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attachmentId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/attachments',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attachments_view' => array (  0 =>   array (    0 => 'attachmentId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttachmentController::viewAction',    '_legacy_controller' => 'AdminAttachments',    '_legacy_link' => 'AdminAttachments:viewattachment',    '_legacy_parameters' =>     array (      'id_attachment' => 'attachmentId',    ),  ),  2 =>   array (    'attachmentId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/view',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attachmentId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/attachments',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attachments_delete_bulk' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttachmentController::deleteBulkAction',    '_legacy_controller' => 'AdminAttachments',    '_legacy_link' => 'AdminAttachments:submitBulkdeleteattachment',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/sell/attachments/delete-bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_attachments_delete' => array (  0 =>   array (    0 => 'attachmentId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\AttachmentController::deleteAction',    '_legacy_controller' => 'AdminAttachments',    '_legacy_link' => 'AdminAttachments:deleteattachment',    '_legacy_parameters' =>     array (      'id_attachment' => 'attachmentId',    ),  ),  2 =>   array (    'attachmentId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'attachmentId',    ),    2 =>     array (      0 => 'text',      1 => '/sell/attachments',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_logs_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\LogsController::indexAction',    '_legacy_controller' => 'AdminLogs',    '_legacy_link' => 'AdminLogs',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/logs/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_logs_save_settings' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\LogsController::saveSettingsAction',    '_legacy_controller' => 'AdminLogs',    '_legacy_link' => 'AdminLogs:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/logs/settings',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_logs_delete_all' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\LogsController::deleteAllAction',    '_legacy_controller' => 'AdminLogs',    '_legacy_link' => 'AdminLogs:deletelog',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/logs/delete-all',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_logs_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\LogsController::searchAction',    '_legacy_controller' => 'AdminLogs',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/logs/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_administration' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\AdministrationController::indexAction',    '_legacy_controller' => 'AdminAdminPreferences',    '_legacy_link' => 'AdminAdminPreferences',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/administration/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_administration_general_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\AdministrationController::processGeneralFormAction',    '_legacy_controller' => 'AdminAdminPreferences',    '_legacy_link' => 'AdminAdminPreferences:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/administration/general',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_administration_upload_quota_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\AdministrationController::processUploadQuotaFormAction',    '_legacy_controller' => 'AdminAdminPreferences',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/administration/upload-quota',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_administration_notifications_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\AdministrationController::processNotificationsFormAction',    '_legacy_controller' => 'AdminAdminPreferences',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/administration/notifications',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportController::importAction',    '_legacy_controller' => 'AdminImport',    '_legacy_link' => 'AdminImport',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/import/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import_data_configuration_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportDataConfigurationController::indexAction',    '_legacy_controller' => 'AdminImport',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/import/data',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import_data_configuration_index_redirect' => array (  0 =>   array (  ),  1 =>   array (    'route' => 'admin_import',    '_controller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::redirectAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/import/data',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import_process' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportController::processImportAction',    '_legacy_controller' => 'AdminImport',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/import/process',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import_file_upload' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportController::uploadAction',    '_legacy_controller' => 'AdminImport',    '_legacy_link' => 'AdminImport:uploadCsv',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/import/file/upload',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import_file_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportController::deleteAction',    '_legacy_controller' => 'AdminImport',    '_legacy_link' => 'AdminImport:delete',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/import/file/delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import_file_download' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportController::downloadAction',    '_legacy_controller' => 'AdminImport',    '_legacy_link' => 'AdminImport:download',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/import/file/download',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import_sample_download' => array (  0 =>   array (    0 => 'sampleName',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportController::downloadSampleAction',    '_legacy_controller' => 'AdminImport',    '_legacy_link' => 'AdminImport:sampleDownload',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'sampleName',    ),    1 =>     array (      0 => 'text',      1 => '/configure/advanced/import/sample/download',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import_data_configuration_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportDataConfigurationController::createAction',    '_legacy_controller' => 'AdminImport',    '_legacy_link' => 'AdminImport:saveImportMatch',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/import/match',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import_data_configuration_get' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportDataConfigurationController::getAction',    '_legacy_controller' => 'AdminImport',    '_legacy_link' => 'AdminImport:getImportMatch',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/import/match',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import_data_configuration_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportDataConfigurationController::deleteAction',    '_legacy_controller' => 'AdminImport',    '_legacy_link' => 'AdminImport:deleteImportMatch',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/import/match',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_import_get_available_fields' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ImportController::getAvailableEntityFieldsAction',    '_legacy_controller' => 'AdminImport',    '_legacy_link' => 'AdminImport:getAvailableEntityFields',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/import/fields',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_performance' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\PerformanceController::indexAction',    '_legacy_controller' => 'AdminPerformance',    '_legacy_link' => 'AdminPerformance',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_performance_smarty_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\PerformanceController::processSmartyFormAction',    '_legacy_controller' => 'AdminPerformance',    '_legacy_link' => 'AdminPerformance:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/smarty',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_performance_debug_mode_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\PerformanceController::processDebugModeFormAction',    '_legacy_controller' => 'AdminPerformance',    '_legacy_link' => 'AdminPerformance:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/debug-mode',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_performance_optional_features_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\PerformanceController::processOptionalFeaturesFormAction',    '_legacy_controller' => 'AdminPerformance',    '_legacy_link' => 'AdminPerformance:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/optional-features',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_performance_combine_compress_cache_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\PerformanceController::processCombineCompressCacheFormAction',    '_legacy_controller' => 'AdminPerformance',    '_legacy_link' => 'AdminPerformance:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/combine-compress-cache',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_performance_media_servers_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\PerformanceController::processMediaServersFormAction',    '_legacy_controller' => 'AdminPerformance',    '_legacy_link' => 'AdminPerformance:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/media-servers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_performance_caching_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\PerformanceController::processCachingFormAction',    '_legacy_controller' => 'AdminPerformance',    '_legacy_link' => 'AdminPerformance:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/caching',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_clear_cache' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\PerformanceController::clearCacheAction',    '_legacy_controller' => 'AdminPerformance',    '_legacy_link' => 'AdminPerformance:empty_smarty_cache',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/clear-cache',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_servers' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\MemcacheServerController::listAction',    '_legacy_controller' => 'AdminPerformance',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/memcache/servers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_servers_add' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\MemcacheServerController::addAction',    '_legacy_controller' => 'AdminPerformance',    '_legacy_link' => 'AdminPerformance:submitAddServer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/memcache/servers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_servers_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\MemcacheServerController::deleteAction',    '_legacy_controller' => 'AdminPerformance',    '_legacy_link' => 'AdminPerformance:deleteMemcachedServer',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/memcache/servers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_servers_test' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\MemcacheServerController::testAction',    '_legacy_controller' => 'AdminPerformance',    '_legacy_link' => 'AdminPerformance:test_server',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/performance/memcache/servers/test',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_system_information' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SystemInformationController::indexAction',    '_legacy_controller' => 'AdminInformation',    '_legacy_link' => 'AdminInformation',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/system-information/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_system_information_check_files' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SystemInformationController::displayCheckFilesAction',    '_legacy_controller' => 'AdminInformation',    '_legacy_link' => 'AdminInformation:checkFiles',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/system-information/files',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_emails_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmailController::indexAction',    '_legacy_controller' => 'AdminEmails',    '_legacy_link' => 'AdminEmails',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/emails/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_emails_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmailController::searchAction',    '_legacy_controller' => 'AdminEmails',    '_legacy_link' => 'AdminEmails:search',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/emails/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_emails_save_options_get' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmailController::indexAction',    '_legacy_controller' => 'AdminEmails',    '_legacy_link' => 'AdminEmails:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/emails/options',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_emails_save_options' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmailController::saveOptionsAction',    '_legacy_controller' => 'AdminEmails',    '_legacy_link' => 'AdminEmails:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/emails/options',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_emails_send_test' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmailController::sendTestAction',    '_legacy_controller' => 'AdminEmails',    '_legacy_link' => 'AdminEmails:testEmail',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/emails/send-testing-email',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_emails_delete_bulk' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmailController::deleteBulkAction',    '_legacy_controller' => 'AdminEmails',    '_legacy_link' => 'AdminEmails:submitBulkdeletemail',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/emails/delete-bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_emails_delete_all' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmailController::deleteAllAction',    '_legacy_controller' => 'AdminEmails',    '_legacy_link' => 'AdminEmails:deleteAll',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/emails/delete-all',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_emails_delete' => array (  0 =>   array (    0 => 'mailId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmailController::deleteAction',    '_legacy_controller' => 'AdminEmails',    '_legacy_link' => 'AdminEmails:deletemail',    '_legacy_parameters' =>     array (      'id_mail' => 'mailId',    ),  ),  2 =>   array (    'mailId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'mailId',    ),    1 =>     array (      0 => 'text',      1 => '/configure/advanced/emails/delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_shops_search' => array (  0 =>   array (    0 => 'searchTerm',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ShopController::searchAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'searchTerm',    ),    1 =>     array (      0 => 'text',      1 => '/configure/advanced/shops/search',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_sql_requests_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::indexAction',    '_legacy_controller' => 'AdminRequestSql',    '_legacy_link' => 'AdminRequestSql',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/sql-requests/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_sql_requests_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.request_sql',    'redirectRoute' => 'admin_sql_requests_index',    '_legacy_controller' => 'AdminRequestSql',    '_legacy_link' => 'AdminRequestSql:search',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/sql-requests/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_sql_requests_process_settings' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::processFormAction',    '_legacy_controller' => 'AdminRequestSql',    '_legacy_link' => 'AdminRequestSql:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/sql-requests/process-settings',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_sql_requests_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::createAction',    '_legacy_controller' => 'AdminRequestSql',    '_legacy_link' => 'AdminRequestSql:addrequest_sql',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/sql-requests/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_sql_requests_edit' => array (  0 =>   array (    0 => 'sqlRequestId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::editAction',    '_legacy_controller' => 'AdminRequestSql',    '_legacy_link' => 'AdminRequestSql:updaterequest_sql',    '_legacy_parameters' =>     array (      'id_request_sql' => 'sqlRequestId',    ),  ),  2 =>   array (    'sqlRequestId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'sqlRequestId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/sql-requests',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_sql_requests_delete' => array (  0 =>   array (    0 => 'sqlRequestId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::deleteAction',    '_legacy_controller' => 'AdminRequestSql',    '_legacy_link' => 'AdminRequestSql:deleterequest_sql',    '_legacy_parameters' =>     array (      'id_request_sql' => 'sqlRequestId',    ),  ),  2 =>   array (    'sqlRequestId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'sqlRequestId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/sql-requests',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_sql_requests_delete_bulk' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::deleteBulkAction',    '_legacy_controller' => 'AdminRequestSql',    '_legacy_link' => 'AdminRequestSql:submitBulkdeleterequest_sql',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/sql-requests/delete-bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_sql_requests_table_columns' => array (  0 =>   array (    0 => 'mySqlTableName',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::ajaxTableColumnsAction',    '_legacy_controller' => 'AdminRequestSql',    '_legacy_link' => 'AdminRequestSql:ajax',    '_legacy_parameters' =>     array (      'table' => 'mySqlTableName',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/columns',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'mySqlTableName',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/sql-requests/tables',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_sql_requests_view' => array (  0 =>   array (    0 => 'sqlRequestId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::viewAction',    '_legacy_controller' => 'AdminRequestSql',    '_legacy_link' => 'AdminRequestSql:viewsql_request',    '_legacy_parameters' =>     array (      'id_request_sql' => 'sqlRequestId',    ),  ),  2 =>   array (    'sqlRequestId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/view',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'sqlRequestId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/sql-requests',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_sql_requests_export' => array (  0 =>   array (    0 => 'sqlRequestId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::exportAction',    '_legacy_controller' => 'AdminRequestSql',    '_legacy_link' => 'AdminRequestSql:exportsql_request',    '_legacy_parameters' =>     array (      'id_request_sql' => 'sqlRequestId',    ),  ),  2 =>   array (    'sqlRequestId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/export',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'sqlRequestId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/sql-requests',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_webservice_keys_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::indexAction',    '_legacy_controller' => 'AdminWebservice',    '_legacy_link' => 'AdminWebservice',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/webservice-keys/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_webservice_keys_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.webservice_key',    'redirectRoute' => 'admin_webservice_keys_index',    '_legacy_controller' => 'AdminWebservice',    '_legacy_link' => 'AdminWebservice:submitFilterwebservice_account',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/webservice-keys/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_webservice_save_settings' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::saveSettingsAction',    '_legacy_controller' => 'AdminWebservice',    '_legacy_link' => 'AdminWebservice:submitOptionswebservice_account',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/webservice-keys/settings',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_webservice_keys_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::createAction',    '_legacy_controller' => 'AdminWebservice',    '_legacy_link' => 'AdminWebservice:addwebservice_account',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/webservice-keys/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_webservice_keys_edit' => array (  0 =>   array (    0 => 'webserviceKeyId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::editAction',    '_legacy_controller' => 'AdminWebservice',    '_legacy_link' => 'AdminWebservice:updatewebservice_account',    '_legacy_parameters' =>     array (      'id_webservice_account' => 'webserviceKeyId',    ),  ),  2 =>   array (    'webserviceKeyId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'webserviceKeyId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/webservice-keys',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_webservice_keys_delete' => array (  0 =>   array (    0 => 'webserviceKeyId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::deleteAction',    '_legacy_controller' => 'AdminWebservice',    '_legacy_link' => 'AdminWebservice:deletewebservice_account',    '_legacy_parameters' =>     array (      'id_webservice_account' => 'webserviceKeyId',    ),  ),  2 =>   array (    'webserviceKeyId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'webserviceKeyId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/webservice-keys',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_webservice_keys_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::bulkDeleteAction',    '_legacy_controller' => 'AdminWebservice',    '_legacy_link' => 'AdminWebservice:submitBulkdeletewebservice_account',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/webservice-keys/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_webservice_keys_toggle_status' => array (  0 =>   array (    0 => 'webserviceKeyId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::toggleStatusAction',    '_legacy_controller' => 'AdminWebservice',    '_legacy_link' => 'AdminWebservice:statuswebservice_account',    '_legacy_parameters' =>     array (      'id_webservice_account' => 'webserviceKeyId',    ),  ),  2 =>   array (    'webserviceKeyId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'webserviceKeyId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/webservice-keys',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_webservice_keys_bulk_enable' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::bulkEnableAction',    '_legacy_controller' => 'AdminWebservice',    '_legacy_link' => 'AdminWebservice:submitBulkenableSelectionwebservice_account',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/webservice-keys/bulk-enable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_webservice_keys_bulk_disable' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::bulkDisableAction',    '_legacy_controller' => 'AdminWebservice',    '_legacy_link' => 'AdminWebservice:submitBulkdisableSelectionwebservice_account',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/webservice-keys/bulk-disable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_backups_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\BackupController::indexAction',    '_legacy_controller' => 'AdminBackup',    '_legacy_link' => 'AdminBackup',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/backups/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_backups_save_options' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\BackupController::saveOptionsAction',    '_legacy_controller' => 'AdminBackup',    '_legacy_link' => 'AdminBackup:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/backups/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_backups_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\BackupController::createAction',    '_legacy_controller' => 'AdminBackup',    '_legacy_link' => 'AdminBackup:addbackup',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/backups/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_backups_download_view' => array (  0 =>   array (    0 => 'downloadFileName',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\BackupController::downloadViewAction',    '_legacy_controller' => 'AdminBackup',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'downloadFileName',    ),    1 =>     array (      0 => 'text',      1 => '/configure/advanced/backups/view',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_backup_download' => array (  0 =>   array (    0 => 'downloadFileName',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\BackupController::downloadContentAction',    '_legacy_controller' => 'AdminBackup',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'downloadFileName',    ),    1 =>     array (      0 => 'text',      1 => '/configure/advanced/backups/download',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_backups_delete' => array (  0 =>   array (    0 => 'deleteFileName',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\BackupController::deleteAction',    '_legacy_controller' => 'AdminBackup',    '_legacy_link' => 'AdminBackup:delete',    '_legacy_parameters' =>     array (      'filename' => 'deleteFileName',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'deleteFileName',    ),    1 =>     array (      0 => 'text',      1 => '/configure/advanced/backups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_backups_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\BackupController::bulkDeleteAction',    '_legacy_controller' => 'AdminBackup',    '_legacy_link' => 'AdminBackup:submitBulkdeletebackup',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/backups/bulk-delete/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::indexAction',    '_legacy_controller' => 'AdminEmployees',    '_legacy_link' => 'AdminEmployees',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/employees/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    '_legacy_controller' => 'AdminEmployees',    '_legacy_link' => 'AdminEmployees:submitFilteremployee',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.employee',    'redirectRoute' => 'admin_employees_index',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/employees/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_save_options' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::saveOptionsAction',    '_legacy_controller' => 'AdminEmployees',    '_legacy_link' => 'AdminEmployees:submitOptionsemployee',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/employees/save-options',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_toggle_status' => array (  0 =>   array (    0 => 'employeeId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::toggleStatusAction',    '_legacy_controller' => 'AdminEmployees',    '_legacy_link' => 'AdminEmployees:statusemployee',    '_legacy_parameters' =>     array (      'id_employee' => 'employeeId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'employeeId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/employees',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_bulk_enable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::bulkStatusEnableAction',    '_legacy_controller' => 'AdminEmployees',    '_legacy_link' => 'AdminEmployees:submitBulkenableSelectionemployee',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/employees/bulk-enable-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_bulk_disable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::bulkStatusDisableAction',    '_legacy_controller' => 'AdminEmployees',    '_legacy_link' => 'AdminEmployees:submitBulkdisableSelectionemployee',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/employees/bulk-disable-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_delete' => array (  0 =>   array (    0 => 'employeeId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::deleteAction',    '_legacy_controller' => 'AdminEmployees',    '_legacy_link' => 'AdminEmployees:deleteemployee',    '_legacy_parameters' =>     array (      'id_employee' => 'employeeId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'employeeId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/employees',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::bulkDeleteAction',    '_legacy_controller' => 'AdminEmployees',    '_legacy_link' => 'AdminEmployees:submitBulkdeleteemployee',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/employees/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::createAction',    '_legacy_controller' => 'AdminEmployees',    '_legacy_link' => 'AdminEmployees:addemployee',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/employees/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_edit' => array (  0 =>   array (    0 => 'employeeId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::editAction',    '_legacy_controller' => 'AdminEmployees',    '_legacy_link' => 'AdminEmployees:updateemployee',    '_legacy_parameters' =>     array (      'id_employee' => 'employeeId',    ),  ),  2 =>   array (    'employeeId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'employeeId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/employees',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_toggle_navigation' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::toggleNavigationMenuAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/employees/toggle-navigation',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_change_form_language' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::changeFormLanguageAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/employees/change-form-language',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_employees_get_tabs' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\EmployeeController::getAccessibleTabsAction',    '_legacy_controller' => 'AdminEmployees',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/employees/tabs',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_profiles_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ProfileController::indexAction',    '_legacy_controller' => 'AdminProfiles',    '_legacy_link' => 'AdminProfiles',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/profiles/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_profiles_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ProfileController::searchAction',    '_legacy_controller' => 'AdminProfiles',    '_legacy_link' => 'AdminProfiles:submitFilterprofile',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/profiles/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_profiles_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ProfileController::createAction',    '_legacy_controller' => 'AdminProfiles',    '_legacy_link' => 'AdminProfiles:addprofile',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/profiles/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_profiles_edit' => array (  0 =>   array (    0 => 'profileId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ProfileController::editAction',    '_legacy_controller' => 'AdminProfiles',    '_legacy_link' => 'AdminProfiles:updateprofile',    '_legacy_parameters' =>     array (      'id_profile' => 'profileId',    ),  ),  2 =>   array (    'profileId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'profileId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/profiles',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_profiles_delete' => array (  0 =>   array (    0 => 'profileId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ProfileController::deleteAction',    '_legacy_controller' => 'AdminProfiles',    '_legacy_link' => 'AdminProfiles:deleteprofile',    '_legacy_parameters' =>     array (      'id_profile' => 'profileId',    ),  ),  2 =>   array (    'profileId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'profileId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/advanced/profiles',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_profiles_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\ProfileController::bulkDeleteAction',    '_legacy_controller' => 'AdminProfiles',    '_legacy_link' => 'AdminProfiles:submitBulkdeleteprofile',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/profiles/delete/bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_feature_flags_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\FeatureFlagController::indexAction',    '_legacy_controller' => 'AdminFeatureFlag',    '_legacy_link' => 'AdminFeatureFlag',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/advanced/feature-flags/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_preferences' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\PreferencesController::indexAction',    '_legacy_controller' => 'AdminPreferences',    '_legacy_link' => 'AdminPreferences',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/preferences/preferences',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_preferences_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\PreferencesController::processFormAction',    '_legacy_controller' => 'AdminPreferences',    '_legacy_link' => 'AdminPreferences:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/preferences/preferences',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_preferences' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderPreferencesController::indexAction',    '_legacy_controller' => 'AdminOrderPreferences',    '_legacy_link' => 'AdminOrderPreferences',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/order-preferences/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_preferences_general_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderPreferencesController::processGeneralFormAction',    '_legacy_controller' => 'AdminOrderPreferences',    '_legacy_link' => 'AdminOrderPreferences:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/order-preferences/general',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_preferences_gift_options_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderPreferencesController::processGiftOptionsFormAction',    '_legacy_controller' => 'AdminOrderPreferences',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/order-preferences/gift-options',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_preferences' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ProductPreferencesController::indexAction',    '_legacy_controller' => 'AdminPPreferences',    '_legacy_link' => 'AdminPPreferences',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/product-preferences/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_preferences_general_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ProductPreferencesController::processGeneralFormAction',    '_legacy_controller' => 'AdminPPreferences',    '_legacy_link' => 'AdminPPreferences:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/product-preferences/general',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_preferences_pagination_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ProductPreferencesController::processPaginationFormAction',    '_legacy_controller' => 'AdminPPreferences',    '_legacy_link' => 'AdminPPreferences:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/product-preferences/pagination',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_preferences_page_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ProductPreferencesController::processPageFormAction',    '_legacy_controller' => 'AdminPPreferences',    '_legacy_link' => 'AdminPPreferences:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/product-preferences/page',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_product_preferences_stock_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ProductPreferencesController::processStockFormAction',    '_legacy_controller' => 'AdminPPreferences',    '_legacy_link' => 'AdminPPreferences:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/product-preferences/stock',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customer_preferences' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\CustomerPreferencesController::indexAction',    '_legacy_controller' => 'AdminCustomerPreferences',    '_legacy_link' => 'AdminCustomerPreferences',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/customer-preferences/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_customer_preferences_process' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\CustomerPreferencesController::processAction',    '_legacy_controller' => 'AdminCustomerPreferences',    '_legacy_link' => 'AdminCustomerPreferences:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/customer-preferences/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_maintenance' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MaintenanceController::indexAction',    '_legacy_controller' => 'AdminMaintenance',    '_legacy_link' => 'AdminMaintenance',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/maintenance/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_maintenance_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MaintenanceController::processFormAction',    '_legacy_controller' => 'AdminMaintenance',    '_legacy_link' => 'AdminMaintenance:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/maintenance/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_metas_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MetaController::indexAction',    '_legacy_controller' => 'AdminMeta',    '_legacy_link' => 'AdminMeta',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/seo-urls/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_metas_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.meta',    'redirectRoute' => 'admin_metas_index',    '_legacy_controller' => 'AdminMeta',    '_legacy_link' => 'AdminMeta:submitFiltermeta',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/seo-urls/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_metas_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MetaController::createAction',    '_legacy_controller' => 'AdminMeta',    '_legacy_link' => 'AdminMeta:addmeta',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/seo-urls/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_metas_edit' => array (  0 =>   array (    0 => 'metaId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MetaController::editAction',    '_legacy_controller' => 'AdminMeta',    '_legacy_link' => 'AdminMeta:updatemeta',    '_legacy_parameters' =>     array (      'id_meta' => 'metaId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'metaId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/shop/seo-urls',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_metas_delete' => array (  0 =>   array (    0 => 'metaId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MetaController::deleteAction',    '_legacy_controller' => 'AdminMeta',    '_legacy_link' => 'AdminMeta:deletemeta',    '_legacy_parameters' =>     array (      'id_meta' => 'metaId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'metaId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/shop/seo-urls',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_metas_delete_bulk' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MetaController::deleteBulkAction',    '_legacy_controller' => 'AdminMeta',    '_legacy_link' => 'AdminMeta:submitBulkdeletemeta',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/seo-urls/delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_metas_set_up_urls_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MetaController::processSetUpUrlsFormAction',    '_legacy_controller' => 'AdminMeta',    '_legacy_link' => 'AdminMeta:submitOptionsmeta',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/seo-urls/set-up-urls',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_metas_shop_urls_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MetaController::processShopUrlsFormAction',    '_legacy_controller' => 'AdminMeta',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/seo-urls/shop-urls',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_metas_url_schema_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MetaController::processUrlSchemaFormAction',    '_legacy_controller' => 'AdminMeta',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/seo-urls/url-schema',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_metas_seo_options_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MetaController::processSeoOptionsFormAction',    '_legacy_controller' => 'AdminMeta',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/seo-urls/seo-options',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_metas_generate_robots_text_file' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MetaController::generateRobotsFileAction',    '_legacy_controller' => 'AdminMeta',    '_legacy_link' => 'AdminMeta:submitRobots',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/seo-urls/generate/robots',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_contacts_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ContactsController::indexAction',    '_legacy_controller' => 'AdminContacts',    '_legacy_link' => 'AdminContacts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/contacts/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_contacts_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ContactsController::searchAction',    '_legacy_controller' => 'AdminContacts',    '_legacy_link' => 'AdminContacts:submitFiltercontact',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/contacts/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_contacts_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ContactsController::createAction',    '_legacy_controller' => 'AdminContacts',    '_legacy_link' => 'AdminContacts:addcontact',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/contacts/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_contacts_edit' => array (  0 =>   array (    0 => 'contactId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ContactsController::editAction',    '_legacy_controller' => 'AdminContacts',    '_legacy_link' => 'AdminContacts:updatecontact',  ),  2 =>   array (    'contactId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'contactId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/shop/contacts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_contacts_delete' => array (  0 =>   array (    0 => 'contactId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ContactsController::deleteAction',    '_legacy_controller' => 'AdminContacts',    '_legacy_link' => 'AdminContacts:deletecontact',  ),  2 =>   array (    'contactId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'contactId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/shop/contacts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_contacts_delete_bulk' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ContactsController::deleteBulkAction',    '_legacy_controller' => 'AdminContacts',    '_legacy_link' => 'AdminContacts:submitBulkdeletecontact',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/contacts/delete/bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_states' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderStateController::indexAction',    '_legacy_controller' => 'AdminStatuses',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/order-states/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_states_filter' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderStateController::searchGridAction',    '_legacy_controller' => 'AdminStatuses',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.order_states',    'redirectRoute' => 'admin_order_states',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/order-states/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_states_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderStateController::createAction',    '_legacy_controller' => 'AdminStatuses',    '_legacy_link' => 'AdminStatuses:addorderstate',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/order-states/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_states_edit' => array (  0 =>   array (    0 => 'orderStateId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderStateController::editAction',    '_legacy_controller' => 'AdminStatuses',    '_legacy_link' => 'AdminStatuses:updateorderstate',    '_legacy_parameters' =>     array (      'id_order_state' => 'orderStateId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'orderStateId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/shop/order-states',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_states_toggle_delivery' => array (  0 =>   array (    0 => 'orderStateId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderStateController::toggleDeliveryAction',    '_legacy_controller' => 'AdminStatuses',    '_legacy_link' => 'AdminStatuses:deliveryorderstate',    '_legacy_parameters' =>     array (      'id_order_state' => 'orderStateId',    ),  ),  2 =>   array (    'orderStateId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-delivery',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderStateId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/shop/order-states',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_states_toggle_invoice' => array (  0 =>   array (    0 => 'orderStateId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderStateController::toggleInvoiceAction',    '_legacy_controller' => 'AdminStatuses',    '_legacy_link' => 'AdminStatuses:invoiceorderstate',    '_legacy_parameters' =>     array (      'id_order_state' => 'orderStateId',    ),  ),  2 =>   array (    'orderStateId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-invoice',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderStateId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/shop/order-states',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_states_toggle_send_email' => array (  0 =>   array (    0 => 'orderStateId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderStateController::toggleSendEmailAction',    '_legacy_controller' => 'AdminStatuses',    '_legacy_link' => 'AdminStatuses:sendemailorderstate',    '_legacy_parameters' =>     array (      'id_order_state' => 'orderStateId',    ),  ),  2 =>   array (    'orderStateId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-send-email',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'orderStateId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/shop/order-states',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_return_states_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderStateController::createOrderReturnStateAction',    '_legacy_controller' => 'AdminStatuses',    '_legacy_link' => 'AdminStatuses:addorderreturnstate',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/shop/order-return-states/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_order_return_states_edit' => array (  0 =>   array (    0 => 'orderReturnStateId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderStateController::editOrderReturnStateAction',    '_legacy_controller' => 'AdminStatuses',    '_legacy_link' => 'AdminStatuses:updateorderreturnstate',    '_legacy_parameters' =>     array (      'id_order_return_state' => 'orderReturnStateId',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'orderReturnStateId',    ),    2 =>     array (      0 => 'text',      1 => '/configure/shop/order-return-states',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_close_showcase_card' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShowcaseCardController::closeShowcaseCardAction',  ),  2 =>   array (    'close' => '\\d+',    'name' => '\\w+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/configure/showcase-card/close',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_international_translation_overview' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\TranslationsController::overviewAction',    '_legacy_controller' => 'AdminTranslations',    '_legacy_link' => 'AdminTranslationSf',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/translations/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_international_translations_export_catalogues' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\TranslationsController::exportCataloguesAction',    '_legacy_controller' => 'AdminTranslations',    '_legacy_link' => 'AdminTranslations:submitExport',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/translations/export',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_international_translations_show_settings' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\TranslationsController::showSettingsAction',    '_legacy_controller' => 'AdminTranslations',    '_legacy_link' => 'AdminTranslations:settings',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/translations/settings',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_international_translations_modify' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\TranslationsController::modifyTranslationsAction',    '_legacy_controller' => 'AdminTranslations',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/translations/modify',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_international_translations_add_update_language' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\TranslationsController::addUpdateLanguageAction',    '_legacy_controller' => 'AdminTranslations',    '_legacy_link' => 'AdminTranslations:submitAddLanguage',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/translations/add-update-language',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_international_translations_copy_language' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\TranslationsController::copyLanguageAction',    '_legacy_controller' => 'AdminTranslations',    '_legacy_link' => 'AdminTranslations:submitCopyLang',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/translations/copy',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_localization_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LocalizationController::indexAction',    '_legacy_controller' => 'AdminLocalization',    '_legacy_link' => 'AdminLocalization',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/localization/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_localization_configuration_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LocalizationController::processConfigurationFormAction',    '_legacy_controller' => 'AdminLocalization',    '_legacy_link' => 'AdminLocalization:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/localization/configuration',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_localization_local_units_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LocalizationController::processLocalUnitsFormAction',    '_legacy_controller' => 'AdminLocalization',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/localization/local-units',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_localization_advanced_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LocalizationController::processAdvancedFormAction',    '_legacy_controller' => 'AdminLocalization',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/localization/advanced',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_localization_import_pack' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LocalizationController::importPackAction',    '_legacy_controller' => 'AdminLocalization',    '_legacy_link' => 'AdminLocalization:submitLocalizationPack',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/localization/import-pack',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_geolocation_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\GeolocationController::indexAction',    '_legacy_controller' => 'AdminGeolocation',    '_legacy_link' => 'AdminGeolocation',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/geolocation/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_geolocation_by_ip_address_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\GeolocationController::processByIpAddressFormAction',    '_legacy_controller' => 'AdminGeolocation',    '_legacy_link' => 'AdminGeolocation:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/geolocation/by-ip-address',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_geolocation_whitelist_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\GeolocationController::processWhitelistFormAction',    '_legacy_controller' => 'AdminGeolocation',    '_legacy_link' => 'AdminGeolocation:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/geolocation/whitelist',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_geolocation_options_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\GeolocationController::processOptionsFormAction',    '_legacy_controller' => 'AdminGeolocation',    '_legacy_link' => 'AdminGeolocation:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/geolocation/options',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_languages_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LanguageController::indexAction',    '_legacy_controller' => 'AdminLanguages',    '_legacy_link' => 'AdminLanguages',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/languages/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_languages_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.language',    'redirectRoute' => 'admin_languages_index',    '_legacy_controller' => 'AdminLanguages',    '_legacy_link' =>     array (      0 => 'AdminLanguages:submitFilterlang',      1 => 'AdminLanguages:submitFiltercurrency',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/languages/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_languages_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LanguageController::createAction',    '_legacy_controller' => 'AdminLanguages',    '_legacy_link' => 'AdminLanguages:addlang',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/languages/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_languages_edit' => array (  0 =>   array (    0 => 'languageId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LanguageController::editAction',    '_legacy_controller' => 'AdminLanguages',    '_legacy_link' => 'AdminLanguages:updatelang',  ),  2 =>   array (    'languageId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'languageId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/languages',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_languages_delete' => array (  0 =>   array (    0 => 'languageId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LanguageController::deleteAction',    '_legacy_controller' => 'AdminLanguages',    '_legacy_link' => 'AdminLanguages:deletelang',  ),  2 =>   array (    'languageId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'languageId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/languages',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_languages_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LanguageController::bulkDeleteAction',    '_legacy_controller' => 'AdminLanguages',    '_legacy_link' => 'AdminLanguages:submitBulkdeletelang',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/languages/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_languages_toggle_status' => array (  0 =>   array (    0 => 'languageId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LanguageController::toggleStatusAction',    '_legacy_controller' => 'AdminLanguages',    '_legacy_link' => 'AdminLanguages:statuslang',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'languageId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/languages',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_languages_bulk_toggle_status' => array (  0 =>   array (    0 => 'status',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LanguageController::bulkToggleStatusAction',    '_legacy_controller' => 'AdminLanguages',    '_legacy_link' => 'AdminLanguages:submitBulkupdatelang',  ),  2 =>   array (    'status' => 'enable|disable',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => 'enable|disable',      3 => 'status',    ),    1 =>     array (      0 => 'text',      1 => '/improve/international/languages/bulk-toggle-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_currencies_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\CurrencyController::indexAction',    '_legacy_controller' => 'AdminCurrencies',    '_legacy_link' => 'AdminCurrencies',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/currencies/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_currencies_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.currency',    'redirectRoute' => 'admin_currencies_index',    '_legacy_controller' => 'AdminCurrencies',    '_legacy_link' => 'AdminCurrencies:submitFiltercurrency',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/currencies/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_currencies_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\CurrencyController::createAction',    '_legacy_controller' => 'AdminCurrencies',    '_legacy_link' => 'AdminCurrencies:addcurrency',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/currencies/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_currencies_edit' => array (  0 =>   array (    0 => 'currencyId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\CurrencyController::editAction',    '_legacy_controller' => 'AdminCurrencies',    '_legacy_link' => 'AdminCurrencies:updatecurrency',    '_legacy_parameters' =>     array (      'id_currency' => 'currencyId',    ),  ),  2 =>   array (    'currencyId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'currencyId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/currencies',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_currencies_delete' => array (  0 =>   array (    0 => 'currencyId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\CurrencyController::deleteAction',    '_legacy_controller' => 'AdminCurrencies',    '_legacy_link' => 'AdminCurrencies:deletecurrency',    '_legacy_parameters' =>     array (      'id_currency' => 'currencyId',    ),  ),  2 =>   array (    'currencyId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'currencyId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/currencies',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_currencies_toggle_status' => array (  0 =>   array (    0 => 'currencyId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\CurrencyController::toggleStatusAction',    '_legacy_controller' => 'AdminCurrencies',    '_legacy_link' => 'AdminCurrencies:statuscurrency',    '_legacy_parameters' =>     array (      'id_currency' => 'currencyId',    ),  ),  2 =>   array (    'currencyId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'currencyId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/currencies',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_currencies_update_live_exchange_rates' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\CurrencyController::updateLiveExchangeRatesAction',    '_legacy_controller' => 'AdminCurrencies',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/currencies/update-live-exchange-rates',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_currencies_refresh_exchange_rates' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\CurrencyController::refreshExchangeRatesAction',    '_legacy_controller' => 'AdminCurrencies',    '_legacy_link' => 'AdminCurrencies:SubmitExchangesRates',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/currencies/refresh-exchange-rates',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_currencies_get_reference_data' => array (  0 =>   array (    0 => 'currencyIsoCode',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\CurrencyController::getReferenceDataAction',    '_legacy_controller' => 'AdminCurrencies',    '_legacy_link' => 'AdminCurrencies:getReferenceData',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'currencyIsoCode',    ),    1 =>     array (      0 => 'text',      1 => '/improve/international/currencies/reference-data',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_currencies_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\CurrencyController::bulkDeleteAction',    '_legacy_controller' => 'AdminCurrencies',    '_legacy_link' => 'AdminCurrencies:submitBulkdeletecurrency',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/currencies/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_currencies_bulk_toggle_status' => array (  0 =>   array (    0 => 'status',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\CurrencyController::bulkToggleStatusAction',    '_legacy_controller' => 'AdminCurrencies',    '_legacy_link' => 'AdminCurrencies:submitBulkupdatecurrency',  ),  2 =>   array (    'status' => 'enable|disable',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => 'enable|disable',      3 => 'status',    ),    1 =>     array (      0 => 'text',      1 => '/improve/international/currencies/bulk-toggle-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_taxes_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxController::indexAction',    '_legacy_controller' => 'AdminTaxes',    '_legacy_link' => 'AdminTaxes',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/taxes/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_taxes_save_options' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxController::saveOptionsAction',    '_legacy_controller' => 'AdminTaxes',    '_legacy_link' => 'AdminTaxes:submitOptionstax',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/taxes/save-options',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_taxes_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.tax',    'redirectRoute' => 'admin_taxes_index',    '_legacy_controller' => 'AdminTaxes',    '_legacy_link' => 'AdminTaxes:submitFiltertax',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/taxes/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_taxes_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxController::createAction',    '_legacy_controller' => 'AdminTaxes',    '_legacy_link' => 'AdminTaxes:addtax',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/taxes/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_taxes_edit' => array (  0 =>   array (    0 => 'taxId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxController::editAction',    '_legacy_controller' => 'AdminTaxes',    '_legacy_link' => 'AdminTaxes:updatetax',    '_legacy_parameters' =>     array (      'id_tax' => 'taxId',    ),  ),  2 =>   array (    'taxId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'taxId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/taxes',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_taxes_delete' => array (  0 =>   array (    0 => 'taxId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxController::deleteAction',    '_legacy_controller' => 'AdminTaxes',    '_legacy_link' => 'AdminTaxes:deletetax',    '_legacy_parameters' =>     array (      'id_tax' => 'taxId',    ),  ),  2 =>   array (    'taxId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'taxId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/taxes',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_taxes_toggle_status' => array (  0 =>   array (    0 => 'taxId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxController::toggleStatusAction',    '_legacy_controller' => 'AdminTaxes',    '_legacy_link' => 'AdminTaxes:statustax',    '_legacy_parameters' =>     array (      'id_tax' => 'taxId',    ),  ),  2 =>   array (    'taxId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'taxId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/taxes',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_taxes_bulk_enable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxController::bulkEnableStatusAction',    '_legacy_controller' => 'AdminTaxes',    '_legacy_link' => 'AdminTaxes:submitBulkenableSelectiontax',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/taxes/bulk-enable-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_taxes_bulk_disable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxController::bulkDisableStatusAction',    '_legacy_controller' => 'AdminTaxes',    '_legacy_link' => 'AdminTaxes:submitBulkdisableSelectiontax',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/taxes/bulk-disable-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_taxes_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxController::bulkDeleteAction',    '_legacy_controller' => 'AdminTaxes',    '_legacy_link' => 'AdminTaxes:submitBulkdeletetax',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/taxes/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_country_states' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\StateController::getStatesAction',    '_legacy_controller' => 'AdminStates',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/states/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_tax_rules_groups_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxRulesGroupController::indexAction',    '_legacy_controller' => 'AdminTaxRulesGroup',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/tax_rules_groups/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_tax_rules_groups_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    '_legacy_controller' => 'AdminTaxRulesGroup',    'gridDefinitionFactoryServiceId' => 'prestashop.core.grid.definition.factory.tax_rules_group',    'redirectRoute' => 'admin_tax_rules_groups_index',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/tax_rules_groups/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_tax_rules_groups_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxRulesGroupController::createAction',    '_legacy_controller' => 'AdminTaxRulesGroup',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/tax_rules_groups/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_tax_rules_groups_edit' => array (  0 =>   array (    0 => 'taxRulesGroupId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxRulesGroupController::editAction',    '_legacy_controller' => 'AdminTaxRulesGroup',    '_legacy_parameters' =>     array (      'id_tax_rules_group' => 'taxRulesGroupId',    ),  ),  2 =>   array (    'taxRulesGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'taxRulesGroupId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/tax_rules_groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_tax_rules_groups_delete' => array (  0 =>   array (    0 => 'taxRulesGroupId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxRulesGroupController::deleteAction',    '_legacy_controller' => 'AdminTaxRulesGroup',    '_legacy_parameters' =>     array (      'id_tax_rules_group' => 'taxRulesGroupId',    ),  ),  2 =>   array (    'taxRulesGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'taxRulesGroupId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/tax_rules_groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_tax_rules_groups_toggle_status' => array (  0 =>   array (    0 => 'taxRulesGroupId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxRulesGroupController::toggleStatusAction',    '_legacy_controller' => 'AdminTaxRulesGroup',    '_legacy_parameters' =>     array (      'id_tax_rules_group' => 'taxRulesGroupId',    ),  ),  2 =>   array (    'taxRulesGroupId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'taxRulesGroupId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/tax_rules_groups',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_tax_rules_groups_bulk_enable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxRulesGroupController::bulkEnableStatusAction',    '_legacy_controller' => 'AdminTaxRulesGroup',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/tax_rules_groups/bulk-enable-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_tax_rules_groups_bulk_disable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxRulesGroupController::bulkDisableStatusAction',    '_legacy_controller' => 'AdminTaxRulesGroup',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/tax_rules_groups/bulk-disable-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_tax_rules_groups_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\TaxRulesGroupController::bulkDeleteAction',    '_legacy_controller' => 'AdminTaxRulesGroup',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/tax_rules_groups/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_zones_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\ZoneController::indexAction',    '_legacy_controller' => 'AdminZones',    '_legacy_link' => 'AdminZones',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/zones/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_zones_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\ZoneController::searchAction',    '_legacy_controller' => 'AdminZones',    '_legacy_link' => 'AdminZones:submitFilterzone',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/zones/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_zones_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\ZoneController::createAction',    '_legacy_controller' => 'AdminZones',    '_legacy_link' => 'AdminZones:addzone',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/zones/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_zones_edit' => array (  0 =>   array (    0 => 'zoneId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\ZoneController::editAction',    '_legacy_controller' => 'AdminZones',    '_legacy_link' => 'AdminZones:updatezone',    '_legacy_parameters' =>     array (      'id_zone' => 'zoneId',    ),  ),  2 =>   array (    'zoneId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'zoneId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/zones',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_zones_delete' => array (  0 =>   array (    0 => 'zoneId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\ZoneController::deleteAction',    '_legacy_controller' => 'AdminZones',    '_legacy_link' => 'AdminZones:deletezone',    '_legacy_parameters' =>     array (      'id_zone' => 'zoneId',    ),  ),  2 =>   array (    'zoneId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'zoneId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/zones',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_zones_toggle_status' => array (  0 =>   array (    0 => 'zoneId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\ZoneController::toggleStatusAction',    '_legacy_controller' => 'AdminZones',    '_legacy_link' => 'AdminZones:enableSelection',    '_legacy_parameters' =>     array (      'id_zone' => 'zoneId',    ),  ),  2 =>   array (    'zoneId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'zoneId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/international/zones',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_zones_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\ZoneController::bulkDeleteAction',    '_legacy_controller' => 'AdminZones',    '_legacy_link' => 'AdminZones:submitBulkdeletezone',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/international/zones/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_zones_bulk_toggle_status' => array (  0 =>   array (    0 => 'status',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\ZoneController::bulkToggleStatus',    '_legacy_controller' => 'AdminZones',    '_legacy_link' => 'AdminZones:submitBulkupdatezone',  ),  2 =>   array (    'status' => 'enable|disable',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => 'enable|disable',      3 => 'status',    ),    1 =>     array (      0 => 'text',      1 => '/improve/international/zones/bulk-toggle-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_addons_login' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\AddonsController::loginAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/modules/addons/login',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_addons_logout' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\AddonsController::logoutAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/modules/addons/logout',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_cart' => array (  0 =>   array (    0 => 'moduleId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\ModuleController::getModuleCartAction',  ),  2 =>   array (    'moduleId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'moduleId',    ),    1 =>     array (      0 => 'text',      1 => '/improve/modules/cart',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_catalog' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\ModuleController::catalogAction',    '_legacy_controller' => 'AdminModulesCatalog',    '_legacy_link' => 'AdminModulesCatalog',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/modules/catalog',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_catalog_post' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\ModuleController::getPreferredModulesAction',    '_legacy_controller' => 'AdminModulesCatalog',    '_legacy_link' => 'AdminModulesCatalog:recommended',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/modules/catalog/recommended',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_manage' => array (  0 =>   array (    0 => 'category',    1 => 'keyword',  ),  1 =>   array (    'category' => NULL,    'keyword' => NULL,    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\ModuleController::manageAction',    '_legacy_controller' => 'AdminModulesManage',    '_legacy_link' =>     array (      0 => 'AdminModulesManage',      1 => 'AdminModulesSf',    ),  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'keyword',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'category',    ),    2 =>     array (      0 => 'text',      1 => '/improve/modules/manage',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_manage_action' => array (  0 =>   array (    0 => 'action',    1 => 'module_name',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\ModuleController::moduleAction',  ),  2 =>   array (    'action' => 'install|uninstall|enable|disable|enable_mobile|disable_mobile|reset|upgrade',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'module_name',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => 'install|uninstall|enable|disable|enable_mobile|disable_mobile|reset|upgrade',      3 => 'action',    ),    2 =>     array (      0 => 'text',      1 => '/improve/modules/manage/action',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_configure_action' => array (  0 =>   array (    0 => 'module_name',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\ModuleController::configureModuleAction',    '_legacy_controller' => 'AdminModules',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'module_name',    ),    1 =>     array (      0 => 'text',      1 => '/improve/modules/manage/action/configure',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_manage_action_bulk' => array (  0 =>   array (    0 => 'action',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\ModuleController::moduleAction',  ),  2 =>   array (    'action' => 'install|uninstall|configure|enable|disable|reset|upgrade',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => 'install|uninstall|configure|enable|disable|reset|upgrade',      3 => 'action',    ),    1 =>     array (      0 => 'text',      1 => '/improve/modules/manage/bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_manage_update_all' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\ModuleController::moduleAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/modules/manage/update/all',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_import' => array (  0 =>   array (  ),  1 =>   array (    'module_name' => NULL,    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\ModuleController::importModuleAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/modules/import',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_notification' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Modules\\AlertsController::indexAction',    '_legacy_controller' => 'AdminModulesNotifications',    '_legacy_link' => 'AdminModulesNotifications',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/modules/alerts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_notification_count' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Modules\\AlertsController::notificationsCountAction',    '_legacy_controller' => 'AdminModulesNotifications',    '_legacy_link' => 'AdminModulesNotifications:count',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/modules/alerts/count',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_updates' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Modules\\UpdatesController::indexAction',    '_legacy_controller' => 'AdminModulesUpdates',    '_legacy_link' => 'AdminModulesUpdates',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/modules/updates',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_addons_store' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Modules\\AddonsStoreController::indexAction',    '_legacy_controller' => 'AdminAddonsCatalog',    '_legacy_link' => 'AdminAddonsCatalog',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/modules/addons-store',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_theme_catalog' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\ThemeCatalogController::indexAction',    '_legacy_controller' => 'AdminThemesCatalog',    '_legacy_link' => 'AdminThemesCatalog',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/themes-catalog/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_modules_positions' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\PositionsController::indexAction',    '_legacy_controller' => 'AdminModulesPositions',    '_legacy_link' => 'AdminModulesPositions',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/modules/positions/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_modules_positions_unhook' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\PositionsController::unhookAction',    '_legacy_controller' => 'AdminModulesPositions',    '_legacy_link' => 'AdminModulesPositions:unhook',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/modules/positions/unhook',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_modules_positions_toggle_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\PositionsController::toggleStatusAction',    '_legacy_controller' => 'AdminModulesPositions',    '_legacy_link' => 'AdminModulesPositions',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/modules/positions/toggle-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_themes_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\ThemeController::indexAction',    '_legacy_controller' => 'AdminThemes',    '_legacy_link' => 'AdminThemes',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/themes/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_themes_upload_logos' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\ThemeController::uploadLogosAction',    '_legacy_controller' => 'AdminThemes',    '_legacy_link' => 'AdminThemes:submitOptionsconfiguration',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/themes/upload-logos',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_themes_export_current' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\ThemeController::exportAction',    '_legacy_controller' => 'AdminThemes',    '_legacy_link' => 'AdminThemes:exporttheme',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/themes/export',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_themes_import' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\ThemeController::importAction',    '_legacy_controller' => 'AdminThemes',    '_legacy_link' => 'AdminThemes:importtheme',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/themes/import',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_themes_enable' => array (  0 =>   array (    0 => 'themeName',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\ThemeController::enableAction',    '_legacy_controller' => 'AdminThemes',    '_legacy_link' => 'AdminThemes:enableTheme',    '_legacy_parameters' =>     array (      'theme_name' => 'themeName',    ),  ),  2 =>   array (    'themeName' => '[a-zA-Z0-9_.-]+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/enable',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[a-zA-Z0-9_.-]+',      3 => 'themeName',    ),    2 =>     array (      0 => 'text',      1 => '/improve/design/themes',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_themes_delete' => array (  0 =>   array (    0 => 'themeName',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\ThemeController::deleteAction',    '_legacy_controller' => 'AdminThemes',    '_legacy_link' => 'AdminThemes:deleteTheme',    '_legacy_parameters' =>     array (      'theme_name' => 'themeName',    ),  ),  2 =>   array (    'themeName' => '[a-zA-Z0-9_.-]+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[a-zA-Z0-9_.-]+',      3 => 'themeName',    ),    2 =>     array (      0 => 'text',      1 => '/improve/design/themes',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_themes_adapt_to_rtl_languages' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\ThemeController::adaptToRTLLanguagesAction',    '_legacy_controller' => 'AdminThemes',    '_legacy_link' => 'AdminThemes:submitGenerateRTL',  ),  2 =>   array (    'themeName' => '[a-zA-Z0-9_.-]+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/themes/adapt-to-rtl-languages',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_theme_customize_layouts' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\ThemeController::customizeLayoutsAction',    '_legacy_controller' => 'AdminThemes',    '_legacy_link' => 'AdminThemes:submitConfigureLayouts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/themes/customize-layouts',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_themes_reset_layouts' => array (  0 =>   array (    0 => 'themeName',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\ThemeController::resetLayoutsAction',    '_legacy_controller' => 'AdminThemes',    '_legacy_link' => 'AdminThemes:resetToDefaults',    '_legacy_parameters' =>     array (      'theme_name' => 'themeName',    ),  ),  2 =>   array (    'themeName' => '[a-zA-Z0-9_.-]+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/reset-layouts',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[a-zA-Z0-9_.-]+',      3 => 'themeName',    ),    2 =>     array (      0 => 'text',      1 => '/improve/design/themes',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::indexAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::searchAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:submitFiltercms',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/search',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::createAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:addcms',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_edit' => array (  0 =>   array (    0 => 'cmsPageId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::editAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:updatecms',    '_legacy_parameters' =>     array (      'id_cms' => 'cmsPageId',    ),  ),  2 =>   array (    'cmsPageId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cmsPageId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_toggle' => array (  0 =>   array (    0 => 'cmsId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::toggleCmsAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:statuscms',    '_legacy_parameters' =>     array (      'id_cms' => 'cmsId',    ),  ),  2 =>   array (    'cmsId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cmsId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_delete' => array (  0 =>   array (    0 => 'cmsId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::deleteCmsAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:deletecms',    '_legacy_parameters' =>     array (      'id_cms' => 'cmsId',    ),  ),  2 =>   array (    'cmsId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cmsId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_bulk_enable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::bulkEnableCmsPageStatusAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:submitBulkenableSelectioncms',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/bulk-enable-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_bulk_disable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::bulkDisableCmsPageStatusAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:submitBulkdisableSelectioncms',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/bulk-disable-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::bulkDeleteCmsPageAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:submitBulkdeletecms',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_search_cms_category' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\CommonController::searchGridAction',    'gridDefinitionFactoryService' => 'prestashop.core.grid.definition.factory.cms_page_category',    'redirectRoute' => 'admin_cms_pages_index',    'redirectQueryParamsToKeep' =>     array (      0 => 'id_cms_category',    ),    '_legacy_link' => 'AdminCmsContent:submitFiltercms_category',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/category/search',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_category_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::createCmsCategoryAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:addcms_category',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/category/new',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_category_edit' => array (  0 =>   array (    0 => 'cmsCategoryId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::editCmsCategoryAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:updatecms_category',    '_legacy_parameters' =>     array (      'id_cms_category' => 'cmsCategoryId',    ),  ),  2 =>   array (    'cmsCategoryId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cmsCategoryId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/category',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_category_delete' => array (  0 =>   array (    0 => 'cmsCategoryId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::deleteCmsCategoryAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:deletecms_category',    '_legacy_parameters' =>     array (      'id_cms_category' => 'cmsCategoryId',    ),  ),  2 =>   array (    'cmsCategoryId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cmsCategoryId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/category',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_category_delete_bulk' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::deleteBulkCmsCategoryAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:submitBulkdeletecms_category',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/category/delete-bulk',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_category_toggle' => array (  0 =>   array (    0 => 'cmsCategoryId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::toggleCmsCategoryAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:statuscms_category',    '_legacy_parameters' =>     array (      'id_cms_category' => 'cmsCategoryId',    ),  ),  2 =>   array (    'cmsCategoryId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'cmsCategoryId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/category',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_category_bulk_status_enable' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::bulkCmsPageCategoryStatusEnableAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:submitBulkenableSelectioncms_category',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/category/bulk-enable-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_category_bulk_status_disable' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::bulkCmsPageCategoryStatusDisableAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:submitBulkdisableSelectioncms_category',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/category/bulk-disable-status',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_category_update_position' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::updateCmsCategoryPositionAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:updatecms_category',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/category/update-position',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_cms_pages_update_position' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\CmsPageController::updateCmsPositionAction',    '_legacy_controller' => 'AdminCmsContent',    '_legacy_link' => 'AdminCmsContent:updatecms',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/cms-pages/update-position',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_save_configuration_deprecated' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::redirectAction',    'route' => 'admin_mail_theme_save_configuration',    'permanent' => true,  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/saveConfiguration',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_send_test_mail_deprecated' => array (  0 =>   array (    0 => 'locale',    1 => 'theme',    2 => 'layout',  ),  1 =>   array (    '_controller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::redirectAction',    'route' => 'admin_mail_theme_send_test_mail',    'permanent' => true,  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'layout',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'theme',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'locale',    ),    3 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/sendTestMail',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_send_test_module_mail_deprecated' => array (  0 =>   array (    0 => 'locale',    1 => 'theme',    2 => 'module',    3 => 'layout',  ),  1 =>   array (    '_controller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::redirectAction',    'route' => 'admin_mail_theme_send_test_module_mail',    'permanent' => true,  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'layout',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'module',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'theme',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'locale',    ),    4 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/sendTestMail',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\MailThemeController::indexAction',    '_legacy_controller' => 'AdminMailTheme',    '_legacy_link' => 'AdminMailTheme',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_generate' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\MailThemeController::generateMailsAction',    '_legacy_controller' => 'AdminMailTheme',    '_legacy_link' => 'AdminMailTheme:postGenerateMails',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/generate',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_save_configuration' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\MailThemeController::saveConfigurationAction',    '_legacy_controller' => 'AdminMailTheme',    '_legacy_link' => 'AdminMailTheme:saveConfiguration',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/save-configuration',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_preview' => array (  0 =>   array (    0 => 'theme',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\MailThemeController::previewThemeAction',    '_legacy_controller' => 'AdminMailTheme',    '_legacy_link' => 'AdminMailTheme:previewTheme',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'theme',    ),    1 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/preview',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_preview_layout' => array (  0 =>   array (    0 => 'locale',    1 => 'theme',    2 => 'layout',    3 => 'type',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\MailThemeController::previewLayoutAction',    '_legacy_controller' => 'AdminMailTheme',    '_legacy_link' => 'AdminMailTheme:previewLayout',    'module' => '',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '.',      2 => '[^/]++',      3 => 'type',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/\\.]++',      3 => 'layout',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'theme',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'locale',    ),    4 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/preview',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_preview_module_layout' => array (  0 =>   array (    0 => 'locale',    1 => 'theme',    2 => 'module',    3 => 'layout',    4 => 'type',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\MailThemeController::previewLayoutAction',    '_legacy_controller' => 'AdminMailTheme',    '_legacy_link' => 'AdminMailTheme:previewModuleLayout',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '.',      2 => '[^/]++',      3 => 'type',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/\\.]++',      3 => 'layout',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'module',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'theme',    ),    4 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'locale',    ),    5 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/preview',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_raw_layout' => array (  0 =>   array (    0 => 'locale',    1 => 'theme',    2 => 'layout',    3 => 'type',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\MailThemeController::rawLayoutAction',    '_legacy_controller' => 'AdminMailTheme',    '_legacy_link' => 'AdminMailTheme:rawLayout',    'module' => '',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '.',      2 => '[^/]++',      3 => 'type',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/\\.]++',      3 => 'layout',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'theme',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'locale',    ),    4 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/raw',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_raw_module_layout' => array (  0 =>   array (    0 => 'locale',    1 => 'theme',    2 => 'module',    3 => 'layout',    4 => 'type',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\MailThemeController::rawLayoutAction',    '_legacy_link' => 'AdminMailTheme:rawModuleLayout',    '_legacy_controller' => 'AdminMailTheme',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '.',      2 => '[^/]++',      3 => 'type',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/\\.]++',      3 => 'layout',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'module',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'theme',    ),    4 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'locale',    ),    5 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/raw',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_send_test_mail' => array (  0 =>   array (    0 => 'locale',    1 => 'theme',    2 => 'layout',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\MailThemeController::sendTestMailAction',    '_legacy_link' => 'AdminMailTheme:rawModuleLayout',    '_legacy_controller' => 'AdminMailTheme',    'module' => '',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'layout',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'theme',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'locale',    ),    3 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/send-test-mail',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_send_test_module_mail' => array (  0 =>   array (    0 => 'locale',    1 => 'theme',    2 => 'module',    3 => 'layout',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\MailThemeController::sendTestMailAction',    '_legacy_link' => 'AdminMailTheme:rawModuleLayout',    '_legacy_controller' => 'AdminMailTheme',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'layout',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'module',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'theme',    ),    3 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'locale',    ),    4 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/send-test-mail',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mail_theme_translate_body' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Design\\MailThemeController::translateBodyAction',    '_legacy_controller' => 'AdminMailTheme',    '_legacy_link' => 'AdminMailTheme:translateBody',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/design/mail_theme/translate-body',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_payment_methods' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Payment\\PaymentMethodsController::indexAction',    '_legacy_controller' => 'AdminPayment',    '_legacy_link' => 'AdminPayment',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/payment/payment_methods',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_payment_preferences' => array (  0 =>   array (  ),  1 =>   array (    '_legacy_controller' => 'AdminPaymentPreferences',    '_legacy_link' => 'AdminPaymentPreferences',    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Payment\\PaymentPreferencesController::indexAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/payment/preferences',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_payment_preferences_process' => array (  0 =>   array (  ),  1 =>   array (    '_legacy_controller' => 'AdminPaymentPreferences',    '_legacy_link' => 'AdminPaymentPreferences:update',    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Payment\\PaymentPreferencesController::processFormAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/payment/preferences',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_shipping_preferences' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\PreferencesController::indexAction',    '_legacy_controller' => 'AdminShipping',    '_legacy_link' => 'AdminShipping',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/shipping/preferences/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_shipping_preferences_handling_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\PreferencesController::processHandlingFormAction',    '_legacy_controller' => 'AdminShipping',    '_legacy_link' => 'AdminShipping:update',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/shipping/preferences/handling',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_shipping_preferences_carrier_options_save' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\PreferencesController::processCarrierOptionsFormAction',    '_legacy_controller' => 'AdminShipping',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/shipping/preferences/carrier-options',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carriers_index' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\CarriersController::indexAction',    '_legacy_controller' => 'AdminCarriers',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/shipping/carriers/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carriers_search' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\CarriersController::searchAction',    '_legacy_controller' => 'AdminCarriers',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/shipping/carriers/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carriers_edit' => array (  0 =>   array (    0 => 'carrierId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\CarriersController::editAction',  ),  2 =>   array (    'carrierId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/edit',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'carrierId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/shipping/carriers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carriers_delete' => array (  0 =>   array (    0 => 'carrierId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\CarriersController::deleteAction',    '_legacy_controller' => 'AdminCarriers',    '_legacy_parameters' =>     array (      'id_carrier' => 'carrierId',    ),  ),  2 =>   array (    'carrierId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/delete',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'carrierId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/shipping/carriers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carriers_toggle_status' => array (  0 =>   array (    0 => 'carrierId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\CarriersController::toggleStatusAction',    '_legacy_controller' => 'AdminCarriers',    '_legacy_parameters' =>     array (      'id_carrier' => 'carrierId',    ),  ),  2 =>   array (    'carrierId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-status',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'carrierId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/shipping/carriers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carriers_toggle_is_free' => array (  0 =>   array (    0 => 'carrierId',  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\CarriersController::toggleIsFreeAction',    '_legacy_controller' => 'AdminCarriers',    '_legacy_parameters' =>     array (      'id_carrier' => 'carrierId',    ),  ),  2 =>   array (    'carrierId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/toggle-is-free',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'carrierId',    ),    2 =>     array (      0 => 'text',      1 => '/improve/shipping/carriers',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carriers_update_position' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\CarriersController::updatePositionAction',    '_legacy_controller' => 'AdminCarriers',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/shipping/carriers/update-position',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carriers_bulk_enable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\CarriersController::bulkEnableStatusAction',    '_legacy_controller' => 'AdminCarriers',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/shipping/carriers/bulk-enable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carriers_bulk_disable_status' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\CarriersController::bulkDisableStatusAction',    '_legacy_controller' => 'AdminCarriers',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/shipping/carriers/bulk-disable',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_carriers_bulk_delete' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\CarriersController::bulkDeleteAction',    '_legacy_controller' => 'AdminCarriers',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/improve/shipping/carriers/bulk-delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_errors_enable_debug_mode' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShopBundle\\Controller\\Admin\\ErrorController::enableDebugModeAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/errors/enable-debug-mode',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_list_products' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.stock.controller:listProductsAction',    '_legacy_controller' => 'AdminStockManagement',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/stocks/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_list_products_export' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.stock.controller:listProductsExportAction',    '_legacy_controller' => 'AdminStockManagement',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/stocks/export',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_list_product_combinations' => array (  0 =>   array (    0 => 'productId',  ),  1 =>   array (    '_controller' => 'prestashop.core.api.stock.controller:listProductsAction',    '_legacy_controller' => 'AdminStockManagement',  ),  2 =>   array (    'productId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'productId',    ),    1 =>     array (      0 => 'text',      1 => '/api/stocks',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_edit_product' => array (  0 =>   array (    0 => 'productId',  ),  1 =>   array (    '_controller' => 'prestashop.core.api.stock.controller:editProductAction',    '_legacy_controller' => 'AdminStockManagement',  ),  2 =>   array (    'productId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'productId',    ),    1 =>     array (      0 => 'text',      1 => '/api/stocks/product',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_edit_product_combination' => array (  0 =>   array (    0 => 'productId',    1 => 'combinationId',  ),  1 =>   array (    '_controller' => 'prestashop.core.api.stock.controller:editProductAction',    '_legacy_controller' => 'AdminStockManagement',  ),  2 =>   array (    'productId' => '\\d+',    'combinationId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'combinationId',    ),    1 =>     array (      0 => 'text',      1 => '/combination',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'productId',    ),    3 =>     array (      0 => 'text',      1 => '/api/stocks/product',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_bulk_edit_products' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.stock.controller:bulkEditProductsAction',    '_legacy_controller' => 'AdminStockManagement',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/stocks/products',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_list_movements' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.stock_movement.controller:listMovementsAction',    '_legacy_controller' => 'AdminStockManagement',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/stock-movements/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_product_list_movements' => array (  0 =>   array (    0 => 'productId',  ),  1 =>   array (    '_controller' => 'prestashop.core.api.stock_movement.controller:listMovementsAction',    '_legacy_controller' => 'AdminStockManagement',  ),  2 =>   array (    'productId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'productId',    ),    1 =>     array (      0 => 'text',      1 => '/api/stock-movements/product',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_list_movements_employees' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.stock_movement.controller:listMovementsEmployeesAction',    '_legacy_controller' => 'AdminStockManagement',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/stock-movements/employees',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_list_movements_types' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.stock_movement.controller:listMovementsTypesAction',    '_legacy_controller' => 'AdminStockManagement',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/stock-movements/types',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_list_suppliers' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.supplier.controller:listSuppliersAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/suppliers/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_list_manufacturers' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.manufacturer.controller:listManufacturersAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/manufacturers/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_list_categories' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.category.controller:listCategoriesAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/categories/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_list_attributes' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.attribute.controller:listAttributesAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/attributes/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_stock_list_features' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.feature.controller:listFeaturesAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/features/',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_i18n_translations_list' => array (  0 =>   array (    0 => 'page',  ),  1 =>   array (    '_controller' => 'prestashop.core.api.i18n.controller:listTranslationAction',  ),  2 =>   array (    'page' => '\\w+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\w+',      3 => 'page',    ),    1 =>     array (      0 => 'text',      1 => '/api/i18n',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_translation_domains_tree' => array (  0 =>   array (    0 => 'lang',    1 => 'type',    2 => 'selected',  ),  1 =>   array (    '_controller' => 'prestashop.core.api.translation.controller:listTreeAction',    '_legacy_controller' => 'AdminTranslations',    'selected' => NULL,  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'selected',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'type',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'lang',    ),    3 =>     array (      0 => 'text',      1 => '/api/translations/tree',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_translation_domain_catalog' => array (  0 =>   array (    0 => 'locale',    1 => 'domain',    2 => 'theme',  ),  1 =>   array (    '_controller' => 'prestashop.core.api.translation.controller:listDomainTranslationAction',    '_legacy_controller' => 'AdminTranslations',    'theme' => NULL,    'module' => NULL,  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'theme',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'domain',    ),    2 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'locale',    ),    3 =>     array (      0 => 'text',      1 => '/api/translations',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_translation_value_edit' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.translation.controller:translationEditAction',    '_legacy_controller' => 'AdminTranslations',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/translations/edit',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_translation_value_reset' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.translation.controller:translationResetAction',    '_legacy_controller' => 'AdminTranslations',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/translations/reset',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'api_improve_design_positions_update' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'prestashop.core.api.improve.design.postions.controller:updateAction',    '_legacy_controller' => 'AdminModulesPositions',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/api/improve/design/positions/update',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_link_block_list' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\LinkList\\Controller\\Admin\\Improve\\Design\\LinkBlockController::listAction',    '_legacy_controller' => 'AdminLinkWidget',    '_legacy_link' => 'AdminLinkWidget',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/link-widget/list',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_link_block_create' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\LinkList\\Controller\\Admin\\Improve\\Design\\LinkBlockController::createAction',    '_legacy_controller' => 'AdminLinkWidget',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/link-widget/create',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_link_block_create_process' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\LinkList\\Controller\\Admin\\Improve\\Design\\LinkBlockController::createProcessAction',    '_legacy_controller' => 'AdminLinkWidget',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/link-widget/create',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_link_block_edit' => array (  0 =>   array (    0 => 'linkBlockId',  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\LinkList\\Controller\\Admin\\Improve\\Design\\LinkBlockController::editAction',    '_legacy_controller' => 'AdminLinkWidget',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'linkBlockId',    ),    1 =>     array (      0 => 'text',      1 => '/modules/link-widget/edit',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_link_block_edit_process' => array (  0 =>   array (    0 => 'linkBlockId',  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\LinkList\\Controller\\Admin\\Improve\\Design\\LinkBlockController::editProcessAction',    '_legacy_controller' => 'AdminLinkWidget',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'linkBlockId',    ),    1 =>     array (      0 => 'text',      1 => '/modules/link-widget/edit',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_link_block_delete' => array (  0 =>   array (    0 => 'linkBlockId',  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\LinkList\\Controller\\Admin\\Improve\\Design\\LinkBlockController::deleteAction',    '_legacy_controller' => 'AdminLinkWidget',  ),  2 =>   array (    'linkBlockId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'linkBlockId',    ),    1 =>     array (      0 => 'text',      1 => '/modules/link-widget/delete',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_link_block_update_positions' => array (  0 =>   array (    0 => 'hookId',  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\LinkList\\Controller\\Admin\\Improve\\Design\\LinkBlockController::updatePositionsAction',    '_legacy_controller' => 'AdminLinkWidget',  ),  2 =>   array (    'hookId' => '\\d+',  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '\\d+',      3 => 'hookId',    ),    1 =>     array (      0 => 'text',      1 => '/modules/link-widget/update-positions',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'metrics_page' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\Ps_metrics\\Controller\\Admin\\MetricsController::renderApp',    '_legacy_controller' => 'AdminMetricsController',    '_legacy_link' => 'AdminMetricsController',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/metrics',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'metrics_api_resolver' => array (  0 =>   array (    0 => 'query',  ),  1 =>   array (    'query' => '',    '_controller' => 'PrestaShop\\Module\\Ps_metrics\\Controller\\Admin\\MetricsResolverController::resolve',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'query',    ),    1 =>     array (      0 => 'text',      1 => '/modules/metrics/api',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'metrics_api_legacy_stats' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\Ps_metrics\\Controller\\Admin\\MetricsLegacyStatsController::redirectToLegacyStats',    '_legacy_controller' => 'AdminMetricsLegacyStatsController',    '_legacy_link' => 'AdminMetricsLegacyStatsController',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/metrics/legacy/stats',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'metrics_oauth' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\Ps_metrics\\Controller\\Admin\\MetricsOauthController::oauth',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/metrics/oauth',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'metrics_graphql' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\Ps_metrics\\Controller\\Admin\\MetricsGraphqlController::execute',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/metrics/graphql',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'ps_accounts_oauth2' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\PsAccounts\\Controller\\Admin\\OAuth2Controller::initOAuth2FlowAction',    '_anonymous_controller' => true,    '_legacy_controller' => 'SfAdminOAuth2PsAccounts',    '_legacy_link' => 'SfAdminOAuth2PsAccounts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/ps_accounts/oauth2',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'ps_accounts_login' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\PsAccounts\\Controller\\Admin\\OAuth2Controller::displayLoginAction',    '_anonymous_controller' => true,    '_legacy_controller' => 'SfAdminLoginPsAccounts',    '_legacy_link' => 'SfAdminLoginPsAccounts',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/ps_accounts/login',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'blockwishlist_configuration' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\BlockWishList\\Controller\\WishlistConfigurationAdminController::configurationAction',    '_legacy_controller' => 'WishlistConfigurationAdminController',    '_legacy_link' => 'WishlistConfigurationAdminController',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/blockwishlist/configuration',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'blockwishlist_statistics' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\BlockWishList\\Controller\\WishlistConfigurationAdminController::statisticsAction',    '_legacy_controller' => 'WishlistStatisticsAdminController',    '_legacy_link' => 'WishlistStatisticsAdminController',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/blockwishlist/statistics',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'blockwishlist_statistics_reset' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'PrestaShop\\Module\\BlockWishList\\Controller\\WishlistConfigurationAdminController::resetStatisticsCacheAction',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/blockwishlist/statistics/reset',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mbo_catalog_module' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'mbo.controller.modules:catalogAction',    '_legacy_controller' => 'AdminPsMboModule',    '_legacy_link' => 'AdminPsMboModule',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/addons/modules/catalog',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mbo_catalog_module_selection' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'mbo.controller.modules.selection:indexAction',    '_legacy_controller' => 'AdminPsMboAddons',    '_legacy_link' => 'AdminPsMboAddons',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/addons/modules/catalog/selection',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mbo_recommended_modules' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'mbo.controller.modules.recommended:indexAction',    '_legacy_controller' => 'AdminPsMboRecommended',    '_legacy_link' => 'AdminPsMboRecommended',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/addons/modules/recommended',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_mbo_catalog_theme' => array (  0 =>   array (  ),  1 =>   array (    '_controller' => 'mbo.controller.themes.catalog:indexAction',    '_legacy_controller' => 'AdminPsMboTheme',    '_legacy_link' => 'AdminPsMboTheme',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'text',      1 => '/modules/addons/themes/catalog',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
        'admin_module_catalog_refresh' => array (  0 =>   array (    0 => 'category',    1 => 'keyword',  ),  1 =>   array (    'category' => NULL,    'keyword' => NULL,    '_controller' => 'mbo.controller.modules:refreshCatalogAction',    '_legacy_controller' => 'AdminModulesCatalog',    '_legacy_link' => 'AdminModulesCatalog:refresh',  ),  2 =>   array (  ),  3 =>   array (    0 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'keyword',    ),    1 =>     array (      0 => 'variable',      1 => '/',      2 => '[^/]++',      3 => 'category',    ),    2 =>     array (      0 => 'text',      1 => '/modules/catalog/refresh',    ),  ),  4 =>   array (  ),  5 =>   array (  ),),
    ];
        }
    }

    public function generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH)
    {
        if (!isset(self::$declaredRoutes[$name])) {
            throw new RouteNotFoundException(sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name));
        }

        list($variables, $defaults, $requirements, $tokens, $hostTokens, $requiredSchemes) = self::$declaredRoutes[$name];

        return $this->doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $referenceType, $hostTokens, $requiredSchemes);
    }
}