function hook_sharerich_set_load_alter in Sharerich 7.3
Same name and namespace in other branches
- 7.2 sharerich.api.php \hook_sharerich_set_load_alter()
Alter the sharerich raw set CTools object.
Parameters
$set:
1 invocation of hook_sharerich_set_load_alter()
- sharerich_set_load in ./
sharerich.module - Load function.
File
- ./
sharerich.api.php, line 29 - Hooks provided by the sharerich.
Code
function hook_sharerich_set_load_alter(&$set) {
}