X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrateDestinationInterface.php;h=a42d70f4f4ca7bf93d0bcca5ee2709473cdeb5b5;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=866e80cbe05345c415a9792e9d8ee3b73c595f6e;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php b/web/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php index 866e80cbe..a42d70f4f 100644 --- a/web/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php +++ b/web/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php @@ -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(); + }