Connection::insert

public function Connection::insert

public Connection::insert($table, array $options = array())

Prepares and returns an INSERT query object.

Parameters

string $table: The table to use for the insert statement.

array $options: (optional) An array of options on the query.

Return value

\Drupal\Core\Database\Query\Insert A new Insert query object.

See also

\Drupal\Core\Database\Query\Insert

Fil