You are here

abstract public function EntityTranslationRenderTrait::getEntityTypeId in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php \Drupal\views\Entity\Render\EntityTranslationRenderTrait::getEntityTypeId()
  2. 10 core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php \Drupal\views\Entity\Render\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.

... See full list

File

core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php, line 88

Class

EntityTranslationRenderTrait
Trait used to instantiate the view's entity translation renderer.

Namespace

Drupal\views\Entity\Render

Code

public abstract function getEntityTypeId();