Nextcloud PHP API (stable19)

ISubAdminSettings extends ISettings

Tagging interface for settings that should be shown to sub admins

Tags
since
17.0.0

Table of Contents

getForm()  : TemplateResponse
getPriority()  : int
getSection()  : string

Methods

getPriority()

public getPriority() : int
Tags
since
9.1
Return values
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

getSection()

public getSection() : string
Tags
since
9.1
Return values
string

the section ID, e.g. 'sharing'

Search results