You are here

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

File

lib/Drupal/views/Tests/ViewElementTest.php, line 22
Definition of Drupal\views\Tests\ViewElementTest.

Class

ViewElementTest
Tests the 'view' element type.

Namespace

Drupal\views\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'View element',
    'description' => 'Tests the view render element.',
    'group' => 'Views',
  );
}