You are here

protected property NodeSearch::$entityManager in Zircon Profile 8.0

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

An entity manager object.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/node/src/Plugin/Search/NodeSearch.php, line 53
Contains \Drupal\node\Plugin\Search\NodeSearch.

Class

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

Namespace

Drupal\node\Plugin\Search

Code

protected $entityManager;