You are here

function jsonapi_entity_bundle_delete in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/jsonapi.module \jsonapi_entity_bundle_delete()

Implements hook_entity_bundle_delete().

File

core/modules/jsonapi/jsonapi.module, line 138
Module implementation file.

Code

function jsonapi_entity_bundle_delete() {
  JsonApiRoutes::rebuild();
}