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_get_token
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
14 calls to drupal_get_token()
aggregator_view
in drupal/
modules/
aggregator/
aggregator.admin.inc
Displays the aggregator administration page.
comment_links
in drupal/
modules/
comment/
comment.module
Helper function, build links for an individual comment.
dashboard_admin
in drupal/
modules/
dashboard/
dashboard.module
Page callback: Displays the dashboard.
drupal_prepare_form
in drupal/
includes/
form.inc
Prepares a structured form array.
drupal_process_form
in drupal/
includes/
form.inc
Processes a form submission.
drupal_theme_initialize
in drupal/
includes/
theme.inc
Initializes the theme system by loading the theme.
drupal_valid_token
in drupal/
includes/
common.inc
Validates a token based on $value, the user session, and the private key.
form_set_cache
in drupal/
includes/
form.inc
Stores a form in the cache.
overlay_disable_message
in drupal/
modules/
overlay/
overlay.module
Returns a renderable array representing a message for disabling the overlay.
shortcut_preprocess_page
in drupal/
modules/
shortcut/
shortcut.module
Implements hook_preprocess_page().
SystemValidTokenTest::testTokenValidation
in drupal/
modules/
system/
system.test
Tests invalid invocations of
drupal_valid_token
() that must return FALSE.
system_configure_date_formats_form
in drupal/
modules/
system/
system.admin.inc
Allow users to add additional date formats.
system_themes_page
in drupal/
modules/
system/
system.admin.inc
Menu callback; displays a listing of all themes.
update_info_page
in drupal/
update.php
Provides an overview of the Drupal database update.