sharerich.api.php in Sharerich 7.2
Same filename and directory in other branches
Hooks provided by the sharerich.
File
sharerich.api.phpView source
<?php
/**
* @file
* Hooks provided by the sharerich.
*/
/**
* @addtogroup hooks
* @{
*/
/**
* Alter the sharerich buttons markup.
*
* @param array $buttons
* @param object $node
*/
function hook_sharerich_buttons_alter(&$buttons, $node) {
}
/**
* Alter the sharerich raw set CTools object.
*
* @param $set
*/
function hook_sharerich_set_load_alter(&$set) {
}
/**
* Alter the sharerich set CTools object.
*
* @param $set
*/
function hook_sharerich_set_alter(&$set) {
}
/**
* @} End of "addtogroup hooks".
*/
Functions
Name | Description |
---|---|
hook_sharerich_buttons_alter | Alter the sharerich buttons markup. |
hook_sharerich_set_alter | Alter the sharerich set CTools object. |
hook_sharerich_set_load_alter | Alter the sharerich raw set CTools object. |