migrate.install in Drupal 10
Same filename and directory in other branches
Contains install and update functions for Migrate.
File
core/modules/migrate/migrate.installView source
<?php
/**
* @file
* Contains install and update functions for Migrate.
*/
/**
* Implements hook_update_last_removed().
*/
function migrate_update_last_removed() {
return 8001;
}
Functions
Name | Description |
---|---|
migrate_update_last_removed | Implements hook_update_last_removed(). |