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