BanIpManagerInterface::findById

public BanIpManagerInterface::findById($ban_id)

Finds a banned IP address by its ID.

Parameters

int $ban_id: The ID for a banned IP address.

Return value

string|false Either the banned IP address or FALSE if none exist with that ID.

File

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

Class

BanIpManagerInterface
Provides an interface defining a BanIp manager.

Namespace

Drupal\ban

Code

public function findById($ban_id);
doc_Drupal
2016-10-29 08:45:30
Comments
Leave a Comment

Please login to continue.