You are here

sharerich.api.php in Sharerich 7.2

Same filename and directory in other branches
  1. 8 sharerich.api.php
  2. 7.3 sharerich.api.php

Hooks provided by the sharerich.

File

sharerich.api.php
View 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

Namesort descending 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.