You are here

function views_field_update_instance in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 8.3 views.module \views_field_update_instance()

Implements hook_field_update_instance().

File

./views.module, line 1059
Primarily Drupal hooks and global API functions to manipulate views.

Code

function views_field_update_instance($instance, $prior_instance) {
  cache_clear_all('*', 'cache_views', TRUE);
  cache_clear_all('*', 'cache_views_data', TRUE);
}