daily_container.inc

Description

All code implementing the daily_container node type

Functions

Namesort iconDescription
daily_accessImplementation of hook_access(): access restrictions for nodes
daily_deleteImplementation of hook_delete(): Respond to node deletion for node type Daily Container.
daily_formImplementation of hook_form(): Build a node editing form for node type Daily Container.
daily_insertImplementation of hook_insert(): Respond to node insertion for nodetype Daily Container.
daily_loadImplementation of hook_load(): Load additional node data for node type Daily Container.
daily_node_infoImplementation of hook_node_info(): Node type information
daily_prepareImplementation of hook_prepare(): Prepare a node for editing
daily_updateImplementation of hook_update(): Respond to node updating for nodetype Daily Container.
daily_validateImplementation of hook_validate(): Verify a node editing form for nodetype Daily Container.
daily_viewImplementation of hook_view(): Add extra fields to display.
_daily_delete_revisionThis is called from daily_nodeapi on a 'delete revision' event, as there is no normal hook.