public function GeneratedLink::getGeneratedLink in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 34 - Contains \Drupal\Core\GeneratedLink.
Class
- GeneratedLink
- Used to return generated links, along with associated cacheability metadata.
Namespace
Drupal\CoreCode
public function getGeneratedLink() {
return $this->generatedLink;
}