6 calls to EntityViewBuilder::buildComponents() in Drupal 8
- CommentViewBuilder::buildComponents in core/
modules/ comment/ src/ CommentViewBuilder.php - In addition to modifying the content key on entities, this implementation will also set the comment entity key which all comments carry.
- EntityTestViewBuilder::buildComponents in core/
modules/ system/ tests/ modules/ entity_test/ src/ EntityTestViewBuilder.php - Builds the component fields and properties of a set of entities.
- EntityViewBuilder::buildMultiple in core/
lib/ Drupal/ Core/ Entity/ EntityViewBuilder.php - Builds multiple entities' views; augments entity defaults.
- FeedViewBuilder::buildComponents in core/
modules/ aggregator/ src/ FeedViewBuilder.php - Builds the component fields and properties of a set of entities.
- ItemViewBuilder::buildComponents in core/
modules/ aggregator/ src/ ItemViewBuilder.php - Builds the component fields and properties of a set of entities.
- NodeViewBuilder::buildComponents in core/
modules/ node/ src/ NodeViewBuilder.php - Builds the component fields and properties of a set of entities.