You are here

function hook_sharerich_buttons_alter in Sharerich 8

Same name and namespace in other branches
  1. 7.3 sharerich.api.php \hook_sharerich_buttons_alter()
  2. 7 sharerich.module \hook_sharerich_buttons_alter()
  3. 7.2 sharerich.api.php \hook_sharerich_buttons_alter()

Alter the sharerich buttons markup.

Parameters

array $buttons:

object $node:

1 function implements hook_sharerich_buttons_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

sharerich_sharerich_buttons_alter in ./sharerich.module
Implements hook_sharerich_buttons_alter().
1 invocation of hook_sharerich_buttons_alter()
SharerichBlock::build in src/Plugin/Block/SharerichBlock.php
Builds and returns the renderable array for this block plugin.

File

./sharerich.api.php, line 14
Hooks provided by the sharerich.

Code

function hook_sharerich_buttons_alter(&$buttons, $context) {
}