Nextcloud PHP API (master)

ISetupCheck

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
since
28.0.0

Table of Contents

Methods

getCategory()  : string
getName()  : string
run()  : SetupResult

Methods

getCategory()

public getCategory() : string
Tags
since
28.0.0
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
since
28.0.0
Return values
string

Translated name to display to the user


        
On this page

Search results