function ds_extras_ds_field_theme_functions_info in Display Suite 7
Same name and namespace in other branches
- 7.2 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 255 - Display Suite extras main functions.
Code
function ds_extras_ds_field_theme_functions_info() {
return array(
'theme_field' => t('Default'),
'theme_ds_field_reset' => t('Full Reset'),
'theme_ds_field_minimal' => t('Minimal'),
'theme_ds_field_expert' => t('Expert'),
);
}