You are here

Functions in Taxonomy Term Reference Tree Widget 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_term_reference_tree_element_alter ./term_reference_tree.api.php Hook to allow the form elements of a tree to be modified by other code.
term_reference_tree_children_callback ./term_reference_tree.widget.inc Ajax callback to load children for a list. 1
term_reference_tree_element_info ./term_reference_tree.module Implements hook_element_info().
term_reference_tree_field_formatter_info ./term_reference_tree.field.inc Implements hook_field_formatter_info().
term_reference_tree_field_formatter_settings_form ./term_reference_tree.field.inc Implements hook_field_formatter_settings_form().
term_reference_tree_field_formatter_settings_summary ./term_reference_tree.field.inc Implements hook_field_formatter_settings_summary().
term_reference_tree_field_formatter_view ./term_reference_tree.field.inc Implements hook_field_formatter_view().
term_reference_tree_field_widget_form ./term_reference_tree.widget.inc Implements hook_field_widget_form().
term_reference_tree_field_widget_info ./term_reference_tree.widget.inc Implements hook_field_widget_info().
term_reference_tree_field_widget_settings_form ./term_reference_tree.widget.inc Implements hook_field_widget_settings_form().
term_reference_tree_process_checkbox_tree ./term_reference_tree.widget.inc Process the checkbox_tree widget. 1
term_reference_tree_theme ./term_reference_tree.module Implements hook_theme().
theme_checkbox_tree ./term_reference_tree.widget.inc Returns HTML for a checkbox_tree form element.
theme_checkbox_tree_item ./term_reference_tree.widget.inc This function prints a single item in the tree, followed by that item's children (which may be another checkbox_tree_level).
theme_checkbox_tree_label ./term_reference_tree.widget.inc This function prints a label that cannot be selected.
theme_checkbox_tree_level ./term_reference_tree.widget.inc This function prints a list item with a checkbox and an unordered list of all the elements inside it.
theme_checkbox_tree_track_list ./term_reference_tree.widget.inc Shows a list of items that have been checked. The display happens on the client-side. Use this function to theme the element's label, and the "nothing selected" message.
theme_term_tree_list ./term_reference_tree.widget.inc Themes the term tree display (as opposed to the select widget).
_term_reference_tree_build_item ./term_reference_tree.widget.inc Builds a single item in the term reference tree widget. 1
_term_reference_tree_build_level ./term_reference_tree.widget.inc Builds a level in the term reference tree widget. 2
_term_reference_tree_cascading_selection_validate ./term_reference_tree.widget.inc Makes sure that cardinality is unlimited if cascading selection is enabled. 1
_term_reference_tree_flatten ./term_reference_tree.module Recursively go through the option tree and return a flat array of options 1
_term_reference_tree_get_allowed_values ./term_reference_tree.widget.inc Returns an array of allowed values defined by the given view. 1
_term_reference_tree_get_parent ./term_reference_tree.module 1
_term_reference_tree_get_term_hierarchy ./term_reference_tree.module This function returns a taxonomy term hierarchy in a nested array. 1
_term_reference_tree_get_term_hierarchy_recursive ./term_reference_tree.module Recursive helper function for _term_reference_tree_get_term_hierarchy(). 1
_term_reference_tree_hierarchy_flatten ./term_reference_tree.module 1
_term_reference_tree_output_list_level ./term_reference_tree.widget.inc Helper function to output a single level of the term reference tree display. 1
_term_reference_tree_select_parents_validate ./term_reference_tree.widget.inc Makes sure that cardinality is unlimited if auto-select parents is enabled. 1
_term_reference_tree_taxonomy_get_parents_all ./term_reference_tree.module Gets all parent tids for a given vid and children tids. 1
_term_reference_tree_taxonomy_get_parents_all_recursive ./term_reference_tree.module Helper function for _term_reference_tree_taxonomy_get_parents_all(). 1
_term_reference_tree_taxonomy_get_tree ./term_reference_tree.module Gets all terms and their parent and children hierarchy for a given vid. 2
_term_reference_tree_taxonomy_resolve_labels ./term_reference_tree.module Resolves the label to use in the widget for the given taxonomy terms. 1
_term_reference_tree_widget_validate ./term_reference_tree.widget.inc Validates the term reference tree widgets. 1

Other projects