comparison core/lib/Drupal/Core/GeneratedUrl.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
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
23 * Gets the generated URL. 23 * Gets the generated URL.
24 * 24 *
25 * @return string 25 * @return string
26 */ 26 */
27 public function getGeneratedUrl() { 27 public function getGeneratedUrl() {
28 return $this->generatedUrl ; 28 return $this->generatedUrl;
29 } 29 }
30 30
31 /** 31 /**
32 * Sets the generated URL. 32 * Sets the generated URL.
33 * 33 *