You are here

function NodeDisplaysFields::getInfo in Node displays 7

Same name and namespace in other branches
  1. 6.3 tests/nd.fields.test \NodeDisplaysFields::getInfo()
  2. 6 tests/nd.fields.test \NodeDisplaysFields::getInfo()
  3. 6.2 tests/nd.fields.test \NodeDisplaysFields::getInfo()

Implementation of getInfo().

File

tests/nd.fields.test, line 12
Tests for Node displays (fields)

Class

NodeDisplaysFields
@file Tests for Node displays (fields)

Code

function getInfo() {
  return array(
    'name' => t('ND fields'),
    'description' => t('Tests for ND fields.'),
    'group' => t('Display suite'),
  );
}