You are here

public function GeoLocatorBase::getId in GeoIP API 8.2

Get the plugin's ID.

Return value

string The geolocator ID

Overrides GeoLocatorInterface::getId

File

src/Plugin/GeoLocator/GeoLocatorBase.php, line 66

Class

GeoLocatorBase
Class GeoLocatorBase.

Namespace

Drupal\geoip\Plugin\GeoLocator

Code

public function getId() {
  return $this
    ->getPluginId();
}