function site_deploy_update_8001 in Hook Update Deploy Tools 8
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_8001(&$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.");
}