public function ProdCheckInterface::successMessages in Production check & Production monitor 8
Returns the success messages for the check.
Return value
An associative array containing the following keys
- value: the value of the check
- description: the description of the check
12 methods override ProdCheckInterface::successMessages()
- Contact::successMessages in src/
Plugin/ ProdCheck/ Modules/ Contact.php - Returns the success messages for the check.
- CssAggregated::successMessages in src/
Plugin/ ProdCheck/ Performance/ CssAggregated.php - Returns the success messages for the check.
- DbLog::successMessages in src/
Plugin/ ProdCheck/ Server/ DbLog.php - Returns the success messages for the check.
- ErrorReporting::successMessages in src/
Plugin/ ProdCheck/ Settings/ ErrorReporting.php - Returns the success messages for the check.
- JsAggregated::successMessages in src/
Plugin/ ProdCheck/ Performance/ JsAggregated.php - Returns the success messages for the check.
File
- src/
Plugin/ ProdCheckInterface.php, line 64
Class
- ProdCheckInterface
- Defines an interface for prod checks
Namespace
Drupal\prod_check\PluginCode
public function successMessages();