Primary tabs

Namesort descending Location Description Direct uses Strings
module_list includes/module.inc Collect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc 4
module_load_all includes/module.inc Load all the modules that have been enabled in the system table. 1
nodeapi_example_help developer/examples/nodeapi_example.module Implementation of hook_help().
nodeapi_example_nodeapi developer/examples/nodeapi_example.module Implementation of hook_nodeapi().
node_access modules/node.module Determine whether the current user may perform the given operation on the specified node.
node_access_example_help developer/examples/node_access_example.module Implementation of hook_help().
node_access_example_nodeapi developer/examples/node_access_example.module Implementation of hook_nodeapi().
node_access_example_node_grants developer/examples/node_access_example.module Implementation of hook_node_grants().
node_access_example_perm developer/examples/node_access_example.module Implementation of hook_perm().
node_access_grants modules/node.module Fetch an array of permission IDs granted to the given user ID.
node_access_view_all_nodes modules/node.module Determine whether the user has a global viewing grant for all nodes.
node_add modules/node.module Present a node submission form or a set of links to such forms.
node_admin modules/node.module Menu callback; presents the content administration overview. 1
node_admin_nodes modules/node.module Generate the content administration overview.
node_block modules/node.module Implementation of hook_block().
node_comment_mode modules/node.module Retrieve the comment mode for the given node ID (none, read, or read/write).
node_configure modules/node.module Menu callback; presents general node configuration options. 1
node_cron modules/node.module Implementation of hook_cron().
node_db_rewrite_sql modules/node.module Implementation of hook_db_rewrite_sql
node_delete modules/node.module Ask for confirmation, and delete the node. 2
node_edit modules/node.module Present a node editing form.
node_example_access developer/examples/node_example.module Implementation of hook_access().
node_example_delete developer/examples/node_example.module Implementation of hook_delete().
node_example_form developer/examples/node_example.module Implementation of hook_form().
node_example_help developer/examples/node_example.module Implementation of hook_help().
node_example_insert developer/examples/node_example.module Implementation of hook_insert().
node_example_link developer/examples/node_example.module Implementation of hook_link().
node_example_load developer/examples/node_example.module Implementation of hook_load().
node_example_menu developer/examples/node_example.module Implementation of hook_menu().
node_example_node_name developer/examples/node_example.module Implementation of hook_node_name().
node_example_perm developer/examples/node_example.module Implementation of hook_perm().
node_example_update developer/examples/node_example.module Implementation of hook_update().
node_example_validate developer/examples/node_example.module Implementation of hook_validate().
node_example_view developer/examples/node_example.module Implementation of hook_view().
node_feed modules/node.module A generic function for generating RSS feeds from a set of nodes. 2
node_form modules/node.module Generate the node editing form. 3
node_get_module_name modules/node.module Determine the module that defines the node type of the given node. 4
node_help modules/node.module Implementation of hook_help().
node_hook modules/node.module Determine whether a node hook exists.
node_invoke modules/node.module Invoke a node hook. 20
node_invoke_nodeapi modules/node.module Invoke a hook_nodeapi() operation in all modules. 11
node_last_changed modules/node.module
node_last_viewed modules/node.module Retrieves the timestamp at which the current user last viewed the specified node. 2
node_link modules/node.module Implementation of hook_link().
node_list modules/node.module Get a list of all the defined node types. 1
node_load modules/node.module Load a node object from the database. 31
node_mark modules/node.module Decide on the type of marker to be displayed for a given node. 3
node_menu modules/node.module Implementation of hook_menu().
node_nodeapi modules/node.module Implementation of hook_nodeapi().
node_page modules/node.module Menu callback; dispatches control to the appropriate operation handler. 2

Pages

Other projects