public 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() { return $this->__toString(); }
Please login to continue.