function Update::arguments

Overrides QueryConditionTrait::arguments

File

core/lib/Drupal/Core/Database/Query/Update.php, line 183

Class

Update
General class for an abstracted UPDATE operation.

Namespace

Drupal\Core\Database\Query

Code

public function arguments() {
  [
    $args,
  ] = $this->getQueryArguments();
  return $this->condition
    ->arguments() + $args;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.