function EntityTranslationRenderTrait::getEntityTypeId
Returns the entity type identifier.
Return value
string The entity type identifier.
1 call to EntityTranslationRenderTrait::getEntityTypeId()
- EntityTranslationRenderTrait::getEntityTranslationRenderer in core/
modules/ views/ src/ Entity/ Render/ EntityTranslationRenderTrait.php  - Returns the current renderer.
 
7 methods override EntityTranslationRenderTrait::getEntityTypeId()
- BulkForm::getEntityTypeId in core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php  - Returns the entity type identifier.
 - DataEntityRow::getEntityTypeId in core/
modules/ rest/ src/ Plugin/ views/ row/ DataEntityRow.php  - Returns the entity type identifier.
 - EntityFieldRenderer::getEntityTypeId in core/
modules/ views/ src/ Entity/ Render/ EntityFieldRenderer.php  - Returns the entity type identifier.
 - EntityOperations::getEntityTypeId in core/
modules/ views/ src/ Plugin/ views/ field/ EntityOperations.php  - Returns the entity type identifier.
 - EntityRow::getEntityTypeId in core/
modules/ views/ src/ Plugin/ views/ row/ EntityRow.php  - Returns the entity type identifier.
 
File
- 
              core/
modules/ views/ src/ Entity/ Render/ EntityTranslationRenderTrait.php, line 110  
Class
- EntityTranslationRenderTrait
 - Trait used to instantiate the view's entity translation renderer.
 
Namespace
Drupal\views\Entity\RenderCode
abstract public function getEntityTypeId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.