protected property Update::$fields in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/Query/Update.php \Drupal\Core\Database\Query\Update::fields
- 9 core/lib/Drupal/Core/Database/Query/Update.php \Drupal\Core\Database\Query\Update::fields
An array of fields that will be updated.
Type: array
File
- core/
lib/ Drupal/ Core/ Database/ Query/ Update.php, line 29
Class
- Update
- General class for an abstracted UPDATE operation.
Namespace
Drupal\Core\Database\QueryCode
protected $fields = [];