public function GeocoderProviderInterface::getPluginDefinition in Geocoder 8.3
Returns the definition of the provider plugin.
Return value
array The plugin definition, as returned by the discovery object used by the plugin manager.
1 method overrides GeocoderProviderInterface::getPluginDefinition()
- GeocoderProvider::getPluginDefinition in src/
Entity/ GeocoderProvider.php - Returns the definition of the provider plugin.
File
- src/
GeocoderProviderInterface.php, line 48
Class
- GeocoderProviderInterface
- Provides an interface defining the Geocoder provider entity type.
Namespace
Drupal\geocoderCode
public function getPluginDefinition() : array;