You are here

public property GdprFieldConfigEntity::$filenames in General Data Protection Regulation 8

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

Associative array of filenames.

Each element is keyed by bundle name the filename of the files to store exports in.

Type: array

File

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

Class

GdprFieldConfigEntity
Defines a GDPR Field configuration entity.

Namespace

Drupal\gdpr_fields\Entity

Code

public $filenames = [];