protected function TermTranslationTest::getLeafTerm in Drupal 9
Same name and namespace in other branches
- 8 core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php \Drupal\Tests\taxonomy\Functional\TermTranslationTest::getLeafTerm()
Get the final (leaf) term in the hierarchy.
Return value
\Drupal\taxonomy\Entity\Term The final term in the hierarchy.
1 call to TermTranslationTest::getLeafTerm()
- TermTranslationTest::testTranslatedBreadcrumbs in core/
modules/ taxonomy/ tests/ src/ Functional/ TermTranslationTest.php - Tests translated breadcrumbs.
File
- core/
modules/ taxonomy/ tests/ src/ Functional/ TermTranslationTest.php, line 151
Class
- TermTranslationTest
- Tests for proper breadcrumb translation.
Namespace
Drupal\Tests\taxonomy\FunctionalCode
protected function getLeafTerm() {
return $this->terms[count($this->termTranslationMap) - 1];
}