Search for storage

  1. Search 9.5.x for storage
  2. Search 8.9.x for storage
  3. Search 10.3.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
field_sql_storage_field_storage_info function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_info().
field_sql_storage_field_storage_load function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_load().
field_sql_storage_field_storage_purge function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_purge().
field_sql_storage_field_storage_purge_field function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_purge_field().
field_sql_storage_field_storage_query function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_query().
field_sql_storage_field_storage_update_field function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_update_field().
field_sql_storage_field_storage_write function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_write().
field_sql_storage_field_update_forbid function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_update_forbid().
field_sql_storage_help function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_help().
field_sql_storage_schema function modules/field/modules/field_sql_storage/field_sql_storage.install Implements hook_schema().
field_sql_storage_update_7000 function modules/field/modules/field_sql_storage/field_sql_storage.install Field SQL storage update version placeholder.
field_sql_storage_update_7001 function modules/field/modules/field_sql_storage/field_sql_storage.install Remove the field_config_entity_type table and store 'entity_type' strings.
field_sql_storage_update_7002 function modules/field/modules/field_sql_storage/field_sql_storage.install Fix primary keys in field revision data tables.
FIELD_STORAGE_INSERT constant modules/field/field.attach.inc Argument for an insert operation.
FIELD_STORAGE_UPDATE constant modules/field/field.attach.inc Argument for an update operation.
field_test.storage.inc file modules/field/tests/field_test.storage.inc Defines a field storage backend.
field_test_dummy_field_storage_query function modules/field/tests/field_test.module Pseudo-implements hook_field_storage_query().
field_test_field_storage_create_field function modules/field/tests/field_test.storage.inc Implements hook_field_storage_create_field().
field_test_field_storage_delete function modules/field/tests/field_test.storage.inc Implements hook_field_storage_delete().
field_test_field_storage_delete_field function modules/field/tests/field_test.storage.inc Implements hook_field_storage_delete_field().
field_test_field_storage_delete_instance function modules/field/tests/field_test.storage.inc Implements hook_field_storage_delete_instance().
field_test_field_storage_delete_revision function modules/field/tests/field_test.storage.inc Implements hook_field_storage_delete_revision().
field_test_field_storage_details function modules/field/tests/field_test.storage.inc Implements hook_field_storage_details().
field_test_field_storage_details_alter function modules/field/tests/field_test.storage.inc Implements hook_field_storage_details_alter().
field_test_field_storage_info function modules/field/tests/field_test.storage.inc Implements hook_field_storage_info().
field_test_field_storage_load function modules/field/tests/field_test.storage.inc Implements hook_field_storage_load().
field_test_field_storage_purge function modules/field/tests/field_test.storage.inc Implements hook_field_storage_purge().
field_test_field_storage_write function modules/field/tests/field_test.storage.inc Implements hook_field_storage_write().
FormsFormStoragePageCacheTestCase class modules/simpletest/tests/form.test Test the form storage when page caching for anonymous users is turned on.
FormsFormStoragePageCacheTestCase::$profile property modules/simpletest/tests/form.test The profile to install as a basis for testing.
FormsFormStoragePageCacheTestCase::getFormBuildId function modules/simpletest/tests/form.test Return the build id of the current form.
FormsFormStoragePageCacheTestCase::getInfo function modules/simpletest/tests/form.test
FormsFormStoragePageCacheTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage function modules/simpletest/tests/form.test Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage function modules/simpletest/tests/form.test Build-id is regenerated when validating cached form.
FormsFormStorageTestCase class modules/simpletest/tests/form.test Test the form storage on a multistep form.
FormsFormStorageTestCase::$web_user property modules/simpletest/tests/form.test
FormsFormStorageTestCase::getInfo function modules/simpletest/tests/form.test
FormsFormStorageTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsFormStorageTestCase::testCachedFormStorageValidation function modules/simpletest/tests/form.test Tests updating cached form storage during form validation.
FormsFormStorageTestCase::testForm function modules/simpletest/tests/form.test Tests using the form in a usual way.
FormsFormStorageTestCase::testFormCached function modules/simpletest/tests/form.test Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testFormStatePersist function modules/simpletest/tests/form.test Tests a form using form state without using 'storage' to pass data from the
constructor to a submit handler. The data has to persist even when caching
gets activated, what may happen when a modules alter the form and adds
#ajax properties.
FormsFormStorageTestCase::testImmutableForm function modules/simpletest/tests/form.test Verifies that form build-id is regenerated when loading an immutable form
from the cache.
FormsFormStorageTestCase::testImmutableFormLegacyProtection function modules/simpletest/tests/form.test Verify that existing contrib code cannot overwrite immutable form state.
FormsFormStorageTestCase::testMutableForm function modules/simpletest/tests/form.test Verify that the form build-id remains the same when validation errors
occur on a mutable form.
FormsFormStorageTestCase::testValidation function modules/simpletest/tests/form.test Tests validation when form storage is used.
form_storage_test_form_continue_submit function modules/simpletest/tests/form_test.module Form submit handler to continue multi-step form.
form_test_storage_element_validate_value_cached function modules/simpletest/tests/form_test.module Form element validation handler for 'value' element in form_test_storage_form().
form_test_storage_form function modules/simpletest/tests/form_test.module A multistep form for testing the form storage.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.