public function FeedsSourceInterface::sourceForm in Feeds 6
Same name and namespace in other branches
- 7.2 includes/FeedsSource.inc \FeedsSourceInterface::sourceForm()
- 7 includes/FeedsSource.inc \FeedsSourceInterface::sourceForm()
Return 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 35 - 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 sourceForm($source_config);