File
- drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/Views/TranslationEntityViewsUITest.php, line 31
- Contains \Drupal\translation_entity\Tests\Views\TranslationEntityViewsUITest.
Class
- TranslationEntityViewsUITest
- Tests the views UI when translation_entity is enabled.
Namespace
Drupal\translation_entity\Tests\Views
Code
public static function getInfo() {
return array(
'name' => 'Entity Translation: Views UI',
'description' => 'Tests the views UI when entity translation is enabled.',
'group' => 'Views module integration',
);
}