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