You are here

protected property InsertTrait::$insertFields in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Database/Query/InsertTrait.php \Drupal\Core\Database\Query\InsertTrait::insertFields

An array of fields on which to insert.

Type: array

File

core/lib/Drupal/Core/Database/Query/InsertTrait.php, line 29
Contains \Drupal\Core\Database\Query\InsertTrait.

Class

InsertTrait
Provides common functionality for INSERT and UPSERT queries.

Namespace

Drupal\Core\Database\Query

Code

protected $insertFields = array();