function _autoupload_get_predefined_names in AutoUpload 7
Helper function that returns names of all the predefined field types.
File
- ./
autoupload.module, line 152 - Allows users to upload files without clicking the upload button
Code
function _autoupload_get_predefined_names() {
return array_keys(_autoupload_get_predefined());
}