function views_update_last_removed in Drupal 10
Same name and namespace in other branches
- 9 core/modules/views/views.install \views_update_last_removed()
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;
}