public function GeoIpHandlerInterface::setDbFile in GeoIP API 7.2
Set the db file to use.
Parameters
string $db_file: Path to the db file.
2 methods override GeoIpHandlerInterface::setDbFile()
- GeoIpHandlerV1::setDbFile in src/
GeoIpHandlerV1.php - Set the db file to use.
- GeoIpHandlerV2::setDbFile in src/
GeoIpHandlerV2.php - Set the db file to use.
File
- src/
GeoIpHandlerInterface.php, line 18 - The GeoIP API Interface.
Class
Namespace
Drupal\geoipCode
public function setDbFile($db_file);