Skip to content

Kirby 5.1.4

$plugin->prefix()

Returns the option prefix (vendor.plugin)

$plugin->prefix(): string

Return type

string

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

Parent class

Kirby\Plugin\Plugin