abstract public function Check::getTitle in Security Review 8
Returns the human-readable title of the check.
Return value
string Title of check.
4 calls to Check::getTitle()
- Check::enable in src/
Check.php - Enables the check. Has no effect if the check was not skipped.
- Check::getMachineTitle in src/
Check.php - Returns the machine name of the check.
- Check::skip in src/
Check.php - Marks the check as skipped.
- Check::storeResult in src/
Check.php - Stores a result in the state system.
14 methods override Check::getTitle()
- AdminPermissions::getTitle in src/
Checks/ AdminPermissions.php - Returns the human-readable title of the check.
- ErrorReporting::getTitle in src/
Checks/ ErrorReporting.php - Returns the human-readable title of the check.
- ExecutablePhp::getTitle in src/
Checks/ ExecutablePhp.php - Returns the human-readable title of the check.
- FailedLogins::getTitle in src/
Checks/ FailedLogins.php - Returns the human-readable title of the check.
- Field::getTitle in src/
Checks/ Field.php - Returns the human-readable title of the check.
File
- src/
Check.php, line 128
Class
- Check
- Defines a security check.
Namespace
Drupal\security_reviewCode
public abstract function getTitle();