function ProfileField::getIds
Same name in other branches
- 9 core/modules/user/src/Plugin/migrate/source/ProfileField.php \Drupal\user\Plugin\migrate\source\ProfileField::getIds()
- 8.9.x core/modules/user/src/Plugin/migrate/source/ProfileField.php \Drupal\user\Plugin\migrate\source\ProfileField::getIds()
- 10 core/modules/user/src/Plugin/migrate/source/ProfileField.php \Drupal\user\Plugin\migrate\source\ProfileField::getIds()
Overrides MigrateSourceInterface::getIds
1 call to ProfileField::getIds()
- ProfileFieldOptionTranslation::getIds in core/
modules/ user/ src/ Plugin/ migrate/ source/ d6/ ProfileFieldOptionTranslation.php - Defines the source fields uniquely identifying a source row.
2 methods override ProfileField::getIds()
- ProfileFieldOptionTranslation::getIds in core/
modules/ user/ src/ Plugin/ migrate/ source/ d6/ ProfileFieldOptionTranslation.php - Defines the source fields uniquely identifying a source row.
- ProfileFieldTranslation::getIds in core/
modules/ config_translation/ src/ Plugin/ migrate/ source/ d6/ ProfileFieldTranslation.php - Defines the source fields uniquely identifying a source row.
File
-
core/
modules/ user/ src/ Plugin/ migrate/ source/ ProfileField.php, line 100
Class
- ProfileField
- Drupal 6/7 profile field source from database.
Namespace
Drupal\user\Plugin\migrate\sourceCode
public function getIds() {
$ids['fid']['type'] = 'integer';
return $ids;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.