Skip to content

Kirby 5.2.2

$plugin->assets()

Returns the plugin assets collection

$plugin->assets(): Kirby\Plugin\Assets

Return type

Kirby\Plugin\Assets

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

Parent class

Kirby\Plugin\Plugin