function ProfileFieldOptionTranslation::getIds
Overrides ProfileField::getIds
File
-
core/
modules/ user/ src/ Plugin/ migrate/ source/ d6/ ProfileFieldOptionTranslation.php, line 54
Class
- ProfileFieldOptionTranslation
- Drupal 6 i18n profile field option labels source from database.
Namespace
Drupal\user\Plugin\migrate\source\d6Code
public function getIds() {
return parent::getIds() + [
'language' => [
'type' => 'string',
],
'property' => [
'type' => 'string',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.