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_formmodules/node.moduleGenerate the node editing form.
node_pagemodules/node.moduleMenu callback; dispatches control to the appropriate operation handler.
node_submitmodules/node.moduleAccepts a submission of new or changed node content.
node_validatemodules/node.modulePerform validation checks on the given node.

Functions called by node_validate()

Namesort iconLocationDescription
array2objectincludes/common.incConvert an associative array to an anonymous object.
filter_accessmodules/filter.moduleReturns true if the user is allowed to access this format.
format_dateincludes/common.incFormat a date with the given configured format or a custom format string.
form_set_errorincludes/common.incFile an error against the form element with the specified name.
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_revision_createmodules/node.moduleCreate and return a new revision of the given node.
node_teasermodules/node.moduleAutomatically generate a teaser for a node body in a given format.
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.
 
 

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.