You are here

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

File

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

Class

StyleMappingTest
Tests the default/mapping row style.

Namespace

Drupal\views\Tests\Plugin

Code

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