You are here

migrate.install in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/migrate/migrate.install

Contains install and update functions for Migrate.

File

core/modules/migrate/migrate.install
View source
<?php

/**
 * @file
 * Contains install and update functions for Migrate.
 */

/**
 * Implements hook_update_last_removed().
 */
function migrate_update_last_removed() {
  return 8001;
}

Functions