You are here

function image_hotspots_element_info_alter in Image Hotspots 7.2

Implements hook_element_info_alter().

File

./image_hotspots.module, line 170
Main function of module.

Code

function image_hotspots_element_info_alter(&$type) {
  $type['managed_file']['#after_build'][] = 'image_hotspots_process_form_element';
}