field_sql_storage.module

Default implementation of the field storage API.

File

modules/field/modules/field_sql_storage/field_sql_storage.module

Functions

Name Description
field_sql_storage_field_attach_rename_bundle Implements hook_field_attach_rename_bundle().
field_sql_storage_field_storage_create_field Implements hook_field_storage_create_field().
field_sql_storage_field_storage_delete Implements hook_field_storage_delete().
field_sql_storage_field_storage_delete_field Implements hook_field_storage_delete_field().
field_sql_storage_field_storage_delete_instance Implements hook_field_storage_delete_instance().
field_sql_storage_field_storage_delete_revision Implements hook_field_storage_delete_revision().
field_sql_storage_field_storage_details Implements hook_field_storage_details().
field_sql_storage_field_storage_info Implements hook_field_storage_info().
field_sql_storage_field_storage_load Implements hook_field_storage_load().
field_sql_storage_field_storage_purge Implements hook_field_storage_purge().
field_sql_storage_field_storage_purge_field Implements hook_field_storage_purge_field().
field_sql_storage_field_storage_query Implements hook_field_storage_query().
field_sql_storage_field_storage_update_field Implements hook_field_storage_update_field().
field_sql_storage_field_storage_write Implements hook_field_storage_write().
field_sql_storage_field_update_forbid Implements hook_field_update_forbid().
field_sql_storage_help Implements hook_help().
_field_sql_storage_columnname Generate a column name for a field data table.
_field_sql_storage_indexname Generate an index name for a field data table.
_field_sql_storage_query_columnname Field meta condition column callback.
_field_sql_storage_query_field_conditions Adds field (meta) conditions to the given query objects respecting groupings.
_field_sql_storage_query_join_entity Adds the base entity table to a field query object.
_field_sql_storage_revision_tablename Generate a table name for a field revision archive table.
_field_sql_storage_schema 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 Generates a table alias for a field data table.
_field_sql_storage_tablename Generate a table name for a field data table.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!field!modules!field_sql_storage!field_sql_storage.module/7.x