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

Parameters

ArrayCollection $productListByBrand

Return Value

array

See also

ProductListByBrandConverter

at line 57
array brandPageOnActionFrontAction(ArrayCollection $productListByBrandOnAction)

Route for brand products

Parameters

ArrayCollection $productListByBrandOnAction

Return Value

array

See also

ProductListByBrandConverter

at line 75
RedirectResponse doRedirectOnBrandByBrandNameAsAttributeValue(ArrayCollection $findBrandByAttributeValue)

Route for finding attribute values in brand TO BE IMPLEMENTED

Parameters

ArrayCollection $findBrandByAttributeValue

Return Value

RedirectResponse

Exceptions

Exception

See also

FindBrandByAttributeValueConverter