$appPlugins->extensions()
Returns the extensions registry
$appPlugins->extensions(string|null $type = null): array
Parameters
| Name | Type | Default |
|---|---|---|
| $type | stringornull |
null
|
Return type
array
This method modifies the existing $appplugins object it is applied to and returns it again.
Parent class
Kirby\Cms\AppPlugins