You are here

function ndtest_ds_fields in Node displays 7

Same name and namespace in other branches
  1. 6.3 tests/ndtest.module \ndtest_ds_fields()
  2. 6.2 tests/ndtest.module \ndtest_ds_fields()

Implements hook_ds_fields().

File

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();
}