You are here

public function GeneratedLink::getGeneratedLink in Drupal 8

Same name and namespace in other branches
  1. 9 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;
}