public function IndexInterface::getDescription in Search API 8
Retrieves the index description.
Return value
string The description of this index.
2 methods override IndexInterface::getDescription()
- Index::getDescription in src/
Entity/ Index.php - Retrieves the index description.
- UnsavedIndexConfiguration::getDescription in src/
UnsavedIndexConfiguration.php - Retrieves the index description.
File
- src/
IndexInterface.php, line 52
Class
- IndexInterface
- Defines the interface for index entities.
Namespace
Drupal\search_apiCode
public function getDescription();