Snippet::begin() Creates and opens a new snippet. This can be used directly in a template or via the slots() helper kirby/src/Template/Snippet.php#L87 Snippet::begin(?string $file, array $data = [ ]): Kirby\Template\Snippet Parameters Name Type Default $file * string|null – $data array [ ] Return type Kirby\Template\Snippet Parent class Kirby\Template\Snippet