You are here

Functions in Webform Report 6

Primary tabs

Namesort descending Location Description Direct uses Strings
webform_report_access ./webform_report.module Implementation of hook_access 1
webform_report_criteria_form ./webform_report.module Generate a form for specifying report criteria. 1
webform_report_criteria_form_publish ./webform_report.module Validates and saves criteria form data when Publish button is pressed 1
webform_report_criteria_form_validate ./webform_report.module Implementation of hook_validate
webform_report_csv ./webform_report.inc Output a webform report in CSV format 1
webform_report_db_rewrite_sql ./webform_report.module Implementation of hook_db_rewrite_sql(), to prevent webform_reports from being displayed on the front page (promoted) while view access to them is denied the current role. Don't ask, just smile and nod.
webform_report_delete ./webform_report.module Implementation of hook_delete
webform_report_form ./webform_report.module Implementation of hook_form
webform_report_help ./webform_report.module Implementation of hook_help
webform_report_insert ./webform_report.module Implementation of hook_insert
webform_report_install ./webform_report.install Implementation of hook_install().
webform_report_load ./webform_report.module Implementation of hook_load
webform_report_menu ./webform_report.module Implementation of hook_menu()
webform_report_menu_load ./webform_report.module Menu loader callback; Load a webform report node if the given nid is a webform report
webform_report_node_info ./webform_report.module Implementation of hook_node_info
webform_report_perm ./webform_report.module Implementation of hook_perm
webform_report_schema ./webform_report.install
webform_report_uninstall ./webform_report.install Implementation of hook_uninstall
webform_report_update ./webform_report.module Implementation of hook_update 1
webform_report_update_1 ./webform_report.install implementation of hook_update
webform_report_update_2 ./webform_report.install implementation of hook_update
webform_report_update_3 ./webform_report.install implementation of hook_update
webform_report_validate ./webform_report.module
webform_report_view ./webform_report.module Implementation of hook_view
_webform_report_add_data_links ./webform_report.inc Add links to relevant data fields. 1
_webform_report_filter_values ./webform_report.inc Filter an array of table values. 1
_webform_report_format_csv_column ./webform_report.inc Format a CSV column value 1
_webform_report_get_body_content ./webform_report.inc Get node body content for the specified webform report. 2
_webform_report_get_components ./webform_report.inc Get webform components. 1
_webform_report_get_data ./webform_report.inc Get data for the specified webform. 2
_webform_report_get_uid_for_user ./webform_report.inc Return the uid corresponding with a valid username. 1
_webform_report_get_webforms ./webform_report.inc Search for nodes of type webform and returns their nids and titles in an associative array. 1
_webform_report_output_csv ./webform_report.inc Format webform report data as a CSV 1
_webform_report_page ./webform_report.inc Display a list of webform reports in the admin area. 1
_webform_report_pager ./webform_report.inc Paginate the webform report. 1
_webform_report_prepare_report_data ./webform_report.inc Rebuild result table fields and values arrays to match report criteria. 1

Other projects