Skip to content

Kirby 5.1.2

$assets->external()

Generates an array with all assets that need to be loaded for the panel (js, css, icons)

$assets->external(): array

Return type

array

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

Parent class

Kirby\Panel\Assets