public function UnsavedIndexConfiguration::getDescription in Search API 8
Retrieves the index description.
Return value
string The description of this index.
Overrides IndexInterface::getDescription
File
- src/
UnsavedIndexConfiguration.php, line 197
Class
- UnsavedIndexConfiguration
- Represents a configuration of an index that was not yet permanently saved.
Namespace
Drupal\search_apiCode
public function getDescription() {
return $this->entity
->getDescription();
}