You are here

function hook_shs_term_get_children_alter in Simple hierarchical select 7

Alter the list of terms within a level of the term hierarchy.

Parameters

array $terms: List of terms displayed to the user (single hierarchy level).

array $alter_options:

  • vid: ID of vocabulary or field name
  • parent: ID of parent term
  • settings: Additional settings (for example "language", etc.,)
1 function implements hook_shs_term_get_children_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

shs_node_count_shs_term_get_children_alter in modules/shs_node_count/shs_node_count.module
Implements hook_shs_term_get_children_alter().
1 invocation of hook_shs_term_get_children_alter()
shs_term_get_children in ./shs.module
Function to get the list of children of a term.

File

./shs.api.php, line 75
Hooks for the shs module.

Code

function hook_shs_term_get_children_alter(array &$terms, array &$alter_options) {
}