public function ErrorReporting::getTitle in Security Review 8
Returns the human-readable title of the check.
Return value
string Title of check.
Overrides Check::getTitle
File
- src/
Checks/ ErrorReporting.php, line 24
Class
- ErrorReporting
- Defines a security check that checks the error reporting setting.
Namespace
Drupal\security_review\ChecksCode
public function getTitle() {
return 'Error reporting';
}