You are here

function views_base_field_override_update in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/views.module \views_base_field_override_update()

Implements hook_ENTITY_TYPE_update().

File

core/modules/views/views.module, line 472
Primarily Drupal hooks and global API functions to manipulate views.

Code

function views_base_field_override_update(EntityInterface $entity) {
  Views::viewsData()
    ->clear();
}