public function PluginSelectorInterface::getKeepPreviouslySelectedPlugins in Plugin 8.2
Gets whether previously selected plugins must be kept.
Return value
bool
1 method overrides PluginSelectorInterface::getKeepPreviouslySelectedPlugins()
- PluginSelectorBase::getKeepPreviouslySelectedPlugins in src/
Plugin/ Plugin/ PluginSelector/ PluginSelectorBase.php - Gets whether previously selected plugins must be kept.
File
- src/
Plugin/ Plugin/ PluginSelector/ PluginSelectorInterface.php, line 97
Class
- PluginSelectorInterface
- Defines a plugin to select and configure another plugin.
Namespace
Drupal\plugin\Plugin\Plugin\PluginSelectorCode
public function getKeepPreviouslySelectedPlugins();