function NodeLoadHooksTestCase::getInfo

File

modules/node/node.test, line 112

Class

NodeLoadHooksTestCase
Tests for the hooks invoked during node_load().

Code

public static function getInfo() {
    return array(
        'name' => 'Node load hooks',
        'description' => 'Test the hooks invoked when a node is being loaded.',
        'group' => 'Node',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.