ISettings

interface OCP\Settings\ISettings
Source:lib/public/Settings/ISettings.php#32

Methods

public OCP\Settings\ISettings::getForm()
Source:lib/public/Settings/ISettings.php#38
Returns:\OCP\AppFramework\Http\TemplateResponse returns the instance with all parameters set, ready to be rendered
Since:9.1
public OCP\Settings\ISettings::getSection()
Source:lib/public/Settings/ISettings.php#44
Returns:string | null the section ID, e.g. ‘sharing’ or null to not show the setting
Since:9.1
public OCP\Settings\ISettings::getPriority()
Source:

lib/public/Settings/ISettings.php#54

Returns:

int whether the form should be rather on the top or bottom of the admin section. The forms are arranged in ascending order of the priority values. It is required to return a value between 0 and 100.

E.g.: 70

Since:

9.1