Skip to content

Kirby 5.0.4

UserBlueprint::find()

Find a blueprint by name

UserBlueprint::find(string $name): array

Parameters

Name Type Default
$namerequired string no default value

Return type

array

Exceptions

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

Parent class

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