You are here

public function Truncate::compiled in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/Query/Truncate.php \Drupal\Core\Database\Query\Truncate::compiled()
  2. 10 core/lib/Drupal/Core/Database/Query/Truncate.php \Drupal\Core\Database\Query\Truncate::compiled()

File

core/lib/Drupal/Core/Database/Query/Truncate.php, line 46

Class

Truncate
General class for an abstracted TRUNCATE operation.

Namespace

Drupal\Core\Database\Query

Code

public function compiled() {
  return $this->condition
    ->compiled();
}