function ReferenceBase::entityId

Same name and namespace in other branches
  1. 10 core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php \Drupal\migrate_drupal\Plugin\migrate\field\ReferenceBase::entityId()
  2. 11.x core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php \Drupal\migrate_drupal\Plugin\migrate\field\ReferenceBase::entityId()

Gets the name of the field property which holds the entity ID.

Return value

string The entity id.

File

core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php, line 28

Class

ReferenceBase
Base class for Drupal reference fields.

Namespace

Drupal\migrate_drupal\Plugin\migrate\field

Code

abstract protected function entityId();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.