You are here

function ds_test_ds_field_theme_functions_info in Display Suite 7

Same name and namespace in other branches
  1. 7.2 tests/ds_test.module \ds_test_ds_field_theme_functions_info()

Implements hook_ds_field_theme_functions_info().

File

tests/ds_test.module, line 126
Display Suite test module.

Code

function ds_test_ds_field_theme_functions_info() {
  return array(
    'ds_test_theming_function' => t('Field test function'),
  );
}