AlbumsBackendJSONController
class AlbumsBackendJSONController extends Controller
Class AlbumsBackendController. Defines backend routes for Album
Methods
Response
saveAlbumAction(ArrayCollection $addNewAlbumJSON)
Json route for creating new album
Response
viewAllAlbumsJSONAction(ArrayCollection $allAlbumJSON)
Json route for listing all albums
Response
deleteAlbumsAction(ArrayCollection $albumDeleteJSON)
Json route for deleting album
Response
editAlbumAction(ArrayCollection $albumEditJSON)
Json route for editing album
Response
editAlbumOrderAction(ArrayCollection $albumEditOrderJSON)
No description
Details
at line 34
Response
saveAlbumAction(ArrayCollection $addNewAlbumJSON)
Json route for creating new album
at line 48
Response
viewAllAlbumsJSONAction(ArrayCollection $allAlbumJSON)
Json route for listing all albums
at line 62
Response
deleteAlbumsAction(ArrayCollection $albumDeleteJSON)
Json route for deleting album
at line 76
Response
editAlbumAction(ArrayCollection $albumEditJSON)
Json route for editing album