Same name and namespace in other branches
  1. 7.x-3.x quicktabs.api.php \hook_quicktabs_alter() 1 comment

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) {
}