|
12345678910111213141516171819202122232425262728293031323334353637383940 |
-
- admin_switch_merchant:
- path: /admin/switch-merchant
- controller: Lc\ShopBundle\Controller\Admin\MerchantController::switchMerchantAction
-
- lc_api:
- path: /api/{entity}/{id}
- controller: Lc\ShopBundle\Controller\ApiController::getEntity
-
- lc_frontend_cart_add_product_family:
- path: /lc/cart/add/product-family
- controller: Lc\ShopBundle\Controller\Frontend\CartController::addProductFamily
-
- lc_frontend_cart_add_product:
- path: /lc/cart/add/product
- controller: Lc\ShopBundle\Controller\Frontend\CartController::addProduct
-
- lc_frontend_cart_edit_product:
- path: /lc/cart/edit/product
- controller: Lc\ShopBundle\Controller\Frontend\CartController::editProduct
-
- lc_frontend_cart_delete_product:
- path: /lc/cart/delete/product
- controller: Lc\ShopBundle\Controller\Frontend\CartController::deleteProduct
-
- lc_frontend_cart_summary:
- path: /lc/cart/summary
- controller: Lc\ShopBundle\Controller\Frontend\CartController::summary
-
- lc_frontend_favorite_toggle:
- path: /lc/favorite/toggle
- controller: Lc\ShopBundle\Controller\Frontend\FavoriteController::toggle
-
- lc_frontend_favorite_add:
- path: /lc/favorite/add
- controller: Lc\ShopBundle\Controller\Frontend\FavoriteController::add
-
- lc_frontend_favorite_delete:
- path: /lc/favorite/delete
- controller: Lc\ShopBundle\Controller\Frontend\FavoriteController::delete
|