function search_removed_post_updates
Same name in other branches
- 9 core/modules/search/search.post_update.php \search_removed_post_updates()
- 10 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 14
Code
function search_removed_post_updates() : array {
return [
'search_post_update_block_page' => '9.0.0',
'search_post_update_reindex_after_diacritics_rule_change' => '10.0.0',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.