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
»
common.inc
»
drupal_add_html_head
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
12 calls to drupal_add_html_head()
CachePluginBase::cache_start
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
cache/
CachePluginBase.php
Start caching the html head.
CachePluginBase::gather_headers
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
cache/
CachePluginBase.php
Gather the JS/CSS from the render array, the html head from the band data.
CachePluginBase::restore_headers
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
cache/
CachePluginBase.php
Restore out of band data saved to cache. Copied from Panels.
drupal_add_html_head_link
in drupal/
core/
includes/
common.inc
Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD.
drupal_get_html_head
in drupal/
core/
includes/
common.inc
Retrieves output to be displayed in the HEAD tag of the HTML page.
install_display_output
in drupal/
core/
includes/
install.core.inc
Displays themed installer output and ends the page request.
openid_test_yadis_http_equiv
in drupal/
core/
modules/
openid/
tests/
openid_test.module
Menu callback; regular HTML page with <meta> element.
rdf_preprocess_node
in drupal/
core/
modules/
rdf/
rdf.module
Implements
hook_preprocess_HOOK
() for
node.tpl.php
.
rdf_preprocess_taxonomy_term
in drupal/
core/
modules/
rdf/
rdf.module
Implements
hook_preprocess_HOOK
() for
taxonomy-term.tpl.php
.
rdf_preprocess_user_profile
in drupal/
core/
modules/
rdf/
rdf.module
Implements
hook_preprocess_HOOK
() for
user-profile.tpl.php
.
template_preprocess_html
in drupal/
core/
includes/
theme.inc
Preprocess variables for
html.tpl.php
_batch_progress_page
in drupal/
core/
includes/
batch.inc
Outputs a batch processing page.