drupal_valid_token

Functions that call drupal_valid_token()

Namesort iconLocationDescription
drupal_validate_formincludes/form.incValidates user-submitted form data from the $form_state using the validate functions defined in a structured form array.
drupal_valid_tokenincludes/common.incValidate a token based on $value, the current user session and private key.
form_get_cacheincludes/form.incFetch a form from cache.

Functions called by drupal_valid_token()

Namesort iconLocationDescription
drupal_valid_tokenincludes/common.incValidate a token based on $value, the current user session and private key.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.