You are here

function site_deploy_disable in Hook Update Deploy Tools 8

Same name and namespace in other branches
  1. 7 boilerplate/install.php \site_deploy_disable()

Implements hook_disable().

File

boilerplate/install.php, line 35
This file is used for all the hook_update_n() that will deploy the site.

Code

function site_deploy_disable() {
  $t = get_t();
  drupal_set_message($t('site_deploy has been disabled. No data or settings were altered.'));
}