Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate / src / Annotation / MigrateDestination.php
index 1fd51d70e5d9218c126c75b3b59ce3899cda9afb..4342ba72e683d5c03192bc819b8807923631a640 100644 (file)
@@ -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;
+
 }