You are here

Functions in Formfilter 5

Primary tabs

Namesort descending Location Description Direct uses Strings
formfilter_admin_settings ./formfilter.module Menu callback for module settings. 1
formfilter_filter_form ./formfilter.module Filter a form so the requested elements are invisible (passed as values). 1
formfilter_form_alter ./formfilter.module Implementation of hook_form_alter().
formfilter_form_validate ./formfilter.module Validate a form filtering submission. Read in data from the $_POST because we have added elements not via the Forms API.
formfilter_install ./formfilter.install Implementation of hook_install().
formfilter_menu ./formfilter.module Implementation of hook_menu().
formfilter_perm ./formfilter.module Implementation of hook_perm().
formfilter_supported_types ./formfilter.module Array of form element types for which filtering is supported. 2
_formfilter_add_selectors ./formfilter.module Add selectors to a form for the user to select which elements to filter. 1
_formfilter_filter_element ./formfilter.module Filter a form element. 2
_formfilter_filter_form ./formfilter.module Apply filtering to a form. 1

Other projects