Files
drupal11-ddev/web/core/modules/migrate/migrate.post_update.php

16 lines
253 B
PHP
Raw Permalink Normal View History

2025-10-08 11:39:17 -04:00
<?php
/**
* @file
* Post update functions for migrate.
*/
/**
* Implements hook_removed_post_updates().
*/
function migrate_removed_post_updates(): array {
return [
'migrate_post_update_clear_migrate_source_count_cache' => '10.0.0',
];
}