You are here

public function FeedsPlugin::sourceFormValidate in Feeds 6

Same name and namespace in other branches
  1. 7.2 plugins/FeedsPlugin.inc \FeedsPlugin::sourceFormValidate()
  2. 7 plugins/FeedsPlugin.inc \FeedsPlugin::sourceFormValidate()

Validation handler for sourceForm.

Overrides FeedsSourceInterface::sourceFormValidate

2 methods override FeedsPlugin::sourceFormValidate()
FeedsFileFetcher::sourceFormValidate in plugins/FeedsFileFetcher.inc
Override parent::sourceFormValidate().
FeedsHTTPFetcher::sourceFormValidate in plugins/FeedsHTTPFetcher.inc
Override parent::sourceFormValidate().

File

plugins/FeedsPlugin.inc, line 65
Definition of FeedsPlugin class.

Class

FeedsPlugin
Implement source interface for all plugins.

Code

public function sourceFormValidate(&$source_config) {
}