You are here

protected property AssignOwnerNode::$connection in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/src/Plugin/Action/AssignOwnerNode.php \Drupal\node\Plugin\Action\AssignOwnerNode::connection
  2. 10 core/modules/node/src/Plugin/Action/AssignOwnerNode.php \Drupal\node\Plugin\Action\AssignOwnerNode::connection

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/modules/node/src/Plugin/Action/AssignOwnerNode.php, line 29

Class

AssignOwnerNode
Assigns ownership of a node to a user.

Namespace

Drupal\node\Plugin\Action

Code

protected $connection;