[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/modules/node/ -> node.admin.inc (summary)

(no description)

File Size: 626 lines (22 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 22 functions

  node_configure()
  node_configure_access_submit()
  node_configure_rebuild_confirm()
  node_configure_rebuild_confirm_submit()
  node_node_operations()
  node_filters()
  node_build_filter_query()
  node_filter_form()
  theme_node_filter_form()
  theme_node_filters()
  node_filter_form_submit()
  node_mass_update()
  _node_mass_update_helper()
  _node_mass_update_batch_process()
  _node_mass_update_batch_finished()
  node_admin_content()
  node_admin_nodes()
  node_admin_nodes_validate()
  node_admin_nodes_submit()
  theme_node_admin_nodes()
  node_multiple_delete_confirm()
  node_multiple_delete_confirm_submit()

Functions
Functions that are not part of a class:

node_configure()   X-Ref
Menu callback; presents general node configuration options.


node_configure_access_submit($form, &$form_state)   X-Ref
Form button submit callback.


node_configure_rebuild_confirm()   X-Ref
Menu callback: confirm rebuilding of permissions.


node_configure_rebuild_confirm_submit($form, &$form_state)   X-Ref
Handler for wipe confirmation


node_node_operations()   X-Ref
Implementation of hook_node_operations().


node_filters()   X-Ref
List node administration filters that can be applied.


node_build_filter_query()   X-Ref
Build query for node administration filters based on session.


node_filter_form()   X-Ref
Return form for node administration filters.


theme_node_filter_form($form)   X-Ref
Theme node administration filter form.


theme_node_filters($form)   X-Ref
Theme node administration filter selector.


node_filter_form_submit($form, &$form_state)   X-Ref
Process result from node administration filter form.


node_mass_update($nodes, $updates)   X-Ref
Make mass update of nodes, changing all nodes in the $nodes array
to update them with the field values in $updates.

IMPORTANT NOTE: This function is intended to work when called
from a form submit handler. Calling it outside of the form submission
process may not work correctly.

param: array $nodes
param: array $updates

_node_mass_update_helper($nid, $updates)   X-Ref
Node Mass Update - helper function.


_node_mass_update_batch_process($nodes, $updates, &$context)   X-Ref
Node Mass Update Batch operation


_node_mass_update_batch_finished($success, $results, $operations)   X-Ref
Node Mass Update Batch 'finished' callback.


node_admin_content($form_state)   X-Ref
Menu callback: content administration.


node_admin_nodes()   X-Ref
Form builder: Builds the node administration overview.


node_admin_nodes_validate($form, &$form_state)   X-Ref
Validate node_admin_nodes form submissions.

Check if any nodes have been selected to perform the chosen
'Update option' on.

node_admin_nodes_submit($form, &$form_state)   X-Ref
Process node_admin_nodes form submissions.

Execute the chosen 'Update option' on the selected nodes.

theme_node_admin_nodes($form)   X-Ref
Theme node administration overview.


node_multiple_delete_confirm(&$form_state, $nodes)   X-Ref
No description

node_multiple_delete_confirm_submit($form, &$form_state)   X-Ref
No description



Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7