You are here

function file_entity_test_edit_form_validate in File Entity (fieldable files) 7

Form validation handler for the file edit form.

File

tests/file_entity_test.pages.inc, line 80
Test pages for the File Entity Test module.

Code

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