function views_field_config_update

Implements hook_ENTITY_TYPE_update() for 'field_config'.

File

core/modules/views/views.module, line 452

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.