You are here

abstract public function Check::run in Security Review 8

The actual procedure of carrying out the check.

Return value

\Drupal\security_review\CheckResult The result of running the check.

2 calls to Check::run()
Check::lastResult in src/Check.php
Returns the last stored result of the check.
Check::runCli in src/Check.php
Same as run(), but used in CLI context such as Drush.
14 methods override Check::run()
AdminPermissions::run in src/Checks/AdminPermissions.php
The actual procedure of carrying out the check.
ErrorReporting::run in src/Checks/ErrorReporting.php
The actual procedure of carrying out the check.
ExecutablePhp::run in src/Checks/ExecutablePhp.php
The actual procedure of carrying out the check.
FailedLogins::run in src/Checks/FailedLogins.php
The actual procedure of carrying out the check.
Field::run in src/Checks/Field.php
The actual procedure of carrying out the check.

... See full list

File

src/Check.php, line 172

Class

Check
Defines a security check.

Namespace

Drupal\security_review

Code

public abstract function run();