File
- drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RowEntityTest.php, line 40
- Contains \Drupal\views\Tests\Plugin\RowEntityTest.
Class
- RowEntityTest
- Tests the generic entity row plugin.
Namespace
Drupal\views\Tests\Plugin
Code
public static function getInfo() {
return array(
'name' => 'Row: Entity',
'description' => 'Tests the generic entity row plugin.',
'group' => 'Views Plugins',
);
}