function custom_formatters_form_alter in Custom Formatters 7.2
Same name and namespace in other branches
- 6 custom_formatters.module \custom_formatters_form_alter()
Implements hook_form_alter().
File
- includes/
system.inc, line 38 - System module integration.
Code
function custom_formatters_form_alter(&$form, &$form_state, $form_id) {
drupal_alter('custom_formatters_form_alter', $form, $form_state, $form_id);
drupal_alter("custom_formatters_form_{$form_id}_alter", $form, $form_state);
}