You are here

public function GeocodeFormatterBase::getGeocoderProviders in Geocoder 8.3

Returns the list of created Geocoder Providers.

Return value

\Drupal\geocoder\Entity\GeocoderProvider[] The list of created Geocoder Providers.

File

modules/geocoder_field/src/Plugin/Field/GeocodeFormatterBase.php, line 298

Class

GeocodeFormatterBase
Base Plugin implementation of the Geocode formatter.

Namespace

Drupal\geocoder_field\Plugin\Field

Code

public function getGeocoderProviders() : array {
  return $this->geocoderProviders;
}