You are here

protected property Roles::$database in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/user/src/Plugin/views/field/Roles.php \Drupal\user\Plugin\views\field\Roles::database
  2. 9 core/modules/user/src/Plugin/views/field/Roles.php \Drupal\user\Plugin\views\field\Roles::database

Database Service Object.

Type: \Drupal\Core\Database\Connection

File

core/modules/user/src/Plugin/views/field/Roles.php, line 25

Class

Roles
Field handler to provide a list of roles.

Namespace

Drupal\user\Plugin\views\field

Code

protected $database;