Skip to content

Kirby 4.4.1

$userblueprint->section()

Returns a single section by name

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

Parameters

Name Type Default
$name * string

Return type

Kirby\Cms\Section|null

Parent class

Kirby\Cms\UserBlueprint inherited from Kirby\Cms\Blueprint