SettingsInternalPageProvider implements SettingsPageProviderInterface
FinalYes
Table of Contents
Interfaces
Methods
- createFromType() : static
- getDataManager() : SettingsInterface
- getSort() : int
- getTitle() : string
- getType() : string
- setSort() : static
Methods
createFromType()
public
static createFromType(string $type[, string|null $title = null ][, int $sort = 100 ]) : static
Parameters
- $type : string
- $title : string|null = null
- $sort : int = 100
Return values
staticgetDataManager()
public
getDataManager([array<string|int, mixed> $data = [] ]) : SettingsInterface
Parameters
- $data : array<string|int, mixed> = []
Return values
SettingsInterfacegetSort()
public
getSort() : int
Return values
intgetTitle()
public
getTitle() : string
Return values
stringgetType()
public
getType() : string
Return values
stringsetSort()
public
setSort(int $sort) : static
Parameters
- $sort : int