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 |
---|---|---|---|
form_test_storage_form_submit | function | modules/ |
Form submit handler to finish multi-step form. |
form_test_storage_legacy_handler | function | modules/ |
Emulate legacy AHAH-style ajax callback. |
form_test_storage_page_cache_form | function | modules/ |
A simple form for testing form storage when page caching is enabled. |
form_test_storage_page_cache_old_build_id | function | modules/ |
Form element #after_build callback: output the old form build-id. |
form_test_storage_page_cache_rebuild | function | modules/ |
Form submit callback: Rebuild the form and continue. |
forum_field_storage_pre_insert | function | modules/ |
Implements hook_field_storage_pre_insert(). |
forum_field_storage_pre_update | function | modules/ |
Implements hook_field_storage_pre_update(). |
hook_field_storage_create_field | function | modules/ |
Act on creation of a new field. |
hook_field_storage_delete | function | modules/ |
Delete all field data for an entity. |
hook_field_storage_delete_field | function | modules/ |
Act on deletion of a field. |
hook_field_storage_delete_instance | function | modules/ |
Act on deletion of a field instance. |
hook_field_storage_delete_revision | function | modules/ |
Delete a single revision of field data for an entity. |
hook_field_storage_details | function | modules/ |
Reveal the internal details about the storage for a field. |
hook_field_storage_details_alter | function | modules/ |
Perform alterations on Field API storage details. |
hook_field_storage_info | function | modules/ |
Expose Field API storage backends. |
hook_field_storage_info_alter | function | modules/ |
Perform alterations on Field API storage types. |
hook_field_storage_load | function | modules/ |
Load field data for a set of entities. |
hook_field_storage_pre_insert | function | modules/ |
Act before the storage backends insert field data. |
hook_field_storage_pre_load | function | modules/ |
Act before the storage backends load field data. |
hook_field_storage_pre_update | function | modules/ |
Act before the storage backends update field data. |
hook_field_storage_purge | function | modules/ |
Remove field storage information when field data is purged. |
hook_field_storage_purge_field | function | modules/ |
Remove field storage information when a field record is purged. |
hook_field_storage_purge_field_instance | function | modules/ |
Remove field storage information when a field instance is purged. |
hook_field_storage_query | function | modules/ |
Execute an EntityFieldQuery. |
hook_field_storage_update_field | function | modules/ |
Update the storage information for a field. |
hook_field_storage_write | function | modules/ |
Write field data for an entity. |
IMAGE_STORAGE_DEFAULT | constant | modules/ |
Image style constant for module-defined presets in code. |
IMAGE_STORAGE_EDITABLE | constant | modules/ |
Image style constant to represent an editable preset. |
IMAGE_STORAGE_MODULE | constant | modules/ |
Image style constant to represent any module-based preset. |
IMAGE_STORAGE_NORMAL | constant | modules/ |
Image style constant for user presets in the database. |
IMAGE_STORAGE_OVERRIDE | constant | modules/ |
Image style constant for user presets that override module-defined presets. |
_field_sql_storage_columnname | function | modules/ |
Generate a column name for a field data table. |
_field_sql_storage_indexname | function | modules/ |
Generate an index name for a field data table. |
_field_sql_storage_query_columnname | function | modules/ |
Field meta condition column callback. |
_field_sql_storage_query_field_conditions | function | modules/ |
Adds field (meta) conditions to the given query objects respecting groupings. |
_field_sql_storage_query_join_entity | function | modules/ |
Adds the base entity table to a field query object. |
_field_sql_storage_revision_tablename | function | modules/ |
Generate a table name for a field revision archive table. |
_field_sql_storage_schema | function | modules/ |
Return the database schema for a field. This may contain one or more tables. Each table will contain the columns relevant for the specified field. Leave the $field's 'columns' and 'indexes' keys empty to get only the base schema. |
_field_sql_storage_tablealias | function | modules/ |
Generates a table alias for a field data table. |
_field_sql_storage_tablename | function | modules/ |
Generate a table name for a field data table. |
_field_sql_storage_write_compare | function | modules/ |
Compare a single field value for both entities and tell us if it changed. |
_field_sql_storage_write_compare_filter | function | modules/ |
Cleanup field values for later values comparison. |
_field_sql_storage_write_compare_filter_callback | function | modules/ |
Callback for array_filter(). |
_field_test_field_storage_query_sort_helper | function | modules/ |
Sort helper for field_test_field_storage_query(). |
_field_test_storage_data | function | modules/ |
Helper function: stores or retrieves data from the 'storage backend'. |
_options_form_to_storage | function | modules/ |
Transforms submitted form values into field storage format. |
_options_storage_to_form | function | modules/ |
Transforms stored field values into the format the widgets need. |
_update_7000_field_sql_storage_write | function | modules/ |
Utility function: write field data directly to SQL storage. |
Pagination
- Previous page
- Page 3
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.