You are here

public function FakerServiceInterface::generator in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 8 modules/anonymizer/src/Service/FakerServiceInterface.php \Drupal\anonymizer\Service\FakerServiceInterface::generator()
  2. 3.0.x modules/anonymizer/src/Service/FakerServiceInterface.php \Drupal\anonymizer\Service\FakerServiceInterface::generator()

Return the generator.

Return value

\Faker\Generator The generator.

1 method overrides FakerServiceInterface::generator()
FakerService::generator in modules/anonymizer/src/Service/FakerService.php
Return the generator.

File

modules/anonymizer/src/Service/FakerServiceInterface.php, line 18

Class

FakerServiceInterface
Interface FakerServiceInterface.

Namespace

Drupal\anonymizer\Service

Code

public function generator();