GeoLocator.php in GeoIP API 8.2
Namespace
Drupal\geoip\AnnotationFile
src/Annotation/GeoLocator.phpView source
<?php
namespace Drupal\geoip\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a GeoLocator annotation object.
*
* @Annotation
*/
class GeoLocator extends Plugin {
/**
* The human-readable name.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public $label;
/**
* A description of the plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public $description;
}
Classes
Name | Description |
---|---|
GeoLocator | Defines a GeoLocator annotation object. |