public property GdprFieldConfigEntity::$bundles in General Data Protection Regulation 8.2
Same name and namespace in other branches
- 8 modules/gdpr_fields/src/Entity/GdprFieldConfigEntity.php \Drupal\gdpr_fields\Entity\GdprFieldConfigEntity::bundles
- 3.0.x 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\EntityCode
public $bundles = [];