Skip to content

Kirby 5.3.0

$plugin->extends()

Returns the associative array of extensions the plugin bundles

$plugin->extends(): array

Return type

array

This method modifies the existing $plugin object it is applied to and returns it again.

Parent class

Kirby\Plugin\Plugin