Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SelectInterface.php

function SelectInterface::__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.

1 method overrides SelectInterface::__toString()
SelectExtender::__toString in core/lib/Drupal/Core/Database/Query/SelectExtender.php
Returns a string representation of how the query will be executed in SQL.

File

core/lib/Drupal/Core/Database/Query/SelectInterface.php, line 640

Class

SelectInterface
Interface definition for a Select Query object.

Namespace

Drupal\Core\Database\Query

Code

public function __toString();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal