web\UrlNormalizer normalizeRoute()

normalizeRoute() public method

Performs normalization action for the specified $route.

public array normalizeRoute ( $route )
$route array

Route for normalization

return array

Normalized route

throws yii\base\InvalidConfigException

if invalid normalization action is used.

throws yii\web\UrlNormalizerRedirectException

if normalization requires redirection.

throws yii\web\NotFoundHttpException

if normalization suggests action matching route does not exist.

doc_Yii
2016-10-30 17:17:06
Comments
Leave a Comment

Please login to continue.