Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / 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 8.x-1.x version of mymodule, including database updates.
6   // The next update function is mymodule_update_8200().
7   return 8103;
8 }