52 calls to node_get_types()

blogapi_admin_settings in drupal-6.x/modules/blogapi/blogapi.module
blog_form in drupal-6.x/modules/blog/blog.module
Implementation of hook_form().
book_admin_settings in drupal-6.x/modules/book/book.admin.inc
Builds and returns the book settings form.
comment_update_6002 in drupal-6.x/modules/comment/comment.install
Changed comment settings from global to per-node -- copy global settings to all node types.
forum_form in drupal-6.x/modules/forum/forum.module
Implementation of hook_form().
hook_form in documentation-6.x/developer/hooks/node.php
Display a node editing form.
hook_mail in documentation-6.x/developer/hooks/core.php
Prepare a message based on parameters; called from drupal_mail().
hook_search in documentation-6.x/developer/hooks/core.php
Define a custom search routine.
locale_uninstall in drupal-6.x/modules/locale/locale.install
Implementation of hook_uninstall().
locale_update_6005 in drupal-6.x/modules/locale/locale.install
Change language setting variable of content types.
node_access in drupal-6.x/modules/node/node.module
Determine whether the current user may perform the given operation on the specified node.
node_add in drupal-6.x/modules/node/node.pages.inc
Present a node submission form or a set of links to such forms.
node_admin_nodes in drupal-6.x/modules/node/node.admin.inc
Form builder: Builds the node administration overview.
node_assign_owner_action in drupal-6.x/modules/node/node.module
Implementation of a configurable Drupal action. Assigns ownership of a node to a user.
node_content_form in drupal-6.x/modules/node/node.module
Implementation of hook_form().
node_delete in drupal-6.x/modules/node/node.module
Delete a node.
node_filters in drupal-6.x/modules/node/node.admin.inc
List node administration filters that can be applied.
node_forms in drupal-6.x/modules/node/node.module
Implementation of hook_forms(). All node forms share the same form handler
node_form_alter in drupal-6.x/modules/node/node.module
Implementation of hook_form_alter().
node_form_submit in drupal-6.x/modules/node/node.pages.inc
node_help in drupal-6.x/modules/node/node.module
Implementation of hook_help().
node_hook in drupal-6.x/modules/node/node.module
Determine whether a node hook exists.
node_invoke in drupal-6.x/modules/node/node.module
Invoke a node hook.
node_make_sticky_action in drupal-6.x/modules/node/node.module
Implementation of a Drupal action. Sets the sticky-at-top-of-list property of a node to 1.
node_make_unsticky_action in drupal-6.x/modules/node/node.module
Implementation of a Drupal action. Sets the sticky-at-top-of-list property of a node to 0.
node_menu in drupal-6.x/modules/node/node.module
Implementation of hook_menu().
node_overview_types in drupal-6.x/modules/node/content_types.inc
Displays the content type admin overview page.
node_perm in drupal-6.x/modules/node/node.module
Implementation of hook_perm().
node_promote_action in drupal-6.x/modules/node/node.module
Implementation of a Drupal action. Sets the promote property of a node to 1.
node_publish_action in drupal-6.x/modules/node/node.module
Implementation of a Drupal action. Sets the status of a node to 1, meaning published.
node_revision_delete_confirm_submit in drupal-6.x/modules/node/node.pages.inc
node_revision_revert_confirm_submit in drupal-6.x/modules/node/node.pages.inc
node_save_action in drupal-6.x/modules/node/node.module
Implementation of a Drupal action. Saves a node.
node_search in drupal-6.x/modules/node/node.module
Implementation of hook_search().
node_types_rebuild in drupal-6.x/modules/node/node.module
Resets the database cache of node types, and saves all new or non-modified module-defined node types to the database.
node_type_delete in drupal-6.x/modules/node/node.module
Deletes a node type from the database.
node_type_form_validate in drupal-6.x/modules/node/content_types.inc
Validates the content type submission form generated by node_type_form().
node_unpromote_action in drupal-6.x/modules/node/node.module
Implementation of a Drupal action. Sets the promote property of a node to 0.
node_unpublish_action in drupal-6.x/modules/node/node.module
Implementation of a Drupal action. Sets the status of a node to 0, meaning unpublished.
node_unpublish_by_keyword_action in drupal-6.x/modules/node/node.module
Implementation of a configurable Drupal action. Unpublish a node if it contains a certain string.
node_validate in drupal-6.x/modules/node/node.module
Perform validation checks on the given node.
poll_form in drupal-6.x/modules/poll/poll.module
Implementation of hook_form().
system_mail in drupal-6.x/modules/system/system.module
Implementation of hook_mail().
system_message_action in drupal-6.x/modules/system/system.module
A configurable Drupal action. Sends a message to the current user's screen.
system_theme_settings in drupal-6.x/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
taxonomy_form_vocabulary in drupal-6.x/modules/taxonomy/taxonomy.admin.inc
Display form for adding and editing vocabularies.
taxonomy_overview_vocabularies in drupal-6.x/modules/taxonomy/taxonomy.admin.inc
Form builder to list and manage vocabularies.
template_preprocess_forums in drupal-6.x/modules/forum/forum.module
Process variables for forums.tpl.php
theme_get_settings in drupal-6.x/includes/theme.inc
Retrieve an associative array containing the settings for a theme.
tracker_page in drupal-6.x/modules/tracker/tracker.pages.inc
Menu callback. Prints a listing of active nodes on the site.
_blogapi_get_node_types in drupal-6.x/modules/blogapi/blogapi.module
_node_add_access in drupal-6.x/modules/node/node.module