update drupal

This commit is contained in:
Tessier
2020-10-15 11:59:37 +02:00
parent ebb5db14b5
commit d8b9162932
558 changed files with 5954 additions and 4475 deletions
+3 -3
View File
@@ -82,7 +82,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '8.9.2';
const VERSION = '8.9.7';
/**
* Core API compatibility.
@@ -606,8 +606,8 @@ class Drupal {
* This method is a convenience wrapper for the link generator service's
* generate() method.
*
* @param string $text
* The link text for the anchor tag.
* @param string|array|\Drupal\Component\Render\MarkupInterface $text
* The link text for the anchor tag as a translated string or render array.
* @param \Drupal\Core\Url $url
* The URL object used for the link.
*