getColumnContent()} * * @param GridField $gridField * @param DataObject $record * * @return string $title */ public function getTitle($gridField, $record, $columnName); /** * Gets any extra data that could go in to the schema that the menu generates * * @see {@link GridField_ActionMenu->getColumnContent()} * * @param GridField $gridField * @param DataObject $record * * @return array $data */ public function getExtraData($gridField, $record, $columnName); /** * Gets the group this menu item will belong to * * @see {@link GridField_ActionMenu->getColumnContent()} * * @param GridField $gridField * @param DataObject $record * * @return string $group */ public function getGroup($gridField, $record, $columnName); }