You are here

public function ProdCheckInterface::failMessages in Production check & Production monitor 8

Returns the fail 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::failMessages()
Contact::failMessages in src/Plugin/ProdCheck/Modules/Contact.php
Returns the fail messages for the check
CssAggregated::failMessages in src/Plugin/ProdCheck/Performance/CssAggregated.php
Returns the fail messages for the check
DbLog::failMessages in src/Plugin/ProdCheck/Server/DbLog.php
Returns the fail messages for the check
ErrorReporting::failMessages in src/Plugin/ProdCheck/Settings/ErrorReporting.php
Returns the fail messages for the check
JsAggregated::failMessages in src/Plugin/ProdCheck/Performance/JsAggregated.php
Returns the fail messages for the check

... See full list

File

src/Plugin/ProdCheckInterface.php, line 74

Class

ProdCheckInterface
Defines an interface for prod checks

Namespace

Drupal\prod_check\Plugin

Code

public function failMessages();