Search for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
field_sql_storage_field_storage_info | function | modules/ |
Implements hook_field_storage_info(). |
field_sql_storage_field_storage_load | function | modules/ |
Implements hook_field_storage_load(). |
field_sql_storage_field_storage_purge | function | modules/ |
Implements hook_field_storage_purge(). |
field_sql_storage_field_storage_purge_field | function | modules/ |
Implements hook_field_storage_purge_field(). |
field_sql_storage_field_storage_query | function | modules/ |
Implements hook_field_storage_query(). |
field_sql_storage_field_storage_update_field | function | modules/ |
Implements hook_field_storage_update_field(). |
field_sql_storage_field_storage_write | function | modules/ |
Implements hook_field_storage_write(). |
field_sql_storage_field_update_forbid | function | modules/ |
Implements hook_field_update_forbid(). |
field_sql_storage_help | function | modules/ |
Implements hook_help(). |
field_sql_storage_schema | function | modules/ |
Implements hook_schema(). |
field_sql_storage_update_7000 | function | modules/ |
Field SQL storage update version placeholder. |
field_sql_storage_update_7001 | function | modules/ |
Remove the field_config_entity_type table and store 'entity_type' strings. |
field_sql_storage_update_7002 | function | modules/ |
Fix primary keys in field revision data tables. |
FIELD_STORAGE_INSERT | constant | modules/ |
Argument for an insert operation. |
FIELD_STORAGE_UPDATE | constant | modules/ |
Argument for an update operation. |
field_test.storage.inc | file | modules/ |
Defines a field storage backend. |
field_test_dummy_field_storage_query | function | modules/ |
Pseudo-implements hook_field_storage_query(). |
field_test_field_storage_create_field | function | modules/ |
Implements hook_field_storage_create_field(). |
field_test_field_storage_delete | function | modules/ |
Implements hook_field_storage_delete(). |
field_test_field_storage_delete_field | function | modules/ |
Implements hook_field_storage_delete_field(). |
field_test_field_storage_delete_instance | function | modules/ |
Implements hook_field_storage_delete_instance(). |
field_test_field_storage_delete_revision | function | modules/ |
Implements hook_field_storage_delete_revision(). |
field_test_field_storage_details | function | modules/ |
Implements hook_field_storage_details(). |
field_test_field_storage_details_alter | function | modules/ |
Implements hook_field_storage_details_alter(). |
field_test_field_storage_info | function | modules/ |
Implements hook_field_storage_info(). |
field_test_field_storage_load | function | modules/ |
Implements hook_field_storage_load(). |
field_test_field_storage_purge | function | modules/ |
Implements hook_field_storage_purge(). |
field_test_field_storage_write | function | modules/ |
Implements hook_field_storage_write(). |
FormsFormStoragePageCacheTestCase | class | modules/ |
Test the form storage when page caching for anonymous users is turned on. |
FormsFormStoragePageCacheTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
FormsFormStoragePageCacheTestCase::getFormBuildId | function | modules/ |
Return the build id of the current form. |
FormsFormStoragePageCacheTestCase::getInfo | function | modules/ |
|
FormsFormStoragePageCacheTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage | function | modules/ |
Build-id is regenerated when rebuilding cached form. |
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage | function | modules/ |
Build-id is regenerated when validating cached form. |
FormsFormStorageTestCase | class | modules/ |
Test the form storage on a multistep form. |
FormsFormStorageTestCase::$web_user | property | modules/ |
|
FormsFormStorageTestCase::getInfo | function | modules/ |
|
FormsFormStorageTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsFormStorageTestCase::testCachedFormStorageValidation | function | modules/ |
Tests updating cached form storage during form validation. |
FormsFormStorageTestCase::testForm | function | modules/ |
Tests using the form in a usual way. |
FormsFormStorageTestCase::testFormCached | function | modules/ |
Tests using the form with an activated $form_state['cache'] property. |
FormsFormStorageTestCase::testFormStatePersist | function | modules/ |
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/ |
Verifies that form build-id is regenerated when loading an immutable form from the cache. |
FormsFormStorageTestCase::testImmutableFormLegacyProtection | function | modules/ |
Verify that existing contrib code cannot overwrite immutable form state. |
FormsFormStorageTestCase::testMutableForm | function | modules/ |
Verify that the form build-id remains the same when validation errors occur on a mutable form. |
FormsFormStorageTestCase::testValidation | function | modules/ |
Tests validation when form storage is used. |
form_storage_test_form_continue_submit | function | modules/ |
Form submit handler to continue multi-step form. |
form_test_storage_element_validate_value_cached | function | modules/ |
Form element validation handler for 'value' element in form_test_storage_form(). |
form_test_storage_form | function | modules/ |
A multistep form for testing the form storage. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.