function TermTranslationUITest::getTranslatorPermissions
Returns an array of permissions needed for the translator.
Overrides ContentTranslationTestBase::getTranslatorPermissions
File
- 
              core/modules/ taxonomy/ tests/ src/ Functional/ TermTranslationUITest.php, line 76 
Class
- TermTranslationUITest
- Tests the Term Translation UI.
Namespace
Drupal\Tests\taxonomy\FunctionalCode
protected function getTranslatorPermissions() {
  return array_merge(parent::getTranslatorPermissions(), [
    'administer taxonomy',
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
