You are here

public function FeedTypeTamperMetaInterface::setTamperConfig in Feeds Tamper 8.2

Sets the configuration for a tamper plugin instance.

Parameters

string $instance_id: The ID of a tamper plugin to set the configuration for.

array $configuration: The tamper plugin configuration to set.

Return value

$this

1 method overrides FeedTypeTamperMetaInterface::setTamperConfig()
FeedTypeTamperMeta::setTamperConfig in src/FeedTypeTamperMeta.php
Sets the configuration for a tamper plugin instance.

File

src/FeedTypeTamperMetaInterface.php, line 60

Class

FeedTypeTamperMetaInterface
Interface for managing tamper plugins for a feed type.

Namespace

Drupal\feeds_tamper

Code

public function setTamperConfig($instance_id, array $configuration);