public static function DefaultViewRecentComments::getInfo

File

drupal/core/modules/views/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',
  );
}