You are here

LinkGenerator.php in Simple XML sitemap 8

File

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

/**
 * @file
 * Contains \Drupal\simplesitemap\Annotation\LinkGenerator.
 */
namespace Drupal\simplesitemap\Annotation;

use Drupal\Component\Annotation\Plugin;

/**
 * Defines a LinkGenerator item annotation object.
 *
 * @see \Drupal\simplesitemap\Plugin\SimplesitemapManager
 * @see plugin_api
 *
 * @Annotation
 */
class LinkGenerator extends Plugin {

  /**
   * The plugin ID.
   *
   * @var string
   */
  public $id;

}

Classes

Namesort descending Description
LinkGenerator Defines a LinkGenerator item annotation object.