public function PreprocessorInterface::preprocess in Geocoder 8.3
Same name and namespace in other branches
- 8.2 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_fieldCode
public function preprocess();