File
- drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php, line 17
- Definition of Drupal\views\Tests\ViewsDataTest.
Class
- ViewsDataTest
- Tests the fetching of views data.
Namespace
Drupal\views\Tests
Code
public static function getInfo() {
return array(
'name' => 'Table Data',
'description' => 'Tests the fetching of views data.',
'group' => 'Views',
);
}