25 calls to node_type_get_name()

forum_menu_local_tasks_alter in drupal/modules/forum/forum.module
Implements hook_menu_local_tasks_alter().
hook_mail in drupal/modules/system/system.api.php
Prepare a message based on parameters; called from drupal_mail().
hook_search_execute in drupal/modules/search/search.api.php
Execute a search for a set of key words.
NodeTypeTestCase::testNodeTypeGetFunctions in drupal/modules/node/node.test
Ensures that node type functions (node_type_get_*) work correctly.
node_admin_nodes in drupal/modules/node/node.admin.inc
Form builder: Builds the node administration overview.
node_assign_owner_action in drupal/modules/node/node.module
Assigns ownership of a node to a user.
node_delete_confirm_submit in drupal/modules/node/node.pages.inc
Executes node deletion.
node_form_submit in drupal/modules/node/node.pages.inc
Form submission handler for node_form().
node_help in drupal/modules/node/node.module
Implements hook_help().
node_make_sticky_action in drupal/modules/node/node.module
Sets the sticky-at-top-of-list property of a node to 1.
node_make_unsticky_action in drupal/modules/node/node.module
Sets the sticky-at-top-of-list property of a node to 0.
node_page_edit in drupal/modules/node/node.pages.inc
Menu callback; presents the node editing form.
node_promote_action in drupal/modules/node/node.module
Sets the promote property of a node to 1.
node_publish_action in drupal/modules/node/node.module
Sets the status of a node to 1 (published).
node_revision_delete_confirm_submit in drupal/modules/node/node.pages.inc
Form submission handler for node_revision_delete_confirm().
node_revision_revert_confirm_submit in drupal/modules/node/node.pages.inc
Form submission handler for node_revision_revert_confirm().
node_save_action in drupal/modules/node/node.module
Saves a node.
node_search_execute in drupal/modules/node/node.module
Implements hook_search_execute().
node_tokens in drupal/modules/node/node.tokens.inc
Implements hook_tokens().
node_unpromote_action in drupal/modules/node/node.module
Sets the promote property of a node to 0.
node_unpublish_action in drupal/modules/node/node.module
Sets the status of a node to 0 (unpublished).
node_unpublish_by_keyword_action in drupal/modules/node/node.module
Unpublishes a node containing certain keywords.
PollTestCase::pollCreate in drupal/modules/poll/poll.test
Creates a poll.
PollTestCase::pollUpdate in drupal/modules/poll/poll.test
tracker_page in drupal/modules/tracker/tracker.pages.inc
Page callback: prints a listing of active nodes on the site.