function Language::query
Same name in other branches
- 8.9.x core/modules/language/src/Plugin/migrate/source/Language.php \Drupal\language\Plugin\migrate\source\Language::query()
- 10 core/modules/language/src/Plugin/migrate/source/Language.php \Drupal\language\Plugin\migrate\source\Language::query()
- 11.x core/modules/language/src/Plugin/migrate/source/Language.php \Drupal\language\Plugin\migrate\source\Language::query()
Overrides SqlBase::query
File
-
core/
modules/ language/ src/ Plugin/ migrate/ source/ Language.php, line 76
Class
- Language
- Drupal 6/7 language source from database.
Namespace
Drupal\language\Plugin\migrate\sourceCode
public function query() {
return $this->select('languages')
->fields('languages');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.