You are here

protected property NodeSearch::$moduleHandler in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/src/Plugin/Search/NodeSearch.php \Drupal\node\Plugin\Search\NodeSearch::moduleHandler

A module manager object.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

File

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

Class

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

Namespace

Drupal\node\Plugin\Search

Code

protected $moduleHandler;