Skip to content

Kirby 5.0.4

Find::parent()

Returns the model's object for the given path

Find::parent(string $path): Kirby\Cms\ModelWithContent

Parameters

Name Type Default Description
$pathrequired string no default value Path to parent model

Return type

Kirby\Cms\ModelWithContent

Exceptions

Type Description
Kirby\Exception\InvalidArgumentException if the model type is invalid
Kirby\Exception\NotFoundException if the model cannot be found

Parent class

Kirby\Cms\Find