Skip to content

Kirby 5.2.2

$plugin->authors()

Returns the array with author information from the composer.json file

$plugin->authors(): array

Return type

array

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

Parent class

Kirby\Plugin\Plugin