Search for on
Title | Object type | File name | Summary |
---|---|---|---|
NodeTypeTestCase::testNodeTypeCreation | function | modules/ |
Tests creating a content type programmatically and via a form. |
NodeTypeTestCase::testNodeTypeDeletion | function | modules/ |
Tests deleting a content type that still has content. |
NodeTypeTestCase::testNodeTypeGetFunctions | function | modules/ |
Ensures that node type functions (node_type_get_*) work correctly. |
node_access_test_permission | function | modules/ |
Implements hook_permission(). |
node_action_info | function | modules/ |
Implements hook_action_info(). |
node_admin_content | function | modules/ |
Page callback: Form constructor for the content administration form. |
node_assign_owner_action | function | modules/ |
Assigns ownership of a node to a user. |
node_assign_owner_action_form | function | modules/ |
Generates the settings form for node_assign_owner_action(). |
node_assign_owner_action_submit | function | modules/ |
Saves settings form for node_assign_owner_action(). |
node_assign_owner_action_validate | function | modules/ |
Validates settings form for node_assign_owner_action(). |
node_block_configure | function | modules/ |
Implements hook_block_configure(). |
node_build_content | function | modules/ |
Builds a structured array representing the node's content. |
node_configure_rebuild_confirm | function | modules/ |
Menu callback: confirm rebuilding of permissions. |
node_configure_rebuild_confirm_submit | function | modules/ |
Handler for wipe confirmation |
node_content_form | function | modules/ |
Implements hook_form(). |
node_cron | function | modules/ |
Implements hook_cron(). |
node_delete_confirm | function | modules/ |
Form constructor for the node deletion confirmation form. |
node_delete_confirm_submit | function | modules/ |
Executes node deletion. |
node_form_block_admin_configure_alter | function | modules/ |
Implements hook_form_FORMID_alter(). |
node_form_block_admin_configure_submit | function | modules/ |
Form submission handler for node_form_block_admin_configure_alter(). |
node_list_permissions | function | modules/ |
Helper function to generate standard node permission list for a given type. |
node_make_sticky_action | function | modules/ |
Sets the sticky-at-top-of-list property of a node to 1. |
node_make_unsticky_action | function | modules/ |
Sets the sticky-at-top-of-list property of a node to 0. |
node_multiple_delete_confirm | function | modules/ |
Multiple node deletion confirmation form for node_admin_content(). |
node_multiple_delete_confirm_submit | function | modules/ |
Form submission handler for node_multiple_delete_confirm(). |
node_node_operations | function | modules/ |
Implements hook_node_operations(). |
node_permission | function | modules/ |
Implements hook_permission(). |
node_permissions_get_configured_types | function | modules/ |
Returns an array of node types that should be managed by permissions. |
node_promote_action | function | modules/ |
Sets the promote property of a node to 1. |
node_publish_action | function | modules/ |
Sets the status of a node to 1 (published). |
node_revision_delete | function | modules/ |
Deletes a node revision. |
node_revision_delete_confirm | function | modules/ |
Form constructor for the revision deletion confirmation form. |
node_revision_delete_confirm_submit | function | modules/ |
Form submission handler for node_revision_delete_confirm(). |
node_revision_list | function | modules/ |
Returns a list of all the existing revision numbers. |
node_revision_overview | function | modules/ |
Generates an overview table of older revisions of a node. |
node_revision_revert_confirm | function | modules/ |
Asks for confirmation of the reversion to prevent against CSRF attacks. |
node_revision_revert_confirm_submit | function | modules/ |
Form submission handler for node_revision_revert_confirm(). |
node_save_action | function | modules/ |
Saves a node. |
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_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_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(). |
NoFieldsException | class | includes/ |
Exception thrown if an insert query doesn't specify insert or default fields. |
NonDefaultBlockAdmin | class | modules/ |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.