drupal_valid_token
Functions that call drupal_valid_token()
| Name | Location | Description |
|---|---|---|
| drupal_validate_form | includes/form.inc | Validates user-submitted form data from the $form_state using the validate functions defined in a structured form array. |
| drupal_valid_token | includes/common.inc | Validate a token based on $value, the current user session and private key. |
| form_get_cache | includes/form.inc | Fetch a form from cache. |
Functions called by drupal_valid_token()
| Name | Location | Description |
|---|---|---|
| drupal_valid_token | includes/common.inc | Validate a token based on $value, the current user session and private key. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
