You are here

public function InputFormats::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/InputFormats.php, line 28

Class

InputFormats
Checks for vulnerabilities related to input formats.

Namespace

Drupal\security_review\Checks

Code

public function getTitle() {
  return 'Text formats';
}