abstract public function EntityEmbedDisplayBase::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.
Overrides EntityEmbedDisplayInterface::build
1 method overrides EntityEmbedDisplayBase::build()
- FieldFormatterEntityEmbedDisplayBase::build in src/
EntityEmbedDisplay/ FieldFormatterEntityEmbedDisplayBase.php - Builds the renderable array for this Entity Embed display plugin.
File
- src/
EntityEmbedDisplay/ EntityEmbedDisplayBase.php, line 133
Class
- EntityEmbedDisplayBase
- Defines a base Entity Embed Display implementation.
Namespace
Drupal\entity_embed\EntityEmbedDisplayCode
public abstract function build();