public function FeedTypeInterface::setMappings in Feeds 8.3
Sets the mappings for the feed type.
Parameters
array $mappings: A list of mappings.
1 method overrides FeedTypeInterface::setMappings()
- FeedType::setMappings in src/
Entity/ FeedType.php - Sets the mappings for the feed type.
File
- src/
FeedTypeInterface.php, line 142
Class
- FeedTypeInterface
- Provides an interface defining a feeds feed type entity.
Namespace
Drupal\feedsCode
public function setMappings(array $mappings);