You are here

protected property ConsentWidget::$gdprConsentResolverManager in General Data Protection Regulation 8

Same name and namespace in other branches
  1. 8.2 modules/gdpr_consent/src/Plugin/Field/FieldWidget/ConsentWidget.php \Drupal\gdpr_consent\Plugin\Field\FieldWidget\ConsentWidget::gdprConsentResolverManager
  2. 3.0.x modules/gdpr_consent/src/Plugin/Field/FieldWidget/ConsentWidget.php \Drupal\gdpr_consent\Plugin\Field\FieldWidget\ConsentWidget::gdprConsentResolverManager

The GDPR Consent Resolver manager.

Type: \Drupal\gdpr_consent\ConsentUserResolver\ConsentUserResolverPluginManager

File

modules/gdpr_consent/src/Plugin/Field/FieldWidget/ConsentWidget.php, line 36

Class

ConsentWidget
Plugin implementation of the 'gdpr_consent_widget' widget.

Namespace

Drupal\gdpr_consent\Plugin\Field\FieldWidget

Code

protected $gdprConsentResolverManager;