Flarum\Core\Post\CommentPost::getContentHtmlAttribute PHP Method

getContentHtmlAttribute() public method

Get the content rendered as HTML.
public getContentHtmlAttribute ( string $value ) : string
$value string
return string
    public function getContentHtmlAttribute($value)
    {
        return static::$formatter->render($this->attributes['content'], $this);
    }