public GeneratedLink::getGeneratedLink()
Gets the generated link.
Return value
string
File
- core/lib/Drupal/Core/GeneratedLink.php, line 34
Class
- GeneratedLink
- Used to return generated links, along with associated cacheability metadata.
Namespace
Drupal\Core
Code
public function getGeneratedLink() { return $this->generatedLink; }
Please login to continue.