15 calls to drupal_get_token()

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