function JsonapiHooks::entityBundleDelete

Implements hook_entity_bundle_delete().

File

core/modules/jsonapi/src/Hook/JsonapiHooks.php, line 68

Class

JsonapiHooks
Hook implementations for jsonapi.

Namespace

Drupal\jsonapi\Hook

Code

public function entityBundleDelete() {
    Routes::rebuild();
}

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