public function DataTypeInterface::getDescription in Search API 8
Returns the description of the data type.
1 method overrides DataTypeInterface::getDescription()
- DataTypePluginBase::getDescription in src/
DataType/ DataTypePluginBase.php - Returns the description of the data type.
File
- src/
DataType/ DataTypeInterface.php, line 31
Class
- DataTypeInterface
- Defines an interface for data type plugins.
Namespace
Drupal\search_api\DataTypeCode
public function getDescription();