You are here

public function FeedsSourceInterface::hasSourceConfig in Feeds 8.2

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 lib/Drupal/feeds/Plugin/FeedsPlugin.php
Returns TRUE if $this->sourceForm() returns a form.

File

lib/Drupal/feeds/FeedsSourceInterface.php, line 21

Class

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

Namespace

Drupal\feeds

Code

public function hasSourceConfig();