function token_element_validate_token_context in Token 7
Same name and namespace in other branches
- 5 token.module \token_element_validate_token_context()
- 6 token.module \token_element_validate_token_context()
Deprecated. Use token_element_validate() instead.
File
- ./token.module, line 752 
- Enhances the token API in core: adds a browseable UI, missing tokens, etc.
Code
function token_element_validate_token_context(&$element, &$form_state) {
  return token_element_validate($element, $form_state);
}