interface
Illuminate
/
Contracts
/
Routing
/
UrlRoutable
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
UrlRoutable
Methods
public
getRouteKey ( ) : mixed
Get the value of the model's route key.
public
getRouteKeyName ( ) : string
Get the route key for the model.
public
resolveRouteBinding ( $value , $field ) : Model |null
Retrieve the model for a bound value.
Parameters
- $value mixed
- $field string|null
public
resolveChildRouteBinding ( $childType , $value , $field ) : Model |null
Retrieve the child model for a bound value.
Parameters
- $childType string
- $value mixed
- $field string|null