public static function ViewElementTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php, line 29
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',
  );
}