You are here

protected property NodeSearch::$deprecatedProperties in Drupal 8

File

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

Class

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

Namespace

Drupal\node\Plugin\Search

Code

protected $deprecatedProperties = [
  'entityManager' => 'entity.manager',
];