Skip to content

Kirby 4.4.1

$pageblueprint->section()

Returns a single section by name

$pageblueprint->section(string $name): Kirby\Cms\Section|null

Parameters

Name Type Default
$name * string

Return type

Kirby\Cms\Section|null

Parent class

Kirby\Cms\PageBlueprint inherited from Kirby\Cms\Blueprint