Skip to content

Kirby 4.2.0

$appplugins->nativeComponent()

Returns the native implementation of a core component

$appplugins->nativeComponent(string $component): Closure|false

Parameters

Name Type Default
$component * string

Return type

Closure|false

Parent class

Kirby\Cms\AppPlugins