You are here

public static function ExternalPluginFormInterface::create in Feeds 8.3

Creates an instance of the plugin.

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container: The container to pull out services used in the plugin.

\Drupal\feeds\Plugin\Type\FeedsPluginInterface $plugin: The plugin.

Return value

static Returns an instance of this plugin form.

File

src/Plugin/Type/ExternalPluginFormInterface.php, line 24

Class

ExternalPluginFormInterface
Interface for Feeds plugins that have an external form.

Namespace

Drupal\feeds\Plugin\Type

Code

public static function create(ContainerInterface $container, FeedsPluginInterface $plugin);