views_field_config_update(FieldConfigInterface $field)
Implements hook_ENTITY_TYPE_update() for 'field_config'.
File
- core/modules/views/views.module, line 447
- Primarily Drupal hooks and global API functions to manipulate views.
Code
function views_field_config_update(FieldConfigInterface $field) { Views::viewsData()->clear(); }
Please login to continue.