function NodeAccessBaseTableTestCase::getInfo

File

modules/node/node.test, line 1166

Class

NodeAccessBaseTableTestCase
Tests for Node Access with a non-node base table.

Code

public static function getInfo() {
  return array(
    'name' => 'Node Access on any table',
    'description' => 'Checks behavior of the node access subsystem if the base table is not node.',
    'group' => 'Node',
  );
}

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