function LanguageContentSettings::query
Return value
\Drupal\Core\Database\Query\SelectInterface
Overrides SqlBase::query
File
- 
              core/modules/ language/ src/ Plugin/ migrate/ source/ d7/ LanguageContentSettings.php, line 26 
Class
- LanguageContentSettings
- Drupal 7 i18n node settings from database.
Namespace
Drupal\language\Plugin\migrate\source\d7Code
public function query() {
  return $this->select('node_type', 't')
    ->fields('t', [
    'type',
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
