abstract public function Check::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.
2 calls to Check::getNamespace()
- Check::getMachineNamespace in src/
Check.php - Returns the namespace of the check.
- Check::storeResult in src/
Check.php - Stores a result in the state system.
14 methods override Check::getNamespace()
- AdminPermissions::getNamespace in src/
Checks/ AdminPermissions.php - Returns the namespace of the check.
- ErrorReporting::getNamespace in src/
Checks/ ErrorReporting.php - Returns the namespace of the check.
- ExecutablePhp::getNamespace in src/
Checks/ ExecutablePhp.php - Returns the namespace of the check.
- FailedLogins::getNamespace in src/
Checks/ FailedLogins.php - Returns the namespace of the check.
- Field::getNamespace in src/
Checks/ Field.php - Returns the namespace of the check.
File
- src/
Check.php, line 101
Class
- Check
- Defines a security check.
Namespace
Drupal\security_reviewCode
public abstract function getNamespace();