6 calls to EntityTranslationRenderTrait::getEntityTranslation() in Drupal 8
- BulkForm::viewsForm in core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php - Form constructor for the bulk form.
- DataEntityRow::render in core/
modules/ rest/ src/ Plugin/ views/ row/ DataEntityRow.php - Render a row object. This usually passes through to a theme template of some form, but not always.
- EntityFieldRenderer::buildFields in core/
modules/ views/ src/ Entity/ Render/ EntityFieldRenderer.php - Builds the render arrays for all fields of all result rows.
- EntityLink::getUrlInfo in core/
modules/ views/ src/ Plugin/ views/ field/ EntityLink.php - Returns the URI elements of the link.
- EntityOperations::render in core/
modules/ views/ src/ Plugin/ views/ field/ EntityOperations.php - Renders the field.
- RenderedEntity::render in core/
modules/ views/ src/ Plugin/ views/ field/ RenderedEntity.php - Renders the field.