public function FilePermissions::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/ FilePermissions.php, line 27
Class
- FilePermissions
- Check that files aren't writeable by the server.
Namespace
Drupal\security_review\ChecksCode
public function getTitle() {
return 'File permissions';
}