function jsonapi_entity_bundle_delete

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/jsonapi.module \jsonapi_entity_bundle_delete()
  2. 8.9.x core/modules/jsonapi/jsonapi.module \jsonapi_entity_bundle_delete()
  3. 10 core/modules/jsonapi/jsonapi.module \jsonapi_entity_bundle_delete()

Implements hook_entity_bundle_delete().

File

core/modules/jsonapi/jsonapi.module, line 138

Code

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

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