public static function StatusExtraTest::getInfo

File

drupal/core/modules/node/lib/Drupal/node/Tests/Views/StatusExtraTest.php, line 24
Contains \Drupal\node\Tests\Views\StatusExtraTest.

Class

StatusExtraTest
Tests the node.status_extra field handler.

Namespace

Drupal\node\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'Node: Status extra filter',
    'description' => 'Tests the node.status_extra filter handler.',
    'group' => 'Views module integration',
  );
}