Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate / src / Plugin / MigrateDestinationInterface.php
index 866e80cbe05345c415a9792e9d8ee3b73c595f6e..a42d70f4f4ca7bf93d0bcca5ee2709473cdeb5b5 100644 (file)
@@ -133,4 +133,12 @@ interface MigrateDestinationInterface extends PluginInspectionInterface {
    */
   public function rollbackAction();
 
+  /**
+   * Gets the destination module handling the destination data.
+   *
+   * @return string|null
+   *   The destination module or NULL if not found.
+   */
+  public function getDestinationModule();
+
 }