GridField_ActionMenuLink
interface GridField_ActionMenuLink implements GridField_ActionMenuItem
Allows GridField_ActionMenuItem to act as a link
Methods
string
getTitle($gridField, $record, $columnName)
Gets the title for this menu item
array
getExtraData($gridField, $record, $columnName)
Gets any extra data that could go in to the schema that the menu generates
string|null
getGroup($gridField, $record, $columnName)
Gets the group this menu item will belong to. A null value should indicate the button should not display.
string
getUrl($gridField, $record, $columnName)
Gets the action url for this menu item
Details
in GridField_ActionMenuItem at line 28
string
getTitle($gridField, $record, $columnName)
Gets the title for this menu item
in GridField_ActionMenuItem at line 40
array
getExtraData($gridField, $record, $columnName)
Gets any extra data that could go in to the schema that the menu generates
in GridField_ActionMenuItem at line 53
string|null
getGroup($gridField, $record, $columnName)
Gets the group this menu item will belong to. A null value should indicate the button should not display.
at line 22
string
getUrl($gridField, $record, $columnName)
Gets the action url for this menu item