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
form_test_storage_form_submit function modules/simpletest/tests/form_test.module Form submit handler to finish multi-step form.
form_test_storage_legacy_handler function modules/simpletest/tests/form_test.module Emulate legacy AHAH-style ajax callback.
form_test_storage_page_cache_form function modules/simpletest/tests/form_test.module A simple form for testing form storage when page caching is enabled.
form_test_storage_page_cache_old_build_id function modules/simpletest/tests/form_test.module Form element #after_build callback: output the old form build-id.
form_test_storage_page_cache_rebuild function modules/simpletest/tests/form_test.module Form submit callback: Rebuild the form and continue.
forum_field_storage_pre_insert function modules/forum/forum.module Implements hook_field_storage_pre_insert().
forum_field_storage_pre_update function modules/forum/forum.module Implements hook_field_storage_pre_update().
hook_field_storage_create_field function modules/field/field.api.php Act on creation of a new field.
hook_field_storage_delete function modules/field/field.api.php Delete all field data for an entity.
hook_field_storage_delete_field function modules/field/field.api.php Act on deletion of a field.
hook_field_storage_delete_instance function modules/field/field.api.php Act on deletion of a field instance.
hook_field_storage_delete_revision function modules/field/field.api.php Delete a single revision of field data for an entity.
hook_field_storage_details function modules/field/field.api.php Reveal the internal details about the storage for a field.
hook_field_storage_details_alter function modules/field/field.api.php Perform alterations on Field API storage details.
hook_field_storage_info function modules/field/field.api.php Expose Field API storage backends.
hook_field_storage_info_alter function modules/field/field.api.php Perform alterations on Field API storage types.
hook_field_storage_load function modules/field/field.api.php Load field data for a set of entities.
hook_field_storage_pre_insert function modules/field/field.api.php Act before the storage backends insert field data.
hook_field_storage_pre_load function modules/field/field.api.php Act before the storage backends load field data.
hook_field_storage_pre_update function modules/field/field.api.php Act before the storage backends update field data.
hook_field_storage_purge function modules/field/field.api.php Remove field storage information when field data is purged.
hook_field_storage_purge_field function modules/field/field.api.php Remove field storage information when a field record is purged.
hook_field_storage_purge_field_instance function modules/field/field.api.php Remove field storage information when a field instance is purged.
hook_field_storage_query function modules/field/field.api.php Execute an EntityFieldQuery.
hook_field_storage_update_field function modules/field/field.api.php Update the storage information for a field.
hook_field_storage_write function modules/field/field.api.php Write field data for an entity.
IMAGE_STORAGE_DEFAULT constant modules/image/image.module Image style constant for module-defined presets in code.
IMAGE_STORAGE_EDITABLE constant modules/image/image.module Image style constant to represent an editable preset.
IMAGE_STORAGE_MODULE constant modules/image/image.module Image style constant to represent any module-based preset.
IMAGE_STORAGE_NORMAL constant modules/image/image.module Image style constant for user presets in the database.
IMAGE_STORAGE_OVERRIDE constant modules/image/image.module Image style constant for user presets that override module-defined presets.
_field_sql_storage_columnname function modules/field/modules/field_sql_storage/field_sql_storage.module Generate a column name for a field data table.
_field_sql_storage_indexname function modules/field/modules/field_sql_storage/field_sql_storage.module Generate an index name for a field data table.
_field_sql_storage_query_columnname function modules/field/modules/field_sql_storage/field_sql_storage.module Field meta condition column callback.
_field_sql_storage_query_field_conditions function modules/field/modules/field_sql_storage/field_sql_storage.module Adds field (meta) conditions to the given query objects respecting groupings.
_field_sql_storage_query_join_entity function modules/field/modules/field_sql_storage/field_sql_storage.module Adds the base entity table to a field query object.
_field_sql_storage_revision_tablename function modules/field/modules/field_sql_storage/field_sql_storage.module Generate a table name for a field revision archive table.
_field_sql_storage_schema function modules/field/modules/field_sql_storage/field_sql_storage.module 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/field/modules/field_sql_storage/field_sql_storage.module Generates a table alias for a field data table.
_field_sql_storage_tablename function modules/field/modules/field_sql_storage/field_sql_storage.module Generate a table name for a field data table.
_field_sql_storage_write_compare function modules/field/modules/field_sql_storage/field_sql_storage.module Compare a single field value for both entities and tell us if it changed.
_field_sql_storage_write_compare_filter function modules/field/modules/field_sql_storage/field_sql_storage.module Cleanup field values for later values comparison.
_field_sql_storage_write_compare_filter_callback function modules/field/modules/field_sql_storage/field_sql_storage.module Callback for array_filter().
_field_test_field_storage_query_sort_helper function modules/field/tests/field_test.storage.inc Sort helper for field_test_field_storage_query().
_field_test_storage_data function modules/field/tests/field_test.storage.inc Helper function: stores or retrieves data from the 'storage backend'.
_options_form_to_storage function modules/field/modules/options/options.module Transforms submitted form values into field storage format.
_options_storage_to_form function modules/field/modules/options/options.module Transforms stored field values into the format the widgets need.
_update_7000_field_sql_storage_write function modules/field/modules/field_sql_storage/field_sql_storage.install Utility function: write field data directly to SQL storage.

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