class ProductDisableController extends Controller

Class ProductDisableController. Defines routes for UserDisabledBrand

Methods

JsonResponse
getUserBrandsAction(ArrayCollection $userBrandsUserEditPage)

API route for getting available brands for user

JsonResponse
disableBrandsAction(ArrayCollection $userBrandsDisable)

API route for disabling brands for user

Response
disableBrandDownloadAction(ArrayCollection $userBrandsDownload)

Download CSV with all data

Details

at line 39
JsonResponse getUserBrandsAction(ArrayCollection $userBrandsUserEditPage)

API route for getting available brands for user

Parameters

ArrayCollection $userBrandsUserEditPage

Return Value

JsonResponse

See also

UserBrandsUserEditPageConverter

at line 72
JsonResponse disableBrandsAction(ArrayCollection $userBrandsDisable)

API route for disabling brands for user

Parameters

ArrayCollection $userBrandsDisable

Return Value

JsonResponse

See also

UserBrandsDisableConverter

at line 87
Response disableBrandDownloadAction(ArrayCollection $userBrandsDownload)

Download CSV with all data

Parameters

ArrayCollection $userBrandsDownload

Return Value

Response

See also

UserBrandsDownloadConverter