You are here

function ndtest_ds_default_settings in Node displays 6.2

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

Implementation of hook_ds_default_settings().

File

tests/ndtest.module, line 11
Node displays test module. Merely for test purposes.

Code

function ndtest_ds_default_settings() {
  include_once 'ndtest.ds_default.inc';
  return _ndtest_ds_default_settings();
}