public function FeedTypeInterface::getMappingSources in Feeds 8.3
Returns the mapping sources for this feed type.
Return value
array An array of mapping sources.
1 method overrides FeedTypeInterface::getMappingSources()
- FeedType::getMappingSources in src/
Entity/ FeedType.php - Returns the mapping sources for this feed type.
File
- src/
FeedTypeInterface.php, line 118
Class
- FeedTypeInterface
- Provides an interface defining a feeds feed type entity.
Namespace
Drupal\feedsCode
public function getMappingSources();