class BlockElementsJSONController extends Controller

Class BlockElementsJSONController

Methods

JsonResponse
addBlockJSONAction(ArrayCollection $blockElementsAddJSON)

Json route for persisting new block element

JsonResponse
editBlockJSONAction(ArrayCollection $blockElementsEditJSON)

Json route for editing existing block element

JsonResponse
deleteBlockJSONAction(ArrayCollection $blockElementsDeleteJSON)

Json route for removing block elements

Response
getStoresJQGridAction(ArrayCollection $blockElementsJQGRID)

Json route for listing block elements via pagination

Response
importBlocksTemplatesAction(ArrayCollection $blockElementsImportBlocksTemplatesJSON)

Json route for persisting new block element

JsonResponse
exportAllBlocksTemplatesAction(ArrayCollection $blockElementsExportAllBlocksTemplatesJSON)

Json route for retrieving all block templates

Response
getStoresSelectAction(ArrayCollection $blockElementsSelect)

Json route for retrieving block elements for select

JsonResponse
refreshLayoutsJSONAction(ArrayCollection $blockElementsRefreshLayoutsJSON)

Json route for re-caching layouts

JsonResponse
getDataForEntityJSONAction(ArrayCollection $blockElementsGetDataForEntityJSON)

Json route for retrieving entity data for block elements

JsonResponse
renderParamsInputJSONAction(ArrayCollection $blockElementsRenderParamsInputJSON)

Json route for retrieving params input for block elements

JsonResponse
addNewCustomLayoutJSONAction(ArrayCollection $blockElementsAddNewCustomLayoutJSON)

Json route for adding new custom layout

JsonResponse
manageMailTemplatesAction(ArrayCollection $mailTemplatesSettingsSaveJSON)

Json route for persisting mail template settings

JsonResponse
blockElementsIvalidateCacheAction()

Clear all cached block elements

Details

at line 48
JsonResponse addBlockJSONAction(ArrayCollection $blockElementsAddJSON)

Json route for persisting new block element

Parameters

ArrayCollection $blockElementsAddJSON

Return Value

JsonResponse

See also

BlockElementsAddJSONConverter

at line 63
JsonResponse editBlockJSONAction(ArrayCollection $blockElementsEditJSON)

Json route for editing existing block element

Parameters

ArrayCollection $blockElementsEditJSON

Return Value

JsonResponse

See also

BlockElementsEditJSONConverter

at line 78
JsonResponse deleteBlockJSONAction(ArrayCollection $blockElementsDeleteJSON)

Json route for removing block elements

Parameters

ArrayCollection $blockElementsDeleteJSON

Return Value

JsonResponse

See also

BlockElementsDeleteJSONConverter

at line 93
Response getStoresJQGridAction(ArrayCollection $blockElementsJQGRID)

Json route for listing block elements via pagination

Parameters

ArrayCollection $blockElementsJQGRID

Return Value

Response

See also

BlockElementsJQGRIDConverter

at line 108
Response importBlocksTemplatesAction(ArrayCollection $blockElementsImportBlocksTemplatesJSON)

Json route for persisting new block element

Parameters

ArrayCollection $blockElementsImportBlocksTemplatesJSON

Return Value

Response

See also

BlockElementsImportBlocksTemplatesJSONConverter

at line 123
JsonResponse exportAllBlocksTemplatesAction(ArrayCollection $blockElementsExportAllBlocksTemplatesJSON)

Json route for retrieving all block templates

Parameters

ArrayCollection $blockElementsExportAllBlocksTemplatesJSON

Return Value

JsonResponse

See also

BlockElementsExportAllBlocksTemplatesJSONConverter

at line 138
Response getStoresSelectAction(ArrayCollection $blockElementsSelect)

Json route for retrieving block elements for select

Parameters

ArrayCollection $blockElementsSelect

Return Value

Response

See also

BlockElementsSelectConverter

at line 153
JsonResponse refreshLayoutsJSONAction(ArrayCollection $blockElementsRefreshLayoutsJSON)

Json route for re-caching layouts

Parameters

ArrayCollection $blockElementsRefreshLayoutsJSON

Return Value

JsonResponse

See also

BlockElementsRefreshLayoutsJSONConverter

at line 168
JsonResponse getDataForEntityJSONAction(ArrayCollection $blockElementsGetDataForEntityJSON)

Json route for retrieving entity data for block elements

Parameters

ArrayCollection $blockElementsGetDataForEntityJSON

Return Value

JsonResponse

See also

BlockElementsGetDataForEntityJSONConverter

at line 190
JsonResponse renderParamsInputJSONAction(ArrayCollection $blockElementsRenderParamsInputJSON)

Json route for retrieving params input for block elements

Parameters

ArrayCollection $blockElementsRenderParamsInputJSON

Return Value

JsonResponse

See also

BlockElementsRenderParamsInputJSONConverter

at line 217
JsonResponse addNewCustomLayoutJSONAction(ArrayCollection $blockElementsAddNewCustomLayoutJSON)

Json route for adding new custom layout

Parameters

ArrayCollection $blockElementsAddNewCustomLayoutJSON

Return Value

JsonResponse

See also

BlockElementsAddNewCustomLayoutJSONConverter

at line 232
JsonResponse manageMailTemplatesAction(ArrayCollection $mailTemplatesSettingsSaveJSON)

Json route for persisting mail template settings

Parameters

ArrayCollection $mailTemplatesSettingsSaveJSON

Return Value

JsonResponse

See also

MailTemplatesSettingsSaveJSONConverter

at line 245
JsonResponse blockElementsIvalidateCacheAction()

Clear all cached block elements

Return Value

JsonResponse

See also

BlockElementsEventContainer