Files
drupal11-ddev/web/core/modules/migrate/migrate.install

14 lines
193 B
PHP
Raw Normal View History

2025-10-08 11:39:17 -04:00
<?php
/**
* @file
* Contains install and update functions for Migrate.
*/
/**
* Implements hook_update_last_removed().
*/
function migrate_update_last_removed(): int {
return 10100;
}