protected property Update::$arguments in Drupal 9
Same name and namespace in other branches
- 8 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\QueryCode
protected $arguments = [];