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

Class

Drupal\ban\BanIpManager

Tags

  • backend_overridable
4 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.
MigrateBlockedIpsTest::testBlockedIps in core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php
Tests migration of blocked IPs.

File

core/modules/ban/ban.services.yml
core/modules/ban/ban.services.yml

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