You are here

Functions in Webform Block 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
webformblock_block ./webformblock.module Exposes blocks to match any webforms which have been activated
webformblock_config_form_submit ./webformblock.module Webform 3 configure form submit handler (node/[nid]/webform/configure) 1
webformblock_delete ./webformblock.module Delete a block and the reference to the webform node from the database. 2
webformblock_exists ./webformblock.module Calculates whether a webformblock exists for a node id. 6
webformblock_form_alter ./webformblock.module Add a checkbox on webform node editing page under 'advanced'. Allows the activating of a corresponding block
webformblock_insert ./webformblock.module Insert a block and a reference to the webform node into the database. 2
webformblock_install ./webformblock.install Implementation of hook_install().
webformblock_list ./webformblock.module Generate a list of blocks corresponding to webforms which have been ticked to generate a block 1
webformblock_nodeapi ./webformblock.module Implements hook_nodeapi().
webformblock_nodestatus ./webformblock.module Legacy function to avoid breaking sites that use this old function.
webformblock_schema ./webformblock.install Define the 'webform_block' table structure.
webformblock_uninstall ./webformblock.install Implementation of hook_uninstall().
webformblock_view ./webformblock.module Use the block delta to load in the corresponding node and output as a block body Block content can be themed as if it was a node-webform.tpl.php etc. 1

Other projects