6 calls to _hierarchical_select_inherit_default_config() in Hierarchical Select 5.3
- hierarchical_select_common_config_get in includes/
common.inc - Retrieve a config. If certain settings are not yet configured by the user, defaults will be set. These defaults can also be overriden. This allows modules to provide their own meaningful defaults.
- hierarchical_select_process in ./
hierarchical_select.module - Hierarchical select form element type #process callback.
- _hierarchical_select_form_set_error_class in ./
hierarchical_select.module - Set the 'error' class on the appropriate part of Hierarchical Select, depending on its configuration.
- _hierarchical_select_process_calculate_selections in ./
hierarchical_select.module - Calculates the flat selections of both the hierarchical select and the dropbox.
- _hierarchical_select_process_get_hs_selection in ./
hierarchical_select.module - Get the current (flat) selection of the hierarchical select.
- _hierarchical_select_validate in ./
hierarchical_select.module - Hierarchical select form element #validate callback.