IgnoreRoutingNotFoundExtension extends RoutingExtension
Table of Contents
getPath() | bind から URL へ変換します。 \Symfony\Bridge\Twig\Extension\RoutingExtension::getPath の処理を拡張し、 RouteNotFoundException 発生時に 文字列 "/404?bind={bind}" を返します。 | string |
---|---|---|
getUrl() | bind から URL へ変換します。 \Symfony\Bridge\Twig\Extension\RoutingExtension::getUrl の処理を拡張し、 RouteNotFoundException 発生時に 文字列 "/404?bind={bind}" を返します。 | string |
Methods
getPath()
bind から URL へ変換します。 \Symfony\Bridge\Twig\Extension\RoutingExtension::getPath の処理を拡張し、 RouteNotFoundException 発生時に 文字列 "/404?bind={bind}" を返します。
public
getPath(
$name :
string
[, $parameters :
array
= [] ]
[, $relative :
bool
= false ]
)
: string
Parameters
- $name : string
- $parameters : array = []
- $relative : bool = false
Return values
stringgetUrl()
bind から URL へ変換します。 \Symfony\Bridge\Twig\Extension\RoutingExtension::getUrl の処理を拡張し、 RouteNotFoundException 発生時に 文字列 "/404?bind={bind}" を返します。
public
getUrl(
$name :
string
[, $parameters :
array
= [] ]
[, $schemeRelative :
bool
= false ]
)
: string
Parameters
- $name : string
- $parameters : array = []
- $schemeRelative : bool = false