function ContentTranslationWorkflowsTest::getTranslatorPermissions
Returns an array of permissions needed for the translator.
Overrides ContentTranslationTestBase::getTranslatorPermissions
File
- 
              core/modules/ content_translation/ tests/ src/ Functional/ ContentTranslationWorkflowsTest.php, line 136 
Class
- ContentTranslationWorkflowsTest
- Tests the content translation workflows for the test entity.
Namespace
Drupal\Tests\content_translation\FunctionalCode
protected function getTranslatorPermissions() {
  $permissions = parent::getTranslatorPermissions();
  $permissions[] = 'view test entity';
  $permissions[] = 'view test entity translations';
  $permissions[] = 'view unpublished test entity translations';
  return $permissions;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
