ISetupCheck
in
This interface needs to be implemented if you want to provide custom setup checks in your application. The results of these checks will them be displayed in the admin overview.
Tags
Table of Contents
Methods
- getCategory() : string
- getName() : string
- run() : SetupResult
Methods
getCategory()
public
getCategory() : string
Tags
Return values
string —Category id, one of security/system/accounts, or a custom one which will be merged in system
getName()
public
getName() : string
Tags
Return values
string —Translated name to display to the user
run()
public
run() : SetupResult