class GdprConsentUserResolver in General Data Protection Regulation 8
Same name and namespace in other branches
- 8.2 modules/gdpr_consent/src/ConsentUserResolver/GdprConsentUserResolver.php \Drupal\gdpr_consent\ConsentUserResolver\GdprConsentUserResolver
- 3.0.x modules/gdpr_consent/src/ConsentUserResolver/GdprConsentUserResolver.php \Drupal\gdpr_consent\ConsentUserResolver\GdprConsentUserResolver
Annotation for Consent Resolver plugins.
Plugin namespace: Plugin\Gdpr\ConsentUserResolver.
@package Drupal\gdpr_consent\Annotation
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\gdpr_consent\ConsentUserResolver\GdprConsentUserResolver
Expanded class hierarchy of GdprConsentUserResolver
File
- modules/
gdpr_consent/ src/ ConsentUserResolver/ GdprConsentUserResolver.php, line 16
Namespace
Drupal\gdpr_consent\ConsentUserResolverView source
class GdprConsentUserResolver 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;
/**
* The entity type to which this resolver applies.
*
* @var string
*/
public $entityType;
/**
* The bundle that this should act on.
*
* @var string
*/
public $bundle;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
GdprConsentUserResolver:: |
public | property | The bundle that this should act on. | |
GdprConsentUserResolver:: |
public | property | Description of the plugin. | |
GdprConsentUserResolver:: |
public | property | The entity type to which this resolver applies. | |
GdprConsentUserResolver:: |
public | property | The plugin ID. | |
GdprConsentUserResolver:: |
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 |