You are here

public function FeedTypeInterface::removeMapping in Feeds 8.3

Removes a mapping from the feed type.

Parameters

int $delta: The mapping delta to remove.

Return value

$this An instance of this class.

1 method overrides FeedTypeInterface::removeMapping()
FeedType::removeMapping in src/Entity/FeedType.php
Removes a mapping from the feed type.

File

src/FeedTypeInterface.php, line 161

Class

FeedTypeInterface
Provides an interface defining a feeds feed type entity.

Namespace

Drupal\feeds

Code

public function removeMapping($delta);