function field_sql_storage_field_storage_info

Implements hook_field_storage_info().

File

modules/field/modules/field_sql_storage/field_sql_storage.module, line 24

Code

function field_sql_storage_field_storage_info() {
  return array(
    'field_sql_storage' => array(
      'label' => t('Default SQL storage'),
      'description' => t('Stores fields in the local SQL database, using per-field tables.'),
    ),
  );
}

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