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

Breadcrumb

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

function LanguageContentSettings::query

Same name in this branch
  1. 11.1.x core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettings.php \Drupal\language\Plugin\migrate\source\d6\LanguageContentSettings::query()

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\d7

Code

public function query() {
    return $this->select('node_type', 't')
        ->fields('t', [
        'type',
    ]);
}

API Navigation

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