class EntityRelationshipController extends Controller

Class EntityRelationshipController. Defines routes for EntityRelationship

Methods

array
addRelationshipAction(ArrayCollection $entityRelationshipAdd)

Backend page for creating new relationships

array
editRelationshipAction(ArrayCollection $entityRelationshipEdit)

Backend page for creating editing relationships

array
allRelationshipsAction()

Backend route for listing all relationships

Details

at line 36
array addRelationshipAction(ArrayCollection $entityRelationshipAdd)

Backend page for creating new relationships

Parameters

ArrayCollection $entityRelationshipAdd

Return Value

array

See also

EntityRelationshipAddConverter

at line 53
array editRelationshipAction(ArrayCollection $entityRelationshipEdit)

Backend page for creating editing relationships

Parameters

ArrayCollection $entityRelationshipEdit

Return Value

array

See also

EntityRelationshipEditConverter

at line 67
array allRelationshipsAction()

Backend route for listing all relationships

Return Value

array