You are here

public function Test::getTitle in Security Review 8

Returns the human-readable title of the check.

Return value

string Title of check.

Overrides Check::getTitle

1 method overrides Test::getTitle()
TestNoStore::getTitle in tests/modules/security_review_test/src/TestNoStore.php
Returns the human-readable title of the check.

File

tests/modules/security_review_test/src/Test.php, line 23

Class

Test
A test security check for testing extensibility.

Namespace

Drupal\security_review_test

Code

public function getTitle() {
  return 'Test';
}