node.pages.inc

Page callbacks for adding, editing, deleting, and revisions management for content.

File

modules/node/node.pages.inc

Functions

Name Description
node_add Returns a node submission form.
node_add_page Page callback: Displays add content links for available content types.
node_delete_confirm Form constructor for the node deletion confirmation form.
node_delete_confirm_submit Executes node deletion.
node_form Form constructor for the node add/edit form.
node_form_build_preview Form submission handler for node_form().
node_form_delete_submit Form submission handler for node_form().
node_form_submit Form submission handler for node_form().
node_form_submit_build_node Updates the form state's node entity by processing this submission's values.
node_form_validate Form validation handler for node_form().
node_page_edit Menu callback; presents the node editing form.
node_preview Generates a node preview.
node_revision_delete_confirm Form constructor for the revision deletion confirmation form.
node_revision_delete_confirm_submit Form submission handler for node_revision_delete_confirm().
node_revision_overview Generates an overview table of older revisions of a node.
node_revision_revert_confirm Asks for confirmation of the reversion to prevent against CSRF attacks.
node_revision_revert_confirm_submit Form submission handler for node_revision_revert_confirm().
theme_node_add_list Returns HTML for a list of available node types for node creation.
theme_node_preview Returns HTML for a node preview for display during node creation and editing.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!node!node.pages.inc/7.x