public function Index::getDescription in Search API 8
Retrieves the index description.
Return value
string The description of this index.
Overrides IndexInterface::getDescription
File
- src/
Entity/ Index.php, line 292
Class
- Index
- Defines the search index configuration entity.
Namespace
Drupal\search_api\EntityCode
public function getDescription() {
return $this->description;
}