class UninstalledSettingsRepository implements SettingsRepositoryInterface
Methods
mixed
get(string $key, mixed $default = null)
<p>You generally should use the Settings extender's <code>default</code> method instead to register default values.</p>
Details
at
line 14
array
all()
at
line 19
mixed
get(string $key, mixed $default = null)
<p>You generally should use the Settings extender's <code>default</code> method instead to register default values.</p>
<p>You may still need to use the <code>$default</code> parameters here in cases where you need to access the default value of a dynamic setting.</p>