You are here

public function FeedTypeTamperMetaInterface::getUniqueSourceList in Feeds Tamper 8.2

Returns an unique list of sources used in mappings.

Return value

string[] A list of sources.

1 method overrides FeedTypeTamperMetaInterface::getUniqueSourceList()
FeedTypeTamperMeta::getUniqueSourceList in src/FeedTypeTamperMeta.php
Returns an unique list of sources used in mappings.

File

src/FeedTypeTamperMetaInterface.php, line 83

Class

FeedTypeTamperMetaInterface
Interface for managing tamper plugins for a feed type.

Namespace

Drupal\feeds_tamper

Code

public function getUniqueSourceList();