protected property InsertTrait::$defaultFields in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 36 - Contains \Drupal\Core\Database\Query\InsertTrait.
Class
- InsertTrait
- Provides common functionality for INSERT and UPSERT queries.
Namespace
Drupal\Core\Database\QueryCode
protected $defaultFields = array();