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