function feeds_form_validate in Feeds 7.2
Same name and namespace in other branches
- 8.2 feeds.module \feeds_form_validate()
- 6 includes/FeedsConfigurable.inc \feeds_form_validate()
- 7 includes/FeedsConfigurable.inc \feeds_form_validate()
Form validation handler for feeds_form().
See also
1 string reference to 'feeds_form_validate'
- feeds_form in includes/
FeedsConfigurable.inc - Form constructor for a Feeds configuration form.
File
- includes/
FeedsConfigurable.inc, line 379 - FeedsConfigurable and helper functions.
Code
function feeds_form_validate($form, &$form_state) {
_feeds_form_helper($form, $form_state, 'Validate');
}