You are here

public function FormBodyUnescapedMarkup::jsonSerialize in FormAssembly 8

File

src/Component/Render/FormBodyUnescapedMarkup.php, line 51

Class

FormBodyUnescapedMarkup
Returns an unmodified string.

Namespace

Drupal\formassembly\Component\Render

Code

public function jsonSerialize() {
  return $this
    ->__toString();
}