comparison core/modules/migrate/src/Plugin/MigrationInterface.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
320 * @return array 320 * @return array
321 * Migration tags. 321 * Migration tags.
322 */ 322 */
323 public function getMigrationTags(); 323 public function getMigrationTags();
324 324
325 /**
326 * Indicates if the migration is auditable.
327 *
328 * @return bool
329 */
330 public function isAuditable();
331
325 } 332 }