You are here

public function FeedInterface::getConfigurationFor in Feeds 8.3

Returns the configuration for a specific client plugin.

Parameters

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

Return value

array The plugin configuration being managed by this Feed.

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

File

src/FeedInterface.php, line 290

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function getConfigurationFor(FeedsPluginInterface $client);