view::get_title |
function |
core/modules/views/includes/view.inc |
Get the view's current title. This can change depending upon how it
was built. |
drupal_get_title |
function |
core/includes/drupal.inc |
Gets the title of the current page. |
backdrop_get_title |
function |
core/includes/bootstrap.inc |
Gets the title of the current page. |
system_menu_block_get_title |
function |
core/modules/system/system.menu.inc |
Retrieves the menu item to use for the tree's title. |
layout_get_title_description |
function |
core/modules/layout/layout.module |
Gets the title description for the current layout. |
views_handler_argument::get_title |
function |
core/modules/views/handlers/views_handler_argument.inc |
Called by the view object to get the title. This may be set by a
validator so we don't necessarily call through to title(). |