function Language::getIds

Same name in other branches
  1. 9 core/modules/language/src/Plugin/migrate/source/Language.php \Drupal\language\Plugin\migrate\source\Language::getIds()
  2. 10 core/modules/language/src/Plugin/migrate/source/Language.php \Drupal\language\Plugin\migrate\source\Language::getIds()
  3. 11.x core/modules/language/src/Plugin/migrate/source/Language.php \Drupal\language\Plugin\migrate\source\Language::getIds()

Overrides MigrateSourceInterface::getIds

File

core/modules/language/src/Plugin/migrate/source/Language.php, line 38

Class

Language
Plugin annotation @MigrateSource( id = "language", source_module = "locale" )

Namespace

Drupal\language\Plugin\migrate\source

Code

public function getIds() {
    return [
        'language' => [
            'type' => 'string',
        ],
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.