You are here

constant HTTPBL_LIST_SAFE in http:BL 8

6 uses of HTTPBL_LIST_SAFE
HostMultipleWhitelistConfirm::buildForm in src/Form/HostMultipleWhitelistConfirm.php
Form constructor.
HostMultipleWhitelistConfirm::submitForm in src/Form/HostMultipleWhitelistConfirm.php
Form submission handler.
HttpblEvaluator::evaluateVisitor in src/HttpblEvaluator.php
Manages remote and local lookups on visiting host IPs, evaluates their remote status as safe or suspicious and determines a locally stored status (safe / white-listed, grey-listed, or blacklisted) which is used (by other functions) to determine an…
HttpblEvaluator::setIpLocalStatus in src/HttpblEvaluator.php
Create and store new evaluated hosts to httpbl_host table.
HttpblResponse::buildHttpblResponse in src/HttpblResponse.php
Build a new HttpblResponse based on evaluation status.

... See full list

File

src/HttpblEvaluator.php, line 35

Namespace

Drupal\httpbl

Code

define('HTTPBL_LIST_SAFE', 0);