File
- drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php, line 32
- Contains \Drupal\entity\Tests\EntityTranslationWorkflowsTest.
Class
- EntityTranslationWorkflowsTest
- Tests entity translation workflows.
Namespace
Drupal\translation_entity\Tests
Code
public static function getInfo() {
return array(
'name' => 'Entity Test translation workflows',
'description' => 'Tests the entity translation workflows for the test entity.',
'group' => 'Entity Translation UI',
);
}