function EntityTranslationTest::testLanguageFallback in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Entity/EntityTranslationTest.php \Drupal\system\Tests\Entity\EntityTranslationTest::testLanguageFallback()
Tests language fallback applied to field and entity translations.
File
- core/
modules/ system/ src/ Tests/ Entity/ EntityTranslationTest.php, line 560 - Contains \Drupal\system\Tests\Entity\EntityTranslationTest.
Class
- EntityTranslationTest
- Tests entity translation functionality.
Namespace
Drupal\system\Tests\EntityCode
function testLanguageFallback() {
// Test all entity variations with data table support.
foreach (entity_test_entity_types(ENTITY_TEST_TYPES_MULTILINGUAL) as $entity_type) {
$this
->doTestLanguageFallback($entity_type);
}
}