We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fb25e commit 2d2d670Copy full SHA for 2d2d670
RouteObjectInterface.php
@@ -66,12 +66,13 @@ public function getContent();
66
/**
67
* Get the route key.
68
*
69
- * This key will be used as route name instead of the symfony core compatible
70
- * route name and can contain any characters.
+ * This key will be used as route name instead of the name specified in the
+ * route collection. There are no limitations to allowed characters in the
71
+ * name.
72
- * Return null if you want to use the default key.
73
+ * Return null if you want to use the default name.
74
- * @return string the route name
75
+ * @return string|null the route name
76
*/
77
public function getRouteKey();
78
}
0 commit comments