You are here

public function FeedTypeInterface::getMappedSources in Feeds 8.3

Returns a list of mapped sources.

Return value

string[] A list of mapped source names.

1 method overrides FeedTypeInterface::getMappedSources()
FeedType::getMappedSources in src/Entity/FeedType.php
Returns a list of mapped sources.

File

src/FeedTypeInterface.php, line 177

Class

FeedTypeInterface
Provides an interface defining a feeds feed type entity.

Namespace

Drupal\feeds

Code

public function getMappedSources();