function SelectExtender::__toString

Returns a string representation of how the query will be executed in SQL.

Return value

string The Select Query object expressed as a string.

Overrides SelectInterface::__toString

File

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

Class

SelectExtender
The base extender class for Select queries.

Namespace

Drupal\Core\Database\Query

Code

public function __toString() {
  return (string) $this->query;
}

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