Flarum (v2.0.0-beta.5)
Preparing search index...
flarum
forum/routes
makeRouteHelpers
Function makeRouteHelpers
makeRouteHelpers
(
app
:
ForumApplication
,
)
:
{
discussion
:
(
discussion
:
Discussion
,
near
?:
number
)
=>
string
;
post
:
(
post
:
Post
)
=>
string
;
user
:
(
user
:
User
)
=>
string
;
}
Parameters
app
:
ForumApplication
Returns
{
discussion
:
(
discussion
:
Discussion
,
near
?:
number
)
=>
string
;
post
:
(
post
:
Post
)
=>
string
;
user
:
(
user
:
User
)
=>
string
;
}
discussion
:
(
discussion
:
Discussion
,
near
?:
number
)
=>
string
Generate a URL to a discussion.
post
:
(
post
:
Post
)
=>
string
Generate a URL to a post.
user
:
(
user
:
User
)
=>
string
Generate a URL to a user.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Flarum (v2.0.0-beta.5)
Loading...
Generate a URL to a discussion.