function GeneratedLink::getGeneratedLink

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/GeneratedLink.php \Drupal\Core\GeneratedLink::getGeneratedLink()
  2. 10 core/lib/Drupal/Core/GeneratedLink.php \Drupal\Core\GeneratedLink::getGeneratedLink()
  3. 11.x core/lib/Drupal/Core/GeneratedLink.php \Drupal\Core\GeneratedLink::getGeneratedLink()

Gets the generated link.

Return value

string

File

core/lib/Drupal/Core/GeneratedLink.php, line 33

Class

GeneratedLink
Used to return generated links, along with associated cacheability metadata.

Namespace

Drupal\Core

Code

public function getGeneratedLink() {
    return $this->generatedLink;
}

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