You are here

public function PluginSelectorInterface::resetSelectedPlugin in Plugin 8.2

Resets the selected plugin.

This resets any default or explicitly set selected plugin.

Return value

$this

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

File

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

Class

PluginSelectorInterface
Defines a plugin to select and configure another plugin.

Namespace

Drupal\plugin\Plugin\Plugin\PluginSelector

Code

public function resetSelectedPlugin();