Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
GeneratedLink.php
function 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
; }
RSS feed