instance_settings.api.php in Instance settings 7
Same filename and directory in other branches
Hooks provided by Instance settings module.
File
instance_settings.api.phpView 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
Name![]() |
Description |
---|---|
hook_instance_settings_apply | Provides logic that should be executed when instance settings are applied. |