You are here

public property GdprField::$relationship in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 8 modules/gdpr_fields/src/Entity/GdprField.php \Drupal\gdpr_fields\Entity\GdprField::relationship
  2. 3.0.x modules/gdpr_fields/src/Entity/GdprField.php \Drupal\gdpr_fields\Entity\GdprField::relationship

Relationship status.

0 = Disabled 1 = Follow 2 = Owner/Reverse.

Type: int

File

modules/gdpr_fields/src/Entity/GdprField.php, line 96

Class

GdprField
Metadata for a GDPR field.

Namespace

Drupal\gdpr_fields\Entity

Code

public $relationship = 0;