PageLayoutController
class PageLayoutController extends Controller
Class PageLayoutController
Methods
array
pageBuilderAction()
Backend page for showing page layout builder
array
pageBuilderPreviewAction(ArrayCollection $blockPagePreview)
Backend page for previewing block page
array
pageBuilderEditAction(ArrayCollection $blockPageEdit)
Backend page for editing block page
JsonResponse
savePageAction(ArrayCollection $blockPageAddJSON)
Json route for adding new block page
Response
getBlockPagesJQGridAction(ArrayCollection $blockPagesJQGRID)
Json route for retrieving block pages with pagination
array
allBlockPagesAction()
Json route for listing block pages
JsonResponse
deletePageJSONAction(ArrayCollection $blockPagesDeleteJSON)
Json route for deleting block pages
Response
blockPageEntitySearchJSONAction(ArrayCollection $blockPageEntitySearch)
Json route for deleting template relationship
Details
at line 39
array
pageBuilderAction()
Backend page for showing page layout builder
at line 56
array
pageBuilderPreviewAction(ArrayCollection $blockPagePreview)
Backend page for previewing block page
at line 73
array
pageBuilderEditAction(ArrayCollection $blockPageEdit)
Backend page for editing block page
at line 88
JsonResponse
savePageAction(ArrayCollection $blockPageAddJSON)
Json route for adding new block page
at line 103
Response
getBlockPagesJQGridAction(ArrayCollection $blockPagesJQGRID)
Json route for retrieving block pages with pagination
at line 117
array
allBlockPagesAction()
Json route for listing block pages
at line 132
JsonResponse
deletePageJSONAction(ArrayCollection $blockPagesDeleteJSON)
Json route for deleting block pages
at line 147
Response
blockPageEntitySearchJSONAction(ArrayCollection $blockPageEntitySearch)
Json route for deleting template relationship