You are here

function views_post_update_remove_sorting_global_text_field in Drupal 9

Clear caches due to removal of sorting for global custom text field.

File

core/modules/views/views.post_update.php, line 69
Post update functions for Views.

Code

function views_post_update_remove_sorting_global_text_field() {

  // Empty post-update hook.
}