public function PrivateFiles::getNamespace in Security Review 8
Returns the namespace of the check.
Usually it's the same as the module's name.
Return value
string Human-readable namespace of the check.
Overrides Check::getNamespace
File
- src/
Checks/ PrivateFiles.php, line 18
Class
- PrivateFiles
- Checks whether the private files' directory is under the web root.
Namespace
Drupal\security_review\ChecksCode
public function getNamespace() {
return 'Security Review';
}