You are here

public function FeedsSourceInterface::sourceFormValidate in Feeds 6

Same name and namespace in other branches
  1. 7.2 includes/FeedsSource.inc \FeedsSourceInterface::sourceFormValidate()
  2. 7 includes/FeedsSource.inc \FeedsSourceInterface::sourceFormValidate()

Validate user entered values submitted by sourceForm().

1 method overrides FeedsSourceInterface::sourceFormValidate()
FeedsPlugin::sourceFormValidate in plugins/FeedsPlugin.inc
Validation handler for sourceForm.

File

includes/FeedsSource.inc, line 40
Definition of FeedsSourceInterface and FeedsSource class.

Class

FeedsSourceInterface
Declares an interface for a class that defines default values and form descriptions for a FeedSource.

Code

public function sourceFormValidate(&$source_config);