class LinkGenerator in Simple XML sitemap 8
Defines a LinkGenerator item annotation object.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\simplesitemap\Annotation\LinkGenerator
Expanded class hierarchy of LinkGenerator
See also
\Drupal\simplesitemap\Plugin\SimplesitemapManager
4 files declare their use of LinkGenerator
- Menu.php in src/
Plugin/ LinkGenerator/ Menu.php - Contains \Drupal\simplesitemap\LinkGenerator\Menu.
- NodeType.php in src/
Plugin/ LinkGenerator/ NodeType.php - Contains \Drupal\simplesitemap\Plugin\LinkGenerator\NodeType.
- TaxonomyVocabulary.php in src/
Plugin/ LinkGenerator/ TaxonomyVocabulary.php - Contains \Drupal\simplesitemap\LinkGenerator\TaxonomyVocabulary.
- User.php in src/
Plugin/ LinkGenerator/ User.php - Contains \Drupal\simplesitemap\Plugin\LinkGenerator\User.
4 classes are annotated with LinkGenerator
- Menu in src/
Plugin/ LinkGenerator/ Menu.php - Menu class.
- NodeType in src/
Plugin/ LinkGenerator/ NodeType.php - NodeType class.
- TaxonomyVocabulary in src/
Plugin/ LinkGenerator/ TaxonomyVocabulary.php - TaxonomyVocabulary class.
- User in src/
Plugin/ LinkGenerator/ User.php - User class.
File
- src/
Annotation/ LinkGenerator.php, line 19 - Contains \Drupal\simplesitemap\Annotation\LinkGenerator.
Namespace
Drupal\simplesitemap\AnnotationView source
class LinkGenerator extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LinkGenerator:: |
public | property | The plugin ID. | |
Plugin:: |
protected | property | The plugin definition read from the class annotation. | 1 |
Plugin:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
5 |
Plugin:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function | Constructs a Plugin object. | 2 |