Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
UserReference.php
function UserReference::entityId
Same name in this branch
11.1.x core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php
\Drupal\migrate_drupal\Plugin\migrate\field\d7\UserReference::entityId()
Overrides
ReferenceBase::entityId
File
core/
modules/
migrate_drupal/
src/
Plugin/
migrate/
field/
d6/
UserReference.php
, line 43
Class
UserReference
MigrateField Plugin for Drupal 6 user reference fields. @internal
Namespace
Drupal\migrate_drupal\Plugin\migrate\field\d6
Code
protected
function
entityId
() {
return
'uid'
; }
RSS feed