Implements hook_entity_bundle_create().
public function entityBundleCreate($entity_type, $bundle) { // When a new bundle is created, the menu needs to be rebuilt to add our // menu item tabs. \Drupal::service('router.builder')->setRebuildNeeded(); }