You are here

public static function DefaultViewRecentComments::getInfo in Views (for Drupal 7) 8.3

File

lib/Drupal/views/Tests/Comment/DefaultViewRecentComments.php, line 57
Definition of Drupal\views\Tests\Comment\DefaultViewRecentComments.

Class

DefaultViewRecentComments

Namespace

Drupal\views\Tests\Comment

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