Skip to content

Kirby 4.2.0

$blueprint->section()

Returns a single section by name

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

Parameters

Name Type Default
$name * string

Return type

Kirby\Cms\Section|null

Parent class

Kirby\Cms\Blueprint