You are here

instance_settings.api.php in Instance settings 7.2

Same filename and directory in other branches
  1. 7 instance_settings.api.php

Hooks provided by Instance settings module.

File

instance_settings.api.php
View source
<?php

/**
 * @file
 * Hooks provided by Instance settings module.
 */

/**
 * @addtogroup hooks
 * @{
 */

/**
 * Provides logic that should be executed when instance settings are applied.
 */
function hook_instance_settings_apply() {
  drupal_set_message(t('Instance settings applied. Please make sure you cleared a cache.'));
}

/**
 * @} End of "addtogroup hooks".
 */

Functions

Namesort descending Description
hook_instance_settings_apply Provides logic that should be executed when instance settings are applied.