Files
bio-concept-labo/web/var/cache/dev/appDevDebugProjectContainerUrlGenerator.php
2019-11-20 07:44:43 +01:00

235 lines
99 KiB
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 appDevDebugProjectContainerUrlGenerator 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 = [
'_wdt' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:toolbarAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 1 => array ( 0 => 'text', 1 => '/_wdt', ), ), 4 => array ( ), 5 => array ( ),),
'_profiler_home' => array ( 0 => array ( ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:homeAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/_profiler/', ), ), 4 => array ( ), 5 => array ( ),),
'_profiler_search' => array ( 0 => array ( ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:searchAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/_profiler/search', ), ), 4 => array ( ), 5 => array ( ),),
'_profiler_search_bar' => array ( 0 => array ( ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:searchBarAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/_profiler/search_bar', ), ), 4 => array ( ), 5 => array ( ),),
'_profiler_phpinfo' => array ( 0 => array ( ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:phpinfoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/_profiler/phpinfo', ), ), 4 => array ( ), 5 => array ( ),),
'_profiler_search_results' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:searchResultsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/search/results', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 2 => array ( 0 => 'text', 1 => '/_profiler', ), ), 4 => array ( ), 5 => array ( ),),
'_profiler_open_file' => array ( 0 => array ( ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:openAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/_profiler/open', ), ), 4 => array ( ), 5 => array ( ),),
'_profiler' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.profiler:panelAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 1 => array ( 0 => 'text', 1 => '/_profiler', ), ), 4 => array ( ), 5 => array ( ),),
'_profiler_router' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.router:panelAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/router', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 2 => array ( 0 => 'text', 1 => '/_profiler', ), ), 4 => array ( ), 5 => array ( ),),
'_profiler_exception' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.exception:showAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/exception', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 2 => array ( 0 => 'text', 1 => '/_profiler', ), ), 4 => array ( ), 5 => array ( ),),
'_profiler_exception_css' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'web_profiler.controller.exception:cssAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/exception.css', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'token', ), 2 => array ( 0 => 'text', 1 => '/_profiler', ), ), 4 => array ( ), 5 => array ( ),),
'_twig_error_test' => array ( 0 => array ( 0 => 'code', 1 => '_format', ), 1 => array ( '_controller' => 'twig.controller.preview_error:previewErrorPageAction', '_format' => 'html', ), 2 => array ( 'code' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => '[^/]++', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'code', ), 2 => array ( 0 => 'text', 1 => '/_error', ), ), 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', ), 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_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_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_attribute_get_all' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\AttributeController::getAllAttributesAction', '_format' => 'json', ), 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', ), 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', ), 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', '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', '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_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_stock_overview' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\StockController::overviewAction', '_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', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/sell/stocks/movements', ), ), 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_save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\AdministrationController::processFormAction', '_legacy_controller' => 'AdminAdminPreferences', '_legacy_link' => 'AdminAdminPreferences:update', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/administration/', ), ), 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_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_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_save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\PerformanceController::processFormAction', '_legacy_controller' => 'AdminPerformance', '_legacy_link' => 'AdminPerformance:update', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/performance/', ), ), 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' => 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_sql_request' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::indexAction', '_legacy_controller' => 'AdminRequestSql', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/request-sql/', ), ), 4 => array ( ), 5 => array ( ),),
'admin_sql_request_search' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::searchAction', '_legacy_controller' => 'AdminRequestSql', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/request-sql/', ), ), 4 => array ( ), 5 => array ( ),),
'admin_sql_request_process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::processFormAction', '_legacy_controller' => 'AdminRequestSql', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/request-sql/settings', ), ), 4 => array ( ), 5 => array ( ),),
'admin_sql_request_create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::createAction', '_legacy_controller' => 'AdminRequestSql', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/request-sql/new', ), ), 4 => array ( ), 5 => array ( ),),
'admin_sql_request_edit' => array ( 0 => array ( 0 => 'sqlRequestId', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::editAction', '_legacy_controller' => 'AdminRequestSql', ), 2 => array ( 'sqlRequestId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sqlRequestId', ), 1 => array ( 0 => 'text', 1 => '/configure/advanced/request-sql/edit', ), ), 4 => array ( ), 5 => array ( ),),
'admin_sql_request_delete' => array ( 0 => array ( 0 => 'sqlRequestId', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::deleteAction', '_legacy_controller' => 'AdminRequestSql', ), 2 => array ( 'sqlRequestId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sqlRequestId', ), 1 => array ( 0 => 'text', 1 => '/configure/advanced/request-sql/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin_sql_request_delete_bulk' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::deleteBulkAction', '_legacy_controller' => 'AdminRequestSql', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/request-sql/delete/bulk', ), ), 4 => array ( ), 5 => array ( ),),
'admin_sql_request_table_columns' => array ( 0 => array ( 0 => 'mySqlTableName', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::ajaxTableColumnsAction', '_legacy_controller' => 'AdminRequestSql', ), 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/request-sql/tables', ), ), 4 => array ( ), 5 => array ( ),),
'admin_sql_request_view' => array ( 0 => array ( 0 => 'sqlRequestId', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::viewAction', '_legacy_controller' => 'AdminRequestSql', ), 2 => array ( 'sqlRequestId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sqlRequestId', ), 1 => array ( 0 => 'text', 1 => '/configure/advanced/request-sql/view', ), ), 4 => array ( ), 5 => array ( ),),
'admin_sql_request_export' => array ( 0 => array ( 0 => 'sqlRequestId', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\SqlManagerController::exportAction', '_legacy_controller' => 'AdminRequestSql', ), 2 => array ( 'sqlRequestId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sqlRequestId', ), 1 => array ( 0 => 'text', 1 => '/configure/advanced/request-sql/export', ), ), 4 => array ( ), 5 => array ( ),),
'admin_webservice' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::indexAction', '_legacy_controller' => 'AdminWebservice', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/webservice/', ), ), 4 => array ( ), 5 => array ( ),),
'admin_webservice_search' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::searchAction', '_legacy_controller' => 'AdminWebservice', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/webservice/', ), ), 4 => array ( ), 5 => array ( ),),
'admin_webservice_settings_save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::processFormAction', '_legacy_controller' => 'AdminWebservice', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/webservice/settings', ), ), 4 => array ( ), 5 => array ( ),),
'admin_webservice_list_create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::createAction', '_legacy_controller' => 'AdminWebservice', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/webservice/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin_webservice_list_edit' => array ( 0 => array ( 0 => 'webserviceAccountId', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::editAction', '_legacy_controller' => 'AdminWebservice', ), 2 => array ( 'webserviceAccountId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'webserviceAccountId', ), 1 => array ( 0 => 'text', 1 => '/configure/advanced/webservice/edit', ), ), 4 => array ( ), 5 => array ( ),),
'admin_delete_single_webservice_log' => array ( 0 => array ( 0 => 'webserviceAccountId', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::deleteSingleWebserviceAction', '_legacy_controller' => 'AdminWebservice', ), 2 => array ( 'webserviceAccountId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'webserviceAccountId', ), 1 => array ( 0 => 'text', 1 => '/configure/advanced/webservice/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin_delete_multiple_webservice_log' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::deleteMultipleWebserviceAction', '_legacy_controller' => 'AdminWebservice', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/webservice/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin_webservice_status_toggle' => array ( 0 => array ( 0 => 'webserviceAccountId', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::toggleStatusAction', '_legacy_controller' => 'AdminWebservice', ), 2 => array ( 'webserviceAccountId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'webserviceAccountId', ), 1 => array ( 0 => 'text', 1 => '/configure/advanced/webservice/status', ), ), 4 => array ( ), 5 => array ( ),),
'admin_webservice_bulk_enable' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::enableMultipleStatusAction', '_legacy_controller' => 'AdminWebservice', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/webservice/status/bulk/enable', ), ), 4 => array ( ), 5 => array ( ),),
'admin_webservice_bulk_disable' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\AdvancedParameters\\WebserviceController::disableMultipleStatusAction', '_legacy_controller' => 'AdminWebservice', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/advanced/webservice/status/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_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_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_save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\OrderPreferencesController::processAction', '_legacy_controller' => 'AdminOrderPreferences', '_legacy_link' => 'AdminOrderPreferences:update', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/shop/order-preferences/', ), ), 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_process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\ProductPreferencesController::processAction', '_legacy_controller' => 'AdminPPreferences', '_legacy_link' => 'AdminPPreferences:update', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/shop/product-preferences/', ), ), 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\\Configure\\ShopParameters\\MetaController::searchAction', '_legacy_controller' => 'AdminMeta', '_legacy_link' => 'AdminMeta:search', ), 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', ), 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_parameters' => array ( 'id_meta' => 'metaId', ), ), 2 => array ( 'metaId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/edit', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 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 ( 'metaId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/delete', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 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:submitBulkdeletmeta', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/shop/seo-urls/delete-bulk', ), ), 4 => array ( ), 5 => array ( ),),
'admin_metas_save_options' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Configure\\ShopParameters\\MetaController::saveOptionsAction', '_legacy_controller' => 'AdminMeta', '_legacy_link' => 'AdminMeta:update', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/configure/shop/seo-urls/options', ), ), 4 => array ( ), 5 => array ( ),),
'admin_metas_generate_robots_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-file', ), ), 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_link' => 'AdminTranslationSf', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/improve/international/translations/', ), ), 4 => array ( ), 5 => array ( ),),
'admin_international_translations_export_theme' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\TranslationsController::exportThemeLanguageAction', '_legacy_controller' => 'AdminTranslations', ), 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', ), 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', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/improve/international/translations/copy', ), ), 4 => array ( ), 5 => array ( ),),
'admin_international_translations_export_language' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\TranslationsController::exportLanguageAction', '_legacy_controller' => 'AdminTranslations', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/improve/international/translations/export-language', ), ), 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_save_options' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\LocalizationController::saveOptionsAction', '_legacy_controller' => 'AdminLocalization', '_legacy_link' => 'AdminLocalization:update', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/improve/international/localization/options', ), ), 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_save_options' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\International\\GeolocationController::saveOptionsAction', '_legacy_controller' => 'AdminGeolocation', '_legacy_link' => 'AdminGeolocation:update', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/improve/international/geolocation/process_form', ), ), 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_refresh' => array ( 0 => array ( 0 => 'category', 1 => 'keyword', ), 1 => array ( 'category' => NULL, 'keyword' => NULL, '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\ModuleController::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 => '/improve/modules/catalog/refresh', ), ), 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_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_save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\Improve\\Shipping\\PreferencesController::processFormAction', '_legacy_controller' => 'AdminShipping', '_legacy_link' => 'AdminShipping:update', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/improve/shipping/preferences', ), ), 4 => array ( ), 5 => array ( ),),
'api_stock_list_products' => array ( 0 => array ( ), 1 => array ( '_controller' => 'prestashop.core.api.stock.controller:listProductsAction', ), 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', ), 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', ), 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', ), 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', ), 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', ), 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', ), 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', ), 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', ), 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', ), 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', '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', 'theme' => 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', ), 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', ), 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 ( ),),
'_admin_stock_hot_reload_json' => array ( 0 => array ( 0 => 'hash', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\StockController::hashUpdateJsonAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '.hot-update.json', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'hash', ), 2 => array ( 0 => 'text', 1 => '/stock', ), ), 4 => array ( ), 5 => array ( ),),
'_admin_stock_hot_reload_js' => array ( 0 => array ( 0 => 'hash', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\StockController::hashUpdateJsAction', ), 2 => array ( 'hash' => '.+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '.hot-update.js', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '.+', 3 => 'hash', ), 2 => array ( 0 => 'text', 1 => '/stock', ), ), 4 => array ( ), 5 => array ( ),),
'_admin_translations_hot_reload_json' => array ( 0 => array ( 0 => 'hash', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\TranslationsController::hashUpdateJsonAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '.hot-update.json', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'hash', ), 2 => array ( 0 => 'text', 1 => '/international', ), ), 4 => array ( ), 5 => array ( ),),
'_admin_translations_hot_reload_js' => array ( 0 => array ( 0 => 'hash', ), 1 => array ( '_controller' => 'PrestaShopBundle\\Controller\\Admin\\TranslationsController::hashUpdateJsAction', ), 2 => array ( 'hash' => '.+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '.hot-update.js', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '.+', 3 => 'hash', ), 2 => array ( 0 => 'text', 1 => '/international', ), ), 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);
}
}