abstract public function Check::getMessage in Security Review 8
Converts a result integer to a human-readable result message.
Parameters
int $result_const: The result integer.
Return value
string The human-readable result message.
14 methods override Check::getMessage()
- AdminPermissions::getMessage in src/
Checks/ AdminPermissions.php - Converts a result integer to a human-readable result message.
- ErrorReporting::getMessage in src/
Checks/ ErrorReporting.php - Converts a result integer to a human-readable result message.
- ExecutablePhp::getMessage in src/
Checks/ ExecutablePhp.php - Converts a result integer to a human-readable result message.
- FailedLogins::getMessage in src/
Checks/ FailedLogins.php - Converts a result integer to a human-readable result message.
- Field::getMessage in src/
Checks/ Field.php - Converts a result integer to a human-readable result message.
File
- src/
Check.php, line 229
Class
- Check
- Defines a security check.
Namespace
Drupal\security_reviewCode
public abstract function getMessage($result_const);