-
- Downloads
- Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, plach,...
- Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests. The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.
Showing
- modules/field/field.api.php 67 additions, 42 deletionsmodules/field/field.api.php
- modules/field/field.attach.inc 129 additions, 31 deletionsmodules/field/field.attach.inc
- modules/field/field.crud.inc 96 additions, 33 deletionsmodules/field/field.crud.inc
- modules/field/field.info.inc 64 additions, 9 deletionsmodules/field/field.info.inc
- modules/field/field.install 48 additions, 22 deletionsmodules/field/field.install
- modules/field/field.module 29 additions, 18 deletionsmodules/field/field.module
- modules/field/field.test 169 additions, 14 deletionsmodules/field/field.test
- modules/field/modules/field_sql_storage/field_sql_storage.install 3 additions, 1 deletion...field/modules/field_sql_storage/field_sql_storage.install
- modules/field/modules/field_sql_storage/field_sql_storage.module 101 additions, 121 deletions.../field/modules/field_sql_storage/field_sql_storage.module
- modules/field/modules/field_sql_storage/field_sql_storage.test 4 additions, 4 deletions...es/field/modules/field_sql_storage/field_sql_storage.test
- modules/simpletest/tests/field_test.module 430 additions, 10 deletionsmodules/simpletest/tests/field_test.module
Loading
Please register or sign in to comment