You are here

service httpbl.evaluator in http:BL 8

Class

Drupal\httpbl\HttpblEvaluator
10 string references to httpbl.evaluator
drush_httpbl_mbb in drush/httpbl.drush.inc
Command handler. Make dummy blacklisted and banned hosts (for testing).
drush_httpbl_mho in drush/httpbl.drush.inc
Command handler. Make dummy evalutated hosts (for testing).
drush_httpbl_sol in drush/httpbl.drush.inc
Command handler. Quickly remove localhost (or any given IP) from ban & httpbl tabled. Useful for testing.
drush_httpbl_sos in drush/httpbl.drush.inc
Command handler. Unban IP address and stop/stop checking/blocking of all page requests or on comment submissions only.
HostListBuilder::buildRow in src/Entity/Controller/HostListBuilder.php
Builds a row for an entity in the entity listing.

... See full list

File

./httpbl.services.yml
httpbl.services.yml

View source
  1. class: Drupal\httpbl\HttpblEvaluator
  2. arguments:
  3. - '@ban.ip_manager'
  4. - '@httpbl.logtrapper'