Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / update_last_removed.twig
1 /**
2  * Implements hook_update_last_removed().
3  */
4 function {{ machine_name }}_update_last_removed() {
5   // We've removed the 5.x-1.x version of mymodule, including database updates.
6   // The next update function is mymodule_update_5200().
7   return 5103;
8 }