GeocoderPlugin.php in Geocoder 7.2
Same filename in this branch
Contains Drupal\geocoder\Component\Annotation\GeocoderPlugin.
Namespace
Drupal\geocoder\AnnotationFile
src/Annotation/GeocoderPlugin.phpView 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
Name | Description |
---|---|
GeocoderPlugin | Defines a Geocoder Plugin annotation object. |