function 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\sourceCode
public function query() {
throw new \BadMethodCallException('This method should never be called');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.