You are here

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

Class

TrustedHosts
Checks for base_url and trusted_host_patterns settings in settings.php.

Namespace

Drupal\security_review\Checks

Code

public function getTitle() {
  return 'Trusted hosts';
}