dc83623cf02732489e5bba5ed5bdf3982fdd8463
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / entity_bundle_create.twig
1 /**
2  * Implements hook_entity_bundle_create().
3  */
4 function {{ machine_name }}_entity_bundle_create($entity_type_id, $bundle) {
5   // When a new bundle is created, the menu needs to be rebuilt to add the
6   // Field UI menu item tabs.
7   \Drupal::service('router.builder')->setRebuildNeeded();
8 }