You are here

public function NoSourceModule::query in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php \Drupal\migration_provider_test\Plugin\migrate\source\NoSourceModule::query()

Return value

\Drupal\Core\Database\Query\SelectInterface

Overrides SqlBase::query

File

core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php, line 19

Class

NoSourceModule
A test source plugin without a source_module.

Namespace

Drupal\migration_provider_test\Plugin\migrate\source

Code

public function query() {
}