Created
February 12, 2019 15:22
-
-
Save welly/380539d63e1517c52628f9d5dbb1e8a4 to your computer and use it in GitHub Desktop.
Drupal 8: Embedding a view using a render array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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