You are here

public function Local::getScheme in GeoIP API 8.2

Get the current file scheme.

Return value

string The file scheme.

1 call to Local::getScheme()
Local::getReader in src/Plugin/GeoLocator/Local.php
Get a dataset reader.

File

src/Plugin/GeoLocator/Local.php, line 91

Class

Local
Local geolocation provider.

Namespace

Drupal\geoip\Plugin\GeoLocator

Code

public function getScheme() {
  return $this->scheme;
}