interface UrlRoutable (View source)
mixed | getRouteKey() Get the value of the model's route key. | |
string | getRouteKeyName() Get the route key for the model. | |
Model|null | resolveRouteBinding(mixed $value, string|null $field = null) Retrieve the model for a bound value. | |
Model|null | resolveChildRouteBinding(string $childType, mixed $value, string|null $field) Retrieve the child model for a bound value. |
Get the value of the model's route key.
Get the route key for the model.
Retrieve the model for a bound value.
Retrieve the child model for a bound value.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Contracts/Routing/UrlRoutable.html