$kirby->snippet()
Uses the snippet component to create and return a template snippet
$kirby->snippet(array|string|null $name, object|array $data = [ ], bool $return = true, bool $slots = false): Kirby\Template\Snippet|string|null
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $name * | array|string|null |
– | |
| $data | object|array |
[ ] |
Variables or an object that becomes $item |
| $return | bool |
true |
On false, directly echo the snippet |
| $slots | bool |
false |
Return type
Kirby\Template\Snippet|string|null