function BanIpManagerInterface::isBanned

Same name and namespace in other branches
  1. 8.9.x core/modules/ban/src/BanIpManagerInterface.php \Drupal\ban\BanIpManagerInterface::isBanned()
  2. 10 core/modules/ban/src/BanIpManagerInterface.php \Drupal\ban\BanIpManagerInterface::isBanned()
  3. 11.x core/modules/ban/src/BanIpManagerInterface.php \Drupal\ban\BanIpManagerInterface::isBanned()

Returns if this IP address is banned.

Parameters

string $ip: The IP address to check.

Return value

bool TRUE if the IP address is banned, FALSE otherwise.

1 method overrides BanIpManagerInterface::isBanned()
BanIpManager::isBanned in core/modules/ban/src/BanIpManager.php
Returns if this IP address is banned.

File

core/modules/ban/src/BanIpManagerInterface.php, line 19

Class

BanIpManagerInterface
Provides an interface defining a BanIp manager.

Namespace

Drupal\ban

Code

public function isBanned($ip);

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