class Anonymizer in General Data Protection Regulation 8
Same name in this branch
- 8 modules/gdpr_tasks/src/Anonymizer.php \Drupal\gdpr_tasks\Anonymizer
- 8 modules/anonymizer/src/Annotation/Anonymizer.php \Drupal\anonymizer\Annotation\Anonymizer
Same name and namespace in other branches
- 8.2 modules/anonymizer/src/Annotation/Anonymizer.php \Drupal\anonymizer\Annotation\Anonymizer
- 3.0.x modules/anonymizer/src/Annotation/Anonymizer.php \Drupal\anonymizer\Annotation\Anonymizer
Annotation for anonymizer plugins.
Plugin namespace: Plugin\Anonymizer\Anonymizer.
@package Drupal\anonymizer\Annotation
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\anonymizer\Annotation\Anonymizer
Expanded class hierarchy of Anonymizer
1 file declares its use of Anonymizer
- AnonymizerPluginManager.php in modules/
anonymizer/ src/ Anonymizer/ AnonymizerPluginManager.php
3 string references to 'Anonymizer'
- anonymizer.info.yml in modules/
anonymizer/ anonymizer.info.yml - modules/anonymizer/anonymizer.info.yml
- TaskLogItem::propertyDefinitions in modules/
gdpr_tasks/ src/ Plugin/ Field/ FieldType/ TaskLogItem.php - Defines field item properties.
- TaskLogItemWidget::formElement in modules/
gdpr_tasks/ src/ Plugin/ Field/ FieldWidget/ TaskLogItemWidget.php - Returns the form for a single field widget.
File
- modules/
anonymizer/ src/ Annotation/ Anonymizer.php, line 16
Namespace
Drupal\anonymizer\AnnotationView source
class Anonymizer extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* Human-readable of the plugin.
*
* @var \Drupal\Core\Annotation\Translation
*/
public $label;
/**
* Description of the plugin.
*
* @var \Drupal\Core\Annotation\Translation
*/
public $description;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Anonymizer:: |
public | property | Description of the plugin. | |
Anonymizer:: |
public | property | The plugin ID. | |
Anonymizer:: |
public | property | Human-readable of the plugin. | |
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 |