Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f312afbe
Commit
f312afbe
authored
Mar 08, 2016
by
catch
Browse files
Issue
#2682339
by chx: EntityFieldRenderer breaks embedding in forms
parent
adaad5f5
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/views/src/Entity/Render/EntityFieldRenderer.php
View file @
f312afbe
...
...
@@ -7,6 +7,7 @@
namespace
Drupal\views\Entity\Render
;
use
Drupal\Core\DependencyInjection\DependencySerializationTrait
;
use
Drupal\Core\Entity\Entity\EntityViewDisplay
;
use
Drupal\Core\Entity\EntityManagerInterface
;
use
Drupal\Core\Entity\EntityTypeInterface
;
...
...
@@ -25,6 +26,7 @@
*/
class
EntityFieldRenderer
extends
RendererBase
{
use
EntityTranslationRenderTrait
;
use
DependencySerializationTrait
;
/**
* The relationship being handled.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment