You are here

function custom_formatters_element_info in Custom Formatters 7.2

Implements hook_element_info().

File

includes/system.inc, line 18
System module integration.

Code

function custom_formatters_element_info() {
  $types = array();
  drupal_alter('custom_formatters_element_info', $types);
  return $types;
}