You are here

abstract protected function ReferenceBase::getEntityTypeMigrationId in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php \Drupal\migrate_drupal\Plugin\migrate\field\ReferenceBase::getEntityTypeMigrationId()

Gets the plugin ID for the reference type migration.

The reference type migration will be added as a required dependency.

Return value

string The plugin id.

1 call to ReferenceBase::getEntityTypeMigrationId()
ReferenceBase::alterFieldInstanceMigration in core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php
Apply any custom processing to the field instance migration.
4 methods override ReferenceBase::getEntityTypeMigrationId()
NodeReference::getEntityTypeMigrationId in core/modules/migrate_drupal/src/Plugin/migrate/field/d6/NodeReference.php
Gets the plugin ID for the reference type migration.
NodeReference::getEntityTypeMigrationId in core/modules/migrate_drupal/src/Plugin/migrate/field/d7/NodeReference.php
Gets the plugin ID for the reference type migration.
UserReference::getEntityTypeMigrationId in core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php
Gets the plugin ID for the reference type migration.
UserReference::getEntityTypeMigrationId in core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php
Gets the plugin ID for the reference type migration.

File

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

Class

ReferenceBase
Base class for Drupal reference fields.

Namespace

Drupal\migrate_drupal\Plugin\migrate\field

Code

protected abstract function getEntityTypeMigrationId();