You are here

public function FeedsSourceInterface::sourceForm in Feeds 7.2

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

Returns a Form API form array that defines a form configuring values.

Keys correspond to the keys of the return value of sourceDefaults().

1 method overrides FeedsSourceInterface::sourceForm()
FeedsPlugin::sourceForm in plugins/FeedsPlugin.inc
Callback methods, exposes source form.

File

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

Class

FeedsSourceInterface
Defines an interface for a feed source.

Code

public function sourceForm($source_config);