class AlbumsFrontEndController extends Controller

Class AlbumsFrontEndController. Defines routes for

Methods

Response
albumsAllAction(ArrayCollection $albumsAllFront)

Route for listing all albums on frontend

array
albumSingleAction(ArrayCollection $albumSingle)

Route for listing single album on frontend

Details

at line 38
Response albumsAllAction(ArrayCollection $albumsAllFront)

Route for listing all albums on frontend

Parameters

ArrayCollection $albumsAllFront

Return Value

Response | array

at line 65
array albumSingleAction(ArrayCollection $albumSingle)

Route for listing single album on frontend

Parameters

ArrayCollection $albumSingle

Return Value

array