You are here

public function AdvbanIpManagerInterface::findAll in Advanced ban 8

Finds all banned IP addresses.

Return value

\Drupal\Core\Database\StatementInterface The result of the database query.

1 method overrides AdvbanIpManagerInterface::findAll()
AdvbanIpManager::findAll in src/AdvbanIpManager.php
Finds all banned IP addresses.

File

src/AdvbanIpManagerInterface.php, line 30

Class

AdvbanIpManagerInterface
Provides an interface defining a AdvbanIp manager.

Namespace

Drupal\advban

Code

public function findAll();