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

Breadcrumb

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

function BanIpManager::findById

File

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

Class

BanIpManager
Ban IP manager.

Namespace

Drupal\ban

Code

public function findById($ban_id) {
    return $this->connection
        ->query("SELECT [ip] FROM {ban_ip} WHERE [iid] = :iid", [
        ':iid' => $ban_id,
    ])
        ->fetchField();
}

API Navigation

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