public function ParseModeInterface::label in Search API 8
Returns the label of the parse mode.
Return value
string The administration label.
1 method overrides ParseModeInterface::label()
- ParseModePluginBase::label in src/
ParseMode/ ParseModePluginBase.php - Returns the label of the parse mode.
File
- src/
ParseMode/ ParseModeInterface.php, line 26
Class
- ParseModeInterface
- Defines an interface for parse mode plugins.
Namespace
Drupal\search_api\ParseModeCode
public function label();