Closed (fixed)
Project:
Paragraphs
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2015 at 11:47 UTC
Updated:
3 Oct 2019 at 11:27 UTC
Jump to comment: Most recent
Comments
Comment #1
arrubiu commentedComment #2
jeroen.b commentedYes:
Ofcourse you have to provide
$pagraphs_item_idyourself.The result in $paragraphs_render is a render array, which you can render with
drupal_render($paragraphs_render);Comment #3
arrubiu commentedthanks a lot!
A little correction: the right way to get the array is:
:)
Comment #4
jeroen.b commentedAh, sorry, I tried to do it without testing the code ;)
Comment #5
rahul_sankrit commentedAfter node load:
Worked for me:
Note: 35 and 37= pagraphs_item_id.
Thanks
Comment #6
opgobee commentedThank you rahul_sankrit for the worked out example #5! Was helpful.