function views_update_last_removed in Views (for Drupal 7) 8.3
Implements hook_update_last_removed().
File
- ./
views.install, line 33 - Contains install and update functions for Views.
Code
function views_update_last_removed() {
return 7301;
}
Implements hook_update_last_removed().
function views_update_last_removed() {
return 7301;
}