Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / field_update_instance.twig
1 /**
2  * Implements hook_field_update_instance().
3  */
4 function {{ machine_name }}_field_update_instance($instance, $prior_instance) {
5   // @todo Needs function body.
6 }