function views_update_last_removed in Drupal 9
Implements hook_update_last_removed().
File
- core/
modules/ views/ views.install, line 18 - Contains install and update functions for Views.
Code
function views_update_last_removed() {
return 8500;
}