You are here

public function NameListFormattableMarkup::jsonSerialize in Name Field 8

File

src/Render/NameListFormattableMarkup.php, line 48

Class

NameListFormattableMarkup
Formats a string for HTML display by replacing variable placeholders.

Namespace

Drupal\name\Render

Code

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