$blueprint->section()
Returns a single section by name
$blueprint->section(string $name): Kirby\Cms\Section|null
Parameters
| Name | Type | Default |
|---|---|---|
| $namerequired | string |
no default value |
Return types
Kirby\Cms\Sectionornull
This method modifies the existing $blueprint object it is applied to and returns it again.