You are here

function nodeconnect_include_form in Node Connect 7

Includes the form inc file

This can be used in #submit array before the sumbit functions which are located in the inc file

2 calls to nodeconnect_include_form()
nodeconnect_field_attach_form in ./nodeconnect.module
Implements hook_field_attache_form().
nodeconnect_form_node_form_alter in ./nodeconnect.module
Implements hook_form_node_form_alter()
2 string references to 'nodeconnect_include_form'
nodeconnect_child_node_form_alter in ./nodeconnect.form.inc
Alters are child create form.
_nodeconnect_field_attach_form in ./nodeconnect.form.inc
Implements of hook_field_attach_form().

File

./nodeconnect.module, line 55
Handles the main hooks used by nodeconnect

Code

function nodeconnect_include_form() {
  module_load_include("inc", "nodeconnect", "nodeconnect.form");
}