Update to Drupal 8.2.0. For more information, see https://www.drupal.org/project/drupal/releases/8.2.0
This commit is contained in:
parent
2f563ab520
commit
f1c8716f57
1732 changed files with 52334 additions and 11780 deletions
|
@ -845,7 +845,7 @@ class Url {
|
|||
/**
|
||||
* Sets the URL generator.
|
||||
*
|
||||
* @param \Drupal\Core\Routing\UrlGeneratorInterface
|
||||
* @param \Drupal\Core\Routing\UrlGeneratorInterface $url_generator
|
||||
* (optional) The URL generator, specify NULL to reset it.
|
||||
*
|
||||
* @return $this
|
||||
|
@ -859,7 +859,7 @@ class Url {
|
|||
/**
|
||||
* Sets the unrouted URL assembler.
|
||||
*
|
||||
* @param \Drupal\Core\Utility\UnroutedUrlAssemblerInterface
|
||||
* @param \Drupal\Core\Utility\UnroutedUrlAssemblerInterface $url_assembler
|
||||
* The unrouted URL assembler.
|
||||
*
|
||||
* @return $this
|
||||
|
|
Reference in a new issue