public function FakerService::__construct in General Data Protection Regulation 3.0.x
Same name and namespace in other branches
- 8.2 modules/anonymizer/src/Service/FakerService.php \Drupal\anonymizer\Service\FakerService::__construct()
- 8 modules/anonymizer/src/Service/FakerService.php \Drupal\anonymizer\Service\FakerService::__construct()
FakerService constructor.
File
- modules/
anonymizer/ src/ Service/ FakerService.php, line 24
Class
- FakerService
- Class FakerService.
Namespace
Drupal\anonymizer\ServiceCode
public function __construct() {
$this->generator = Factory::create();
}