public function Check::settings in Security Review 8
Returns the check-specific settings' handler.
Return value
\Drupal\security_review\CheckSettingsInterface The settings interface of the check.
File
- src/
Check.php, line 162
Class
- Check
- Defines a security check.
Namespace
Drupal\security_reviewCode
public function settings() {
return $this->settings;
}