function jsonapi_entity_bundle_delete in Drupal 8
Same name and namespace in other branches
- 9 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();
}