interface FakerServiceInterface in General Data Protection Regulation 8
Same name and namespace in other branches
- 8.2 modules/anonymizer/src/Service/FakerServiceInterface.php \Drupal\anonymizer\Service\FakerServiceInterface
- 3.0.x modules/anonymizer/src/Service/FakerServiceInterface.php \Drupal\anonymizer\Service\FakerServiceInterface
Interface FakerServiceInterface.
@package Drupal\anonymizer\Service
Hierarchy
- interface \Drupal\anonymizer\Service\FakerServiceInterface
Expanded class hierarchy of FakerServiceInterface
All classes that implement FakerServiceInterface
2 files declare their use of FakerServiceInterface
- AnonymizerBase.php in modules/
anonymizer/ src/ Anonymizer/ AnonymizerBase.php - PasswordAnonymizer.php in modules/
anonymizer/ src/ Plugin/ Anonymizer/ PasswordAnonymizer.php
File
- modules/
anonymizer/ src/ Service/ FakerServiceInterface.php, line 10
Namespace
Drupal\anonymizer\ServiceView source
interface FakerServiceInterface {
/**
* Return the generator.
*
* @return \Faker\Generator
* The generator.
*/
public function generator();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FakerServiceInterface:: |
public | function | Return the generator. | 1 |