form_get_cache

Related topics

Namesort iconDescription
Form generationFunctions to enable the processing and display of HTML forms.

Functions that call form_get_cache()

Namesort iconLocationDescription
book_form_updatemodules/book/book.pages.incAJAX callback to replace the book parent select options.
drupal_get_formincludes/form.incRetrieves 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_cacheincludes/form.incFetch a form from cache.
poll_choice_jsmodules/poll/poll.moduleMenu callback for AHAH additions.
upload_jsmodules/upload/upload.moduleMenu-callback for JavaScript-based uploads.

Functions called by form_get_cache()

Namesort iconLocationDescription
cache_getincludes/cache.incReturn 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_tokenincludes/common.incValidate a token based on $value, the current user session and private key.
form_get_cacheincludes/form.incFetch a form from cache.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.