You are here

function NodeDisplaysPlugins::getInfo in Node displays 7

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

Implementation of getInfo().

File

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

Class

NodeDisplaysPlugins
@file Tests for Node displays (plugins)

Code

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