You are here

public function FieldQuery::getSqlQuery in Synonyms 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/Synonyms/Provider/Field.php \Drupal\synonyms\Plugin\Synonyms\Provider\FieldQuery::getSqlQuery()

We need to be able to extract SQL query object.

Return value

\Drupal\Core\Database\Query\SelectInterface The return value

File

src/Plugin/Synonyms/Provider/Field.php, line 223

Class

FieldQuery
Hacked implementation of Entity query.

Namespace

Drupal\synonyms\Plugin\Synonyms\Provider

Code

public function getSqlQuery() {
  return $this->sqlQuery;
}