Skip to content

Kirby 4.1.2

$kirby->isNativeComponent()

Checks if a native component was extended

$kirby->isNativeComponent(string $component): bool

Parameters

Name Type Default
$component * string

Return type

bool

Parent class

Kirby\Cms\App