You are here

abstract public function Check::help in Security Review 8

Returns the check-specific help page.

Return value

array The render array of the check's help page.

14 methods override Check::help()
AdminPermissions::help in src/Checks/AdminPermissions.php
Returns the check-specific help page.
ErrorReporting::help in src/Checks/ErrorReporting.php
Returns the check-specific help page.
ExecutablePhp::help in src/Checks/ExecutablePhp.php
Returns the check-specific help page.
FailedLogins::help in src/Checks/FailedLogins.php
Returns the check-specific help page.
Field::help in src/Checks/Field.php
Returns the check-specific help page.

... See full list

File

src/Check.php, line 190

Class

Check
Defines a security check.

Namespace

Drupal\security_review

Code

public abstract function help();