You are here

Functions in Better Exposed Filters 8.3

Primary tabs

Namesort descending Location Description Direct uses Strings
bef_checkbox ./better_exposed_filters.theme Build a BEF checkbox. 1
bef_replace_query_string_arg ./better_exposed_filters.theme Replaces/adds a given query string argument to the current URL. 1
bef_sort_combine_submit ./better_exposed_filters.module Unpacks sort_by and sort_order from the sort_bef_combine element. 1
bef_test_help tests/bef_test/bef_test.module Implements hook_help().
bef_test_install tests/bef_test/bef_test.install Adds terms to the hierarchical "location" vocabulary.
better_exposed_filters_form_views_ui_config_item_form_alter ./better_exposed_filters.module Implements hook_form_FORM_ID_alter().
better_exposed_filters_help ./better_exposed_filters.module Implements hook_help().
better_exposed_filters_preprocess_views_exposed_form ./better_exposed_filters.module Prepares variables for views exposed form templates.
better_exposed_filters_theme ./better_exposed_filters.module Implements hook_theme().
hook_better_exposed_filters_display_options_alter ./better_exposed_filters.api.php Modify the array of BEF display options for an exposed filter.
hook_better_exposed_filters_settings_alter ./better_exposed_filters.api.php Alters Better Exposed Filters settings before the exposed form widgets are built.
template_preprocess_bef_checkboxes ./better_exposed_filters.module
template_preprocess_bef_hidden ./better_exposed_filters.module Implements hook_template_preprocess_default_variables_alter().
template_preprocess_bef_links ./better_exposed_filters.module
template_preprocess_bef_radios ./better_exposed_filters.module
theme_secondary_exposed_elements ./better_exposed_filters.theme Themes some exposed form elements in a details element.
theme_select_as_checkboxes_details ./better_exposed_filters.theme Themes a select element as checkboxes enclosed in a details element.
theme_select_as_hidden ./better_exposed_filters.theme Themes a select element as a series of hidden fields.
theme_select_as_links ./better_exposed_filters.theme Themes a select drop-down as a collection of links.
theme_select_as_radios_details ./better_exposed_filters.theme Themes a select element as radio buttons enclosed in a details element.
theme_select_as_tree ./better_exposed_filters.theme Themes a taxonomy-based exposed filter as a nested unordered list.
_bef_preprocess_nested_elements ./better_exposed_filters.module Internal function to provide information the templates for rendering nested elements. Adds 'is_nested' and 'depth' to $variables. Requires 'children' to be set in $variables before being called. 3
_bef_test_add_term tests/bef_test/bef_test.install Adds a new term to the bef_test-location vocabulary. If a TID is specified in $parent, the new term is added as a child of that term. 1
_better_exposed_filters_slider_selected ./better_exposed_filters.module Return whether or not the slider has been selected for the given filter.

Other projects