public function GeocoderProviderInterface::getPlugin in Geocoder 8.3
Returns the provider plugin.
Return value
\Drupal\geocoder\ProviderInterface The Geocoder Provider plugin.
1 method overrides GeocoderProviderInterface::getPlugin()
- GeocoderProvider::getPlugin in src/
Entity/ GeocoderProvider.php - Returns the provider plugin.
File
- src/
GeocoderProviderInterface.php, line 28
Class
- GeocoderProviderInterface
- Provides an interface defining the Geocoder provider entity type.
Namespace
Drupal\geocoderCode
public function getPlugin() : ProviderInterface;