Skip to content
Snippets Groups Projects
Commit 1fc402a3 authored by Italo Mairo's avatar Italo Mairo Committed by Italo Mairo
Browse files

Issue #3402880 by opi, itamair: Support BAN France provider

parent 323afb90
Branches
Tags 8.x-4.11
No related merge requests found
......@@ -361,4 +361,8 @@ geocoder_provider.configuration.azuremaps:
subscriptionKey:
type: string
label: 'Azure subscriptionKey'
description: '<a href="https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions" target="blank">Subscriptions in Azure API Management</a>'
\ No newline at end of file
description: '<a href="https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions" target="blank">Subscriptions in Azure API Management</a>'
geocoder_provider.configuration.banfrance:
type: geocoder_provider_configuration
label: 'BAN France arguments'
<?php
namespace Drupal\geocoder\Plugin\Geocoder\Provider;
use Drupal\geocoder\ConfigurableProviderUsingHandlerWithAdapterBase;
/**
* Provides a BANFrance geocoder provider plugin.
*
* @GeocoderProvider(
* id = "banfrance",
* name = "BANFrance",
* handler = "\Geocoder\Provider\BANFrance\BANFrance",
* arguments = {},
* throttle = {
* "period" = 1,
* "limit" = 50
* }
* )
*/
class BANFrance extends ConfigurableProviderUsingHandlerWithAdapterBase {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment