MigrateDestination::$destination_module
Same name in other branches
- 9 core/modules/migrate/src/Annotation/MigrateDestination.php \Drupal\migrate\Annotation\MigrateDestination::destination_module
- 8.9.x core/modules/migrate/src/Annotation/MigrateDestination.php \Drupal\migrate\Annotation\MigrateDestination::destination_module
- 10 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\AnnotationCode
public $destination_module;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.