function hook_webform_template_show_selection_alter in Webform Template 7
Same name and namespace in other branches
- 7.4 webform_template.api.php \hook_webform_template_show_selection_alter()
Modify the visibility of the template selection.
Parameters
bool $show: When set to FALSE, the template selection will be deactivated.
Array $context: The form.
1 function implements hook_webform_template_show_selection_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- webform_template_i18n_webform_template_show_selection_alter in webform_template_i18n/
webform_template_i18n.module - Implements hook_webform_template_show_selection_alter().
1 invocation of hook_webform_template_show_selection_alter()
- webform_template_form_node_form_alter in ./
webform_template.module - Implements hook_node_form_alter().
File
- ./
webform_template.api.php, line 41 - Hooks provided by the Webform Template module.
Code
function hook_webform_template_show_selection_alter(&$show, $context) {
// @todo Add sample code.
}