Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ViewsHooks.php

function ViewsHooks::baseFieldOverrideUpdate

Implements hook_ENTITY_TYPE_update().

File

core/modules/views/src/Hook/ViewsHooks.php, line 300

Class

ViewsHooks
Hook implementations for views.

Namespace

Drupal\views\Hook

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal