You are here

abstract public function SqlBase::query in Drupal 8

Same name in this branch
  1. 8 core/modules/views/src/Plugin/views/pager/SqlBase.php \Drupal\views\Plugin\views\pager\SqlBase::query()
  2. 8 core/modules/migrate/src/Plugin/migrate/source/SqlBase.php \Drupal\migrate\Plugin\migrate\source\SqlBase::query()
Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/migrate/source/SqlBase.php \Drupal\migrate\Plugin\migrate\source\SqlBase::query()
  2. 10 core/modules/migrate/src/Plugin/migrate/source/SqlBase.php \Drupal\migrate\Plugin\migrate\source\SqlBase::query()

Return value

\Drupal\Core\Database\Query\SelectInterface

2 calls to SqlBase::query()
SqlBase::prepareQuery in core/modules/migrate/src/Plugin/migrate/source/SqlBase.php
Adds tags and metadata to the query.
SqlBase::__toString in core/modules/migrate/src/Plugin/migrate/source/SqlBase.php
Prints the query string when the object is used as a string.
81 methods override SqlBase::query()
Action::query in core/modules/action/src/Plugin/migrate/source/Action.php
AggregatorFeed::query in core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php
AggregatorItem::query in core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php
Block::query in core/modules/block/src/Plugin/migrate/source/Block.php
BlockCustom::query in core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php

... See full list

File

core/modules/migrate/src/Plugin/migrate/source/SqlBase.php, line 383

Class

SqlBase
Sources whose data may be fetched via a database connection.

Namespace

Drupal\migrate\Plugin\migrate\source

Code

public abstract function query();