1 views.module | views_field_create_instance($instance) |
Implements hook_field_create_instance.
File
- core/
modules/ views/ views.module, line 801 - Primarily Backdrop hooks and global API functions to manipulate views.
Code
function views_field_create_instance($instance) {
cache('views')->flush();
cache('views_data')->flush();
}