You are here

protected property UserSearch::$deprecatedProperties in Drupal 8

File

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

Class

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

Namespace

Drupal\user\Plugin\Search

Code

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