You are here

service security_review.checklist in Security Review 8

Class

Drupal\security_review\Checklist
13 string references to security_review.checklist
Check::checklist in src/Check.php
Returns the Security Review Checklist service.
ChecklistController::create in src/Controller/ChecklistController.php
Instantiates a new instance of this class.
ChecklistTest::setUp in tests/src/Kernel/ChecklistTest.php
Sets up the environment, populates the $checks variable.
ChecklistWebTest::setUp in tests/src/Functional/ChecklistWebTest.php
Sets up the testing environment.
HelpController::create in src/Controller/HelpController.php
Instantiates a new instance of this class.

... See full list

File

./security_review.services.yml
security_review.services.yml

View source
  1. class: Drupal\security_review\Checklist
  2. arguments:
  3. - '@security_review'
  4. - '@module_handler'
  5. - '@current_user'