form_get_cache
Related topics
| Name | Description |
|---|---|
| Form generation | Functions to enable the processing and display of HTML forms. |
Functions that call form_get_cache()
| Name | Location | Description |
|---|---|---|
| book_form_update | modules/book/book.pages.inc | AJAX callback to replace the book parent select options. |
| drupal_get_form | includes/form.inc | Retrieves a form from a constructor function, or from the cache if the form was built in a previous page-load. The form is then passesed on for processing, after and rendered for display if necessary. |
| form_get_cache | includes/form.inc | Fetch a form from cache. |
| poll_choice_js | modules/poll/poll.module | Menu callback for AHAH additions. |
| upload_js | modules/upload/upload.module | Menu-callback for JavaScript-based uploads. |
Functions called by form_get_cache()
| Name | Location | Description |
|---|---|---|
| cache_get | includes/cache.inc | Return data from the persistent cache. Data may be stored as either plain text or as serialized data. cache_get will automatically return unserialized objects and arrays. |
| 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. |
