ModuleInterface
Adminpanel interface for all modules
Every adminpanel module needs to implement this interface as a bare minimum.
Table of Contents
Methods
- getIdentifier() : string
- Identifier for this module, for example "preview" or "cache"
- getLabel() : string
- Module label
Methods
getIdentifier()
Identifier for this module, for example "preview" or "cache"
public
getIdentifier() : string
Return values
stringgetLabel()
Module label
public
getLabel() : string