function UserPicture::getIds
Same name in other branches
- 9 core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php \Drupal\user\Plugin\migrate\source\d6\UserPicture::getIds()
- 10 core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php \Drupal\user\Plugin\migrate\source\d6\UserPicture::getIds()
- 11.x core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php \Drupal\user\Plugin\migrate\source\d6\UserPicture::getIds()
Overrides MigrateSourceInterface::getIds
File
-
core/
modules/ user/ src/ Plugin/ migrate/ source/ d6/ UserPicture.php, line 44
Class
- UserPicture
- Drupal 6 user picture source from database.
Namespace
Drupal\user\Plugin\migrate\source\d6Code
public function getIds() {
$ids['uid']['type'] = 'integer';
return $ids;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.