public function FeedsSourceInterface::hasSourceConfig in Feeds 6
Same name and namespace in other branches
- 7.2 includes/FeedsSource.inc \FeedsSourceInterface::hasSourceConfig()
- 7 includes/FeedsSource.inc \FeedsSourceInterface::hasSourceConfig()
Crutch: for ease of use, we implement FeedsSourceInterface for every plugin, but then we need to have a handle which plugin actually implements a source.
Return value
TRUE if a plugin handles source specific configuration, FALSE otherwise.
See also
FeedsPlugin class.
1 method overrides FeedsSourceInterface::hasSourceConfig()
- FeedsPlugin::hasSourceConfig in plugins/
FeedsPlugin.inc - Returns TRUE if $this->sourceForm() returns a form.
File
- includes/
FeedsSource.inc, line 24 - 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 hasSourceConfig();