CronExpireDate |
class |
Drupal\httpbl\Plugin\views\field |
src/Plugin/views/field/CronExpireDate.php |
Field handler to display the newer of last comment / node updated. |
|
|
|
Host |
class |
Drupal\httpbl\Entity |
src/Entity/Host.php |
Defines the host entity class. |
1 |
5 |
|
HostAccessControlHandler |
class |
Drupal\httpbl |
src/HostAccessControlHandler.php |
Access controller for the host entity. |
|
|
|
HostBulkForm |
class |
Drupal\httpbl\Plugin\views\field |
src/Plugin/views/field/HostBulkForm.php |
Defines a host operations bulk form element. |
|
|
|
HostDeleteForm |
class |
Drupal\httpbl\Form |
src/Form/HostDeleteForm.php |
Provides a form for deleting (and unbanning) a host entity. |
|
|
|
HostForm |
class |
Drupal\httpbl\Form |
src/Form/HostForm.php |
Form controller for the host entity Add/Edit form. |
|
|
|
HostInterface |
interface |
Drupal\httpbl |
src/HostInterface.php |
Provides an interface defining an httpbl entity. |
2 |
1 |
|
HostListBuilder |
class |
Drupal\httpbl\Entity\Controller |
src/Entity/Controller/HostListBuilder.php |
Provides a list controller for a host entity. |
|
|
|
HostMultipleBan |
class |
Drupal\httpbl\Plugin\Action |
src/Plugin/Action/HostMultipleBan.php |
Redirects to a host blacklist and ban form. |
|
|
|
HostMultipleBanConfirm |
class |
Drupal\httpbl\Form |
src/Form/HostMultipleBanConfirm.php |
Provides a multiple host blacklisting and banning confirmation form. |
|
|
1 |
HostMultipleDelete |
class |
Drupal\httpbl\Plugin\Action |
src/Plugin/Action/HostMultipleDelete.php |
Redirects to a host deletion form. |
|
|
|
HostMultipleDeleteConfirm |
class |
Drupal\httpbl\Form |
src/Form/HostMultipleDeleteConfirm.php |
Provides a multiple host deletion confirmation form. |
|
|
1 |
HostMultipleGreylist |
class |
Drupal\httpbl\Plugin\Action |
src/Plugin/Action/HostMultipleGreylist.php |
Redirects to a host grey-list confirm form. |
|
|
|
HostMultipleGreylistConfirm |
class |
Drupal\httpbl\Form |
src/Form/HostMultipleGreylistConfirm.php |
Provides a multiple host grey-listing (and un-banning) confirmation form. |
|
|
1 |
HostMultipleRefresh |
class |
Drupal\httpbl\Plugin\Action |
src/Plugin/Action/HostMultipleRefresh.php |
Redirects to a host refresh form. |
|
|
|
HostMultipleRefreshConfirm |
class |
Drupal\httpbl\Form |
src/Form/HostMultipleRefreshConfirm.php |
Provides a multiple host expiry refresh confirmation form. |
|
|
1 |
HostMultipleUnban |
class |
Drupal\httpbl\Plugin\Action |
src/Plugin/Action/HostMultipleUnban.php |
Redirects to a host blacklist and ban form. |
|
|
|
HostMultipleUnbanConfirm |
class |
Drupal\httpbl\Form |
src/Form/HostMultipleUnbanConfirm.php |
Provides a multiple host un-ban blacklisted confirmation form. |
|
|
1 |
HostMultipleWhitelist |
class |
Drupal\httpbl\Plugin\Action |
src/Plugin/Action/HostMultipleWhitelist.php |
Redirects to a host white-list confirm form. |
|
|
|
HostMultipleWhitelistConfirm |
class |
Drupal\httpbl\Form |
src/Form/HostMultipleWhitelistConfirm.php |
Provides a multiple host white-listing (and un-banning) confirmation form. |
|
|
1 |
HostQuery |
abstract class |
Drupal\httpbl |
src/HostQuery.php |
|
|
3 |
|
HostStorageSchema |
class |
Drupal\httpbl |
src/HostStorageSchema.php |
Defines the host schema handler. |
|
|
|
HostViewsData |
class |
Drupal\httpbl |
src/HostViewsData.php |
Provides the views data for the host entity type. |
|
|
|
HttpblConfigForm |
class |
Drupal\httpbl\Form |
src/Form/HttpblConfigForm.php |
Defines a form that configures httpbl settings. |
|
|
1 |
HttpblEvaluator |
class |
Drupal\httpbl |
src/HttpblEvaluator.php |
HttpblEvaluator evaluates visitor/host page requests. |
|
|
2 |
HttpblEvaluatorInterface |
interface |
Drupal\httpbl |
src/HttpblEvaluatorInterface.php |
Provides an interface defining a HttpblEvaluate manager. |
1 |
1 |
|
HttpblLogTrapper |
class |
Drupal\httpbl\Logger |
src/Logger/HttpblLogTrapper.php |
(An arbitrated logger) |
|
|
2 |
HttpblLogTrapper |
class |
Drupal\httpbl\ProxyClass\Logger |
src/ProxyClass/Logger/HttpblLogTrapper.php |
Provides a proxy class for \Drupal\httpbl\Logger\HttpblLogTrapper. |
|
|
|
HttpblLogTrapperInterface |
interface |
Drupal\httpbl\Logger |
src/Logger/HttpblLogTrapperInterface.php |
(An arbitrated logger) |
2 |
11 |
|
HttpblManager |
class |
Drupal\httpbl\Future |
src/Future/HttpblManager.php |
Httpbl Manager. |
|
|
|
HttpblManagerInterface |
interface |
Drupal\httpbl |
src/Future/HttpblManagerInterface.php |
Provides an interface defining the Httpbl manager. |
|
|
|
HttpblMiddleware |
class |
Drupal\httpbl |
src/HttpblMiddleware.php |
Provides a HTTP middleware to implement IP based banning. |
|
|
2 |
HttpblResponse |
class |
Drupal\httpbl |
src/HttpblResponse.php |
HttpblResponse builds the final response to request. |
|
1 |
2 |
HttpblResponseInterface |
interface |
Drupal\httpbl |
src/HttpblResponseInterface.php |
Provides an interface defining the HttpblResponse manager. |
1 |
1 |
|
HttpblWhitelistForm |
class |
Drupal\httpbl\Form |
src/Form/HttpblWhitelistForm.php |
Displays banned IP addresses. |
|
|
1 |
PrepareHttpblEntityUninstallForm |
class |
Drupal\httpbl\Form |
src/Form/PrepareHttpblEntityUninstallForm.php |
Provides a form removing httpbl content entities data before uninstallation. |
|
|
1 |
ProjectLinkHost |
class |
Drupal\httpbl\Plugin\views\field |
src/Plugin/views/field/ProjectLinkHost.php |
Field handler to present a project link for a host entity. |
|
|
|
ProjectLinkSource |
class |
Drupal\httpbl\Plugin\views\field |
src/Plugin/views/field/ProjectLinkSource.php |
Field handler to present a project link for a host entity. |
|
|
|
StatusEnhanced |
class |
Drupal\httpbl\Plugin\views\field |
src/Plugin/views/field/StatusEnhanced.php |
Field handler to display human-ized definitions of the integer status values. |
|
|
|