13 calls to drupal_get_token()

AggregatorController::adminOverview in drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php
Displays the aggregator administration page.
comment_links in drupal/core/modules/comment/comment.module
Adds reply, edit, delete, etc. links, depending on user permissions.
drupal_get_js in drupal/core/includes/common.inc
Returns a themed presentation of all JavaScript code for the current page.
drupal_prepare_form in drupal/core/includes/form.inc
Prepares a structured form array.
drupal_process_form in drupal/core/includes/form.inc
Processes a form submission.
drupal_valid_token in drupal/core/includes/common.inc
Validates a token based on $value, the user session, and the private key.
form_set_cache in drupal/core/includes/form.inc
Stores a form in the cache.
LinkApprove::render_link in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkApprove.php
overlay_disable_message in drupal/core/modules/overlay/overlay.module
Returns a renderable array representing a message for disabling the overlay.
RequestHandler::csrfToken in drupal/core/modules/rest/lib/Drupal/rest/RequestHandler.php
Generates a CSRF protecting session token.
shortcut_preprocess_page in drupal/core/modules/shortcut/shortcut.module
Implements hook_preprocess_HOOK() for page.tpl.php.
system_themes_page in drupal/core/modules/system/system.admin.inc
Menu callback; displays a listing of all themes.
update_info_page in drupal/core/update.php
Provides an overview of the Drupal database update.