BlockElementsJSONController
class BlockElementsJSONController extends Controller
Class BlockElementsJSONController
Methods
Json route for persisting new block element
Json route for editing existing block element
Json route for removing block elements
Json route for listing block elements via pagination
Json route for persisting new block element
Json route for retrieving all block templates
Json route for retrieving block elements for select
Json route for re-caching layouts
Json route for retrieving entity data for block elements
Json route for retrieving params input for block elements
Json route for adding new custom layout
Json route for persisting mail template settings
Clear all cached block elements
Details
at line 48
JsonResponse
addBlockJSONAction(ArrayCollection $blockElementsAddJSON)
Json route for persisting new block element
at line 63
JsonResponse
editBlockJSONAction(ArrayCollection $blockElementsEditJSON)
Json route for editing existing block element
at line 78
JsonResponse
deleteBlockJSONAction(ArrayCollection $blockElementsDeleteJSON)
Json route for removing block elements
at line 93
Response
getStoresJQGridAction(ArrayCollection $blockElementsJQGRID)
Json route for listing block elements via pagination
at line 108
Response
importBlocksTemplatesAction(ArrayCollection $blockElementsImportBlocksTemplatesJSON)
Json route for persisting new block element
at line 123
JsonResponse
exportAllBlocksTemplatesAction(ArrayCollection $blockElementsExportAllBlocksTemplatesJSON)
Json route for retrieving all block templates
at line 138
Response
getStoresSelectAction(ArrayCollection $blockElementsSelect)
Json route for retrieving block elements for select
at line 153
JsonResponse
refreshLayoutsJSONAction(ArrayCollection $blockElementsRefreshLayoutsJSON)
Json route for re-caching layouts
at line 168
JsonResponse
getDataForEntityJSONAction(ArrayCollection $blockElementsGetDataForEntityJSON)
Json route for retrieving entity data for block elements
at line 190
JsonResponse
renderParamsInputJSONAction(ArrayCollection $blockElementsRenderParamsInputJSON)
Json route for retrieving params input for block elements
at line 217
JsonResponse
addNewCustomLayoutJSONAction(ArrayCollection $blockElementsAddNewCustomLayoutJSON)
Json route for adding new custom layout
at line 232
JsonResponse
manageMailTemplatesAction(ArrayCollection $mailTemplatesSettingsSaveJSON)
Json route for persisting mail template settings
at line 245
JsonResponse
blockElementsIvalidateCacheAction()
Clear all cached block elements