abstract public function SqlBase::query in Zircon Profile 8
Same name in this branch
- 8 core/modules/views/src/Plugin/views/pager/SqlBase.php \Drupal\views\Plugin\views\pager\SqlBase::query()
- 8 core/modules/migrate/src/Plugin/migrate/source/SqlBase.php \Drupal\migrate\Plugin\migrate\source\SqlBase::query()
Same name and namespace in other branches
- 8.0 core/modules/migrate/src/Plugin/migrate/source/SqlBase.php \Drupal\migrate\Plugin\migrate\source\SqlBase::query()
Return value
\Drupal\Core\Database\Query\SelectInterface
1 call to SqlBase::query()
- SqlBase::prepareQuery in core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SqlBase.php - A helper for adding tags and metadata to the query.
58 methods override SqlBase::query()
- Action::query in core/
modules/ action/ src/ Plugin/ migrate/ source/ d6/ 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
File
- core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SqlBase.php, line 234 - Contains \Drupal\migrate\Plugin\migrate\source\SqlBase.
Class
- SqlBase
- Sources whose data may be fetched via DBTNG.
Namespace
Drupal\migrate\Plugin\migrate\sourceCode
public abstract function query();