You are here

public property GeocoderProvider::$handler in Geocoder 8.3

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

The plugin handler.

This is the fully qualified class name of the plugin handler.

Type: string

File

src/Annotation/GeocoderProvider.php, line 19

Class

GeocoderProvider
Defines a geocoder provider plugin annotation object.

Namespace

Drupal\geocoder\Annotation

Code

public $handler = NULL;