You are here

GeocoderFormatter.php in Geocoder 8.2

Same filename and directory in other branches
  1. 8.3 src/Annotation/GeocoderFormatter.php

File

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

namespace Drupal\geocoder\Annotation;


/**
 * Defines a geocoder formatter plugin annotation object.
 *
 * @Annotation
 */
class GeocoderFormatter extends GeocoderPluginBase {

}

Classes

Namesort descending Description
GeocoderFormatter Defines a geocoder formatter plugin annotation object.