Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/GeneratedLink.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
30 * Gets the generated link. | 30 * Gets the generated link. |
31 * | 31 * |
32 * @return string | 32 * @return string |
33 */ | 33 */ |
34 public function getGeneratedLink() { | 34 public function getGeneratedLink() { |
35 return $this->generatedLink ; | 35 return $this->generatedLink; |
36 } | 36 } |
37 | 37 |
38 /** | 38 /** |
39 * Sets the generated link. | 39 * Sets the generated link. |
40 * | 40 * |