function ds_extras_ds_field_theme_functions_info in Display Suite 7.2
Same name and namespace in other branches
- 7 modules/ds_extras/ds_extras.module \ds_extras_ds_field_theme_functions_info()
Implements hook_ds_field_theme_functions_info().
File
- modules/
ds_extras/ ds_extras.module, line 718 - Display Suite extras main functions.
Code
function ds_extras_ds_field_theme_functions_info() {
return array(
'theme_field' => t('Drupal default'),
'theme_ds_field_reset' => t('Full Reset'),
'theme_ds_field_minimal' => t('Minimal'),
'theme_ds_field_expert' => t('Expert'),
);
}