You are here

public function FeedsPluginInterface::defaultFeedConfiguration in Feeds 8.3

Returns default feed configuration.

Return value

array The default feed configuration.

1 method overrides FeedsPluginInterface::defaultFeedConfiguration()
PluginBase::defaultFeedConfiguration in src/Plugin/Type/PluginBase.php
Returns default feed configuration.

File

src/Plugin/Type/FeedsPluginInterface.php, line 30

Class

FeedsPluginInterface
Interface that all Feeds plugins must implement.

Namespace

Drupal\feeds\Plugin\Type

Code

public function defaultFeedConfiguration();