function SearchHelpSearch::getType

Same name and namespace in other branches
  1. main core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php \Drupal\search_help\Plugin\Search\SearchHelpSearch::getType()

Overrides SearchPluginBase::getType

7 calls to SearchHelpSearch::getType()
SearchHelpSearch::findResults in core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php
Finds the search results.
SearchHelpSearch::indexClear in core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php
Clears the search index for this plugin.
SearchHelpSearch::indexStatus in core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php
Reports the status of indexing.
SearchHelpSearch::markForReindex in core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php
Marks the search index for reindexing for this plugin.
SearchHelpSearch::removeItemsFromIndex in core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php
Removes an item or items from the search index.

... See full list

File

core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php, line 99

Class

SearchHelpSearch
Handles searching for help using the Search module index.

Namespace

Drupal\search_help\Plugin\Search

Code

public function getType() : ?string {
  return $this->getPluginId();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.