You are here

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\geocoder

Code

public function getPluginDefinition() : array;