views_field_config_update

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

1
2
3
function views_field_config_update(FieldConfigInterface $field) {
  Views::viewsData()->clear();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.