You are here

function exif_display_element_table_validate in EXIF Custom 7

Callback for the table display for when using the Element module.

1 string reference to 'exif_display_element_table_validate'
exif_display_form_file_entity_edit_alter in exif_display/exif_display.module
Implements hook_form_FORM_ID_alter() for file_entity_edit().

File

exif_display/exif_display.module, line 63
Primary hook implementations for the EXIF Display module.

Code

function exif_display_element_table_validate() {
  return TRUE;
}