Creates a dropdown box with MySQL functions for a particular column.
public static getFunctionsForField ( array $field, boolean $insert_mode, $foreignData ) : string | ||
$field | array | Data about the column for which to generate the dropdown |
$insert_mode | boolean | Whether the operation is 'insert' |
return | string | An HTML snippet of a dropdown list with function names appropriate for the requested column. |