Skip to content

Kirby 4.2.0

SiteBlueprint::find()

Find a blueprint by name

SiteBlueprint::find(string $name): array

Parameters

Name Type Default
$name * string

Return type

array

Exceptions

Type Description
Kirby\Exception\NotFoundException If the blueprint cannot be found

Parent class

Kirby\Cms\SiteBlueprint inherited from Kirby\Cms\Blueprint