Skip to content

Instantly share code, notes, and snippets.

@welly
Created February 12, 2019 15:22
Show Gist options
  • Save welly/380539d63e1517c52628f9d5dbb1e8a4 to your computer and use it in GitHub Desktop.
Save welly/380539d63e1517c52628f9d5dbb1e8a4 to your computer and use it in GitHub Desktop.
Drupal 8: Embedding a view using a render array
$build['view'] = [
'#type' => 'view',
'#name' => 'hero_image',
'#display_id' => 'block_1',
'#arguments' => [
107793,
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment