You are here

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

File

lib/Drupal/views/Tests/Plugin/StyleUnformattedTest.php, line 15
Definition of Drupal\views\Tests\Plugin\StyleUnformattedTest.

Class

StyleUnformattedTest
Tests the default/unformatted row style.

Namespace

Drupal\views\Tests\Plugin

Code

public static function getInfo() {
  return array(
    'name' => 'Style: Unformatted',
    'description' => 'Test unformatted style functionality.',
    'group' => 'Views Plugins',
  );
}