Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
GeneratedLink.php
function GeneratedLink::jsonSerialize
File
core/
lib/
Drupal/
Core/
GeneratedLink.php
, line 61
Class
GeneratedLink
Used to return generated links, along with associated cacheability metadata.
Namespace
Drupal\Core
Code
public
function
jsonSerialize
() : string {
return
$this
->
__toString
(); }
RSS feed