You are here

public function FeedTypeTamperMetaInterface::getTampersGroupedBySource in Feeds Tamper 8.2

Returns the tamper plugin instances for this feed type, keyed by source.

Return value

\Drupal\tamper\TamperInterface[][] An associative array of plugin instances, keyed by source.

1 method overrides FeedTypeTamperMetaInterface::getTampersGroupedBySource()
FeedTypeTamperMeta::getTampersGroupedBySource in src/FeedTypeTamperMeta.php
Returns the tamper plugin instances for this feed type, keyed by source.

File

src/FeedTypeTamperMetaInterface.php, line 37

Class

FeedTypeTamperMetaInterface
Interface for managing tamper plugins for a feed type.

Namespace

Drupal\feeds_tamper

Code

public function getTampersGroupedBySource();