You are here

function dstest_render_zero_float in Display Suite 7.2

Test code field that returns zero as a floating point number.

1 string reference to 'dstest_render_zero_float'
ds_test_ds_fields_info in tests/ds_test.module
Implements hook_ds_fields_info().

File

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

Code

function dstest_render_zero_float() {
  return 0.0;
}