Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / taxonomy_vocabulary_presave.twig
1 /**
2  * Implements hook_taxonomy_vocabulary_presave().
3  */
4 function {{ machine_name }}_taxonomy_vocabulary_presave($vocabulary) {
5   $vocabulary->foo = 'bar';
6 }