function Language::getIds
Same name in other branches
- 8.9.x core/modules/language/src/Plugin/migrate/source/Language.php \Drupal\language\Plugin\migrate\source\Language::getIds()
- 10 core/modules/language/src/Plugin/migrate/source/Language.php \Drupal\language\Plugin\migrate\source\Language::getIds()
- 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 65
Class
- Language
- Drupal 6/7 language source from database.
Namespace
Drupal\language\Plugin\migrate\sourceCode
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.