function SelectExtender::forUpdate

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/Query/SelectExtender.php \Drupal\Core\Database\Query\SelectExtender::forUpdate()
  2. 8.9.x core/lib/Drupal/Core/Database/Query/SelectExtender.php \Drupal\Core\Database\Query\SelectExtender::forUpdate()
  3. 10 core/lib/Drupal/Core/Database/Query/SelectExtender.php \Drupal\Core\Database\Query\SelectExtender::forUpdate()

Overrides SelectInterface::forUpdate

File

core/lib/Drupal/Core/Database/Query/SelectExtender.php, line 433

Class

SelectExtender
The base extender class for Select queries.

Namespace

Drupal\Core\Database\Query

Code

public function forUpdate($set = TRUE) {
    $this->query
        ->forUpdate($set);
    return $this;
}

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