You are here

protected property UserSearch::$database in Drupal 9

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

The database connection.

Type: \Drupal\Core\Database\Connection

File

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

Class

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

Namespace

Drupal\user\Plugin\Search

Code

protected $database;