X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FAnnotation%2FMigrateDestination.php;fp=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FAnnotation%2FMigrateDestination.php;h=4342ba72e683d5c03192bc819b8807923631a640;hp=1fd51d70e5d9218c126c75b3b59ce3899cda9afb;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/migrate/src/Annotation/MigrateDestination.php b/web/core/modules/migrate/src/Annotation/MigrateDestination.php index 1fd51d70e..4342ba72e 100644 --- a/web/core/modules/migrate/src/Annotation/MigrateDestination.php +++ b/web/core/modules/migrate/src/Annotation/MigrateDestination.php @@ -43,4 +43,15 @@ class MigrateDestination extends Plugin { */ public $requirements_met = TRUE; + /** + * 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. + * + * @var string + */ + public $destination_module; + }