You are here

public property GeocoderProvider::$throttle in Geocoder 8.3

Throttle.

Associative array where "period" is in seconds and "limit" is the maximum number of requests allowed during the period. This property is optional in the annotation and can be left out.

Type: array

File

src/Annotation/GeocoderProvider.php, line 42

Class

GeocoderProvider
Defines a geocoder provider plugin annotation object.

Namespace

Drupal\geocoder\Annotation

Code

public $throttle = NULL;