Hook implementations

Functions that implement standard Drupal hooks.

Functions

Namesort iconLocationDescription
daily_accessdaily/daily_container.incImplementation of hook_access(): access restrictions for nodes
daily_crondaily/daily.moduleImplementation of hook_cron(): perform periodic actions
daily_deletedaily/daily_container.incImplementation of hook_delete(): Respond to node deletion for node type Daily Container.
daily_formdaily/daily_container.incImplementation of hook_form(): Build a node editing form for node type Daily Container.
daily_form_alterdaily/daily_daily.incImplementation of hook_form_alter(): Change a form.
daily_helpdaily/daily.moduleImplementation of hook_help(): define help texts.
daily_insertdaily/daily_container.incImplementation of hook_insert(): Respond to node insertion for nodetype Daily Container.
daily_linkdaily/daily.moduleImplementation of hook_link(): Add daily links to nodes
daily_loaddaily/daily_container.incImplementation of hook_load(): Load additional node data for node type Daily Container.
daily_menudaily/daily.moduleImplementation of hook_menu(): define menu links.
daily_nodeapidaily/daily_daily.incImplementation of hook_nodeapi(): Act on nodes defined by other modules.
daily_node_infodaily/daily_container.incImplementation of hook_node_info(): Node type information
daily_permdaily/daily.moduleImplementation of hook_perm(): user permissions
daily_preparedaily/daily_container.incImplementation of hook_prepare(): Prepare a node for editing
daily_requirementsdaily/daily.installImplementation of hook_requirements(): Check installation requirements.
daily_themedaily/daily_data.incImplementation of hook_theme()
daily_uninstalldaily/daily.installImplementation of hook_uninstall(): remove tables and variables
daily_updatedaily/daily_container.incImplementation of hook_update(): Respond to node updating for nodetype Daily Container.
daily_update_last_removeddaily/daily.installImplementation of hook_update_last_removed: Last removed update script
daily_validatedaily/daily_container.incImplementation of hook_validate(): Verify a node editing form for nodetype Daily Container.
daily_viewdaily/daily_container.incImplementation of hook_view(): Add extra fields to display.