public static function NodeEntityFieldQueryAlterTest::getInfo

File

drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php, line 24
Definition of Drupal\node\Tests\NodeEntityFieldQueryAlterTest.

Class

NodeEntityFieldQueryAlterTest
Tests node_query_entity_field_access_alter().

Namespace

Drupal\node\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Node entity query alter',
    'description' => 'Test that node access entity queries are properly altered by the node module.',
    'group' => 'Node',
  );
}