You are here

abstract public function EntityTranslationRenderTrait::getEntityTypeId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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.
4 methods override EntityTranslationRenderTrait::getEntityTypeId()
BulkForm::getEntityTypeId in core/modules/system/src/Plugin/views/field/BulkForm.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 93
Contains \Drupal\views\Entity\Render\EntityTranslationRenderTrait.

Class

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

Namespace

Drupal\views\Entity\Render

Code

public abstract function getEntityTypeId();