public static function NodeAccessBaseTableTest::getInfo

File

drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php, line 31
Definition of Drupal\node\Tests\NodeAccessBaseTableTest.

Class

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

Namespace

Drupal\node\Tests

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',
  );
}