You are here

public function FeedTypeTamperMetaInterface::getTampers in Feeds Tamper 8.2

Returns the tamper plugin instances for this feed type.

Return value

\Drupal\feeds_tamper\TamperPluginCollection|\Drupal\tamper\TamperInterface[] The tamper plugin collection.

1 method overrides FeedTypeTamperMetaInterface::getTampers()
FeedTypeTamperMeta::getTampers in src/FeedTypeTamperMeta.php
Returns the tamper plugin instances for this feed type.

File

src/FeedTypeTamperMetaInterface.php, line 29

Class

FeedTypeTamperMetaInterface
Interface for managing tamper plugins for a feed type.

Namespace

Drupal\feeds_tamper

Code

public function getTampers();