Closed (outdated)
Project:
Computed Field
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2008 at 07:25 UTC
Updated:
29 Dec 2018 at 12:48 UTC
Jump to comment: Most recent
Comments
Comment #1
Moonshine commentedYou should be available to get to it via $node->body
Off hand you could probably get away with something like:
Comment #2
bwo commentedI have the same problem. Unfortunatelly, using $node->body you don't get only content of actual body field, but also of all the fields you enable for display in "display fields" settings. I guess to get only the body field one should use $node->content['body']['#value'], but it doesn't work for me... Does anyone know how I can use this variable in computed field?
Comment #3
mmjvb commented