node_validate

Functions that call node_validate()

Namesort iconLocationDescription
blogapi_blogger_edit_postmodules/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postmodules/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
node_validatemodules/node.modulePerform validation checks on the given node.

Functions called by node_validate()

Namesort iconLocationDescription
form_set_errorincludes/form.incFile an error against a form element. If the name of the element is edit[foo][bar] then you may pass either foo or foo][bar as $name foo will set an error for all its children.
node_get_namemodules/node.moduleDetermine the human readable name for a given type.
node_invokemodules/node.moduleInvoke a node hook.
node_invoke_nodeapimodules/node.moduleInvoke a hook_nodeapi() operation in all modules.
node_last_changedmodules/node.module
node_validatemodules/node.modulePerform validation checks on the given node.
tincludes/common.incTranslate strings to the current locale.
themeincludes/theme.incGenerate the themed representation of a Drupal object.
user_accessmodules/user.moduleDetermine whether the user has a given privilege.
user_loadmodules/user.moduleFetch a user object.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.