You are here

function hook_quants_alter in Quant 6

Implementation of hook_quants_alter()

Alter the array of quants before they are cached

1 invocation of hook_quants_alter()
quant_get_quants in ./quant.module
Fetch all available quants

File

./quant.api.php, line 48

Code

function hook_quants_alter(&$quants) {
  $quants['comment_creation']->label = t('Comments added');
}