File
- drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php, line 29
- Definition of Drupal\system\Tests\Entity\EntityTranslationTest.
Class
- EntityTranslationTest
- Tests entity translation.
Namespace
Drupal\system\Tests\Entity
Code
public static function getInfo() {
return array(
'name' => 'Entity Translation',
'description' => 'Tests entity translation functionality.',
'group' => 'Entity API',
);
}