Search for d
Title | Object type | File name | Summary |
---|---|---|---|
node_submit | function | modules/ |
Prepares node for saving by populating author and creation date. |
node_tag_new | function | modules/ |
Updates the 'last viewed' timestamp of the specified node for current user. |
node_test.info | file | modules/ |
name = "Node module tests" description = "Support module for node related testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
node_test.module | file | modules/ |
A dummy module for testing node related hooks. |
node_test_entity_view_mode_alter | function | modules/ |
Implements hook_entity_view_mode_alter(). |
node_test_exception.info | file | modules/ |
name = "Node module exception tests" description = "Support module for node related exception testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
node_test_exception.module | file | modules/ |
A module implementing node related hooks to test API interaction. |
node_test_exception_node_insert | function | modules/ |
Implements hook_node_insert(). |
node_test_node_access_records | function | modules/ |
Implements hook_node_access_records(). |
node_test_node_access_records_alter | function | modules/ |
Implements hook_node_access_records_alter(). |
node_test_node_grants | function | modules/ |
Implements hook_node_grants(). |
node_test_node_grants_alter | function | modules/ |
Implements hook_node_grants_alter(). |
node_test_node_insert | function | modules/ |
Implements hook_node_insert(). |
node_test_node_load | function | modules/ |
Implements hook_node_load(). |
node_test_node_presave | function | modules/ |
Implements hook_node_presave(). |
node_test_node_update | function | modules/ |
Implements hook_node_update(). |
node_test_node_view | function | modules/ |
Implements hook_node_view(). |
node_theme | function | modules/ |
Implements hook_theme(). |
node_title_list | function | modules/ |
Gathers a listing of links to nodes. |
node_tokens | function | modules/ |
Implements hook_tokens(). |
node_token_info | function | modules/ |
Implements hook_token_info(). |
node_types_rebuild | function | modules/ |
Updates the database cache of node types. |
node_type_cache_reset | function | modules/ |
Clears the node type cache. |
node_type_delete | function | modules/ |
Deletes a node type from the database. |
node_type_delete_confirm | function | modules/ |
Menu callback; delete a single content type. |
node_type_delete_confirm_submit | function | modules/ |
Process content type delete confirm submissions. |
node_type_form | function | modules/ |
Form constructor for the node type editing form. |
node_type_form_submit | function | modules/ |
Form submission handler for node_type_form(). |
node_type_form_validate | function | modules/ |
Form validation handler for node_type_form(). |
node_type_get_base | function | modules/ |
Returns the node type base of the passed node or node type string. |
node_type_get_name | function | modules/ |
Returns the node type name of the passed node or node type string. |
node_type_get_names | function | modules/ |
Returns a list of available node type names. |
node_type_get_type | function | modules/ |
Returns the node type of the passed node or node type string. |
node_type_get_types | function | modules/ |
Returns a list of all the available node types. |
node_type_load | function | modules/ |
Menu argument loader: loads a node type by string. |
node_type_page_title | function | modules/ |
Title callback: Returns the unsanitized title of the node type edit form. |
node_type_reset | function | modules/ |
Resets relevant fields of a module-defined node type to their default values. |
node_type_save | function | modules/ |
Saves a node type to the database. |
node_type_set_defaults | function | modules/ |
Sets the default values for a node type. |
node_type_update_nodes | function | modules/ |
Updates all nodes of one type to be of another type. |
node_unpromote_action | function | modules/ |
Sets the promote property of a node to 0. |
node_unpublish_action | function | modules/ |
Sets the status of a node to 0 (unpublished). |
node_unpublish_by_keyword_action | function | modules/ |
Unpublishes a node containing certain keywords. |
node_unpublish_by_keyword_action_form | function | modules/ |
Generates settings form for node_unpublish_by_keyword_action(). |
node_unpublish_by_keyword_action_submit | function | modules/ |
Saves settings form for node_unpublish_by_keyword_action(). |
node_update_7000 | function | modules/ |
Upgrade the node type table and fix node type 'module' attribute to avoid name-space conflicts. |
node_update_7001 | function | modules/ |
Rename {node_revisions} table to {node_revision}. |
node_update_7002 | function | modules/ |
Extend the node_promote_status index to include all fields required for the node page query. |
node_update_7003 | function | modules/ |
Remove the node_counter if the statistics module is uninstalled. |
node_update_7004 | function | modules/ |
Extend the existing default preview and teaser settings to all node types. |
Pagination
- Previous page
- Page 97
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.