Skip to content

Kirby 5.0.4

$plugins->read()

Read the files from all plugins and concatenate them

$plugins->read(string $type): string

Parameters

Name Type Default
$typerequired string no default value

Return type

string

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

Parent class

Kirby\Panel\Plugins