function StatementBase::getQueryString
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Database/Statement/StatementBase.php \Drupal\Core\Database\Statement\StatementBase::getQueryString()
Gets the query string of this statement.
Return value
string The query string, in its form with placeholders.
Overrides StatementInterface::getQueryString
1 call to StatementBase::getQueryString()
- StatementBase::dispatchStatementExecutionStartEvent in core/
lib/ Drupal/ Core/ Database/ Statement/ StatementBase.php - Dispatches an event informing that the statement execution begins.
File
-
core/
lib/ Drupal/ Core/ Database/ Statement/ StatementBase.php, line 203
Class
- StatementBase
- StatementInterface base implementation.
Namespace
Drupal\Core\Database\StatementCode
public function getQueryString() {
return $this->queryString;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.