function RenderedEntity::getEntityTypeId
Same name in other branches
- 9 core/modules/views/src/Plugin/views/field/RenderedEntity.php \Drupal\views\Plugin\views\field\RenderedEntity::getEntityTypeId()
- 8.9.x core/modules/views/src/Plugin/views/field/RenderedEntity.php \Drupal\views\Plugin\views\field\RenderedEntity::getEntityTypeId()
- 10 core/modules/views/src/Plugin/views/field/RenderedEntity.php \Drupal\views\Plugin\views\field\RenderedEntity::getEntityTypeId()
Overrides EntityTranslationRenderTrait::getEntityTypeId
3 calls to RenderedEntity::getEntityTypeId()
- RenderedEntity::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ field/ RenderedEntity.php - Default option form that provides label widget that all fields should have.
- RenderedEntity::calculateDependencies in core/
modules/ views/ src/ Plugin/ views/ field/ RenderedEntity.php - Calculates dependencies for the configured plugin.
- RenderedEntity::render in core/
modules/ views/ src/ Plugin/ views/ field/ RenderedEntity.php - Renders the field.
File
-
core/
modules/ views/ src/ Plugin/ views/ field/ RenderedEntity.php, line 185
Class
- RenderedEntity
- Provides a field handler which renders an entity in a certain view mode.
Namespace
Drupal\views\Plugin\views\fieldCode
public function getEntityTypeId() {
return $this->getEntityType();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.