You are here

migrate_drupal.install in Drupal 10

Contains install and update functions for Migrate Drupal.

File

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

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

/**
 * Implements hook_update_last_removed().
 */
function migrate_drupal_update_last_removed() {
  return 8901;
}