Documentation

GetAllSettings

Use case for getting all admin-scoped settings.

Only returns server-wide admin settings (theme, feed limits, registration). User-scoped preferences are handled by GetUserPreferences in the User module.

Tags
since
3.0.0

Table of Contents

Methods

execute()  : array<string, string>
Execute the use case.
getSettingKeys()  : array<string|int, string>
Get all admin setting keys.

Methods

execute()

Execute the use case.

public execute() : array<string, string>
Return values
array<string, string>

Admin settings with their values

getSettingKeys()

Get all admin setting keys.

public static getSettingKeys() : array<string|int, string>
Return values
array<string|int, string>

Setting keys


        
On this page

Search results