public property GdprFieldConfigEntity::$filenames in General Data Protection Regulation 3.0.x
Same name and namespace in other branches
- 8.2 modules/gdpr_fields/src/Entity/GdprFieldConfigEntity.php \Drupal\gdpr_fields\Entity\GdprFieldConfigEntity::filenames
- 8 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 54
Class
- GdprFieldConfigEntity
- Defines a GDPR Field configuration entity.
Namespace
Drupal\gdpr_fields\EntityCode
public $filenames = [];