You are here

public property GeocoderProvider::$arguments in Geocoder 8.3

Same name and namespace in other branches
  1. 8.2 src/Annotation/GeocoderProvider.php \Drupal\geocoder\Annotation\GeocoderProvider::arguments

Handler arguments names.

Plugin annotations can define each item in the array either as key-value pair or as simple array item. When the argument name is in the key, the value will contain the default value to be used if the plugin instance didn't provide a value.

Type: array

File

src/Annotation/GeocoderProvider.php, line 31

Class

GeocoderProvider
Defines a geocoder provider plugin annotation object.

Namespace

Drupal\geocoder\Annotation

Code

public $arguments = [];