protected property Update::$fields in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 34 - Contains \Drupal\Core\Database\Query\Update.
Class
- Update
- General class for an abstracted UPDATE operation.
Namespace
Drupal\Core\Database\QueryCode
protected $fields = array();