Illuminate\Database\Eloquent\Model::getRouteKey PHP Method

getRouteKey() public method

Get the value of the model's route key.
public getRouteKey ( ) : mixed
return mixed
    public function getRouteKey()
    {
        return $this->getAttribute($this->getRouteKeyName());
    }
Model