You are here

interface PluginAwareInterface in Feeds 8.3

Interface for objects that are aware of a plugin.

Hierarchy

Expanded class hierarchy of PluginAwareInterface

All classes that implement PluginAwareInterface

1 file declares its use of PluginAwareInterface
ExternalPluginFormBase.php in src/Plugin/Type/ExternalPluginFormBase.php

File

src/Plugin/PluginAwareInterface.php, line 10

Namespace

Drupal\feeds\Plugin
View source
interface PluginAwareInterface {

  /**
   * Sets the plugin for this object.
   *
   * @param \Drupal\Component\Plugin\FeedsPluginInterface $plugin
   *   The plugin.
   */
  public function setPlugin(FeedsPluginInterface $plugin);

}

Members

Namesort descending Modifiers Type Description Overrides
PluginAwareInterface::setPlugin public function Sets the plugin for this object. 1