C:/drupal/modules/node/node.admin.inc File Reference

Go to the source code of this file.


Functions

 node_configure ()
 node_configure_validate ($form, &$form_state)
 node_configure_rebuild_confirm ()
 node_configure_rebuild_confirm_submit ($form, &$form_state)
 node_node_operations ()
 node_filters ()
 node_build_filter_query ()
 node_filter_form ()
 theme_node_filter_form ($form)
 theme_node_filters ($form)
 node_filter_form_submit ($form, &$form_state)
 node_mass_update ($nodes, $updates)
 _node_mass_update_helper ($nid, $updates)
 _node_mass_update_batch_process ($nodes, $updates, &$context)
 _node_mass_update_batch_finished ($success, $results, $operations)
 node_admin_content ($form_state)
 node_admin_nodes ()
 node_admin_nodes_validate ($form, &$form_state)
 node_admin_nodes_submit ($form, &$form_state)
 theme_node_admin_nodes ($form)
 node_multiple_delete_confirm (&$form_state, $nodes)
 node_multiple_delete_confirm_submit ($form, &$form_state)


Detailed Description

Content administration and module settings UI.

Definition in file node.admin.inc.


Function Documentation

_node_mass_update_batch_finished ( success,
results,
operations 
)

Node Mass Update Batch 'finished' callback.

Definition at line 431 of file node.admin.inc.

References $results, drupal_set_message(), format_plural(), t(), and theme().

Here is the call graph for this function:

_node_mass_update_batch_process ( nodes,
updates,
&$  context 
)

Node Mass Update Batch operation

Definition at line 400 of file node.admin.inc.

References _node_mass_update_helper(), l(), and nid.

Here is the call graph for this function:

_node_mass_update_helper ( nid,
updates 
)

Node Mass Update - helper function.

Definition at line 388 of file node.admin.inc.

References $name, and $value.

Referenced by _node_mass_update_batch_process(), and node_mass_update().

node_admin_content ( form_state  ) 

Menu callback: content administration.

Definition at line 446 of file node.admin.inc.

References node_admin_nodes(), node_filter_form(), and node_multiple_delete_confirm().

Here is the call graph for this function:

node_admin_nodes (  ) 

Form builder: Builds the node administration overview.

Definition at line 461 of file node.admin.inc.

References $result, check_plain(), db_fetch_object(), db_query(), db_result(), db_rewrite_sql(), drupal_get_destination(), l(), language, language_list(), module_exists(), module_invoke_all(), name, nid, node_build_filter_query(), pager_query(), t(), and theme().

Referenced by node_admin_content().

Here is the call graph for this function:

node_admin_nodes_submit ( form,
&$  form_state 
)

Process node_admin_nodes form submissions.

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

Definition at line 531 of file node.admin.inc.

References cache_clear_all(), and module_invoke_all().

Here is the call graph for this function:

node_admin_nodes_validate ( form,
&$  form_state 
)

Validate node_admin_nodes form submissions.

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

Definition at line 519 of file node.admin.inc.

References form_set_error(), and t().

Here is the call graph for this function:

node_build_filter_query (  ) 

Build query for node administration filters based on session.

Definition at line 177 of file node.admin.inc.

References $value, and node_filters().

Referenced by node_admin_nodes().

Here is the call graph for this function:

node_configure (  ) 

Menu callback; presents general node configuration options.

Definition at line 12 of file node.admin.inc.

References $status, db_query(), db_result(), drupal_map_assoc(), module_implements(), t(), and variable_get().

Here is the call graph for this function:

node_configure_rebuild_confirm (  ) 

Menu callback: confirm rebuilding of permissions.

Definition at line 79 of file node.admin.inc.

References t().

Here is the call graph for this function:

node_configure_rebuild_confirm_submit ( form,
&$  form_state 
)

Handler for wipe confirmation

Definition at line 87 of file node.admin.inc.

node_configure_validate ( form,
&$  form_state 
)

Form validate callback.

Definition at line 70 of file node.admin.inc.

References drupal_goto(), and t().

Here is the call graph for this function:

node_filter_form (  ) 

Return form for node administration filters.

Definition at line 213 of file node.admin.inc.

References $type, $value, drupal_add_js(), module_invoke(), node_filters(), and t().

Referenced by node_admin_content().

Here is the call graph for this function:

node_filter_form_submit ( form,
&$  form_state 
)

Process result from node administration filter form.

Definition at line 318 of file node.admin.inc.

References form_options_flatten(), node_filters(), and t().

Here is the call graph for this function:

node_filters (  ) 

List node administration filters that can be applied.

Definition at line 139 of file node.admin.inc.

References module_exists(), module_invoke(), and t().

Referenced by node_build_filter_query(), node_filter_form(), and node_filter_form_submit().

Here is the call graph for this function:

node_mass_update ( nodes,
updates 
)

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.

Parameters:
array $nodes Array of node nids to update.
array $updates Array of key/value pairs with node field names and the value to update that field to.

Definition at line 357 of file node.admin.inc.

References _node_mass_update_helper(), batch_set(), drupal_get_path(), drupal_set_message(), and t().

Here is the call graph for this function:

node_multiple_delete_confirm ( &$  form_state,
nodes 
)

Definition at line 604 of file node.admin.inc.

References $title, $value, check_plain(), db_query(), db_result(), and t().

Referenced by node_admin_content().

Here is the call graph for this function:

node_multiple_delete_confirm_submit ( form,
&$  form_state 
)

Definition at line 625 of file node.admin.inc.

References $value, drupal_set_message(), and t().

Here is the call graph for this function:

node_node_operations (  ) 

Implementation of hook_node_operations().

Definition at line 96 of file node.admin.inc.

References t().

Here is the call graph for this function:


Generated on Mon Jun 2 15:08:24 2008 for SimpleTest by  1.5.5