You are here

public function Ip2CountryManagerInterface::getRowCount in IP-based Determination of a Visitor's Country 8

Gets the total count of IP ranges in database.

Return value

int Integer count of the number of rows in the ip2country table.

1 method overrides Ip2CountryManagerInterface::getRowCount()
Ip2CountryManager::getRowCount in src/Ip2CountryManager.php
Gets the total count of IP ranges in database.

File

src/Ip2CountryManagerInterface.php, line 46

Class

Ip2CountryManagerInterface
Interface for Ip2CountryManager.

Namespace

Drupal\ip2country

Code

public function getRowCount();