Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
bootstrap.inc
»
drupal_get_title
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
9 calls to drupal_get_title()
ajax_prepare_response
in drupal/
core/
includes/
ajax.inc
Converts the return value of a page callback into an Ajax commands array.
drupal_page_set_cache
in drupal/
core/
includes/
common.inc
Stores the current page in the cache.
PageTitleFilteringTest::setUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
PageTitleFilteringTest.php
Implement setUp().
PageTitleFilteringTest::testTitleTags
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
PageTitleFilteringTest.php
Tests the handling of HTML by
drupal_set_title
() and
drupal_get_title
()
shortcut_preprocess_page
in drupal/
core/
modules/
shortcut/
shortcut.module
Implements
hook_preprocess_HOOK
() for
page.tpl.php
.
template_preprocess_html
in drupal/
core/
includes/
theme.inc
Preprocess variables for
html.tpl.php
template_preprocess_maintenance_page
in drupal/
core/
includes/
theme.inc
The variables array generated here is a mirror of
template_preprocess_page
(). This preprocessor will run its course when theme_maintenance_page() is invoked.
template_preprocess_overlay
in drupal/
core/
modules/
overlay/
overlay.module
Implements template_preprocess_HOOK() for
overlay.tpl.php
template_process_page
in drupal/
core/
includes/
theme.inc
Process variables for
page.tpl.php