public function HideablePluginInterface::isHidden in Search API 8
Determines whether this plugin should be hidden in the UI.
Return value
bool TRUE if this processor should be hidden from the user; FALSE otherwise.
1 method overrides HideablePluginInterface::isHidden()
- HideablePluginBase::isHidden in src/
Plugin/ HideablePluginBase.php - Determines whether this plugin should be hidden in the UI.
File
- src/
Plugin/ HideablePluginInterface.php, line 16
Class
- HideablePluginInterface
- Defines an interface for plugins that can be hidden.
Namespace
Drupal\search_api\PluginCode
public function isHidden();