BrandController
class BrandController extends Controller
Class BrandController. Defines routes for Brand
Methods
array
brandPageFrontAction(ArrayCollection $productListByBrand)
Route for listing single brand on frontend by slug
array
brandPageOnActionFrontAction(ArrayCollection $productListByBrandOnAction)
Route for brand products
RedirectResponse
doRedirectOnBrandByBrandNameAsAttributeValue(ArrayCollection $findBrandByAttributeValue)
Route for finding attribute values in brand TO BE IMPLEMENTED
Details
at line 39
array
brandPageFrontAction(ArrayCollection $productListByBrand)
Route for listing single brand on frontend by slug
at line 57
array
brandPageOnActionFrontAction(ArrayCollection $productListByBrandOnAction)
Route for brand products
at line 75
RedirectResponse
doRedirectOnBrandByBrandNameAsAttributeValue(ArrayCollection $findBrandByAttributeValue)
Route for finding attribute values in brand TO BE IMPLEMENTED