Same name in other branches
- 7.x-3.x quicktabs.api.php \hook_quicktabs_alter()
Alter the Quicktabs instance before it gets rendered.
Paramètres
&$quicktabs: A loaded Quicktabs object, either from the database or from code.
1 invocation of hook_quicktabs_alter()
- quicktabs_build_quicktabs dans ./
quicktabs.module - Constructs a Quicktabs instance.
Fichier
-
./
quicktabs.api.php, line 9
Code
function hook_quicktabs_alter(&$quicktabs) {
}