Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / migrate / src / Plugin / MigrationInterface.php
index a2a7fb2d94d4078a7df5aedf84a63a19093d1aab..0ac9e335d3a38724b918e111a707ed97dce7cc56 100644 (file)
@@ -322,4 +322,11 @@ interface MigrationInterface extends PluginInspectionInterface, DerivativeInspec
    */
   public function getMigrationTags();
 
+  /**
+   * Indicates if the migration is auditable.
+   *
+   * @return bool
+   */
+  public function isAuditable();
+
 }