public static function DefaultViewRecentComments::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentComments.php, line 57
Contains \Drupal\comment\Tests\Views\DefaultViewRecentComments.

Class

DefaultViewRecentComments

Namespace

Drupal\comment\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'Default View - Recent Comments',
    'description' => 'Test results for the Recent Comments view shipped with the module',
    'group' => 'Views Config',
  );
}