bff6dfa06d05eb84fb03724747c48f7d82bea34f
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / countries_alter.twig
1 /**
2  * Implements hook_countries_alter().
3  */
4 function {{ machine_name }}_countries_alter(&$countries) {
5   // Elbonia is now independent, so add it to the country list.
6   $countries['EB'] = 'Elbonia';
7 }