You are here

Functions in Webform MySQL Views 6

Primary tabs

Namesort descending Location Description Direct uses Strings
webform_mysql_views_admin_form ./webform_mysql_views.module Form builder for the Webform MySQL Views admin form. 1
webform_mysql_views_admin_form_submit ./webform_mysql_views.module 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. 1
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_nodeapi ./webform_mysql_views.module Implementation of hook_nodeapi().
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_requirements ./webform_mysql_views.install Implementation of hook_requirements().
webform_mysql_views_uninstall ./webform_mysql_views.install Implementation of hook_uninstall().
webform_mysql_views_views_data_alter ./webform_mysql_views.module Implementation of hook_views_data_alter().
_webform_mysql_views_designate_primarykey ./webform_mysql_views.module Designate a column of a mysql view as primary key. This is required to expose a view via views (and data.module). 1

Other projects