You are here

public function FeedsCrawler::configFormValidate in Feeds Crawler 6.2

Same name and namespace in other branches
  1. 7 FeedsCrawler.inc \FeedsCrawler::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

./FeedsCrawler.inc, line 295
Home of the FeedsCrawler.

Class

FeedsCrawler
Fetches data via HTTP.

Code

public function configFormValidate(&$values) {
  $this
    ->sourceFormValidate($values);
}