You are here

function file_entity_edit_validate in File Entity (fieldable files) 7

Same name and namespace in other branches
  1. 7.3 file_entity.pages.inc \file_entity_edit_validate()
  2. 7.2 file_entity.pages.inc \file_entity_edit_validate()

Form validation handler for the file entity edit form.

File

./file_entity.pages.inc, line 73
Supports file operations including View, Edit, and Delete.

Code

function file_entity_edit_validate($form, &$form_state) {
  entity_form_field_validate('file', $form, $form_state);
}