W3cubDocs

/Drupal 8

protected property 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\Query

Code

protected $defaultFields = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!Query!InsertTrait.php/property/InsertTrait::defaultFields/8.1.x