node_validate

Functions that call node_validate()

Namesort iconLocationDescription
blogapi_blogger_edit_postmodules/blogapi/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postmodules/blogapi/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
node_validatemodules/node/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_typesmodules/node/node.moduleBuilds a list of available node types, and returns all of part of this list in the specified format.
node_invokemodules/node/node.moduleInvoke a node hook.
node_invoke_nodeapimodules/node/node.moduleInvoke a hook_nodeapi() operation in all modules.
node_last_changedmodules/node/node.module
node_validatemodules/node/node.modulePerform validation checks on the given node.
tincludes/common.incTranslate strings to the current locale.
user_accessmodules/user/user.moduleDetermine whether the user has a given privilege.
user_loadmodules/user/user.moduleFetch a user object.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.