752be03949bcb28b99666f14685429a3171a8511
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / entity_bundle_info_alter.twig
1 /**
2  * Implements hook_entity_bundle_info_alter().
3  */
4 function {{ machine_name }}_entity_bundle_info_alter(&$bundles) {
5   $bundles['user']['user']['label'] = t('Full account');
6 }