You are here

function search_removed_post_updates in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/search/search.post_update.php \search_removed_post_updates()

Implements hook_removed_post_updates().

File

core/modules/search/search.post_update.php, line 11
Post update functions for Search module.

Code

function search_removed_post_updates() {
  return [
    'search_post_update_block_page' => '9.0.0',
    'search_post_update_reindex_after_diacritics_rule_change' => '10.0.0',
  ];
}