Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. NodeSearch.php

function NodeSearch::execute

Overrides SearchInterface::execute

File

core/modules/node/src/Plugin/Search/NodeSearch.php, line 238

Class

NodeSearch
Handles searching for node entities using the Search module index.

Namespace

Drupal\node\Plugin\Search

Code

public function execute() {
    if ($this->isSearchExecutable()) {
        $results = $this->findResults();
        if ($results) {
            return $this->prepareResults($results);
        }
    }
    return [];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal