You are here

public function BanIpManagerInterface::unbanIp in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/ban/src/BanIpManagerInterface.php \Drupal\ban\BanIpManagerInterface::unbanIp()

Unbans an IP address.

Parameters

string $id: The IP address to unban.

1 method overrides BanIpManagerInterface::unbanIp()
BanIpManager::unbanIp in core/modules/ban/src/BanIpManager.php
Unbans an IP address.

File

core/modules/ban/src/BanIpManagerInterface.php, line 48
Contains \Drupal\ban\BanIpManagerInterface.

Class

BanIpManagerInterface
Provides an interface defining a BanIp manager.

Namespace

Drupal\ban

Code

public function unbanIp($id);