You are here

public function FeedsSourceInterface::hasSourceConfig in Feeds 7.2

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

Returns if a plugin handles source specific configuration.

Crutch: for ease of use, we implement FeedsSourceInterface for every plugin, but then we need to have a handle which plugin actually implements source configuration.

Return value

bool TRUE if a plugin handles source specific configuration, FALSE otherwise.

See also

FeedsPlugin

1 method overrides FeedsSourceInterface::hasSourceConfig()
FeedsPlugin::hasSourceConfig in plugins/FeedsPlugin.inc
Returns TRUE if $this->sourceForm() returns a form.

File

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

Class

FeedsSourceInterface
Defines an interface for a feed source.

Code

public function hasSourceConfig();