IIconSection

interface OCP\Settings\IIconSection
Implemented by:OC\Settings\Section
Source:lib/public/Settings/IIconSection.php#30

Methods

public OCP\Settings\IIconSection::getID()
returns the ID of the section. It is supposed to be a lower case string,
e.g. ‘ldap’
Source:lib/public/Settings/IIconSection.php#38
Since:9.1
public OCP\Settings\IIconSection::getName()
returns the translated name as it should be displayed, e.g. ‘LDAP / AD
integration’. Use the L10N service to translate it.
Source:lib/public/Settings/IIconSection.php#47
Returns:string
Since:9.1
public OCP\Settings\IIconSection::getPriority()
Source:

lib/public/Settings/IIconSection.php#57

Returns:

int whether the form should be rather on the top or bottom of the settings navigation. The sections are arranged in ascending order of the priority values. It is required to return a value between 0 and 99.

E.g.: 70

Since:

9.1

public OCP\Settings\IIconSection::getIcon()
returns the relative path to an 16*16 icon describing the section.
e.g. ‘/core/img/places/files.svg’
Source:lib/public/Settings/IIconSection.php#66
Since:12