Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
common.inc
»
drupal_set_breadcrumb
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
8 calls to drupal_set_breadcrumb()
blog_view
in drupal/
modules/
blog/
blog.module
Implements
hook_view
().
comment_reply
in drupal/
modules/
comment/
comment.pages.inc
This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
drupal_get_breadcrumb
in drupal/
includes/
common.inc
Gets the breadcrumb trail for the current page.
forum_node_view
in drupal/
modules/
forum/
forum.module
Implements
hook_node_view
().
hook_view
in drupal/
modules/
node/
node.api.php
Display a node.
menu_edit_item
in drupal/
modules/
menu/
menu.admin.inc
Menu callback; Build the menu link editing form.
taxonomy_term_page
in drupal/
modules/
taxonomy/
taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
template_preprocess_forums
in drupal/
modules/
forum/
forum.module
Preprocesses variables for
forums.tpl.php
.