protected property InsertTrait::$defaultFields in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/Query/InsertTrait.php \Drupal\Core\Database\Query\InsertTrait::defaultFields
- 10 core/lib/Drupal/Core/Database/Query/InsertTrait.php \Drupal\Core\Database\Query\InsertTrait::defaultFields
An array of fields that should be set to their database-defined defaults.
Type: array
File
- core/
lib/ Drupal/ Core/ Database/ Query/ InsertTrait.php, line 31
Class
- InsertTrait
- Provides common functionality for INSERT and UPSERT queries.
Namespace
Drupal\Core\Database\QueryCode
protected $defaultFields = [];