Render media and video

PHOTO EMBED

Thu Jan 18 2024 13:35:11 GMT+0000 (Coordinated Universal Time)

Saved by @saida

// irsjg->home module DS fiedl HomeHeaderField
 $build = \Drupal::entityTypeManager()->getViewBuilder('media');
$a = $build->view($url, 'token');
$output = \Drupal::service('renderer')->render($a);     
$video['uri'] = $output;
content_copyCOPY