Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SqlBase.php

function SqlBase::query

Same name in this branch
  1. 11.1.x core/modules/views/src/Plugin/views/pager/SqlBase.php \Drupal\views\Plugin\views\pager\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.
66 methods override SqlBase::query()
Action::query in core/modules/system/src/Plugin/migrate/source/Action.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
BlockCustomTranslation::query in core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
BlockedIps::query in core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php

... See full list

File

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

Class

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

Namespace

Drupal\migrate\Plugin\migrate\source

Code

public abstract function query();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal