<section id="hyde-kernel-hyperlink-methods">

<!-- Start generated docs for Hyde\Foundation\Concerns\ForwardsHyperlinks -->
<!-- Generated by HydePHP DocGen script at 2024-09-08 10:25:34 in 0.11ms -->

#### `formatLink()`

No description provided.

```php
Hyde::formatLink(string $destination): string
```

#### `relativeLink()`

No description provided.

```php
Hyde::relativeLink(string $destination): string
```

#### `asset()`

No description provided.

```php
Hyde::asset(string $name): Hyde\Support\Filesystem\MediaFile
```

- **Throws:** \Hyde\Framework\Exceptions\FileNotFoundException If the file does not exist in the `_media` source directory.

#### `url()`

No description provided.

```php
Hyde::url(string $path): string
```

#### `route()`

No description provided.

```php
Hyde::route(string $key): Hyde\Support\Models\Route
```

#### `hasSiteUrl()`

No description provided.

```php
Hyde::hasSiteUrl(): bool
```

<!-- End generated docs for Hyde\Foundation\Concerns\ForwardsHyperlinks -->

</section>
