You are here

function ndtest_ds_fields in Display Suite 6.3

Implementation of hook_ds_fields().

File

modules/nd/tests/ndtest.module, line 19
Node displays test module. Merely for test purposes.

Code

function ndtest_ds_fields() {
  include_once 'ndtest.ds_default.inc';
  return _ndtest_ds_fields();
}