You are here

public function GeocoderProviderPluginCollection::get in Geocoder 8.3

Return value

\Drupal\geocoder\ProviderInterface The Geocoder Provider.

Overrides LazyPluginCollection::get

File

src/Plugin/GeocoderProviderPluginCollection.php, line 21

Class

GeocoderProviderPluginCollection
Provides a container for lazily loading Geocoder provider plugins.

Namespace

Drupal\geocoder\Plugin

Code

public function &get($instance_id) : ProviderInterface {
  return parent::get($instance_id);
}