\pm_Hook_ConfigDefaults

Hook for extension config defaults (panel.ini settings)

Summary

Methods
Properties
Constants
getDefaults()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A

Methods

getDefaults()

getDefaults() : array

Retrieve the list of default settings

[
    'setting' => 'some value',
    'anotherSetting' => 12345,
    ...
]

Returns

array