You are here

function epsacrop_element_info_alter in EPSA Crop - Image Cropping 8.2

Same name and namespace in other branches
  1. 7.2 epsacrop.module \epsacrop_element_info_alter()

Implements hook_element_info_alter.

@access public

Parameters

array &$type:

Return value

void

File

./epsacrop.module, line 425
The main file of module

Code

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