21 calls to node_get_type_label()

hook_mail in drupal/core/modules/system/system.api.php
Prepare a message based on parameters; called from drupal_mail().
hook_search_execute in drupal/core/modules/search/search.api.php
Execute a search for a set of key words.
NodeFormController::save in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
NodeTranslationController::entityFormTitle in drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php
Overrides EntityTranslationController::entityFormTitle().
node_admin_nodes in drupal/core/modules/node/node.admin.inc
Returns the admin form object to node_admin_content().
node_assign_owner_action in drupal/core/modules/node/node.module
Assigns ownership of a node to a user.
node_delete_confirm_submit in drupal/core/modules/node/node.pages.inc
Form submission handler for node_delete_confirm().
node_make_sticky_action in drupal/core/modules/node/node.module
Sets the sticky-at-top-of-list property of a node to 1.
node_make_unsticky_action in drupal/core/modules/node/node.module
Sets the sticky-at-top-of-list property of a node to 0.
node_page_edit in drupal/core/modules/node/node.pages.inc
Page callback: Presents the node editing form.
node_promote_action in drupal/core/modules/node/node.module
Sets the promote property of a node to 1.
node_publish_action in drupal/core/modules/node/node.module
Sets the status of a node to 1 (published).
node_revision_delete_confirm_submit in drupal/core/modules/node/node.pages.inc
Form submission handler for node_revision_delete_confirm().
node_revision_revert_confirm_submit in drupal/core/modules/node/node.pages.inc
Form submission handler for node_revision_revert_confirm().
node_save_action in drupal/core/modules/node/node.module
Saves a node.
node_search_execute in drupal/core/modules/node/node.module
Implements hook_search_execute().
node_tokens in drupal/core/modules/node/node.tokens.inc
Implements hook_tokens().
node_unpromote_action in drupal/core/modules/node/node.module
Sets the promote property of a node to 0.
node_unpublish_action in drupal/core/modules/node/node.module
Sets the status of a node to 0 (unpublished).
node_unpublish_by_keyword_action in drupal/core/modules/node/node.module
Unpublishes a node containing certain keywords.
tracker_page in drupal/core/modules/tracker/tracker.pages.inc
Page callback: Generates a page of tracked nodes for the site.