You are here

protected property UserSelection::$connection in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php \Drupal\user\Plugin\EntityReferenceSelection\UserSelection::connection
  2. 10 core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php \Drupal\user\Plugin\EntityReferenceSelection\UserSelection::connection

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php, line 37

Class

UserSelection
Provides specific access control for the user entity type.

Namespace

Drupal\user\Plugin\EntityReferenceSelection

Code

protected $connection;