File
- drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/Views/TranslationLinkTest.php, line 35
- Contains \Drupal\translation_entity\Tests\Views\TranslationLinkTest.
Class
- TranslationLinkTest
- Tests the Entity translation overview link field handler.
Namespace
Drupal\translation_entity\Tests\Views
Code
public static function getInfo() {
return array(
'name' => 'Entity Translation: Link field',
'description' => 'Tests the Entity translation overview link field handler.',
'group' => 'Views module integration',
);
}