I have a formatted text field on a content type that I'm using as the body of an email. If I load the node and print out the field I get:
>>> $n->field_thankyou_email_body->getValue() => [ [ "value" => "<b>Thanks!!</b>", "format" => "subscriber_text_lb", ], ] The array is missing the "processed" value, how do I get that? Or alternatively how do I manually run the value through the text format?