Update to Drupal 8.2.5. For more information, see https://www.drupal.org/project/drupal/releases/8.2.5
This commit is contained in:
parent
8544b60b39
commit
db56c09587
86 changed files with 2413 additions and 488 deletions
|
@ -81,7 +81,7 @@ class Drupal {
|
|||
/**
|
||||
* The current system version.
|
||||
*/
|
||||
const VERSION = '8.2.4';
|
||||
const VERSION = '8.2.5';
|
||||
|
||||
/**
|
||||
* Core API compatibility.
|
||||
|
@ -556,8 +556,7 @@ class Drupal {
|
|||
* Renders a link with a given link text and Url object.
|
||||
*
|
||||
* This method is a convenience wrapper for the link generator service's
|
||||
* generate() method. For detailed documentation, see
|
||||
* \Drupal\Core\Routing\LinkGeneratorInterface::generate().
|
||||
* generate() method.
|
||||
*
|
||||
* @param string $text
|
||||
* The link text for the anchor tag.
|
||||
|
|
Reference in a new issue