You are here

public property GdprFieldConfigEntity::$bundles in General Data Protection Regulation 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/gdpr_fields/src/Entity/GdprFieldConfigEntity.php \Drupal\gdpr_fields\Entity\GdprFieldConfigEntity::bundles
  2. 8 modules/gdpr_fields/src/Entity/GdprFieldConfigEntity.php \Drupal\gdpr_fields\Entity\GdprFieldConfigEntity::bundles

Associative array.

Each element is keyed by bundle name and contains an array representing a list of fields.

Each field is in turn represented as a nested array.

Type: array

File

modules/gdpr_fields/src/Entity/GdprFieldConfigEntity.php, line 44

Class

GdprFieldConfigEntity
Defines a GDPR Field configuration entity.

Namespace

Drupal\gdpr_fields\Entity

Code

public $bundles = [];