- BackdropWebTestCase::backdropGetToken in core/
modules/ simpletest/ backdrop_web_test_case.php - Generate a token for the currently logged in user.
- backdrop_get_token in core/
includes/ common.inc - Generates a token based on $value, the user session, and the private key.
- drupal_get_private_key in core/
includes/ drupal.inc - Ensures the private key variable used to generate tokens is set.
- file_ajax_upload in core/
modules/ file/ file.module - Ajax callback: Processes file uploads and deletions.
- file_field_widget_process in core/
modules/ file/ file.field.inc - Render API callback: Processes a file_generic field element.
- file_get_download_token in core/
modules/ file/ file.module - file_managed_file_process in core/
modules/ file/ file.module - Render API callback: Expands the managed_file element type.
- file_managed_file_value in core/
modules/ file/ file.module - Render API callback: Determines the value for a managed_file type element.
- filter_editor_dialog_token in core/
modules/ filter/ filter.module - Generate a URL token for checking access to an editor dialog.
- _telemetry_site_key in core/
modules/ telemetry/ telemetry.module - Get an anonymous, unique identifier for this site.
- _update_process_fetch_task in core/
modules/ update/ update.fetch.inc - Processes a task to fetch available update data for a single project.