You are here

public function FeedInterface::setConfigurationFor in Feeds 8.3

Sets the configuration for a specific client plugin.

@todo Refactor this. This can cause conflicts if different plugin types use the same id.

Parameters

\Drupal\feeds\Plugin\Type\FeedsPluginInterface $client: A Feeds plugin.

array $config: The configuration for the plugin.

1 method overrides FeedInterface::setConfigurationFor()
Feed::setConfigurationFor in src/Entity/Feed.php
Sets the configuration for a specific client plugin.

File

src/FeedInterface.php, line 303

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function setConfigurationFor(FeedsPluginInterface $client, array $config);