You are here

function jsonapi_entity_bundle_create in Drupal 9

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

Implements hook_entity_bundle_create().

File

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

Code

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