Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / routing / Generator / UrlGeneratorInterface.php
index f501ebd9a8389d5ecbb354185c93a6ffcaaba4fc..d6e7938e5ba065f64718806f0522d9aafbc372c2 100644 (file)
@@ -69,6 +69,8 @@ interface UrlGeneratorInterface extends RequestContextAwareInterface
      *
      * If there is no route with the given name, the generator must throw the RouteNotFoundException.
      *
+     * The special parameter _fragment will be used as the document fragment suffixed to the final URL.
+     *
      * @param string $name          The name of the route
      * @param mixed  $parameters    An array of parameters
      * @param int    $referenceType The type of reference to be generated (one of the constants)