You are here

protected property UserSearch::$entityTypeManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/src/Plugin/Search/UserSearch.php \Drupal\user\Plugin\Search\UserSearch::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/user/src/Plugin/Search/UserSearch.php, line 43

Class

UserSearch
Executes a keyword search for users against the {users} database table.

Namespace

Drupal\user\Plugin\Search

Code

protected $entityTypeManager;