You are here

public function ErrorReporting::getNamespace in Security Review 8

Returns the namespace of the check.

Usually it's the same as the module's name.

Return value

string Human-readable namespace of the check.

Overrides Check::getNamespace

File

src/Checks/ErrorReporting.php, line 17

Class

ErrorReporting
Defines a security check that checks the error reporting setting.

Namespace

Drupal\security_review\Checks

Code

public function getNamespace() {
  return 'Security Review';
}