class WishlistController extends Controller

Class WishlistController. Defines routes for Wishlist

Methods

Response
wishlistAddAction(ArrayCollection $wishlistNewJSON)

API route to add new wishlist

Response
wishlistDeleteAction(ArrayCollection $wishlistDeleteJSON)

API route to delete wishlist

Response
wishlistAddProductAction(ArrayCollection $wishlistAddProductJSON)

API route to add product to wishlist

Response
wishlistRemoveProductAction(ArrayCollection $wishlistRemoveProductJSON)

API route to remove product from wishlist

Response
wishlistShareAction(ArrayCollection $wishlistShareJSON)

API route to share wishlist

Response
wishlistViewAllSharedAction(ArrayCollection $wishlistViewShared)

Frontend route to view shared wishlist

Details

at line 36
Response wishlistAddAction(ArrayCollection $wishlistNewJSON)

API route to add new wishlist

Parameters

ArrayCollection $wishlistNewJSON

Return Value

Response

See also

WishlistNewJSONConverter

at line 75
Response wishlistDeleteAction(ArrayCollection $wishlistDeleteJSON)

API route to delete wishlist

Parameters

ArrayCollection $wishlistDeleteJSON

Return Value

Response

See also

WishlistDeleteJSONConverter

at line 97
Response wishlistAddProductAction(ArrayCollection $wishlistAddProductJSON)

API route to add product to wishlist

Parameters

ArrayCollection $wishlistAddProductJSON

Return Value

Response

See also

WishlistAddProductJSONConverter

at line 138
Response wishlistRemoveProductAction(ArrayCollection $wishlistRemoveProductJSON)

API route to remove product from wishlist

Parameters

ArrayCollection $wishlistRemoveProductJSON

Return Value

Response

See also

WishlistRemoveProductJSONConverter

at line 160
Response wishlistShareAction(ArrayCollection $wishlistShareJSON)

API route to share wishlist

Parameters

ArrayCollection $wishlistShareJSON

Return Value

Response

See also

WishlistShareJSONConverter

at line 178
Response wishlistViewAllSharedAction(ArrayCollection $wishlistViewShared)

Frontend route to view shared wishlist

Parameters

ArrayCollection $wishlistViewShared

Return Value

Response

See also

WishlistViewSharedConverter