You are here

protected property UserUid::$database in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Plugin/views/argument/UserUid.php \Drupal\comment\Plugin\views\argument\UserUid::database

Database Service Object.

Type: \Drupal\Core\Database\Connection

File

core/modules/comment/src/Plugin/views/argument/UserUid.php, line 29
Contains \Drupal\comment\Plugin\views\argument\UserUid.

Class

UserUid
Argument handler to accept a user id to check for nodes that user posted or commented on.

Namespace

Drupal\comment\Plugin\views\argument

Code

protected $database;