You are here

public function PreprocessorInterface::preprocess in Geocoder 8.2

Same name and namespace in other branches
  1. 8.3 modules/geocoder_field/src/PreprocessorInterface.php \Drupal\geocoder_field\PreprocessorInterface::preprocess()

Processes the values of the field before geocoding.

Return value

$this

1 method overrides PreprocessorInterface::preprocess()
PreprocessorBase::preprocess in modules/geocoder_field/src/PreprocessorBase.php
Processes the values of the field before geocoding.

File

modules/geocoder_field/src/PreprocessorInterface.php, line 30

Class

PreprocessorInterface
Provides an interface for geocoder preprocessor plugins.

Namespace

Drupal\geocoder_field

Code

public function preprocess();