class BlockTemplateRelationshipController extends Controller

Class BlockTemplateRelationshipController

Methods

array
allBlockElementsAction()

Backend page for listing all template relationships

Response
getStoresJQGridAction(ArrayCollection $templateRelationshipJQGRID)

Json route for listing all template relationship

array
addTemplateRelationshipAction(ArrayCollection $templateRelationshipAdd)

Backend page for adding new template relationship

array
editTemplateRelationshipAction(ArrayCollection $templateRelationshipEdit)

Backend page for editing template relationship

JsonResponse
addTemplateRelationshipJSONAction(ArrayCollection $templateRelationshipAddJSON)

Json route for persisting new template relationship

JsonResponse
editTemplateRelationshipJSONAction(ArrayCollection $templateRelationshipEditJSON)

Json route for editing template relationship

JsonResponse
deleteFileJSONAction(ArrayCollection $templateRelationshipDeleteJSON)

Json route for deleting template relationship

Details

at line 40
array allBlockElementsAction()

Backend page for listing all template relationships

Return Value

array

at line 55
Response getStoresJQGridAction(ArrayCollection $templateRelationshipJQGRID)

Json route for listing all template relationship

Parameters

ArrayCollection $templateRelationshipJQGRID

Return Value

Response

See also

TemplateRelationshipJQGRIDConverter

at line 72
array addTemplateRelationshipAction(ArrayCollection $templateRelationshipAdd)

Backend page for adding new template relationship

Parameters

ArrayCollection $templateRelationshipAdd

Return Value

array

See also

TemplateRelationshipAddConverter

at line 89
array editTemplateRelationshipAction(ArrayCollection $templateRelationshipEdit)

Backend page for editing template relationship

Parameters

ArrayCollection $templateRelationshipEdit

Return Value

array

See also

TemplateRelationshipEditConverter

at line 104
JsonResponse addTemplateRelationshipJSONAction(ArrayCollection $templateRelationshipAddJSON)

Json route for persisting new template relationship

Parameters

ArrayCollection $templateRelationshipAddJSON

Return Value

JsonResponse

See also

TemplateRelationshipAddJSONConverter

at line 119
JsonResponse editTemplateRelationshipJSONAction(ArrayCollection $templateRelationshipEditJSON)

Json route for editing template relationship

Parameters

ArrayCollection $templateRelationshipEditJSON

Return Value

JsonResponse

See also

TemplateRelationshipEditJSONConverter

at line 134
JsonResponse deleteFileJSONAction(ArrayCollection $templateRelationshipDeleteJSON)

Json route for deleting template relationship

Parameters

ArrayCollection $templateRelationshipDeleteJSON

Return Value

JsonResponse

See also

TemplateRelationshipDeleteJSONConverter