You are here

function view_delete in GraphQL 8.2

Same name and namespace in other branches
  1. 8 graphql.module \view_delete()

Implements hook_ENTITY_TYPE_delete().

File

./graphql.module, line 32

Code

function view_delete() {
  \Drupal::service('cache.graphql')
    ->deleteAll();
}