public function ProdCheckInterface::state in Production check & Production monitor 8
Calculates the state for the check.
Return value
TRUE if the check passed FALSE otherwise
12 methods override ProdCheckInterface::state()
- Contact::state in src/
Plugin/ ProdCheck/ Modules/ Contact.php - Calculates the state for the check.
- CssAggregated::state in src/
Plugin/ ProdCheck/ Performance/ CssAggregated.php - Calculates the state for the check.
- DbLog::state in src/
Plugin/ ProdCheck/ Server/ DbLog.php - Calculates the state for the check.
- ErrorReporting::state in src/
Plugin/ ProdCheck/ Settings/ ErrorReporting.php - Calculates the state for the check.
- JsAggregated::state in src/
Plugin/ ProdCheck/ Performance/ JsAggregated.php - Calculates the state for the check.
File
- src/
Plugin/ ProdCheckInterface.php, line 46
Class
- ProdCheckInterface
- Defines an interface for prod checks
Namespace
Drupal\prod_check\PluginCode
public function state();