You are here

public property MigrateDestination::$destination_module in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Annotation/MigrateDestination.php \Drupal\migrate\Annotation\MigrateDestination::destination_module
  2. 9 core/modules/migrate/src/Annotation/MigrateDestination.php \Drupal\migrate\Annotation\MigrateDestination::destination_module

Identifies the system handling the data the destination plugin will write.

The destination plugin itself determines how the value is used. For example, Migrate Drupal's destination plugins expect destination_module to be the name of a module that must be installed on the destination.

Type: string

File

core/modules/migrate/src/Annotation/MigrateDestination.php, line 55

Class

MigrateDestination
Defines a migration destination plugin annotation object.

Namespace

Drupal\migrate\Annotation

Code

public $destination_module;