function NodesInBlock::getInfo in Nodes In Block 6
Implementation of getInfo().
File
- ./
nodesinblock.test, line 12 - Tests for Nodes in block
Class
- NodesInBlock
- @file Tests for Nodes in block
Code
function getInfo() {
return array(
'name' => t('Nodes in block functionality'),
'description' => t('Test nodes in block functionality.'),
'group' => t('Nodes in block'),
);
}