You are here

Functions in Webform MySQL Views 7

Primary tabs

Namesort descending Location Description Direct uses Strings
webform_mysql_views_admin_form ./webform_mysql_views.admin.inc Form builder for the Webform MySQL Views admin form. 1
webform_mysql_views_admin_form_submit ./webform_mysql_views.admin.inc Form submission handler for the admin form.
webform_mysql_views_admin_form_validate ./webform_mysql_views.admin.inc Form submission handler for the admin form.
webform_mysql_views_build_query ./webform_mysql_views.module Given a webform node ID, build an SQL query that will create a flat MySQL view of subnissions for that webform 1
webform_mysql_views_component_submit ./webform_mysql_views.module Submit handler for the webform component edit/delete forms. 1
webform_mysql_views_drop ./webform_mysql_views.module Drops the view belonging to the specified nid, if any 1
webform_mysql_views_form_alter ./webform_mysql_views.module Implementation of hook_form_alter().
webform_mysql_views_get_view_name ./webform_mysql_views.module Get a unique view name from a given string and node ID. 2
webform_mysql_views_help ./webform_mysql_views.module Implementation of hook_help().
webform_mysql_views_menu ./webform_mysql_views.module Implementation of hook_menu().
webform_mysql_views_node_delete ./webform_mysql_views.module Implements hook_node_delete().
webform_mysql_views_rebuild ./webform_mysql_views.module Rebuild the view for the specified nid, if any. If $add_new is TRUE, will build a new view even if an existing one is not found. 2
webform_mysql_views_uninstall ./webform_mysql_views.install Implements hook_uninstall().
_webform_mysql_views_check_requirements ./webform_mysql_views.module Check Drupal environment for module requirements 1

Other projects