You are here

protected property Update::$arguments in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/Query/Update.php \Drupal\Core\Database\Query\Update::arguments

An array of values to update to.

Type: array

File

core/lib/Drupal/Core/Database/Query/Update.php, line 36

Class

Update
General class for an abstracted UPDATE operation.

Namespace

Drupal\Core\Database\Query

Code

protected $arguments = [];