You are here

public function PluginAwareInterface::setPlugin in Feeds 8.3

Sets the plugin for this object.

Parameters

\Drupal\Component\Plugin\FeedsPluginInterface $plugin: The plugin.

1 method overrides PluginAwareInterface::setPlugin()
ExternalPluginFormBase::setPlugin in src/Plugin/Type/ExternalPluginFormBase.php
Sets the plugin for this object.

File

src/Plugin/PluginAwareInterface.php, line 18

Class

PluginAwareInterface
Interface for objects that are aware of a plugin.

Namespace

Drupal\feeds\Plugin

Code

public function setPlugin(FeedsPluginInterface $plugin);