You are here

function migrate_post_update_clear_migrate_source_count_cache in Drupal 9

Clear the source count cache.

File

core/modules/migrate/migrate.post_update.php, line 11
Post update functions for migrate.

Code

function migrate_post_update_clear_migrate_source_count_cache() {

  // Empty post_update hook.
}