Skip to content

Kirby 5.0.4

View::globals()

Creates global data for the Panel. This will be injected in the full Panel view via the script tag. Global data is only requested once on the first page load. It can be loaded partially later if needed, but is otherwise not included in Fiber calls.

View::globals(): array

Return type

array

Parent class

Kirby\Panel\View