You are here

public function FeedTypeInterface::addMapping in Feeds 8.3

Adds a mapping to the feed type.

Parameters

array $mapping: A single mapping.

1 method overrides FeedTypeInterface::addMapping()
FeedType::addMapping in src/Entity/FeedType.php
Adds a mapping to the feed type.

File

src/FeedTypeInterface.php, line 150

Class

FeedTypeInterface
Provides an interface defining a feeds feed type entity.

Namespace

Drupal\feeds

Code

public function addMapping(array $mapping);