You are here

function views_field_create_instance in Views (for Drupal 7) 7.3

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

Implements hook_field_create_instance().

File

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

Code

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