drupal_get_token

Related topics

Namesort iconDescription
Input validationFunctions to validate user input.

Functions that call drupal_get_token()

Namesort iconLocationDescription
drupal_get_formincludes/form.incProcesses a form array and produces the HTML output of a form. If there is input in the $_POST['edit'] variable, this function will attempt to validate it, using drupal_validate_form(), and then submit the form using drupal_submit_form().
drupal_get_tokenincludes/common.incGenerate a token based on $value, the current user session and private key.

Functions called by drupal_get_token()

Namesort iconLocationDescription
drupal_get_private_keyincludes/common.incEnsure the private key variable used to generate tokens is set.
drupal_get_tokenincludes/common.incGenerate a token based on $value, the current user session and private key.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.