drupal_get_token
Related topics
| Name | Description |
|---|---|
| Input validation | Functions to validate user input. |
Functions that call drupal_get_token()
| Name | Location | Description |
|---|---|---|
| drupal_get_form | includes/form.inc | Processes 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_token | includes/common.inc | Generate a token based on $value, the current user session and private key. |
Functions called by drupal_get_token()
| Name | Location | Description |
|---|---|---|
| drupal_get_private_key | includes/common.inc | Ensure the private key variable used to generate tokens is set. |
| drupal_get_token | includes/common.inc | Generate a token based on $value, the current user session and private key. |
