You are here

migrate.install in Drupal 10

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