function ContentTranslationSyncImageTest::getEditorPermissions
Returns an array of permissions needed for the editor.
Overrides ContentTranslationTestBase::getEditorPermissions
File
-
core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationSyncImageTest.php, line 98
Class
- ContentTranslationSyncImageTest
- Tests the field synchronization behavior for the image field.
Namespace
Drupal\Tests\content_translation\FunctionalCode
protected function getEditorPermissions() {
// Every entity-type-specific test needs to define these.
return [
'administer entity_test_mul fields',
'administer languages',
'administer content translation',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.