Updated to Drupal 8.5. Core Media not yet in use.
[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 }