public function PrivateFiles::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/ PrivateFiles.php, line 25
Class
- PrivateFiles
- Checks whether the private files' directory is under the web root.
Namespace
Drupal\security_review\ChecksCode
public function getTitle() {
return 'Private files';
}