You are here

public function FeedTypeTamperManagerInterface::getTamperMeta in Feeds Tamper 8.2

Gets Tamper functionality for a feed type.

Parameters

\Drupal\feeds\FeedTypeInterface $feed_type: The feed type to manage tamper plugins for.

bool $reset: Whether to force creating a new instance (useful in automated tests). Defaults to false.

Return value

\Drupal\feeds_tamper\FeedTypeTamperMetaInterface A feed type tamper meta object.

1 method overrides FeedTypeTamperManagerInterface::getTamperMeta()
FeedTypeTamperManager::getTamperMeta in src/FeedTypeTamperManager.php
Gets Tamper functionality for a feed type.

File

src/FeedTypeTamperManagerInterface.php, line 24

Class

FeedTypeTamperManagerInterface
Interface for managing FeedTypeTamperMeta instances.

Namespace

Drupal\feeds_tamper

Code

public function getTamperMeta(FeedTypeInterface $feed_type, $reset = FALSE);