You are here

ndtest.module in Node displays 7

Same filename and directory in other branches
  1. 6.3 tests/ndtest.module
  2. 6.2 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.
 */

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

/**
 * Implements 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 Implements hook_ds_default_settings().
ndtest_ds_fields Implements hook_ds_fields().