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

1
protected $defaultFields = array();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.