function ndtest_ds_fields in Node displays 6.2
Same name and namespace in other branches
- 6.3 tests/ndtest.module \ndtest_ds_fields()
- 7 tests/ndtest.module \ndtest_ds_fields()
Implementation of 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();
}