public function Field::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/ Field.php, line 26
Class
- Field
- Checks for Javascript and PHP in submitted content.
Namespace
Drupal\security_review\ChecksCode
public function getTitle() {
return 'Content';
}