You are here

GeocoderPlugin.php in Geocoder 7.2

Contains Drupal\geocoder\Component\Annotation\GeocoderPlugin.

File

src/Annotation/GeocoderPlugin.php
View source
<?php

/**
 * @file
 * Contains Drupal\geocoder\Component\Annotation\GeocoderPlugin.
 */
namespace Drupal\geocoder\Annotation;

use Drupal\Component\Annotation\Plugin;

/**
 * Defines a Geocoder Plugin annotation object.
 *
 * @ingroup plugin_api
 *
 * @Annotation
 */
class GeocoderPlugin extends Plugin {
  public $type;

}

Classes

Namesort descending Description
GeocoderPlugin Defines a Geocoder Plugin annotation object.