function site_deploy_update_7000 in Hook Update Deploy Tools 7
Whatever it placed in this docblock gets displayed upon drush updb.
File
- boilerplate/
install.php, line 57 - This file is used for all the hook_update_n() that will deploy the site.
Code
function site_deploy_update_7000(&$sandbox) {
// Whatever code is placed here gets run once upon 'drush updb' or update.php.
return HookUpdateDeployTools\Message::make("Whatever is returned is displayed after this update runs.");
}