BanIpManagerInterface::findAll

public BanIpManagerInterface::findAll()

Finds all banned IP addresses.

Return value

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

File

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

Class

BanIpManagerInterface
Provides an interface defining a BanIp manager.

Namespace

Drupal\ban

Code

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

Please login to continue.