node.php

Version

1.14.2.1 (checked in on 2007/01/06 at 09:23:36 by fgm)

Description

These hooks are defined by node modules, modules that define a new kind of node.

If you don't need to make a new node type but rather extend the existing ones, you should instead investigate using hook_nodeapi().

Node hooks are typically called by node.module using node_invoke().

Functions

Namesort iconDescription
hook_accessDefine access restrictions.
hook_deleteRespond to node deletion.
hook_formDisplay a node editing form.
hook_insertRespond to node insertion.
hook_loadLoad node-type-specific information.
hook_node_nameDefine the human-readable name of a node type.
hook_node_typesDefine multiple node types.
hook_updateRespond to node updating.
hook_validateVerify a node editing form.
hook_viewDisplay a node.
 
 

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.