function SqlBase::query
Same name in this branch
- 8.9.x core/modules/views/src/Plugin/views/pager/SqlBase.php \Drupal\views\Plugin\views\pager\SqlBase::query()
Same name and namespace in other branches
- 11.x core/modules/views/src/Plugin/views/pager/SqlBase.php \Drupal\views\Plugin\views\pager\SqlBase::query()
- 11.x core/modules/migrate/src/Plugin/migrate/source/SqlBase.php \Drupal\migrate\Plugin\migrate\source\SqlBase::query()
- 10 core/modules/views/src/Plugin/views/pager/SqlBase.php \Drupal\views\Plugin\views\pager\SqlBase::query()
- 10 core/modules/migrate/src/Plugin/migrate/source/SqlBase.php \Drupal\migrate\Plugin\migrate\source\SqlBase::query()
- 9 core/modules/views/src/Plugin/views/pager/SqlBase.php \Drupal\views\Plugin\views\pager\SqlBase::query()
- 9 core/modules/migrate/src/Plugin/migrate/source/SqlBase.php \Drupal\migrate\Plugin\migrate\source\SqlBase::query()
Return value
\Drupal\Core\Database\Query\SelectInterface
4 methods override SqlBase::query()
- Extension::query in core/
modules/ system/ src/ Plugin/ migrate/ source/ Extension.php - NodeType::query in core/
modules/ node/ src/ Plugin/ migrate/ source/ d7/ NodeType.php - User::query in core/
modules/ user/ src/ Plugin/ migrate/ source/ d7/ User.php - ViewMode::query in core/
modules/ node/ src/ Plugin/ migrate/ source/ d6/ ViewMode.php
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\sourceCode
abstract public function query();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.