You are here

public function PluginBase::defaultFeedConfiguration in Feeds 8.3

Returns default feed configuration.

Return value

array The default feed configuration.

Overrides FeedsPluginInterface::defaultFeedConfiguration

3 methods override PluginBase::defaultFeedConfiguration()
CsvParser::defaultFeedConfiguration in src/Feeds/Parser/CsvParser.php
Returns default feed configuration.
DirectoryFetcher::defaultFeedConfiguration in src/Feeds/Fetcher/DirectoryFetcher.php
Returns default feed configuration.
UploadFetcher::defaultFeedConfiguration in src/Feeds/Fetcher/UploadFetcher.php
Returns default feed configuration.

File

src/Plugin/Type/PluginBase.php, line 107

Class

PluginBase
The base class for the fetcher, parser, and processor plugins.

Namespace

Drupal\feeds\Plugin\Type

Code

public function defaultFeedConfiguration() {
  return [];
}