protected function ConfigurableProviderUsingHandlerWithAdapterBase::doReverse in Geocoder 8.3
Throws
\ReflectionException
\Geocoder\Exception\Exception
Overrides ProviderUsingHandlerBase::doReverse
File
- src/
ConfigurableProviderUsingHandlerWithAdapterBase.php, line 104
Class
- ConfigurableProviderUsingHandlerWithAdapterBase
- Provides a base class for providers using handlers with HTTP adapter.
Namespace
Drupal\geocoderCode
protected function doReverse($latitude, $longitude) {
$this->throttle
->waitForAvailability($this->pluginId, isset($this->configuration['throttle']) ? $this->configuration['throttle'] : []);
return parent::doReverse($latitude, $longitude);
}