$userBlueprint->section()
Returns a single section by name
$userBlueprint->section(string $name): Kirby\Cms\Section|null
Parameters
Name | Type | Default |
---|---|---|
$namerequired | string |
no default value |
Return types
Kirby\Cms\Section
ornull
This method modifies the existing $userblueprint
object it is applied to and returns it again.
Parent class
Kirby\Cms\UserBlueprint
inherited from Kirby\Cms\Blueprint