function textimage_form_image_style_form_alter in Textimage 7.3
Same name and namespace in other branches
- 8.4 textimage.module \textimage_form_image_style_form_alter()
- 8.3 textimage.module \textimage_form_image_style_form_alter()
Implements hook_form_FORM_ID_alter().
See also
_textimage_image_style_form_form_alter()
File
- ./
textimage.module, line 410 - Textimage - Provides text to image manipulations.
Code
function textimage_form_image_style_form_alter(&$form, &$form_state, $form_id) {
require_once 'textimage.admin.inc';
_textimage_image_style_form_form_alter($form, $form_state, $form_id);
}