PHP Class Contao\Messages

Add system messages to the welcome screen.
Inheritance: extends Backend
Show file Open project: contao/core-bundle

Public Methods

Method Description
languageFallback ( ) : string Show a warning if there is no language fallback page
maintenanceCheck ( ) : string Check for maintenance mode
versionCheck ( ) : string Check for the latest Contao version

Method Details

languageFallback() public method

Show a warning if there is no language fallback page
public languageFallback ( ) : string
return string

maintenanceCheck() public method

Check for maintenance mode
public maintenanceCheck ( ) : string
return string

versionCheck() public method

Check for the latest Contao version
public versionCheck ( ) : string
return string