public function GeoLocatorBase::getLabel in GeoIP API 8.2
Get the plugin's label.
Return value
string The geolocator label
Overrides GeoLocatorInterface::getLabel
File
- src/
Plugin/ GeoLocator/ GeoLocatorBase.php, line 73
Class
- GeoLocatorBase
- Class GeoLocatorBase.
Namespace
Drupal\geoip\Plugin\GeoLocatorCode
public function getLabel() {
return $this->pluginDefinition['label'];
}