You are here

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

Class

QueryErrors
Checks for abundant query errors.

Namespace

Drupal\security_review\Checks

Code

public function getTitle() {
  return 'Query errors';
}