function ds_test_ds_field_theme_functions_info in Display Suite 7.2
Same name and namespace in other branches
- 7 tests/ds_test.module \ds_test_ds_field_theme_functions_info()
Implements hook_ds_field_theme_functions_info().
File
- tests/
ds_test.module, line 195 - Display Suite test module.
Code
function ds_test_ds_field_theme_functions_info() {
return array(
'ds_test_theming_function' => t('Field test function'),
);
}