You are here

ndtest.module in Node displays 6.2

Same filename and directory in other branches
  1. 6.3 tests/ndtest.module
  2. 7 tests/ndtest.module

Node displays test module. Merely for test purposes.

File

tests/ndtest.module
View source
<?php

/**
 * @file
 * Node displays test module. Merely for test purposes.
 */

/**
 * Implementation of hook_ds_default_settings().
 */
function ndtest_ds_default_settings() {
  include_once 'ndtest.ds_default.inc';
  return _ndtest_ds_default_settings();
}

/**
 * Implementation of hook_ds_fields().
 */
function ndtest_ds_fields() {
  include_once 'ndtest.ds_default.inc';
  return _ndtest_ds_fields();
}

Functions

Namesort descending Description
ndtest_ds_default_settings Implementation of hook_ds_default_settings().
ndtest_ds_fields Implementation of hook_ds_fields().