ban.ip_manager

Same name and namespace in other branches
  1. 8.9.x core/modules/ban/ban.services.yml \ban.ip_manager
  2. 10 core/modules/ban/ban.services.yml \ban.ip_manager
  3. 11.x core/modules/ban/ban.services.yml \ban.ip_manager

Class

Drupal\ban\BanIpManager

Tags

  • backend_overridable
3 string references to ban.ip_manager
BanAdmin::create in core/modules/ban/src/Form/BanAdmin.php
Instantiates a new instance of this class.
BanDelete::create in core/modules/ban/src/Form/BanDelete.php
Instantiates a new instance of this class.
BlockedIp::create in core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php
Creates an instance of the plugin.

File

core/modules/ban/ban.services.yml

View source
  1. class: Drupal\ban\BanIpManager
  2. arguments:
  3. - '@database'
  4. tags:
  5. - { name: backend_overridable }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.