You are here

function jsonapi_entity_bundle_create in JSON:API 8.2

Implements hook_entity_bundle_create().

File

./jsonapi.module, line 147
Module implementation file.

Code

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