You are here

protected property AssignOwnerNode::$connection in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 34
Contains \Drupal\node\Plugin\Action\AssignOwnerNode.

Class

AssignOwnerNode
Assigns ownership of a node to a user.

Namespace

Drupal\node\Plugin\Action

Code

protected $connection;