function NodeTranslationUITest::getEditorPermissions
Returns an array of permissions needed for the editor.
Overrides ContentTranslationTestBase::getEditorPermissions
File
-
core/
modules/ node/ tests/ src/ Functional/ NodeTranslationUITest.php, line 140
Class
- NodeTranslationUITest
- Tests the Node Translation UI.
Namespace
Drupal\Tests\node\FunctionalCode
protected function getEditorPermissions() {
return [
'administer nodes',
'create article content',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.