public function FeedsQueryPathParser::configFormValidate in Feeds QueryPath Parser 6
Same name and namespace in other branches
- 7 FeedsQueryPathParser.inc \FeedsQueryPathParser::configFormValidate()
Validation handler for configForm().
Set errors with form_set_error().
Parameters
$values: An array that contains the values entered by the user through configForm.
Overrides FeedsConfigurable::configFormValidate
File
- ./
FeedsQueryPathParser.inc, line 257 - Provides the class for FeedsQueryPathParser.
Class
- FeedsQueryPathParser
- @file
Code
public function configFormValidate(&$values) {
$this
->sourceFormValidate($values);
}