You are here

public function PluginSelectorInterface::getSelectedPlugin in Plugin 8.2

Gets the selected plugin.

Return value

\Drupal\Component\Plugin\PluginInspectionInterface

1 method overrides PluginSelectorInterface::getSelectedPlugin()
PluginSelectorBase::getSelectedPlugin in src/Plugin/Plugin/PluginSelector/PluginSelectorBase.php
Gets the selected plugin.

File

src/Plugin/Plugin/PluginSelector/PluginSelectorInterface.php, line 125

Class

PluginSelectorInterface
Defines a plugin to select and configure another plugin.

Namespace

Drupal\plugin\Plugin\Plugin\PluginSelector

Code

public function getSelectedPlugin();