You are here

public function SavedSearchType::getDescription in Search API Saved Searches 8

Retrieves the type's description.

Return value

string The (admin) description of this saved search type.

Overrides SavedSearchTypeInterface::getDescription

File

src/Entity/SavedSearchType.php, line 314

Class

SavedSearchType
Provides an entity type for configuring how searches can be saved.

Namespace

Drupal\search_api_saved_searches\Entity

Code

public function getDescription() {
  return $this->description;
}