ISettings
in
Tags
Table of Contents
Methods
- getForm() : TemplateResponse
- getPriority() : int
- getSection() : string|null
Methods
getForm()
public
getForm() : TemplateResponse
Tags
Return values
TemplateResponse —returns the instance with all parameters set, ready to be rendered
getPriority()
public
getPriority() : int
Tags
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|null
Tags
Return values
string|null —the section ID, e.g. 'sharing' or null to not show the setting