Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BanIpManager.php

function BanIpManager::__construct

Constructs a BanIpManager object.

Parameters

\Drupal\Core\Database\Connection $connection: The database connection which will be used to check the IP against.

File

core/modules/ban/src/BanIpManager.php, line 25

Class

BanIpManager
Ban IP manager.

Namespace

Drupal\ban

Code

public function __construct(Connection $connection) {
    $this->connection = $connection;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal