You are here

public function FeedTypeTamperMetaInterface::getTamper in Feeds Tamper 8.2

Returns a specific Tamper plugin.

Parameters

string $instance_id: The tamper plugin instance ID.

Return value

\Drupal\tamper\TamperInterface The tamper plugin instance.

1 method overrides FeedTypeTamperMetaInterface::getTamper()
FeedTypeTamperMeta::getTamper in src/FeedTypeTamperMeta.php
Returns a specific Tamper plugin.

File

src/FeedTypeTamperMetaInterface.php, line 21

Class

FeedTypeTamperMetaInterface
Interface for managing tamper plugins for a feed type.

Namespace

Drupal\feeds_tamper

Code

public function getTamper($instance_id);