You are here

namespace Drupal\views\Entity\Render in Drupal 8

Same name in other branches
  1. 9 Drupal\views\Entity\Render
Classsort descending Location Description
ConfigurableLanguageRenderer core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php Renders entities in a configured language.
DefaultLanguageRenderer core/modules/views/src/Entity/Render/DefaultLanguageRenderer.php Renders entities in their default language.
EntityFieldRenderer core/modules/views/src/Entity/Render/EntityFieldRenderer.php Renders entity fields.
EntityTranslationRendererBase core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php Defines a base class for entity translation renderers.
EntityTranslationRenderTrait core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Trait used to instantiate the view's entity translation renderer.
RendererBase core/modules/views/src/Entity/Render/RendererBase.php Defines a base class for entity renderers.
TranslationLanguageRenderer core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Renders entity translations in their row language.