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 |
---|---|---|---|
DateTimeFunctionalTest::testDateFormatStorage | function | modules/ |
Test if the date formats are stored properly. |
DrupalCacheArray::$storage | property | includes/ |
Storage for the data itself. |
Field Storage API | group | modules/ |
Implement a storage engine for Field API data. |
FieldAttachStorageTestCase | class | modules/ |
Unit test class for storage-related field_attach_* functions. |
FieldAttachStorageTestCase::getInfo | function | modules/ |
|
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle | function | modules/ |
Test field_attach_create_bundle() and field_attach_rename_bundle(). |
FieldAttachStorageTestCase::testFieldAttachDelete | function | modules/ |
Test field_attach_delete(). |
FieldAttachStorageTestCase::testFieldAttachDeleteBundle | function | modules/ |
Test field_attach_delete_bundle(). |
FieldAttachStorageTestCase::testFieldAttachLoadMultiple | function | modules/ |
Test the 'multiple' load feature. |
FieldAttachStorageTestCase::testFieldAttachSaveLoad | function | modules/ |
Check field values insert, update and load. |
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage | function | modules/ |
Test saving and loading fields using different storage backends. |
FieldAttachStorageTestCase::testFieldAttachSaveMissingData | function | modules/ |
Tests insert and update with missing or NULL fields. |
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue | function | modules/ |
Test insert with missing or NULL fields, with default value. |
FieldAttachStorageTestCase::testFieldHasData | function | modules/ |
Test field_has_data(). |
FieldAttachStorageTestCase::testFieldStorageDetailsAlter | function | modules/ |
Test storage details alteration. |
FieldSqlStorageTestCase | class | modules/ |
Tests field storage. |
FieldSqlStorageTestCase::$field | property | modules/ |
|
FieldSqlStorageTestCase::$field_name | property | modules/ |
|
FieldSqlStorageTestCase::$instance | property | modules/ |
|
FieldSqlStorageTestCase::$revision_table | property | modules/ |
|
FieldSqlStorageTestCase::$table | property | modules/ |
|
FieldSqlStorageTestCase::getInfo | function | modules/ |
|
FieldSqlStorageTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate | function | modules/ |
Reads mysql to verify correct data is written when using insert and update. |
FieldSqlStorageTestCase::testFieldAttachLoad | function | modules/ |
Uses the mysql tables and records to verify field_load_revision works correctly. |
FieldSqlStorageTestCase::testFieldAttachSaveMissingData | function | modules/ |
Tests insert and update with missing or NULL fields. |
FieldSqlStorageTestCase::testFieldCompareDataModification | function | modules/ |
Tests the expected return values of _field_sql_storage_write_compare(). |
FieldSqlStorageTestCase::testFieldSqlSchemaForEntityWithStringIdentifier | function | modules/ |
Tests adding a field with an entity ID type of string. |
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys | function | modules/ |
Test foreign key support. |
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns | function | modules/ |
Test handling multiple conditions on multiple columns of one field. |
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages | function | modules/ |
Test handling multiple conditions on multiple columns of one field for multiple languages. |
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsSameColumn | function | modules/ |
Test handling multiple conditions on one column of a field. |
FieldSqlStorageTestCase::testFieldStorageDetails | function | modules/ |
Test the storage details. |
FieldSqlStorageTestCase::testFieldUpdateFailure | function | modules/ |
Test that failure to create fields is handled gracefully. |
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData | function | modules/ |
Test adding and removing indexes while data is present. |
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData | function | modules/ |
Test trying to update a field with data. |
FieldTestCase::$default_storage | property | modules/ |
|
field_info_storage_settings | function | modules/ |
Returns a field storage type's default settings. |
field_info_storage_types | function | modules/ |
Returns information about field storage from hook_field_storage_info(). |
field_sql_storage.info | file | modules/ |
name = Field SQL storage description = Stores field data in an SQL database. package = Core version = VERSION core = 7.x dependencies[] = field files[] = field_sql_storage.test required = TRUE |
field_sql_storage.install | file | modules/ |
Install, update and uninstall functions for the field_sql_storage module. |
field_sql_storage.module | file | modules/ |
Default implementation of the field storage API. |
field_sql_storage.test | file | modules/ |
Tests for field_sql_storage.module. |
field_sql_storage_field_attach_rename_bundle | function | modules/ |
Implements hook_field_attach_rename_bundle(). |
field_sql_storage_field_storage_create_field | function | modules/ |
Implements hook_field_storage_create_field(). |
field_sql_storage_field_storage_delete | function | modules/ |
Implements hook_field_storage_delete(). |
field_sql_storage_field_storage_delete_field | function | modules/ |
Implements hook_field_storage_delete_field(). |
field_sql_storage_field_storage_delete_instance | function | modules/ |
Implements hook_field_storage_delete_instance(). |
field_sql_storage_field_storage_delete_revision | function | modules/ |
Implements hook_field_storage_delete_revision(). |
field_sql_storage_field_storage_details | function | modules/ |
Implements hook_field_storage_details(). |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.