function Attribute::jsonSerialize

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Template/Attribute.php \Drupal\Core\Template\Attribute::jsonSerialize()
  2. 8.9.x core/lib/Drupal/Core/Template/Attribute.php \Drupal\Core\Template\Attribute::jsonSerialize()
  3. 10 core/lib/Drupal/Core/Template/Attribute.php \Drupal\Core\Template\Attribute::jsonSerialize()

Returns a representation of the object for use in JSON serialization.

Return value

string The safe string content.

File

core/lib/Drupal/Core/Template/Attribute.php, line 375

Class

Attribute
Collects, sanitizes, and renders HTML attributes.

Namespace

Drupal\Core\Template

Code

public function jsonSerialize() : string {
    return (string) $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.