Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / entity_bundle_info.twig
1 /**
2  * Implements hook_entity_bundle_info().
3  */
4 function {{ machine_name }}_entity_bundle_info() {
5   $bundles['user']['user']['label'] = t('User');
6   return $bundles;
7 }