function EntityTestTranslationUITest::getTranslatorPermissions

Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getTranslatorPermission().

Overrides EntityTranslationUITest::getTranslatorPermissions

File

drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php, line 41
Definition of Drupal\entity\Tests\EntityTestTranslationUITest.

Class

EntityTestTranslationUITest
Tests the Entity Test Translation UI.

Namespace

Drupal\translation_entity\Tests

Code

function getTranslatorPermissions() {
  return array(
    'administer entity_test content',
    "translate {$this->entityType} entities",
    'edit original values',
  );
}