function file_entity_page_edit in File Entity (fieldable files) 7.2
Same name and namespace in other branches
- 7.3 file_entity.pages.inc \file_entity_page_edit()
- 7 file_entity.pages.inc \file_entity_page_edit()
Page callback for the file edit form.
Deprecated
Use drupal_get_form('file_entity_edit')
File
- ./
file_entity.pages.inc, line 1226 - Supports file operations including View, Edit, and Delete.
Code
function file_entity_page_edit($file) {
return drupal_get_form('file_entity_edit', $file);
}