You are here

public function FeedsSourceInterface::sourceForm in Feeds 8.2

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 lib/Drupal/feeds/Plugin/FeedsPlugin.php
Callback methods, exposes source form.

File

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

Class

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

Namespace

Drupal\feeds

Code

public function sourceForm($source_config);