You are here

sharerich.api.php in Sharerich 8

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

Hooks provided by the sharerich.

File

sharerich.api.php
View source
<?php

/**
 * @file
 * Hooks provided by the sharerich.
 */

/**
 * Alter the sharerich buttons markup.
 *
 * @param array $buttons
 * @param object $node
 */
function hook_sharerich_buttons_alter(&$buttons, $context) {
}

Functions

Namesort descending Description
hook_sharerich_buttons_alter Alter the sharerich buttons markup.