public function EntityEmbedDisplayInterface::build in Entity Embed 8
Builds the renderable array for this Entity Embed display plugin.
Return value
array A renderable array representing the content of the embedded entity.
2 methods override EntityEmbedDisplayInterface::build()
- EntityEmbedDisplayBase::build in src/
EntityEmbedDisplay/ EntityEmbedDisplayBase.php - Builds the renderable array for this Entity Embed display plugin.
- MediaImageDecorator::build in src/
Plugin/ entity_embed/ EntityEmbedDisplay/ MediaImageDecorator.php - Builds the renderable array for this Entity Embed display plugin.
File
- src/
EntityEmbedDisplay/ EntityEmbedDisplayInterface.php, line 68
Class
- EntityEmbedDisplayInterface
- Defines the interface for Entity Embed Display plugins.
Namespace
Drupal\entity_embed\EntityEmbedDisplayCode
public function build();