17 calls to drupal_get_token()
- aggregator_view in modules/aggregator/ aggregator.admin.inc 
- Displays the aggregator administration page.
- comment_links in modules/comment/ comment.module 
- Helper function, build links for an individual comment.
- dashboard_admin in modules/dashboard/ dashboard.module 
- Page callback: Displays the dashboard.
- drupal_prepare_form in includes/form.inc 
- Prepares a structured form array.
- drupal_process_form in includes/form.inc 
- Processes a form submission.
- drupal_theme_initialize in includes/theme.inc 
- Initializes the theme system by loading the theme.
- drupal_valid_token in includes/common.inc 
- Validates a token based on $value, the user session, and the private key.
- form_set_cache in includes/form.inc 
- Stores a form in the cache.
- hook_requirements in modules/system/ system.api.php 
- Check installation requirements and do status reporting.
- overlay_disable_message in modules/overlay/ overlay.module 
- Returns a renderable array representing a message for disabling the overlay.
- shortcut_preprocess_page in modules/shortcut/ shortcut.module 
- Implements hook_preprocess_page().
- SystemValidTokenTest::testTokenValidation in modules/system/ system.test 
- Tests invalid invocations of drupal_valid_token() that must return FALSE.
- system_configure_date_formats_form in modules/system/ system.admin.inc 
- Allow users to add additional date formats.
- system_requirements in modules/system/ system.install 
- Implements hook_requirements().
- system_themes_page in modules/system/ system.admin.inc 
- Menu callback; displays a listing of all themes.
- update_info_page in ./update.php 
- Provides an overview of the Drupal database update.
- _update_no_data in modules/update/ update.module 
- Returns a warning message when there is no data about available updates.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
