You are here

public function SearchInterface::execute in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/search/src/Plugin/SearchInterface.php \Drupal\search\Plugin\SearchInterface::execute()

Executes the search.

Return value

array A structured list of search results.

1 call to SearchInterface::execute()
SearchPluginBase::buildResults in core/modules/search/src/Plugin/SearchPluginBase.php
Executes the search and builds render arrays for the result items.
4 methods override SearchInterface::execute()
HelpSearch::execute in core/modules/help_topics/src/Plugin/Search/HelpSearch.php
Executes the search.
NodeSearch::execute in core/modules/node/src/Plugin/Search/NodeSearch.php
Executes the search.
SearchExtraTypeSearch::execute in core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php
Execute the search.
UserSearch::execute in core/modules/user/src/Plugin/Search/UserSearch.php
Executes the search.

File

core/modules/search/src/Plugin/SearchInterface.php, line 80

Class

SearchInterface
Defines a common interface for all SearchPlugin objects.

Namespace

Drupal\search\Plugin

Code

public function execute();