function BlockContentTranslationUITest::getNewEntityValues
Same name in other branches
- 8.9.x core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php \Drupal\Tests\block_content\Functional\BlockContentTranslationUITest::getNewEntityValues()
- 10 core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php \Drupal\Tests\block_content\Functional\BlockContentTranslationUITest::getNewEntityValues()
- 11.x core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php \Drupal\Tests\block_content\Functional\BlockContentTranslationUITest::getNewEntityValues()
Overrides ContentTranslationUITestBase::getNewEntityValues
1 call to BlockContentTranslationUITest::getNewEntityValues()
- BlockContentTranslationUITest::doTestBasicTranslation in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentTranslationUITest.php - Tests the basic translation workflow.
File
-
core/
modules/ block_content/ tests/ src/ Functional/ BlockContentTranslationUITest.php, line 86
Class
- BlockContentTranslationUITest
- Tests the block content translation UI.
Namespace
Drupal\Tests\block_content\FunctionalCode
protected function getNewEntityValues($langcode) {
return [
'info' => mb_strtolower($this->randomMachineName()),
] + parent::getNewEntityValues($langcode);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.