You are here

function ds_test_theming_function in Display Suite 7.2

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

Theme field test function.

1 string reference to 'ds_test_theming_function'
dsNodeTests::testDSFieldTemplate in tests/ds.entities.test
Tests on field templates.

File

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

Code

function ds_test_theming_function($variables) {
  return 'Testing field output through custom function';
}