$entity) { $bundle = $entity->bundle(); $display = $displays[$bundle]; if ($display->getComponent('description')) { $build[$id]['description'] = [ '#markup' => $entity->getDescription(), '#allowed_tags' => _aggregator_allowed_tags(), '#prefix' => '
', '#suffix' => '
', ]; } } } }