You are here

public property GeocoderPreprocessor::$weight in Geocoder 8.2

Same name and namespace in other branches
  1. 8.3 modules/geocoder_field/src/Annotation/GeocoderPreprocessor.php \Drupal\geocoder_field\Annotation\GeocoderPreprocessor::weight

The weight of this preprocessor.

Many preprocessors are called to pre-process the same field. This value can determine an order in which the preprocessors are called.

Type: int

File

modules/geocoder_field/src/Annotation/GeocoderPreprocessor.php, line 29

Class

GeocoderPreprocessor
Defines a geocoder preprocessor plugin annotation object.

Namespace

Drupal\geocoder_field\Annotation

Code

public $weight = 0;